summaryrefslogtreecommitdiffstats
path: root/ci/odl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-02-10 00:30:50 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-02-10 00:30:50 -0600
commit18666ccb83424f16b6bdd90a106c2b4cd5dc98a6 (patch)
treee59c5c24cb349d0a30461f585e43e727a74e6bf3 /ci/odl
parentd39c5b22b0aadefbd012cb200a857386f3545d60 (diff)
modified for resize it seems live migration should be true for
resize as well. Change-Id: I070bdf4419dc4ee93400906fccfbcc19067c5dde
Diffstat (limited to 'ci/odl')
-rw-r--r--ci/odl/juju-deployer/ovs-odl-ha.yaml7
-rw-r--r--ci/odl/juju-deployer/ovs-odl-nonha.yaml7
-rw-r--r--ci/odl/juju-deployer/ovs-odl-tip.yaml7
3 files changed, 12 insertions, 9 deletions
diff --git a/ci/odl/juju-deployer/ovs-odl-ha.yaml b/ci/odl/juju-deployer/ovs-odl-ha.yaml
index 53f7d510..f1d2ed12 100644
--- a/ci/odl/juju-deployer/ovs-odl-ha.yaml
+++ b/ci/odl/juju-deployer/ovs-odl-ha.yaml
@@ -164,9 +164,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-resize: True
+ enable-live-migration: true
+ enable-resize: true
+ manage-neutron-plugin-legacy-mode: false
+ migration-auth-type: ssh
to:
- "nodes-compute=0"
- "nodes-compute=1"
diff --git a/ci/odl/juju-deployer/ovs-odl-nonha.yaml b/ci/odl/juju-deployer/ovs-odl-nonha.yaml
index 8e248ba4..f7d7c476 100644
--- a/ci/odl/juju-deployer/ovs-odl-nonha.yaml
+++ b/ci/odl/juju-deployer/ovs-odl-nonha.yaml
@@ -109,9 +109,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-resize: True
+ enable-live-migration: true
+ enable-resize: true
+ manage-neutron-plugin-legacy-mode: false
+ migration-auth-type: ssh
to:
- "nodes-compute=0"
# - "nodes-compute=1"
diff --git a/ci/odl/juju-deployer/ovs-odl-tip.yaml b/ci/odl/juju-deployer/ovs-odl-tip.yaml
index 09b4675a..41c0fb16 100644
--- a/ci/odl/juju-deployer/ovs-odl-tip.yaml
+++ b/ci/odl/juju-deployer/ovs-odl-tip.yaml
@@ -111,9 +111,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-resize: True
+ enable-live-migration: true
+ enable-resize: true
+ manage-neutron-plugin-legacy-mode: false
+ migration-auth-type: ssh
to:
- "nodes-compute=0"
# - "nodes-compute=1"