2017-03-14 22:36:02 +00:00
|
|
|
###############################################################################
|
|
|
|
# Role: BlockStorage #
|
|
|
|
###############################################################################
|
|
|
|
- name: BlockStorage
|
|
|
|
description: |
|
|
|
|
Cinder Block Storage node role
|
2016-12-08 17:15:46 +00:00
|
|
|
networks:
|
2018-07-12 16:27:08 +00:00
|
|
|
InternalApi:
|
|
|
|
subnet: internal_api_subnet
|
|
|
|
Storage:
|
|
|
|
subnet: storage_subnet
|
|
|
|
StorageMgmt:
|
|
|
|
subnet: storage_mgmt_subnet
|
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'
|
2017-03-14 22:36:02 +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
|
2018-11-14 12:18:21 +00:00
|
|
|
- OS::TripleO::Services::BootParams
|
2017-03-14 22:36:02 +00:00
|
|
|
- OS::TripleO::Services::CACerts
|
|
|
|
- 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
|
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-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
|
|
|
|
- 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
|