summaryrefslogtreecommitdiffstats
path: root/ci/genK8Bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/genK8Bundle.py')
-rw-r--r--ci/genK8Bundle.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/genK8Bundle.py b/ci/genK8Bundle.py
index 81deb5c0..2f0b63d5 100644
--- a/ci/genK8Bundle.py
+++ b/ci/genK8Bundle.py
@@ -165,6 +165,9 @@ if 'dpdk' in features:
if 'lb' in features:
config['k8']['feature']['loadbalancer'] = True
+# change ha mode
+config['k8']['network']['controller'] = sdn
+
# Set beta option from extra
if 'hugepages' in extra:
config['os']['beta']['huge_pages'] = True