ac2711c72b
- Remove Docker service from all the roles; not needed anymore - Switch ContainerCli to podman for docker-ha environment. Note; this environment might be renamed at some point to, container-ha.yaml. But for backward compatibility we still use it now. Also switch EnablePaunch to false since we were waiting for the podman switch to do it. - In the overcloud registry, disable Docker by default and enable Podman by default. This patch will only work for centos8/rhel8 based deployments. Change-Id: I561c52ce09c66a7f79763c59cd25f15949c054af
44 lines
1.6 KiB
YAML
44 lines
1.6 KiB
YAML
###############################################################################
|
|
# Role: Novacontrol
|
|
###############################################################################
|
|
- name: Novacontrol
|
|
description: |
|
|
Standalone nova-control role to run Nova control agents on their own.
|
|
networks:
|
|
InternalApi:
|
|
subnet: internal_api_subnet
|
|
Storage:
|
|
subnet: storage_subnet
|
|
HostnameFormatDefault: '%stackname%-novacontrol-%index%'
|
|
update_serial: 25
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::BootParams
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::CertmongerUser
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::IpaClient
|
|
- OS::TripleO::Services::Ipsec
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::LoginDefs
|
|
- OS::TripleO::Services::MetricsQdr
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::NovaApi
|
|
- OS::TripleO::Services::NovaConductor
|
|
- OS::TripleO::Services::NovaMetadata
|
|
- OS::TripleO::Services::NovaScheduler
|
|
- OS::TripleO::Services::NovaVncProxy
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::PlacementApi
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Rsyslog
|
|
- 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
|