Configure amphora for upload and run tempest

Depends-On: I7f0bc4bfa3500f0ff582a151fdc7de44caa060db
Depends-On: Ie387f1274059ec80d19c5ef0bf9aed7a3a999e2a
Depends-On: I8be48a7bd07e0a00972b4bef268c4bd2badc6711
Change-Id: I2b2f067d51cd5e430c078acd62912859be195589
(cherry picked from commit 6359f1e37b)
This commit is contained in:
Brent Eagles 2019-07-08 09:50:42 -04:00
parent 960bf33b1e
commit 4a8a8ec1dd
2 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,7 @@ parameter_defaults:
ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
octavia::controller::connection_retry_interval: 10
Debug: true
LocalCephAnsibleFetchDirectoryBackup: /var/lib/ceph_ansible_fetch
CephAnsibleDisksConfig:
@ -114,6 +115,7 @@ parameter_defaults:
GnocchiRbdPoolName: metrics
SwiftCeilometerPipelineEnabled: false
NeutronEnableForceMetadata: true
OctaviaAmphoraImageFilename: /home/zuul/amphora.qcow2
OctaviaManageNovaFlavor: true
# For now, we hardcode it but soon it'll be generated in tripleo-common
OctaviaCaKeyPassphrase: 'upstreamci'

View File

@ -31,7 +31,13 @@ resource_registry:
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
NodeDataLookup:
AB4114B1-9C9D-409A-BEFB-D88C151BF2C3: {"foo": "bar"}
8CF1A7EA-7B4B-4433-AC83-17675514B1B8: {"foo2": "bar2"}