summaryrefslogtreecommitdiffstats
path: root/ci/genK8Bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/genK8Bundle.py')
-rw-r--r--ci/genK8Bundle.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/genK8Bundle.py b/ci/genK8Bundle.py
index 439d52f9..cfbb6ea5 100644
--- a/ci/genK8Bundle.py
+++ b/ci/genK8Bundle.py
@@ -162,10 +162,14 @@ except ValueError as err:
if 'dpdk' in features:
config['os']['network']['dpdk'] = True
+if 'lb' in features:
+ config['os']['kubernetes']['loadbalancer'] = True
# Set beta option from extra
if 'hugepages' in extra:
config['os']['beta']['huge_pages'] = True
+if 'lb' in extra:
+ config['os']['kubernetes']['loadbalancer'] = True
if 'mitaka' in extra:
config['os']['release'] = 'mitaka'
if 'xenial' in extra: