Adding env file for octavia with kvm

It is a new scenario where octavia is getting tested with
standalone with kvm nested virt. Since in upstream not all
the nodepool support kvm so it will be triggered as a standalone
job from rdo third party to test Octavia.

Change-Id: I3466ff03d4f52abc77c738ace10e92d4ae474fb7
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-05-20 12:19:49 +05:30
parent f15f3922a4
commit 4b8059c2bd
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
parameter_defaults:
StandaloneExtraConfig:
# Config related to nova libvirt
octavia::controller::connection_retry_interval: 10
nova::compute::libvirt::services::libvirt_virt_type: kvm
nova::compute::libvirt::libvirt_virt_type: kvm
nova::compute::libvirt::libvirt_cpu_mode: 'host-passthrough'