tripleo-heat-templates/ci/environments/octavia-kvm.yaml
Chandan Kumar (raukadah) 4b8059c2bd 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>
2020-06-09 17:44:10 +05:30

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'