2da8297c86
The Veritas HyperScale driver has been removed from cinder[1], thus we should remove its support from TripleO as well. [1] 9aca21f5cec8f03a3bb410acb21399955144fe0f Because the implementation was removed a while ago, this change doesn't deprecate the feature but directly remove it. Change-Id: I5dd448ac0a7c9a786b9239290d1690d51f50f71c
49 lines
1.7 KiB
YAML
49 lines
1.7 KiB
YAML
###############################################################################
|
|
# Role: BlockStorage #
|
|
###############################################################################
|
|
- name: BlockStorage
|
|
description: |
|
|
Cinder Block Storage node role
|
|
tags:
|
|
- storage
|
|
networks:
|
|
InternalApi:
|
|
subnet: internal_api_subnet
|
|
Storage:
|
|
subnet: storage_subnet
|
|
StorageMgmt:
|
|
subnet: storage_mgmt_subnet
|
|
uses_deprecated_params: False
|
|
deprecated_nic_config_name: 'cinder-storage.yaml'
|
|
update_serial: 25
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::Aide
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::BlockStorageCinderVolume
|
|
- OS::TripleO::Services::BootParams
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::Frr
|
|
- OS::TripleO::Services::IpaClient
|
|
- OS::TripleO::Services::Ipsec
|
|
- OS::TripleO::Services::Iscsid
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::LoginDefs
|
|
- OS::TripleO::Services::MetricsQdr
|
|
- OS::TripleO::Services::Multipathd
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rear
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Rsyslog
|
|
- OS::TripleO::Services::RsyslogSidecar
|
|
- OS::TripleO::Services::Securetty
|
|
- OS::TripleO::Services::Snmp
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Timesync
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
- OS::TripleO::Services::Tuned
|