diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-21 19:04:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-21 19:04:20 +0000 |
commit | 46241fade3a2261e4b33f399c552222317b896b2 (patch) | |
tree | 5eca0fcc3b9509240c282ff9c5303b33ef44f77c /ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml | |
parent | a62a80944d6f925fbead89ee0718d84b8b5ef296 (diff) | |
parent | ed9bdc677f6be57776cc1c8939c841ed9dae11a4 (diff) |
Merge "modified to fix the orange pod issue regarding glance where ceph was on data network rather than admin network."
Diffstat (limited to 'ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml')
-rw-r--r-- | ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml b/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml index 29a04af2..f22bd535 100644 --- a/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml +++ b/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml @@ -31,28 +31,28 @@ openstack-phase2: branch: "lp:~openstack-charmers/charms/trusty/ceilometer-agent/next" ceph: branch: "lp:~openstack-charmers/charms/trusty/ceph/next" - num_units: 2 + num_units: 3 options: - monitor-count: 1 + monitor-count: 3 fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7 monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A== - osd-devices: /srv - osd-reformat: 'yes' + osd-devices: "" +# osd-reformat: 'yes' # ceph-cluster-network: 192.168.0.0/24 # ceph-public-network: 192.168.0.0/24 to: - - "nodes-compute=0" - - "nodes-compute=1" + - "lxc:nodes-api=2" + - "lxc:nodes-api=0" + - "lxc:nodes-api=1" ceph-osd: branch: "lp:~openstack-charmers/charms/trusty/ceph-osd/next" - num_units: 3 + num_units: 2 options: osd-devices: /srv osd-reformat: 'yes' to: - - "nodes-api=0" - - "nodes-api=1" - - "nodes-api=2" + - "nodes-compute=0" + - "nodes-compute=1" ceph-radosgw: branch: "lp:~openstack-charmers/charms/trusty/ceph-radosgw/next" num_units: 1 @@ -324,6 +324,7 @@ trusty-liberty: inherits: openstack-phase2 overrides: #os-data-network: 10.4.8.0/21 + #ceph-cluster-network: 10.4.0.0/21 #prefer-ipv6: true region: Canonical source: "cloud:trusty-liberty" @@ -342,6 +343,7 @@ trusty-kilo: inherits: openstack-phase2 overrides: #os-data-network: 10.4.8.0/21 + #ceph-cluster-network: 10.4.0.0/21 #prefer-ipv6: true region: Canonical source: "cloud:trusty-kilo" @@ -360,6 +362,7 @@ trusty-juno: inherits: openstack-phase2 overrides: #os-data-network: 10.4.8.0/21 + #ceph-cluster-network: 10.4.0.0/21 #prefer-ipv6: true region: Canonical source: "cloud:trusty-juno" |