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
This commit is contained in:
parent
a68a0fae0e
commit
500ba04798
@ -30,7 +30,6 @@
|
||||
- OS::TripleO::Services::ComputeNeutronL3Agent
|
||||
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
||||
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
||||
- OS::TripleO::Services::Etcd
|
||||
- OS::TripleO::Services::GlanceApiEdge
|
||||
- OS::TripleO::Services::IpaClient
|
||||
- OS::TripleO::Services::Ipsec
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
@ -33,7 +33,6 @@
|
||||
- OS::TripleO::Services::ComputeNeutronL3Agent
|
||||
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
||||
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
||||
- OS::TripleO::Services::Etcd
|
||||
- OS::TripleO::Services::HAproxyEdge
|
||||
- OS::TripleO::Services::IpaClient
|
||||
- OS::TripleO::Services::Ipsec
|
||||
|
@ -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:
|
||||
@ -30,7 +30,6 @@
|
||||
- OS::TripleO::Services::ComputeNeutronL3Agent
|
||||
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
||||
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
||||
- OS::TripleO::Services::Etcd
|
||||
- OS::TripleO::Services::HAproxyEdge
|
||||
- OS::TripleO::Services::IpaClient
|
||||
- OS::TripleO::Services::Ipsec
|
||||
|
Loading…
x
Reference in New Issue
Block a user