From 8d68d8de881bd57b4e164219e8dcd09dfd2c05a2 Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Wed, 13 Jan 2016 18:00:00 +0000 Subject: 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 Signed-off-by: Billy O'Mahony Signed-off-by: Michal Ptacek --- fuel-plugin-ovsnfv/tasks.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'fuel-plugin-ovsnfv/tasks.yaml') 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 -- cgit 1.2.3-korg