to:
- "lxc:nodes-api=0"
ceph:
- charm: cs:trusty/ceph
+ charm: :trusty/ceph
num_units: 1
options:
fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7
# - "lxc:nodes-api=0"
cinder:
charm: cs:trusty/cinder
- num_units: 1
+ num_units: 3
options:
block-device: None
glance-api-version: 2
# ha-mcastport: 5401
to:
- "lxc:nodes-api=0"
+ - "lxc:nodes-api=1"
+ - "lxc:nodes-api=2"
cinder-ceph:
charm: cs:trusty/cinder-ceph
"rabbitmq-server":
branch: lp:charms/trusty/rabbitmq-server
num_units: 3
- options:
- ceph-osd-replication-count: 1
to:
- "lxc:nodes-api=0"
- "lxc:nodes-api=1"
branch: lp:charms/trusty/glance
num_units: 3
options:
- ceph-osd-replication-count: 1
vip: 10.4.1.12
# ha-mcastport: 5402
to:
source: "cloud:trusty-liberty"
"openstack-origin": "cloud:trusty-liberty"
series: trusty
+ ceph-osd-replication-count: 1
trusty-kilo-nodes:
inherits: openstack-phase1
source: "cloud:trusty-kilo"
"openstack-origin": "cloud:trusty-kilo"
series: trusty
+ ceph-osd-replication-count: 1
trusty-juno-nodes:
source: "cloud:trusty-juno"
"openstack-origin": "cloud:trusty-juno"
series: trusty
+ ceph-osd-replication-count: 1
juju status | python -c "import yaml; import sys; print yaml.load(sys.stdin)[\"services\"][\"$1\"][\"units\"][\"$1/$2\"][\"machine\"]" 2> /dev/null
}
+<<<<<<< HEAD
juju run --service ceph 'sudo ceph osd pool set cinder-ceph size 1'
juju run --service ceph 'sudo ceph osd pool set cinder-ceph min_size 1'
+=======
+#juju run --service ceph 'sudo ceph osd pool set cinder-ceph size 1'
+#juju run --service ceph 'sudo ceph osd pool set cinder-ceph min_size 1'
+>>>>>>> 69227d1... modified the bundle to include the ceph and cinder changes.
mkdir -m 0700 -p cloud
controller_address=$(unitAddress keystone 0)