summaryrefslogtreecommitdiffstats
path: root/ci/genK8Bundle.py
diff options
context:
space:
mode:
authorAakashKT <aakash.kt@research.iiit.ac.in>2017-07-11 18:35:27 +0530
committerAakashKT <aakash.kt@research.iiit.ac.in>2017-07-11 18:46:07 +0530
commitaa443647aa36a04cf34358647310ca3baa4ed216 (patch)
treee0961429a9f537e1c391cceae6053b14c5fb82df /ci/genK8Bundle.py
parentb6cc7d415446524aa86b26410eb09fb1ee52896f (diff)
segregrate the flannel and ovn whoch is controlled by commad line
parameter Change-Id: I005827f72631bea8b11e302a84aaf95de8dee1c8 Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
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