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:
James Slagle 2019-03-25 10:47:43 -04:00
parent 0df81abe8e
commit 00f35055da
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- The Etcd service is added to the DistributedCompute and
DistributedComputeHCI roles for Active/Active management of the
CinderVolume service.

View File

@ -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

View File

@ -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