78ca1fe143
The old all nodes validation used a bash script to run some basic ping tests after the network setup. It used to be a software config but eventually got baked into the deployment framework. This patch switches to the ansible role implementation and cleans up the old references to the old heat resource. Change-Id: Ia7f055d2c636f950c3fe6d8611834c4ab290f31a Depends-On: https://review.opendev.org/#/c/747466/
36 lines
1.9 KiB
YAML
36 lines
1.9 KiB
YAML
# This scenario is same as scenario10 but without Ceph.
|
|
resource_registry:
|
|
OS::TripleO::Services::Keepalived: OS::Heat::None
|
|
OS::TripleO::Services::OsloMessagingRpc: ../../deployment/rabbitmq/rabbitmq-messaging-rpc-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaApi: ../../deployment/octavia/octavia-api-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaHousekeeping: ../../deployment/octavia/octavia-housekeeping-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaHealthManager: ../../deployment/octavia/octavia-health-manager-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaWorker: ../../deployment/octavia/octavia-worker-container-puppet.yaml
|
|
OS::TripleO::Services::OctaviaDeploymentConfig: ../../deployment/octavia/octavia-deployment-config.yaml
|
|
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::SwiftProxy: OS::Heat::None
|
|
OS::TripleO::Services::SwiftDispersion: OS::Heat::None
|
|
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None
|
|
OS::TripleO::Services::SwiftStorage: OS::Heat::None
|
|
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None
|
|
OS::TripleO::Services::SwiftStorage: OS::Heat::None
|
|
OS::TripleO::Services::Horizon: 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
|
|
# TODO(cgoncalves): re-enable once RDO package ovn-octavia-provider is available (https://review.rdoproject.org/r/#/c/25972/)
|
|
# and installed in Kolla container
|
|
OctaviaEnableDriverAgent: false
|
|
Debug: true
|
|
GlanceBackend: 'file'
|
|
ContainerCli: podman
|