remove OS::TripleO::Services::CephClient from CephAll
CephClient should be removed from the CephAll role. The only thing it does is the key set which is already handled by the ceph mon profile. if not will cause Duplicate declaration: Class[Ceph::Keys] Change-Id: I77bbec1edd21cd6a4212a381a1a7712adc4b604f Related-Bug: 1722633
This commit is contained in:
parent
bebda4036b
commit
58d1e814c6
@ -12,7 +12,6 @@
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AuditD
|
||||
- OS::TripleO::Services::CACerts
|
||||
- OS::TripleO::Services::CephClient
|
||||
- OS::TripleO::Services::CephMds
|
||||
- OS::TripleO::Services::CephMgr
|
||||
- OS::TripleO::Services::CephMon
|
||||
|
@ -275,7 +275,6 @@ def validate_ceph_role(ceph_role_filename, ceph_role_tpl):
|
||||
for role in ceph_role_tpl:
|
||||
if role['name'] == 'CephAll':
|
||||
ceph_role_services = role['ServicesDefault']
|
||||
ceph_role_services.remove('OS::TripleO::Services::CephClient')
|
||||
ceph_role_services.remove('OS::TripleO::Services::CephMds')
|
||||
ceph_role_services.remove('OS::TripleO::Services::CephMgr')
|
||||
ceph_role_services.remove('OS::TripleO::Services::CephMon')
|
||||
|
Loading…
Reference in New Issue
Block a user