commit | f87c2517e53303c824a74e720f8d72037d5d53c5 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Tue Oct 10 17:32:31 2017 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Tue Oct 10 17:32:31 2017 +0200 |
tree | c7e8e75e2f3aa72e0782f58ef8308787a2d88911 | |
parent | ec62dec61a916a120167befb59f8f5806bf05067 [diff] |
moving osd keyring to service level Change-Id: I0cb82773ab773d3b04c0477deda9584831085e8d
diff --git a/metadata/service/common/cluster.yml b/metadata/service/common/cluster.yml index 2358610..2ac66f4 100644 --- a/metadata/service/common/cluster.yml +++ b/metadata/service/common/cluster.yml
@@ -15,3 +15,7 @@ host: ${_param:ceph_mon_node02_address} - name: ${_param:ceph_mon_node03_hostname} host: ${_param:ceph_mon_node03_address} + keyring: + bootstrap-osd: + caps: + mon: "allow profile bootstrap-osd"
diff --git a/metadata/service/common/single.yml b/metadata/service/common/single.yml index 91a783b..68ac50b 100644 --- a/metadata/service/common/single.yml +++ b/metadata/service/common/single.yml
@@ -9,3 +9,7 @@ members: - name: ${_param:ceph_mon_node01_hostname} host: ${_param:ceph_mon_node01_address} + keyring: + bootstrap-osd: + caps: + mon: "allow profile bootstrap-osd"
diff --git a/metadata/service/osd/cluster.yml b/metadata/service/osd/cluster.yml index 88e79d3..92e2f36 100644 --- a/metadata/service/osd/cluster.yml +++ b/metadata/service/osd/cluster.yml
@@ -7,4 +7,3 @@ ceph: osd: enabled: true - host_id: ${_param:ceph_host_id}
diff --git a/metadata/service/osd/single.yml b/metadata/service/osd/single.yml index 4fce284..e7cefd2 100644 --- a/metadata/service/osd/single.yml +++ b/metadata/service/osd/single.yml
@@ -7,4 +7,3 @@ ceph: osd: enabled: true - host_id: ${_param:ceph_host_id}