diff --git a/examples/library_ceph/README.md b/examples/library_ceph/README.md new file mode 100644 index 0000000..743aa58 --- /dev/null +++ b/examples/library_ceph/README.md @@ -0,0 +1,24 @@ +Current example will do following things: + +- fetch fuel-library from github +- use ./update_modules.sh to fetch librarian dependencies +- generate ceph keys on a solar-dev1 +- install ceph-mon on solar-dev1 (INPROGRESS) +- install ceph-osd on solar-dev2 (TODO) +- imlement removal mechanism for ceph-mon/ceph-osd (TODO) + + +To use it: + +``` +python exaples/library_ceph/ceph.py +solar ch stage && solar ch process +solar or run-once last -w 120 +``` + +If it will fail you can run particular resource action, with a lot of +debug info. + +``` +solar res action run ceph_mon1 +``` diff --git a/resources/ceph_mon/meta.yaml b/resources/ceph_mon/meta.yaml index 14859a5..ec92d1a 100644 --- a/resources/ceph_mon/meta.yaml +++ b/resources/ceph_mon/meta.yaml @@ -2,11 +2,6 @@ id: ceph_mon handler: puppetv2 version: 1.0.0 input: - library: - schema: {repository: str!, branch: str!, puppet_modules: str} - value: {repository: 'https://github.com/stackforge/fuel-library', - branch: 'stable/7.0', - puppet_modules: 'deployment/puppet'} ip: schema: str! value: