2017-12-07 19:50:30 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: ControllerAllNovaStandalone #
|
|
|
|
###############################################################################
|
|
|
|
- name: ControllerAllNovaStandalone
|
|
|
|
description: |
|
|
|
|
Controller role that does not contain the database, messaging, networking
|
|
|
|
and nova control components. Use in combination with the Database,
|
|
|
|
Messaging, Networker and Novacontrol roles.
|
|
|
|
tags:
|
|
|
|
- primary
|
|
|
|
- controller
|
|
|
|
networks:
|
2018-07-12 16:27:08 +00:00
|
|
|
External:
|
|
|
|
subnet: external_subnet
|
|
|
|
InternalApi:
|
|
|
|
subnet: internal_api_subnet
|
|
|
|
Storage:
|
|
|
|
subnet: storage_subnet
|
|
|
|
StorageMgmt:
|
|
|
|
subnet: storage_mgmt_subnet
|
|
|
|
Tenant:
|
|
|
|
subnet: tenant_subnet
|
Render NIC config templates with jinja2
This change converts the existing NIC templates to jinja2 in
order to dynamically render the ports and networks according
to the network_data.yaml. If networks are added to the
network_data.yaml file, parameters will be added to all
NIC templates. The YAML files (as output from jinja with
the default network_data.yaml) are present as an example.
The roles in roles_data.yaml are used to produce NIC configs
for the standard and custom composable roles. In order to
keep the ordering of NICs the same in the multiple-nics
templates, the order of networks was changed in the
network_data.yaml file. This is reflected in the network
templates, and in some of the files that is the only
change.
The roles and roles_data.yaml were modified to include
a legacy name for the NIC config templates for the
built-in roles Controller, Compute, Object Storage,
Block Storage, Ceph Storage, Compute-DPDK, and
Networker roles. There will now be a file produced
with the legacy name, but also one produced with the
<role>-role.j2.yaml format (along with environment
files to help use the new filenames).
Note this change also fixes some typos as well as
a number of templates that had VLANs with device:
entries which were ignored.
Closes-Bug: 1737041
Depends-On: I49c0245c36de3103671080fd1c8cfb3432856f35
Change-Id: I3bdb7d00dab5a023dd8b9c94c0f89f84357ae7a4
2017-11-29 01:00:59 +00:00
|
|
|
default_route_networks: ['External']
|
2017-12-07 19:50:30 +00:00
|
|
|
HostnameFormatDefault: '%stackname%-controller-%index%'
|
2021-05-11 01:42:43 +00:00
|
|
|
RoleParametersDefault:
|
|
|
|
OVNCMSOptions: "enable-chassis-as-gw"
|
2019-05-13 13:25:57 +00:00
|
|
|
update_serial: 1
|
2017-12-07 19:50:30 +00:00
|
|
|
ServicesDefault:
|
|
|
|
- OS::TripleO::Services::AodhApi
|
|
|
|
- OS::TripleO::Services::AodhEvaluator
|
|
|
|
- OS::TripleO::Services::AodhListener
|
|
|
|
- OS::TripleO::Services::AodhNotifier
|
|
|
|
- OS::TripleO::Services::AuditD
|
|
|
|
- OS::TripleO::Services::BarbicanApi
|
|
|
|
- OS::TripleO::Services::BarbicanBackendSimpleCrypto
|
2018-11-14 12:18:21 +00:00
|
|
|
- OS::TripleO::Services::BootParams
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
|
|
|
- OS::TripleO::Services::CeilometerAgentCentral
|
|
|
|
- OS::TripleO::Services::CeilometerAgentNotification
|
2020-11-02 13:10:52 +00:00
|
|
|
- OS::TripleO::Services::CephClient
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::CephExternal
|
|
|
|
- OS::TripleO::Services::CephMds
|
|
|
|
- OS::TripleO::Services::CephMgr
|
|
|
|
- OS::TripleO::Services::CephMon
|
2022-02-21 10:25:37 +00:00
|
|
|
- OS::TripleO::Services::CephNfs
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::CephRbdMirror
|
|
|
|
- OS::TripleO::Services::CephRgw
|
|
|
|
- OS::TripleO::Services::CinderApi
|
|
|
|
- OS::TripleO::Services::CinderBackup
|
|
|
|
- OS::TripleO::Services::CinderScheduler
|
|
|
|
- OS::TripleO::Services::CinderVolume
|
|
|
|
- OS::TripleO::Services::Collectd
|
2018-06-05 08:59:23 +00:00
|
|
|
- OS::TripleO::Services::MetricsQdr
|
2017-11-10 23:53:23 +00:00
|
|
|
- OS::TripleO::Services::DesignateApi
|
|
|
|
- OS::TripleO::Services::DesignateCentral
|
|
|
|
- OS::TripleO::Services::DesignateProducer
|
|
|
|
- OS::TripleO::Services::DesignateWorker
|
|
|
|
- OS::TripleO::Services::DesignateMDNS
|
|
|
|
- OS::TripleO::Services::DesignateSink
|
2020-11-18 14:35:42 +00:00
|
|
|
- OS::TripleO::Services::DesignateBind
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::Etcd
|
2021-01-27 16:10:19 +00:00
|
|
|
- OS::TripleO::Services::Frr
|
2019-02-12 19:31:29 +00:00
|
|
|
- OS::TripleO::Services::IpaClient
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
|
|
|
- OS::TripleO::Services::GlanceApi
|
|
|
|
- OS::TripleO::Services::GnocchiApi
|
|
|
|
- OS::TripleO::Services::GnocchiMetricd
|
|
|
|
- OS::TripleO::Services::GnocchiStatsd
|
|
|
|
- OS::TripleO::Services::HAproxy
|
|
|
|
- OS::TripleO::Services::HeatApi
|
2018-01-03 15:15:24 +00:00
|
|
|
- OS::TripleO::Services::HeatApiCloudwatch
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::HeatApiCfn
|
|
|
|
- OS::TripleO::Services::HeatEngine
|
|
|
|
- OS::TripleO::Services::Horizon
|
|
|
|
- OS::TripleO::Services::IronicApi
|
|
|
|
- OS::TripleO::Services::IronicConductor
|
2018-04-18 10:15:23 +00:00
|
|
|
- OS::TripleO::Services::IronicInspector
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::IronicPxe
|
|
|
|
- OS::TripleO::Services::Iscsid
|
|
|
|
- OS::TripleO::Services::Kernel
|
|
|
|
- OS::TripleO::Services::Keystone
|
|
|
|
- OS::TripleO::Services::LoginDefs
|
|
|
|
- OS::TripleO::Services::ManilaApi
|
|
|
|
- OS::TripleO::Services::ManilaBackendCephFs
|
2021-05-20 19:41:41 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendFlashBlade
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendIsilon
|
|
|
|
- OS::TripleO::Services::ManilaBackendNetapp
|
|
|
|
- OS::TripleO::Services::ManilaBackendUnity
|
|
|
|
- OS::TripleO::Services::ManilaBackendVNX
|
|
|
|
- OS::TripleO::Services::ManilaBackendVMAX
|
|
|
|
- OS::TripleO::Services::ManilaScheduler
|
|
|
|
- OS::TripleO::Services::ManilaShare
|
|
|
|
- OS::TripleO::Services::Memcached
|
2019-06-14 17:39:27 +00:00
|
|
|
- OS::TripleO::Services::Multipathd
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::MySQLClient
|
|
|
|
- OS::TripleO::Services::NeutronApi
|
|
|
|
- OS::TripleO::Services::NeutronBgpVpnApi
|
|
|
|
- OS::TripleO::Services::NeutronSfcApi
|
|
|
|
- OS::TripleO::Services::NeutronCorePlugin
|
|
|
|
- OS::TripleO::Services::NeutronL2gwApi
|
|
|
|
- OS::TripleO::Services::NovaIronic
|
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
|
|
- OS::TripleO::Services::OctaviaApi
|
2019-10-02 10:06:59 +00:00
|
|
|
- OS::TripleO::Services::OctaviaDeploymentConfig
|
2019-05-20 16:01:51 +00:00
|
|
|
- OS::TripleO::Services::OpenStackClients
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::OVNDBs
|
|
|
|
- OS::TripleO::Services::OVNController
|
|
|
|
- OS::TripleO::Services::Pacemaker
|
2018-09-25 19:57:17 +00:00
|
|
|
- OS::TripleO::Services::Podman
|
2020-08-14 02:31:37 +00:00
|
|
|
- OS::TripleO::Services::Rear
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::Redis
|
2017-12-09 01:14:33 +00:00
|
|
|
- OS::TripleO::Services::Rhsm
|
2019-05-10 12:48:51 +00:00
|
|
|
- OS::TripleO::Services::Rsyslog
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
|
|
|
- OS::TripleO::Services::Snmp
|
|
|
|
- OS::TripleO::Services::Sshd
|
|
|
|
- OS::TripleO::Services::SwiftProxy
|
|
|
|
- OS::TripleO::Services::SwiftDispersion
|
|
|
|
- OS::TripleO::Services::SwiftRingBuilder
|
|
|
|
- OS::TripleO::Services::SwiftStorage
|
2018-07-27 20:12:27 +00:00
|
|
|
- OS::TripleO::Services::Timesync
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
|
|
- OS::TripleO::Services::TripleoPackages
|
|
|
|
- OS::TripleO::Services::Tuned
|
2021-02-02 18:41:31 +00:00
|
|
|
- OS::TripleO::Services::Unbound
|
2017-12-07 19:50:30 +00:00
|
|
|
- OS::TripleO::Services::Vpp
|