Added ceph mon and osd funcionality (#5)
* add TARGET
Try to define what we are goint to achieve.
* ceph monitors
* added new mon and osd funcionalities
* Documentation fixes
* Added testing metadata
* New ceph_osd_disk salt grain for crushmap generation
* Fixed the map.jinja and common module
* Fixed map for OSD role
* Completed the pool enforcement
* Pass context to the crushmap template from mine information
* RadosGW updates
* Fixed Rados gateway
* push origin master
* Service metadata fixes
* Fixed wrong metadata dir
* changed radosgw keyring path, changed watch for radosgw service
* set osd pool parameters
* added opts for osd mount, few minor fixes for states osd and mon
* added grains for crush parent
diff --git a/metadata/service/radosgw/keystonev3.yml b/metadata/service/radosgw/keystonev3.yml
new file mode 100644
index 0000000..8308746
--- /dev/null
+++ b/metadata/service/radosgw/keystonev3.yml
@@ -0,0 +1,17 @@
+classes:
+- service.ceph.radosgw.single
+parameters:
+ _param:
+ ceph_radosgw_keystone_host: 127.0.0.1
+ ceph_radosgw_keystone_user: admin
+ ceph:
+ radosgw:
+ identity:
+ engine: keystone
+ api_version: 3
+ host: ${_param:ceph_radosgw_keystone_host}
+ port: 5000
+ user: admin
+ password: ${_param:ceph_radosgw_keystone_password}
+ project: admin
+ domain: default