2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
2017-06-09 14:59:51 +00:00
|
|
|
# File generated by TripleO
|
2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
# Role: Controller #
|
|
|
|
###############################################################################
|
2017-03-29 20:43:45 +00:00
|
|
|
- name: Controller
|
2017-03-14 22:36:02 +00:00
|
|
|
description: |
|
|
|
|
Controller role that has all the controler services loaded and handles
|
|
|
|
Database, Messaging and Network functions.
|
2016-09-05 21:57:43 +00:00
|
|
|
CountDefault: 1
|
2017-03-29 20:43:45 +00:00
|
|
|
tags:
|
|
|
|
- primary
|
|
|
|
- controller
|
2016-12-08 17:15:46 +00:00
|
|
|
networks:
|
|
|
|
- External
|
|
|
|
- InternalApi
|
|
|
|
- Storage
|
|
|
|
- StorageMgmt
|
|
|
|
- Tenant
|
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
|
|
|
# For systems with both IPv4 and IPv6, you may specify a gateway network for
|
|
|
|
# each, such as ['ControlPlane', 'External']
|
|
|
|
default_route_networks: ['External']
|
2017-03-14 22:36:02 +00:00
|
|
|
HostnameFormatDefault: '%stackname%-controller-%index%'
|
2017-07-04 17:20:10 +00:00
|
|
|
# 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'
|
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
|
|
|
deprecated_nic_config_name: 'controller.yaml'
|
2016-07-01 14:18:32 +00:00
|
|
|
ServicesDefault:
|
2017-07-12 16:27:47 +00:00
|
|
|
- OS::TripleO::Services::Aide
|
2017-03-14 22:36:02 +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
|
2017-10-31 15:26:38 +00:00
|
|
|
- OS::TripleO::Services::BarbicanBackendSimpleCrypto
|
2017-11-28 21:17:49 +00:00
|
|
|
- OS::TripleO::Services::BarbicanBackendDogtag
|
|
|
|
- OS::TripleO::Services::BarbicanBackendKmip
|
|
|
|
- OS::TripleO::Services::BarbicanBackendPkcs11Crypto
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::CeilometerAgentCentral
|
|
|
|
- OS::TripleO::Services::CeilometerAgentNotification
|
|
|
|
- OS::TripleO::Services::CephExternal
|
2016-11-25 09:57:41 +00:00
|
|
|
- OS::TripleO::Services::CephMds
|
2017-10-12 22:52:55 +00:00
|
|
|
- OS::TripleO::Services::CephMgr
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CephMon
|
2016-12-05 15:44:23 +00:00
|
|
|
- OS::TripleO::Services::CephRbdMirror
|
2016-09-15 10:46:48 +00:00
|
|
|
- OS::TripleO::Services::CephRgw
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::CertmongerUser
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CinderApi
|
2017-04-10 16:37:13 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendDellPs
|
|
|
|
- OS::TripleO::Services::CinderBackendDellSc
|
2017-07-26 21:38:16 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendDellEMCUnity
|
2017-07-31 20:49:17 +00:00
|
|
|
- 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-04-10 15:11:58 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendNetApp
|
2017-04-10 16:37:13 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendScaleIO
|
2017-06-20 12:36:04 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendVRTSHyperScale
|
2018-04-08 13:30:06 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendNVMeOF
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::CinderBackup
|
|
|
|
- OS::TripleO::Services::CinderHPELeftHandISCSI
|
|
|
|
- OS::TripleO::Services::CinderScheduler
|
|
|
|
- OS::TripleO::Services::CinderVolume
|
2017-06-06 14:32:18 +00:00
|
|
|
- OS::TripleO::Services::Clustercheck
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Collectd
|
2016-11-22 18:00:45 +00:00
|
|
|
- OS::TripleO::Services::Congress
|
2018-07-12 00:26:14 +00:00
|
|
|
- OS::TripleO::Services::ContainerImagePrepare
|
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-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Docker
|
|
|
|
- OS::TripleO::Services::Ec2Api
|
|
|
|
- OS::TripleO::Services::Etcd
|
|
|
|
- OS::TripleO::Services::ExternalSwiftProxy
|
2017-08-25 04:22:57 +00:00
|
|
|
- OS::TripleO::Services::Fluentd
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::GlanceApi
|
2018-02-26 14:24:20 +00:00
|
|
|
- OS::TripleO::Services::GlanceRegistry
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::GnocchiApi
|
|
|
|
- OS::TripleO::Services::GnocchiMetricd
|
|
|
|
- OS::TripleO::Services::GnocchiStatsd
|
|
|
|
- OS::TripleO::Services::HAproxy
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::HeatApi
|
2018-01-03 15:15:24 +00:00
|
|
|
- OS::TripleO::Services::HeatApiCloudwatch
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::HeatApiCfn
|
|
|
|
- OS::TripleO::Services::HeatEngine
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Horizon
|
2017-11-21 14:39:12 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::IronicApi
|
|
|
|
- OS::TripleO::Services::IronicConductor
|
2018-04-18 10:15:23 +00:00
|
|
|
- OS::TripleO::Services::IronicInspector
|
2017-08-03 15:01:37 +00:00
|
|
|
- OS::TripleO::Services::IronicPxe
|
2018-02-16 18:26:23 +00:00
|
|
|
- OS::TripleO::Services::IronicNeutronAgent
|
2017-05-04 12:52:38 +00:00
|
|
|
- OS::TripleO::Services::Iscsid
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Keepalived
|
|
|
|
- OS::TripleO::Services::Kernel
|
|
|
|
- OS::TripleO::Services::Keystone
|
2017-04-19 09:48:45 +00:00
|
|
|
- OS::TripleO::Services::LoginDefs
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::ManilaApi
|
|
|
|
- OS::TripleO::Services::ManilaBackendCephFs
|
2017-07-29 00:48:36 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendIsilon
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendNetapp
|
2017-08-04 20:18:44 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendUnity
|
2017-08-04 20:43:09 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendVNX
|
2017-08-04 20:56:53 +00:00
|
|
|
- OS::TripleO::Services::ManilaBackendVMAX
|
2017-03-14 22:36:02 +00:00
|
|
|
- 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
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::MongoDb
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::MySQL
|
2017-02-09 10:14:03 +00:00
|
|
|
- OS::TripleO::Services::MySQLClient
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronApi
|
2017-04-05 11:51:07 +00:00
|
|
|
- OS::TripleO::Services::NeutronBgpVpnApi
|
2017-09-07 14:16:32 +00:00
|
|
|
- OS::TripleO::Services::NeutronSfcApi
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronCorePlugin
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::NeutronDhcpAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronL2gwAgent
|
2017-03-07 08:45:37 +00:00
|
|
|
- OS::TripleO::Services::NeutronL2gwApi
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::NeutronL3Agent
|
2016-04-04 17:49:19 +00:00
|
|
|
- OS::TripleO::Services::NeutronLbaasv2Agent
|
2018-03-21 17:51:59 +00:00
|
|
|
- OS::TripleO::Services::NeutronLbaasv2Api
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronLinuxbridgeAgent
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::NeutronMetadataAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronML2FujitsuCfab
|
|
|
|
- OS::TripleO::Services::NeutronML2FujitsuFossw
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::NeutronOvsAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronVppAgent
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::NovaApi
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NovaConductor
|
|
|
|
- OS::TripleO::Services::NovaConsoleauth
|
|
|
|
- OS::TripleO::Services::NovaIronic
|
2016-09-20 10:25:53 +00:00
|
|
|
- OS::TripleO::Services::NovaMetadata
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NovaPlacement
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::NovaScheduler
|
2016-09-08 08:21:16 +00:00
|
|
|
- OS::TripleO::Services::NovaVncProxy
|
2017-08-02 12:48:26 +00:00
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
2016-12-20 15:41:42 +00:00
|
|
|
- OS::TripleO::Services::OctaviaApi
|
2017-09-25 13:09:40 +00:00
|
|
|
- OS::TripleO::Services::OctaviaDeploymentConfig
|
2016-12-20 15:41:42 +00:00
|
|
|
- OS::TripleO::Services::OctaviaHealthManager
|
|
|
|
- OS::TripleO::Services::OctaviaHousekeeping
|
|
|
|
- OS::TripleO::Services::OctaviaWorker
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::OpenDaylightApi
|
|
|
|
- OS::TripleO::Services::OpenDaylightOvs
|
|
|
|
- OS::TripleO::Services::OVNDBs
|
2017-07-13 11:44:51 +00:00
|
|
|
- OS::TripleO::Services::OVNController
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Pacemaker
|
|
|
|
- OS::TripleO::Services::PankoApi
|
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
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Redis
|
2017-12-09 01:14:33 +00:00
|
|
|
- OS::TripleO::Services::Rhsm
|
2017-11-13 13:18:57 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::SaharaApi
|
|
|
|
- OS::TripleO::Services::SaharaEngine
|
|
|
|
- OS::TripleO::Services::Securetty
|
|
|
|
- OS::TripleO::Services::SensuClient
|
2017-09-10 21:02:13 +00:00
|
|
|
- OS::TripleO::Services::SkydiveAgent
|
|
|
|
- OS::TripleO::Services::SkydiveAnalyzer
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Snmp
|
|
|
|
- OS::TripleO::Services::Sshd
|
|
|
|
- OS::TripleO::Services::SwiftProxy
|
2017-06-21 19:32:34 +00:00
|
|
|
- OS::TripleO::Services::SwiftDispersion
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::SwiftRingBuilder
|
|
|
|
- OS::TripleO::Services::SwiftStorage
|
|
|
|
- OS::TripleO::Services::Tacker
|
2018-07-27 20:12:27 +00:00
|
|
|
- OS::TripleO::Services::Timesync
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
|
|
- OS::TripleO::Services::TripleoPackages
|
2017-04-06 11:38:59 +00:00
|
|
|
- OS::TripleO::Services::Tuned
|
2017-01-31 20:04:13 +00:00
|
|
|
- OS::TripleO::Services::Vpp
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Zaqar
|
2018-07-26 08:26:58 +00:00
|
|
|
- OS::TripleO::Services::Xinetd
|
2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: Compute #
|
|
|
|
###############################################################################
|
2016-07-01 14:18:32 +00:00
|
|
|
- name: Compute
|
2017-03-14 22:36:02 +00:00
|
|
|
description: |
|
|
|
|
Basic Compute Node role
|
2016-09-05 21:57:43 +00:00
|
|
|
CountDefault: 1
|
2016-12-08 17:15:46 +00:00
|
|
|
networks:
|
|
|
|
- InternalApi
|
|
|
|
- Tenant
|
|
|
|
- Storage
|
2016-09-05 21:57:43 +00:00
|
|
|
HostnameFormatDefault: '%stackname%-novacompute-%index%'
|
2018-06-14 09:16:16 +00:00
|
|
|
RoleParametersDefault:
|
|
|
|
TunedProfileName: "virtual-host"
|
2017-07-11 14:45:52 +00:00
|
|
|
# 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_image: 'NovaImage'
|
|
|
|
deprecated_param_extraconfig: 'NovaComputeExtraConfig'
|
|
|
|
deprecated_param_metadata: 'NovaComputeServerMetadata'
|
|
|
|
deprecated_param_scheduler_hints: 'NovaComputeSchedulerHints'
|
|
|
|
deprecated_param_ips: 'NovaComputeIPs'
|
|
|
|
deprecated_server_resource_name: 'NovaCompute'
|
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
|
|
|
deprecated_nic_config_name: 'compute.yaml'
|
2016-07-01 14:18:32 +00:00
|
|
|
ServicesDefault:
|
2017-07-12 16:27:47 +00:00
|
|
|
- OS::TripleO::Services::Aide
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::AuditD
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
|
|
|
- OS::TripleO::Services::CephClient
|
|
|
|
- OS::TripleO::Services::CephExternal
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::CertmongerUser
|
|
|
|
- OS::TripleO::Services::Collectd
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::ComputeCeilometerAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::ComputeNeutronCorePlugin
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::ComputeNeutronL3Agent
|
|
|
|
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
|
|
|
- OS::TripleO::Services::Docker
|
2017-08-25 04:22:57 +00:00
|
|
|
- OS::TripleO::Services::Fluentd
|
2017-11-21 14:39:12 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
2017-05-04 12:52:38 +00:00
|
|
|
- OS::TripleO::Services::Iscsid
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Kernel
|
2017-04-19 09:48:45 +00:00
|
|
|
- OS::TripleO::Services::LoginDefs
|
2018-06-05 08:59:23 +00:00
|
|
|
- OS::TripleO::Services::MetricsQdr
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::MySQLClient
|
2017-04-07 15:14:39 +00:00
|
|
|
- OS::TripleO::Services::NeutronBgpVpnBagpipe
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::NeutronLinuxbridgeAgent
|
|
|
|
- OS::TripleO::Services::NeutronVppAgent
|
|
|
|
- OS::TripleO::Services::NovaCompute
|
|
|
|
- OS::TripleO::Services::NovaLibvirt
|
2018-06-22 12:46:34 +00:00
|
|
|
- OS::TripleO::Services::NovaLibvirtGuests
|
2017-06-07 23:17:53 +00:00
|
|
|
- OS::TripleO::Services::NovaMigrationTarget
|
2017-08-02 12:48:26 +00:00
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::OpenDaylightOvs
|
2018-09-25 19:57:17 +00:00
|
|
|
- OS::TripleO::Services::Podman
|
2017-12-09 01:14:33 +00:00
|
|
|
- OS::TripleO::Services::Rhsm
|
2017-11-13 13:18:57 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Securetty
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::SensuClient
|
2017-09-10 21:02:13 +00:00
|
|
|
- OS::TripleO::Services::SkydiveAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Snmp
|
|
|
|
- OS::TripleO::Services::Sshd
|
2018-07-27 20:12:27 +00:00
|
|
|
- OS::TripleO::Services::Timesync
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
|
|
- OS::TripleO::Services::TripleoPackages
|
2017-04-06 11:38:59 +00:00
|
|
|
- OS::TripleO::Services::Tuned
|
2017-01-31 20:04:13 +00:00
|
|
|
- OS::TripleO::Services::Vpp
|
2017-07-13 11:44:51 +00:00
|
|
|
- OS::TripleO::Services::OVNController
|
2017-09-12 09:39:44 +00:00
|
|
|
- OS::TripleO::Services::OVNMetadataAgent
|
2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: BlockStorage #
|
|
|
|
###############################################################################
|
2016-07-01 14:18:32 +00:00
|
|
|
- name: BlockStorage
|
2017-03-14 22:36:02 +00:00
|
|
|
description: |
|
|
|
|
Cinder Block Storage node role
|
2016-12-08 17:15:46 +00:00
|
|
|
networks:
|
|
|
|
- InternalApi
|
|
|
|
- Storage
|
|
|
|
- StorageMgmt
|
2018-02-21 14:06:59 +00:00
|
|
|
uses_deprecated_params: False
|
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
|
|
|
deprecated_nic_config_name: 'cinder-storage.yaml'
|
2016-07-01 14:18:32 +00:00
|
|
|
ServicesDefault:
|
2017-07-12 16:27:47 +00:00
|
|
|
- OS::TripleO::Services::Aide
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::AuditD
|
|
|
|
- OS::TripleO::Services::BlockStorageCinderVolume
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
2017-03-13 12:30:03 +00:00
|
|
|
- OS::TripleO::Services::CertmongerUser
|
2017-06-20 12:36:04 +00:00
|
|
|
- OS::TripleO::Services::CinderBackendVRTSHyperScale
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Collectd
|
|
|
|
- OS::TripleO::Services::Docker
|
2017-08-25 04:22:57 +00:00
|
|
|
- OS::TripleO::Services::Fluentd
|
2017-11-21 14:39:12 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
2017-05-04 12:52:38 +00:00
|
|
|
- OS::TripleO::Services::Iscsid
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Kernel
|
2017-04-19 09:48:45 +00:00
|
|
|
- OS::TripleO::Services::LoginDefs
|
2018-06-05 08:59:23 +00:00
|
|
|
- OS::TripleO::Services::MetricsQdr
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::MySQLClient
|
2017-08-02 12:48:26 +00:00
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
2018-09-25 19:57:17 +00:00
|
|
|
- OS::TripleO::Services::Podman
|
2017-12-09 01:14:33 +00:00
|
|
|
- OS::TripleO::Services::Rhsm
|
2017-11-13 13:18:57 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Securetty
|
|
|
|
- OS::TripleO::Services::SensuClient
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Snmp
|
2016-12-08 13:12:53 +00:00
|
|
|
- OS::TripleO::Services::Sshd
|
2018-07-27 20:12:27 +00:00
|
|
|
- OS::TripleO::Services::Timesync
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::TripleoPackages
|
2017-04-06 11:38:59 +00:00
|
|
|
- OS::TripleO::Services::Tuned
|
2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: ObjectStorage #
|
|
|
|
###############################################################################
|
2016-07-01 14:18:32 +00:00
|
|
|
- name: ObjectStorage
|
2017-03-14 22:36:02 +00:00
|
|
|
description: |
|
|
|
|
Swift Object Storage node role
|
2016-12-08 17:15:46 +00:00
|
|
|
networks:
|
|
|
|
- InternalApi
|
|
|
|
- Storage
|
|
|
|
- StorageMgmt
|
2017-07-11 16:09:04 +00:00
|
|
|
# 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_metadata: 'SwiftStorageServerMetadata'
|
|
|
|
deprecated_param_ips: 'SwiftStorageIPs'
|
|
|
|
deprecated_param_image: 'SwiftStorageImage'
|
|
|
|
deprecated_param_flavor: 'OvercloudSwiftStorageFlavor'
|
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
|
|
|
deprecated_nic_config_name: 'swift-storage.yaml'
|
2016-07-01 14:18:32 +00:00
|
|
|
ServicesDefault:
|
2017-07-12 16:27:47 +00:00
|
|
|
- OS::TripleO::Services::Aide
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::AuditD
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
2017-03-13 12:30:03 +00:00
|
|
|
- OS::TripleO::Services::CertmongerUser
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Collectd
|
|
|
|
- OS::TripleO::Services::Docker
|
2017-08-25 04:22:57 +00:00
|
|
|
- OS::TripleO::Services::Fluentd
|
2017-11-21 14:39:12 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Kernel
|
2017-04-19 09:48:45 +00:00
|
|
|
- OS::TripleO::Services::LoginDefs
|
2018-06-05 08:59:23 +00:00
|
|
|
- OS::TripleO::Services::MetricsQdr
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::MySQLClient
|
2017-08-02 12:48:26 +00:00
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
2018-09-25 19:57:17 +00:00
|
|
|
- OS::TripleO::Services::Podman
|
2017-12-09 01:14:33 +00:00
|
|
|
- OS::TripleO::Services::Rhsm
|
2017-11-13 13:18:57 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Securetty
|
|
|
|
- OS::TripleO::Services::SensuClient
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Snmp
|
2016-12-08 13:12:53 +00:00
|
|
|
- OS::TripleO::Services::Sshd
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::SwiftRingBuilder
|
|
|
|
- OS::TripleO::Services::SwiftStorage
|
2018-07-27 20:12:27 +00:00
|
|
|
- OS::TripleO::Services::Timesync
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::TripleoPackages
|
2017-04-06 11:38:59 +00:00
|
|
|
- OS::TripleO::Services::Tuned
|
2017-10-19 06:51:26 +00:00
|
|
|
- OS::TripleO::Services::Ptp
|
2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: CephStorage #
|
|
|
|
###############################################################################
|
2016-07-01 14:18:32 +00:00
|
|
|
- name: CephStorage
|
2017-03-14 22:36:02 +00:00
|
|
|
description: |
|
|
|
|
Ceph OSD Storage node role
|
2016-12-08 17:15:46 +00:00
|
|
|
networks:
|
|
|
|
- Storage
|
|
|
|
- StorageMgmt
|
2018-02-21 14:06:59 +00:00
|
|
|
uses_deprecated_params: False
|
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
|
|
|
deprecated_nic_config_name: 'ceph-storage.yaml'
|
2016-07-01 14:18:32 +00:00
|
|
|
ServicesDefault:
|
2017-07-12 16:27:47 +00:00
|
|
|
- OS::TripleO::Services::Aide
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::AuditD
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
|
|
|
- OS::TripleO::Services::CephOSD
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::CertmongerUser
|
|
|
|
- OS::TripleO::Services::Collectd
|
|
|
|
- OS::TripleO::Services::Docker
|
2017-08-25 04:22:57 +00:00
|
|
|
- OS::TripleO::Services::Fluentd
|
2017-11-21 14:39:12 +00:00
|
|
|
- OS::TripleO::Services::Ipsec
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Kernel
|
2017-04-19 09:48:45 +00:00
|
|
|
- OS::TripleO::Services::LoginDefs
|
2018-06-05 08:59:23 +00:00
|
|
|
- OS::TripleO::Services::MetricsQdr
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::MySQLClient
|
2017-08-02 12:48:26 +00:00
|
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
2018-09-25 19:57:17 +00:00
|
|
|
- OS::TripleO::Services::Podman
|
2017-12-09 01:14:33 +00:00
|
|
|
- OS::TripleO::Services::Rhsm
|
2017-11-13 13:18:57 +00:00
|
|
|
- OS::TripleO::Services::RsyslogSidecar
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::Securetty
|
|
|
|
- OS::TripleO::Services::SensuClient
|
2016-10-31 15:42:31 +00:00
|
|
|
- OS::TripleO::Services::Snmp
|
2016-12-08 13:12:53 +00:00
|
|
|
- OS::TripleO::Services::Sshd
|
2018-07-27 20:12:27 +00:00
|
|
|
- OS::TripleO::Services::Timesync
|
2016-07-01 14:18:32 +00:00
|
|
|
- OS::TripleO::Services::Timezone
|
|
|
|
- OS::TripleO::Services::TripleoFirewall
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::TripleoPackages
|
2017-04-06 11:38:59 +00:00
|
|
|
- OS::TripleO::Services::Tuned
|
2017-06-09 14:59:51 +00:00
|
|
|
|