a08daffcc7
In the event UndercloudConfigFilePath is empty, the produced /var/lib/kolla/config_files/mistral_executor.json file was malformed and kolla would complain with: + sudo -E kolla_set_configs INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json INFO:__main__:Validating config file ERROR:__main__:Unexpected error: Traceback (most recent call last): File "/usr/local/bin/kolla_set_configs", line 412, in main config = load_config() File "/usr/local/bin/kolla_set_configs", line 297, in load_config validate_config(config) File "/usr/local/bin/kolla_set_configs", line 238, in validate_config if not set(data.keys()) >= required_keys: AttributeError: 'unicode' object has no attribute 'keys' Change-Id: Ibb7ed9e63404729ab8c2406d7e3c4733f465ea98 Closes-Bug: #1816441
36 lines
1.5 KiB
YAML
36 lines
1.5 KiB
YAML
resource_registry:
|
|
OS::TripleO::Services::DisableUnbound: disable-unbound.yaml
|
|
OS::TripleO::Controller::Net::SoftwareConfig: ../common/net-config-multinode.yaml
|
|
OS::TripleO::Compute::Net::SoftwareConfig: ../common/net-config-multinode.yaml
|
|
OS::TripleO::Services::OpenShift::Master: ../../extraconfig/services/openshift-master.yaml
|
|
OS::TripleO::Services::OpenShift::Worker: ../../extraconfig/services/openshift-worker.yaml
|
|
OS::TripleO::Services::OpenShift::Infra: ../../extraconfig/services/openshift-infra.yaml
|
|
|
|
parameter_defaults:
|
|
ControllerServices:
|
|
- OS::TripleO::Services::DisableUnbound
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::ContainerImagePrepare
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::Ntp
|
|
- OS::TripleO::Services::Snmp
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::TripleoPackages
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::Sshd
|
|
# NOTE(mandre) In all-in-one HAproxy conflicts with the one openshift deploys
|
|
# - OS::TripleO::Services::HAproxy
|
|
# - OS::TripleO::Services::Keepalived
|
|
- OS::TripleO::Services::OpenShift::Master
|
|
- OS::TripleO::Services::OpenShift::Worker
|
|
- OS::TripleO::Services::OpenShift::Infra
|
|
|
|
Debug: true
|
|
|
|
OpenShiftNodeGroupName: 'node-config-all-in-one'
|
|
|
|
OpenShiftGlobalVariables:
|
|
# NOTE(flaper87): Needed for the gate
|
|
openshift_disable_check: package_availability,package_version,disk_availability,docker_storage,memory_availability
|