diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-18 17:41:46 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-18 17:41:46 -0600 |
commit | 2ca48e5d0b008e3054fd1ae04eef881e2a46eea7 (patch) | |
tree | fc1ad33bad6d426e493c27957cfc14afcc6f3a9a /ci/onos/juju-deployer | |
parent | fefae3301193751064f5c2098b41d4d9bc4d0ed9 (diff) |
updates the onos charm with migration and resize enablement.
Change-Id: I8a2797ee16231cb4ff8ef79ad5bc4244126cac89
Diffstat (limited to 'ci/onos/juju-deployer')
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-ha.yaml | 6 | ||||
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-nonha.yaml | 6 | ||||
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-tip.yaml | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/ci/onos/juju-deployer/ovs-onos-ha.yaml b/ci/onos/juju-deployer/ovs-onos-ha.yaml index 9c455aba..b59c3f89 100644 --- a/ci/onos/juju-deployer/ovs-onos-ha.yaml +++ b/ci/onos/juju-deployer/ovs-onos-ha.yaml @@ -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" diff --git a/ci/onos/juju-deployer/ovs-onos-nonha.yaml b/ci/onos/juju-deployer/ovs-onos-nonha.yaml index e1cdf936..c3c19418 100644 --- a/ci/onos/juju-deployer/ovs-onos-nonha.yaml +++ b/ci/onos/juju-deployer/ovs-onos-nonha.yaml @@ -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" diff --git a/ci/onos/juju-deployer/ovs-onos-tip.yaml b/ci/onos/juju-deployer/ovs-onos-tip.yaml index 8ffdad6d..55daca88 100644 --- a/ci/onos/juju-deployer/ovs-onos-tip.yaml +++ b/ci/onos/juju-deployer/ovs-onos-tip.yaml @@ -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" |