tripleo-heat-templates/ci/environments/octavia-kvm.yaml
Chandan Kumar (raukadah) 7b0321a9ab 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>
(cherry picked from commit 4b8059c2bd)
2020-06-15 07:15:48 +00:00

8 lines
314 B
YAML

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'