summaryrefslogtreecommitdiffstats
path: root/fuel-plugin-ovsnfv/tasks.yaml
diff options
context:
space:
mode:
authorBilly O'Mahony <billy.o.mahony@intel.com>2016-01-13 18:00:00 +0000
committerBilly O'Mahony <billy.o.mahony@intel.com>2016-01-16 20:32:41 +0000
commit8d68d8de881bd57b4e164219e8dcd09dfd2c05a2 (patch)
tree3ea5cc570fc639a5e489c942b115505e05e3efb7 /fuel-plugin-ovsnfv/tasks.yaml
parent93f7683a2cd9b8020f8870dfc6b162b3d61c3fd2 (diff)
fuel_plugin: Working version on Montreal POD
- change libvirt on controller to 1.2.12 - change qemu on controller to 2.2.1 - work around _set_device_mtu issue - remove existing OVS neutron plugin - fixes to puppet resource ordering - numerous other smaller changes Change-Id: I9a7c66065013a43f5e88871ef8b9f1cdd1038245 Signed-off-by: Mark D. Gray <mark.d.gray@intel.com> Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com> Signed-off-by: Michal Ptacek <michalx.ptacek@intel.com>
Diffstat (limited to 'fuel-plugin-ovsnfv/tasks.yaml')
-rw-r--r--fuel-plugin-ovsnfv/tasks.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/fuel-plugin-ovsnfv/tasks.yaml b/fuel-plugin-ovsnfv/tasks.yaml
index c418e20..95c0f47 100644
--- a/fuel-plugin-ovsnfv/tasks.yaml
+++ b/fuel-plugin-ovsnfv/tasks.yaml
@@ -1,12 +1,19 @@
- role: ['compute']
- stage: post_deployment/8999
+ stage: post_deployment/8998
type: puppet
parameters:
puppet_manifest: puppet/manifests/ovs-install-ovsnfv-compute.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 720
+- role: ['primary-controller']
+ stage: post_deployment/8999
+ type: puppet
+ parameters:
+ puppet_manifest: puppet/manifests/ovs-install-ovsnfv-primary-controller.pp
+ puppet_modules: puppet/modules:/etc/puppet/modules
+ timeout: 720
- role: ['controller']
- stage: post_deployment/8998
+ stage: post_deployment/8999
type: puppet
parameters:
puppet_manifest: puppet/manifests/ovs-install-ovsnfv-controller.pp