Add Etcd to DistributedCompute roles
The Etcd service is needed for A/A management of the CinderVolume service on these roles so it should be added to the roles by default. Change-Id: I9d3d17fec857014f399b8339ce7c68f844d230a9 implements: blueprint split-controlplane-templates
This commit is contained in:
parent
0df81abe8e
commit
00f35055da
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- The Etcd service is added to the DistributedCompute and
|
||||
DistributedComputeHCI roles for Active/Active management of the
|
||||
CinderVolume service.
|
@ -30,6 +30,7 @@
|
||||
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
||||
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
||||
- OS::TripleO::Services::Docker
|
||||
- OS::TripleO::Services::Etcd
|
||||
- OS::TripleO::Services::Fluentd
|
||||
- OS::TripleO::Services::IpaClient
|
||||
- OS::TripleO::Services::Ipsec
|
||||
|
@ -37,6 +37,7 @@
|
||||
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
||||
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
||||
- OS::TripleO::Services::Docker
|
||||
- OS::TripleO::Services::Etcd
|
||||
- OS::TripleO::Services::Fluentd
|
||||
- OS::TripleO::Services::IpaClient
|
||||
- OS::TripleO::Services::Ipsec
|
||||
|
Loading…
Reference in New Issue
Block a user