Adopt network checker for plugin roles.

Upstream network verification graph contains plenty
of fuel specific roles, which prevents networking
to be properly configured and run on nodes with plugin
roles.

Closes-bug: #1653291
Change-Id: I815e6814c7f95c6a690eca1c5cd3f4e49c86ac1f
This commit is contained in:
Evgeny L 2016-11-15 23:27:12 +00:00 committed by Evgeniy L
parent a4ad419368
commit 5e54261e3b
1 changed files with 4 additions and 5 deletions

View File

@ -72,8 +72,7 @@
- id: v_hiera
type: puppet
version: 2.1.0
groups: [primary-controller, controller, cinder, cinder-block-device,
cinder-vmware, compute, compute-vmware, ceph-osd, primary-mongo, mongo, virt, ironic]
groups: ['/.*/']
required_for: [v_setup_repositories]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/hiera/hiera.pp
@ -93,7 +92,7 @@
- id: v_fuel_pkgs
type: puppet
version: 2.1.0
groups: [primary-controller, controller, cinder, cinder-block-device, cinder-vmware, compute, ceph-osd, primary-mongo, mongo, ironic]
groups: ['/.*/']
required_for: [v_mangle_ovs]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/fuel_pkgs/fuel_pkgs.pp
@ -103,7 +102,7 @@
- id: v_mangle_ovs
type: puppet
version: 2.1.0
groups: [primary-controller, controller, cinder, cinder-block-device, cinder-vmware, compute, ceph-osd, primary-mongo, mongo, ironic]
groups: ['/.*/']
requires: [v_fuel_pkgs]
required_for: [v_netconfig]
parameters:
@ -113,7 +112,7 @@
- id: v_netconfig
type: puppet
version: 2.1.0
groups: [primary-controller, controller, cinder, cinder-block-device, cinder-vmware, compute, ceph-osd, primary-mongo, mongo, virt, ironic]
groups: ['/.*/']
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/netconfig/netconfig.pp
puppet_modules: /etc/puppet/modules