dc9a76aa23
- uses split-control-plane - adds a new CellController role - nova-conductor, message rpc (not notifications) and db - move nova dbsync from nova-api to nova-conductor - nova db is more tightly coupled to conductor/computes - we don't have a nova-api services on a CellController - super-conductor on Controller will sync cell0 db - new 'magic' MysqlCellInternal endpoint - always refers the to local MysqlInternal endpoint - identical to MysqlInternal for regular deployment - but doesn't get overridden when inheriting EndpointMap from parent control-plane stack - duplicate service node name hiera for transport_urls on cell stack - nova -> cell oslo messaging rpc nodes - neutron agent -> global messaging rpc nodes - run cell host discovery only on default cell, for additional cells the cell needs to be created first bp tripleo-multicell-basic Co-Authored-By: Martin Schuppert <mschuppert@redhat.com> Change-Id: Ife9bf12d3a6011906fa8d9f97f7524b51aef906a Depends-On: I79c1080605611c5c7748a28d2afcc9c7275a2e5d
57 lines
2.0 KiB
YAML
57 lines
2.0 KiB
YAML
###############################################################################
|
|
# Role: CellController #
|
|
###############################################################################
|
|
- name: CellController
|
|
description: |
|
|
CellController role for the nova cell_v2 controler services
|
|
CountDefault: 1
|
|
tags:
|
|
- primary
|
|
- controller
|
|
networks:
|
|
- External
|
|
- InternalApi
|
|
- Storage
|
|
- StorageMgmt
|
|
- Tenant
|
|
# For systems with both IPv4 and IPv6, you may specify a gateway network for
|
|
# each, such as ['ControlPlane', 'External']
|
|
default_route_networks: ['External']
|
|
HostnameFormatDefault: '%stackname%-cellcontrol-%index%'
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::Aide
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::CertmongerUser
|
|
- OS::TripleO::Services::Clustercheck
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::Fluentd
|
|
- OS::TripleO::Services::HAproxy
|
|
- OS::TripleO::Services::Ipsec
|
|
- OS::TripleO::Services::Iscsid
|
|
- OS::TripleO::Services::Keepalived
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::LoginDefs
|
|
- OS::TripleO::Services::MetricsQdr
|
|
- OS::TripleO::Services::MySQL
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::NovaConductor
|
|
- OS::TripleO::Services::Ntp
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::Pacemaker
|
|
- OS::TripleO::Services::OsloMessagingRpc
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::RsyslogSidecar
|
|
- OS::TripleO::Services::Securetty
|
|
- OS::TripleO::Services::SensuClient
|
|
- OS::TripleO::Services::SkydiveAgent
|
|
- OS::TripleO::Services::Snmp
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
- OS::TripleO::Services::Tuned
|
|
- OS::TripleO::Services::Vpp
|
|
- OS::TripleO::Services::Ptp
|