Merge lp:~chris.macnaughton/openstack-mojo-specs/ceph-mon-osd into lp:~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802

Proposed by Chris MacNaughton
Status: Merged
Merged at revision: 355
Proposed branch: lp:~chris.macnaughton/openstack-mojo-specs/ceph-mon-osd
Merge into: lp:~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802
Diff against target: 96 lines (+16/-21)
4 files modified
helper/bundles/cephradosgw-ha.yaml (+9/-8)
helper/bundles/cephradosgw.yaml (+5/-11)
helper/collect/collect-next-cephradosgw (+1/-1)
helper/collect/collect-next-cephradosgw-ha (+1/-1)
To merge this branch: bzr merge lp:~chris.macnaughton/openstack-mojo-specs/ceph-mon-osd
Reviewer Review Type Date Requested Status
Ryan Beisner Approve
Review via email: mp+340645@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

Please exercise this in OSCI and confirm here with CI link(s).

review: Needs Information
Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

http://10.245.162.49:8080/job/mojo_runner/5098/ should have this (once OSCI gets around to it) on bionic-queens

354. By Chris MacNaughton

shift to configuration in ceph

355. By Chris MacNaughton

update collect to ceph-mon

356. By Chris MacNaughton

fix charm name

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

This has passed on xenial-queens on OSCI @ http://10.245.162.49:8080/job/mojo_runner/5106/

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

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'helper/bundles/cephradosgw-ha.yaml'
2--- helper/bundles/cephradosgw-ha.yaml 2018-02-21 19:10:05 +0000
3+++ helper/bundles/cephradosgw-ha.yaml 2018-03-06 13:04:14 +0000
4@@ -6,17 +6,17 @@
5 constraints: mem=1G
6 options:
7 dataset-size: 50%
8- ceph:
9- charm: ceph
10+ ceph-osd:
11 num_units: 3
12 constraints: mem=1G
13 options:
14- monitor-count: 3
15- fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
16- monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
17+ ephemeral-unmount: /mnt
18 osd-devices: /dev/vdb
19- osd-reformat: "yes"
20- ephemeral-unmount: /mnt
21+ ceph-mon:
22+ num_units: 3
23+ constraints: mem=1G
24+ options:
25+ expected-osd-count: 3
26 keystone:
27 charm: keystone
28 constraints: mem=1G
29@@ -33,8 +33,9 @@
30 relations:
31 - [ keystone, mysql ]
32 - [ ceph-radosgw, keystone ]
33- - [ ceph-radosgw, ceph ]
34+ - [ ceph-radosgw, ceph-mon ]
35 - [ ceph-radosgw, cephrgw-hacluster ]
36+ - [ ceph-mon, ceph-osd ]
37 precise-icehouse:
38 inherits: openstack-services
39 series: precise
40
41=== modified file 'helper/bundles/cephradosgw.yaml'
42--- helper/bundles/cephradosgw.yaml 2018-02-24 07:50:04 +0000
43+++ helper/bundles/cephradosgw.yaml 2018-03-06 13:04:14 +0000
44@@ -6,17 +6,11 @@
45 constraints: mem=1G
46 options:
47 dataset-size: 50%
48- ceph:
49- charm: ceph
50+ ceph-mon:
51 num_units: 3
52 constraints: mem=1G
53 options:
54- monitor-count: 3
55- fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
56- monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
57- osd-devices: /dev/vdb
58- osd-reformat: "yes"
59- ephemeral-unmount: /mnt
60+ expected-osd-count: 3
61 ceph-osd:
62 charm: ceph-osd
63 num_units: 3
64@@ -41,9 +35,9 @@
65 - [ ceph-radosgw, keystone ]
66 - [ glance, keystone ]
67 - [ glance, mysql ]
68- - [ glance, ceph ]
69- - [ ceph-radosgw, ceph ]
70- - [ ceph, ceph-osd ]
71+ - [ glance, ceph-mon ]
72+ - [ ceph-radosgw, ceph-mon ]
73+ - [ ceph-mon, ceph-osd ]
74 precise-icehouse:
75 inherits: openstack-services
76 series: precise
77
78=== modified file 'helper/collect/collect-next-cephradosgw'
79--- helper/collect/collect-next-cephradosgw 2016-09-27 05:11:38 +0000
80+++ helper/collect/collect-next-cephradosgw 2018-03-06 13:04:14 +0000
81@@ -1,4 +1,4 @@
82-ceph cs:~openstack-charmers-next/ceph
83+ceph-mon cs:~openstack-charmers-next/ceph-mon
84 ceph-osd cs:~openstack-charmers-next/ceph-osd
85 ceph-radosgw cs:~openstack-charmers-next/ceph-radosgw
86 glance cs:~openstack-charmers-next/glance
87
88=== modified file 'helper/collect/collect-next-cephradosgw-ha'
89--- helper/collect/collect-next-cephradosgw-ha 2016-09-22 21:25:04 +0000
90+++ helper/collect/collect-next-cephradosgw-ha 2018-03-06 13:04:14 +0000
91@@ -1,4 +1,4 @@
92-ceph cs:~openstack-charmers-next/ceph
93+ceph-mon cs:~openstack-charmers-next/ceph-mon
94 ceph-radosgw cs:~openstack-charmers-next/ceph-radosgw
95 hacluster cs:~openstack-charmers-next/hacluster
96 keystone cs:~openstack-charmers-next/keystone

Subscribers

People subscribed via source and target branches