fe266d120d
These endpoints won't exist on the undercloud in the U cycle, and this sort of check overlaps with tripleo-validations anyway. This change also removes the disable_constraints roles data attribute as there is no longer anything to disable. Possibly this means deployed-server/deployed-server-roles-data.yaml is no longer required because it only exists to set disable_constraints:true (although it lags roles_data.yaml by quite a lot now) It looks like tripleo-validations has checks for flavor and image already, but not keypair. It is unlikely users stray from the 'default' keypair so it is probably fine to not have a validation of this for the Train release. Change-Id: Id6146bfdc124e6e3e64ee7caea3ddeb2552bfa71 Blueprint: nova-less-deploy
33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
###############################################################################
|
|
# Role: UndercloudMinion #
|
|
###############################################################################
|
|
- name: UndercloudMinion
|
|
description: |
|
|
A role to deploy an undercloud minion to handle scaling out of heat-engine
|
|
and ironic-conductor via heat using the 'openstack undercloud
|
|
minion deploy' command.
|
|
CountDefault: 1
|
|
tags:
|
|
- primary
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::CertmongerUser
|
|
- OS::TripleO::Services::ContainerImagePrepare
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::HeatEngine
|
|
- OS::TripleO::Services::IronicConductor
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::OpenStackClients
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Timesync
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::Tmpwatch
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoValidations
|
|
- OS::TripleO::Services::Tuned
|
|
- OS::TripleO::Services::UndercloudMinionMessaging
|
|
- OS::TripleO::Services::UndercloudUpgrade
|