2017-11-21 20:39:52 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: ControllerNoCeph #
|
|
|
|
###############################################################################
|
|
|
|
- name: ControllerNoCeph
|
|
|
|
description: |
|
|
|
|
Controller role that has all the controller services loaded and handles
|
|
|
|
Database, Messaging and Network functions but not any Ceph server functions.
|
|
|
|
CountDefault: 0
|
|
|
|
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-11-21 20:39:52 +00:00
|
|
|
HostnameFormatDefault: '%stackname%-controller-no-ceph-%index%'
|
|
|
|
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
|
|
|
|
# Set uses_deprecated_params to True if any deprecated params are used.
|
|
|
|
uses_deprecated_params: True
|
|
|
|
deprecated_param_extraconfig: 'controllerExtraConfig'
|
|
|
|
deprecated_param_flavor: 'OvercloudControlFlavor'
|
|
|
|
deprecated_param_image: 'controllerImage'
|
2019-05-13 13:25:57 +00:00
|
|
|
update_serial: 1
|
2017-11-21 20:39:52 +00:00
|
|
|
ServicesDefault:
|
2017-07-12 16:27:47 +00:00
|
|
|
- OS::TripleO::Services::Aide
|
2017-11-21 20:39:52 +00:00
|
|
|
- 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
|
|
|
|
- OS::TripleO::Services::BarbicanBackendDogtag
|
|
|
|
- OS::TripleO::Services::BarbicanBackendKmip
|
|
|
|
- OS::TripleO::Services::BarbicanBackendPkcs11Crypto
|
2018-11-14 12:18:21 +00:00
|
|
|
- OS::TripleO::Services::BootParams
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
|
|
|
- OS::TripleO::Services::CeilometerAgentCentral
|
|
|
|
- OS::TripleO::Services::CeilometerAgentNotification
|
2018-01-04 14:44:44 +00:00
|
|
|
- OS::TripleO::Services::CephClient
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::CephExternal
|
|
|
|
- OS::TripleO::Services::CertmongerUser
|
|
|
|
- OS::TripleO::Services::CinderApi
|
|
|
|
- OS::TripleO::Services::CinderBackendDellPs
|
|
|
|
- OS::TripleO::Services::CinderBackendDellSc
|
|
|
|
- OS::TripleO::Services::CinderBackendDellEMCUnity
|
|
|
|
- OS::TripleO::Services::CinderBackendDellEMCVMAXISCSI
|
2018-01-17 03:37:32 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendDellEMCVNX
|
2018-02-13 21:09:25 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendDellEMCXTREMIOISCSI
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendNetApp
|
2018-11-22 16:29:23 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendPure
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendScaleIO
|
|
|
|
- OS::TripleO::Services::CinderBackendVRTSHyperScale
|
2018-04-08 13:30:06 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendNVMeOF
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::CinderBackup
|
|
|
|
- OS::TripleO::Services::CinderHPELeftHandISCSI
|
|
|
|
- OS::TripleO::Services::CinderScheduler
|
|
|
|
- OS::TripleO::Services::CinderVolume
|
|
|
|
- OS::TripleO::Services::Clustercheck
|
2018-07-12 00:26:14 +00:00
|
|
|
- OS::TripleO::Services::ContainerImagePrepare
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::Collectd
|
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
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::Docker
|
|
|
|
- OS::TripleO::Services::Etcd
|
|
|
|
- OS::TripleO::Services::ExternalSwiftProxy
|
|
|
|
- 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-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::HeatApiCfn
|
|
|
|
- OS::TripleO::Services::HeatEngine
|
|
|
|
- OS::TripleO::Services::Horizon
|
2019-02-12 19:31:29 +00:00
|
|
|
- OS::TripleO::Services::IpaClient
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
|
|
|
- OS::TripleO::Services::IronicApi
|
|
|
|
- OS::TripleO::Services::IronicConductor
|
2018-04-18 10:15:23 +00:00
|
|
|
- OS::TripleO::Services::IronicInspector
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::IronicPxe
|
2018-02-16 18:26:23 +00:00
|
|
|
- OS::TripleO::Services::IronicNeutronAgent
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::Iscsid
|
|
|
|
- OS::TripleO::Services::Keepalived
|
|
|
|
- OS::TripleO::Services::Kernel
|
|
|
|
- OS::TripleO::Services::Keystone
|
|
|
|
- OS::TripleO::Services::LoginDefs
|
|
|
|
- OS::TripleO::Services::ManilaApi
|
|
|
|
- OS::TripleO::Services::ManilaBackendCephFs
|
|
|
|
- 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
|
2018-06-05 08:59:23 +00:00
|
|
|
- OS::TripleO::Services::MetricsQdr
|
2018-02-07 20:55:19 +00:00
|
|
|
- OS::TripleO::Services::MistralApi
|
|
|
|
- OS::TripleO::Services::MistralEngine
|
|
|
|
- OS::TripleO::Services::MistralExecutor
|
|
|
|
- OS::TripleO::Services::MistralEventEngine
|
2019-06-14 17:39:27 +00:00
|
|
|
- OS::TripleO::Services::Multipathd
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::MySQL
|
|
|
|
- OS::TripleO::Services::MySQLClient
|
|
|
|
- OS::TripleO::Services::NeutronApi
|
|
|
|
- OS::TripleO::Services::NeutronBgpVpnApi
|
|
|
|
- OS::TripleO::Services::NeutronSfcApi
|
|
|
|
- OS::TripleO::Services::NeutronCorePlugin
|
|
|
|
- OS::TripleO::Services::NeutronDhcpAgent
|
|
|
|
- OS::TripleO::Services::NeutronL2gwAgent
|
|
|
|
- OS::TripleO::Services::NeutronL2gwApi
|
|
|
|
- OS::TripleO::Services::NeutronL3Agent
|
|
|
|
- OS::TripleO::Services::NeutronLinuxbridgeAgent
|
|
|
|
- OS::TripleO::Services::NeutronMetadataAgent
|
|
|
|
- OS::TripleO::Services::NeutronML2FujitsuCfab
|
|
|
|
- OS::TripleO::Services::NeutronML2FujitsuFossw
|
|
|
|
- OS::TripleO::Services::NeutronOvsAgent
|
|
|
|
- OS::TripleO::Services::NeutronVppAgent
|
2019-09-01 07:34:46 +00:00
|
|
|
- OS::TripleO::Services::NeutronAgentsIBConfig
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::NovaApi
|
|
|
|
- OS::TripleO::Services::NovaConductor
|
|
|
|
- OS::TripleO::Services::NovaIronic
|
|
|
|
- OS::TripleO::Services::NovaMetadata
|
|
|
|
- OS::TripleO::Services::NovaScheduler
|
|
|
|
- OS::TripleO::Services::NovaVncProxy
|
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
|
|
- OS::TripleO::Services::OctaviaApi
|
2017-09-25 13:09:40 +00:00
|
|
|
- OS::TripleO::Services::OctaviaDeploymentConfig
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::OctaviaHealthManager
|
|
|
|
- OS::TripleO::Services::OctaviaHousekeeping
|
|
|
|
- OS::TripleO::Services::OctaviaWorker
|
2019-05-20 16:01:51 +00:00
|
|
|
- OS::TripleO::Services::OpenStackClients
|
2017-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::OVNDBs
|
|
|
|
- OS::TripleO::Services::OVNController
|
|
|
|
- OS::TripleO::Services::Pacemaker
|
2018-12-07 23:00:51 +00:00
|
|
|
- OS::TripleO::Services::PlacementApi
|
2017-09-27 19:32:26 +00:00
|
|
|
- OS::TripleO::Services::OsloMessagingRpc
|
|
|
|
- OS::TripleO::Services::OsloMessagingNotify
|
2018-09-25 19:57:17 +00:00
|
|
|
- OS::TripleO::Services::Podman
|
2019-10-23 17:42:02 +00:00
|
|
|
- OS::TripleO::Services::Rear
|
2017-11-21 20:39:52 +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-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
|
|
|
- OS::TripleO::Services::SaharaApi
|
|
|
|
- OS::TripleO::Services::SaharaEngine
|
|
|
|
- OS::TripleO::Services::Securetty
|
|
|
|
- OS::TripleO::Services::SkydiveAgent
|
|
|
|
- OS::TripleO::Services::SkydiveAnalyzer
|
|
|
|
- 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-11-21 20:39:52 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
|
|
- OS::TripleO::Services::TripleoPackages
|
|
|
|
- OS::TripleO::Services::Tuned
|
|
|
|
- OS::TripleO::Services::Vpp
|
|
|
|
- OS::TripleO::Services::Zaqar
|