Merge lp:~chris.macnaughton/openstack-charm-testing/add-ceph-multi-az into lp:openstack-charm-testing

Proposed by Chris MacNaughton
Status: Rejected
Rejected by: Ryan Beisner
Proposed branch: lp:~chris.macnaughton/openstack-charm-testing/add-ceph-multi-az
Merge into: lp:openstack-charm-testing
Diff against target: 41 lines (+19/-4)
1 file modified
bundles/dev/storage-ceph-az.yaml (+19/-4)
To merge this branch: bzr merge lp:~chris.macnaughton/openstack-charm-testing/add-ceph-multi-az
Reviewer Review Type Date Requested Status
Ryan Beisner Disapprove
Review via email: mp+289394@code.launchpad.net

Description of the change

Updates to reduce machine use and handle metal and virtual servers

To post a comment you must log in.
187. By Chris MacNaughton

fix drives

Revision history for this message
Ryan Beisner (1chb1n) wrote :

Please rebase and update this merge proposal status when ready for review. Thank you.

review: Needs Information
Revision history for this message
Ryan Beisner (1chb1n) wrote :

The Juju openstack provider does not support placement of application units to lxc/lxd containers. A separate baremetal bundle would be necessary in order to provide that.

review: Disapprove

Unmerged revisions

187. By Chris MacNaughton

fix drives

186. By Chris MacNaughton

remove constraints

185. By Chris MacNaughton

colocate OSD and MON nodes

184. By Chris MacNaughton

update osd-devices so they will work on metal as well

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bundles/dev/storage-ceph-az.yaml'
--- bundles/dev/storage-ceph-az.yaml 2016-03-17 15:35:22 +0000
+++ bundles/dev/storage-ceph-az.yaml 2016-03-17 16:56:56 +0000
@@ -1,16 +1,31 @@
1series: trusty1series: trusty
2services: 2services:
3 "ceph-osd":3 "ceph-osd":
4 branch: https://review.openstack.org/openstack/charm-ceph-osd#changeref=293694/44 branch: https://review.openstack.org/openstack/charm-ceph-osd#changeref=293694/4
5 num_units: 35 num_units: 3
6 options: 6 options:
7 "ephemeral-unmount": /mnt7 "ephemeral-unmount": /mnt
8 "osd-devices": /dev/vdb8 "osd-devices": /dev/vdb /dev/sdb
9 "ceph-mon":9 to:
10 - "0"
11 - "1"
12 - "2"
13 "ceph-mon":
10 branch: https://review.openstack.org/openstack/charm-ceph-mon#changeref=293982/214 branch: https://review.openstack.org/openstack/charm-ceph-mon#changeref=293982/2
11 num_units: 315 num_units: 3
12 options: 16 options:
13 "customize-failure-domain": true17 "customize-failure-domain": true
18 to:
19 - "lxc:ceph-osd/0"
20 - "lxc:ceph-osd/1"
21 - "lxc:ceph-osd/2"
14relations: 22relations:
15 - - "ceph-osd:mon"23 - - "ceph-osd:mon"
16 - "ceph-mon:osd"
17\ No newline at end of file24\ No newline at end of file
25 - "ceph-mon:osd"
26machines:
27 "0":
28 series: trusty
29 "1":
30 series: trusty
31 "2":
32 series: trusty
18\ No newline at end of file33\ No newline at end of file

Subscribers

People subscribed via source and target branches

to status/vote changes: