Remove Etcd from DCN roles that don't need it

Remove the Etcd service from DCN roles that do not need it. Etcd is
only required by the cinder-volume service in order to run in active/
active mode. Roles that do not host the cinder-volume service do not
need Etcd.

Change-Id: Ia24eed019ba973aad0e8f5b7fc0d53c1ee4149e8
(cherry picked from commit 500ba04798)
(cherry picked from commit ee90c5d60f)
This commit is contained in:
Alan Bishop 2020-08-28 14:58:25 -07:00
parent 7e371158cc
commit 8f4cd41c73
4 changed files with 3 additions and 6 deletions

View File

@ -31,7 +31,6 @@
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::Docker
- OS::TripleO::Services::Etcd
- OS::TripleO::Services::GlanceApiEdge
- OS::TripleO::Services::IpaClient
- OS::TripleO::Services::Ipsec

View File

@ -21,6 +21,7 @@
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::BarbicanClient
- OS::TripleO::Services::BlockStorageCinderVolume
- OS::TripleO::Services::BootParams
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CephClient
@ -32,7 +33,6 @@
- OS::TripleO::Services::CephRgw
- OS::TripleO::Services::CephOSD
- OS::TripleO::Services::CertmongerUser
- OS::TripleO::Services::BlockStorageCinderVolume
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::ComputeCeilometerAgent
- OS::TripleO::Services::ComputeNeutronCorePlugin

View File

@ -3,7 +3,7 @@
###############################################################################
- name: DistributedComputeHCIScaleOut
description: |
Distributed Compute Node role with Ceph, Cinder volume and HAProxy for Glance.
Distributed Compute Node role with CephOSD and HAproxy for Glance.
networks:
InternalApi:
subnet: internal_api_subnet
@ -34,7 +34,6 @@
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::Docker
- OS::TripleO::Services::Etcd
- OS::TripleO::Services::HAproxyEdge
- OS::TripleO::Services::IpaClient
- OS::TripleO::Services::Ipsec

View File

@ -3,7 +3,7 @@
###############################################################################
- name: DistributedComputeScaleOut
description: |
Distributed Compute Node role with Cinder volume and HaProxy for Glance.
Distributed Compute Node role with HAproxy for Glance.
CountDefault: 1
networks:
InternalApi:
@ -31,7 +31,6 @@
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::Docker
- OS::TripleO::Services::Etcd
- OS::TripleO::Services::HAproxyEdge
- OS::TripleO::Services::IpaClient
- OS::TripleO::Services::Ipsec