27788212cc
- removes duplicate keys from yaml files by assuming that the last one was the desired one (matches current loader behavior) - prevent regressions by activating yaml lint rule that detects them (yaml skip was silencing all yaml checks, so the long list seen is in fact shorter than just 'yaml') - includes sorting of some of the keys, was needed in order to spot the duplicates. Change-Id: Idf5c0041a0c6d3ed7d5d49fb68be856719916663
31 lines
1.6 KiB
YAML
31 lines
1.6 KiB
YAML
# This scenario is same as scenario10 but without Ceph.
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderApi: OS::Heat::None
|
|
OS::TripleO::Services::CinderBackup: OS::Heat::None
|
|
OS::TripleO::Services::CinderScheduler: OS::Heat::None
|
|
OS::TripleO::Services::CinderVolume: OS::Heat::None
|
|
OS::TripleO::Services::Horizon: OS::Heat::None
|
|
OS::TripleO::Services::Keepalived: OS::Heat::None
|
|
OS::TripleO::Services::OctaviaApi: ../../deployment/octavia/octavia-api-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaDeploymentConfig: ../../deployment/octavia/octavia-deployment-config.yaml
|
|
OS::TripleO::Services::OctaviaHealthManager: ../../deployment/octavia/octavia-health-manager-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaHousekeeping: ../../deployment/octavia/octavia-housekeeping-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaWorker: ../../deployment/octavia/octavia-worker-container-puppet.yaml
|
|
OS::TripleO::Services::OsloMessagingRpc: ../../deployment/rabbitmq/rabbitmq-messaging-rpc-container-puppet.yaml
|
|
OS::TripleO::Services::SwiftDispersion: OS::Heat::None
|
|
OS::TripleO::Services::SwiftProxy: OS::Heat::None
|
|
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None
|
|
OS::TripleO::Services::SwiftStorage: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
StandaloneExtraConfig:
|
|
octavia::controller::connection_retry_interval: 10
|
|
OctaviaAmphoraSshKeyFile: /home/zuul/.ssh/id_rsa.pub
|
|
OctaviaAmphoraImageFilename: /home/zuul/amphora.qcow2
|
|
OctaviaCaKeyPassphrase: 'upstreamci'
|
|
OctaviaManageNovaFlavor: true
|
|
OctaviaGenerateCerts: true
|
|
Debug: true
|
|
GlanceBackend: 'file'
|
|
ContainerCli: podman
|