updates the onos charm with migration and resize enablement. 43/10243/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 18 Feb 2016 23:41:46 +0000 (17:41 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Thu, 18 Feb 2016 23:42:58 +0000 (23:42 +0000)
Change-Id: I8a2797ee16231cb4ff8ef79ad5bc4244126cac89
(cherry picked from commit 2ca48e5d0b008e3054fd1ae04eef881e2a46eea7)

ci/onos/juju-deployer/ovs-onos-ha.yaml
ci/onos/juju-deployer/ovs-onos-nonha.yaml
ci/onos/juju-deployer/ovs-onos-tip.yaml

index 9c455ab..b59c3f8 100644 (file)
@@ -166,8 +166,10 @@ openstack-phase2:
       branch: lp:~openstack-charmers/charms/trusty/nova-compute/next
       num_units: 2
       options: 
-        enable-live-migration: False
-        manage-neutron-plugin-legacy-mode: False
+        enable-live-migration: true
+        enable-resize: true
+        manage-neutron-plugin-legacy-mode: false
+        migration-auth-type: ssh
       to:
         - "nodes-compute=0"
         - "nodes-compute=1"
index c5f6eae..eb0d74b 100644 (file)
@@ -110,8 +110,10 @@ openstack-phase2:
       branch: lp:~openstack-charmers/charms/trusty/nova-compute/next
       num_units: 1
       options:
-        enable-live-migration: False
-        manage-neutron-plugin-legacy-mode: False
+        enable-live-migration: true
+        enable-resize: true
+        manage-neutron-plugin-legacy-mode: false
+        migration-auth-type: ssh
       to:
         - "nodes-compute=0"
 #        - "nodes-compute=1"
index d949659..55525ef 100644 (file)
@@ -112,8 +112,10 @@ openstack-phase2:
       num_units: 1
       options:
         openstack-origin-git: include-file://nova-master.yaml
-        enable-live-migration: False
-        manage-neutron-plugin-legacy-mode: False
+        enable-live-migration: true
+        enable-resize: true
+        manage-neutron-plugin-legacy-mode: false
+        migration-auth-type: ssh
       to:
         - "nodes-compute=0"
 #        - "nodes-compute=1"