From 7f96ee799d2fe88d0f267874910b91e71f6e741d Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Wed, 20 May 2020 12:19:49 +0530 Subject: [PATCH] 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) (cherry picked from commit 4b8059c2bdf910d6c62762dbcf7e550181d725ff) --- ci/environments/octavia-kvm.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ci/environments/octavia-kvm.yaml diff --git a/ci/environments/octavia-kvm.yaml b/ci/environments/octavia-kvm.yaml new file mode 100644 index 0000000000..1568eabc6f --- /dev/null +++ b/ci/environments/octavia-kvm.yaml @@ -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'