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
=== modified file 'helper/bundles/cephradosgw-ha.yaml'
--- helper/bundles/cephradosgw-ha.yaml 2018-02-21 19:10:05 +0000
+++ helper/bundles/cephradosgw-ha.yaml 2018-03-06 13:04:14 +0000
@@ -6,17 +6,17 @@
6 constraints: mem=1G6 constraints: mem=1G
7 options:7 options:
8 dataset-size: 50%8 dataset-size: 50%
9 ceph:9 ceph-osd:
10 charm: ceph
11 num_units: 310 num_units: 3
12 constraints: mem=1G11 constraints: mem=1G
13 options:12 options:
14 monitor-count: 313 ephemeral-unmount: /mnt
15 fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
16 monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
17 osd-devices: /dev/vdb14 osd-devices: /dev/vdb
18 osd-reformat: "yes"15 ceph-mon:
19 ephemeral-unmount: /mnt16 num_units: 3
17 constraints: mem=1G
18 options:
19 expected-osd-count: 3
20 keystone:20 keystone:
21 charm: keystone21 charm: keystone
22 constraints: mem=1G22 constraints: mem=1G
@@ -33,8 +33,9 @@
33 relations:33 relations:
34 - [ keystone, mysql ]34 - [ keystone, mysql ]
35 - [ ceph-radosgw, keystone ]35 - [ ceph-radosgw, keystone ]
36 - [ ceph-radosgw, ceph ]36 - [ ceph-radosgw, ceph-mon ]
37 - [ ceph-radosgw, cephrgw-hacluster ]37 - [ ceph-radosgw, cephrgw-hacluster ]
38 - [ ceph-mon, ceph-osd ]
38precise-icehouse:39precise-icehouse:
39 inherits: openstack-services40 inherits: openstack-services
40 series: precise41 series: precise
4142
=== modified file 'helper/bundles/cephradosgw.yaml'
--- helper/bundles/cephradosgw.yaml 2018-02-24 07:50:04 +0000
+++ helper/bundles/cephradosgw.yaml 2018-03-06 13:04:14 +0000
@@ -6,17 +6,11 @@
6 constraints: mem=1G6 constraints: mem=1G
7 options:7 options:
8 dataset-size: 50%8 dataset-size: 50%
9 ceph:9 ceph-mon:
10 charm: ceph
11 num_units: 310 num_units: 3
12 constraints: mem=1G11 constraints: mem=1G
13 options:12 options:
14 monitor-count: 313 expected-osd-count: 3
15 fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
16 monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
17 osd-devices: /dev/vdb
18 osd-reformat: "yes"
19 ephemeral-unmount: /mnt
20 ceph-osd:14 ceph-osd:
21 charm: ceph-osd15 charm: ceph-osd
22 num_units: 316 num_units: 3
@@ -41,9 +35,9 @@
41 - [ ceph-radosgw, keystone ]35 - [ ceph-radosgw, keystone ]
42 - [ glance, keystone ]36 - [ glance, keystone ]
43 - [ glance, mysql ]37 - [ glance, mysql ]
44 - [ glance, ceph ]38 - [ glance, ceph-mon ]
45 - [ ceph-radosgw, ceph ]39 - [ ceph-radosgw, ceph-mon ]
46 - [ ceph, ceph-osd ]40 - [ ceph-mon, ceph-osd ]
47precise-icehouse:41precise-icehouse:
48 inherits: openstack-services42 inherits: openstack-services
49 series: precise43 series: precise
5044
=== modified file 'helper/collect/collect-next-cephradosgw'
--- helper/collect/collect-next-cephradosgw 2016-09-27 05:11:38 +0000
+++ helper/collect/collect-next-cephradosgw 2018-03-06 13:04:14 +0000
@@ -1,4 +1,4 @@
1ceph cs:~openstack-charmers-next/ceph1ceph-mon cs:~openstack-charmers-next/ceph-mon
2ceph-osd cs:~openstack-charmers-next/ceph-osd2ceph-osd cs:~openstack-charmers-next/ceph-osd
3ceph-radosgw cs:~openstack-charmers-next/ceph-radosgw3ceph-radosgw cs:~openstack-charmers-next/ceph-radosgw
4glance cs:~openstack-charmers-next/glance4glance cs:~openstack-charmers-next/glance
55
=== modified file 'helper/collect/collect-next-cephradosgw-ha'
--- helper/collect/collect-next-cephradosgw-ha 2016-09-22 21:25:04 +0000
+++ helper/collect/collect-next-cephradosgw-ha 2018-03-06 13:04:14 +0000
@@ -1,4 +1,4 @@
1ceph cs:~openstack-charmers-next/ceph1ceph-mon cs:~openstack-charmers-next/ceph-mon
2ceph-radosgw cs:~openstack-charmers-next/ceph-radosgw2ceph-radosgw cs:~openstack-charmers-next/ceph-radosgw
3hacluster cs:~openstack-charmers-next/hacluster3hacluster cs:~openstack-charmers-next/hacluster
4keystone cs:~openstack-charmers-next/keystone4keystone cs:~openstack-charmers-next/keystone

Subscribers

People subscribed via source and target branches