X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2FgenK8Bundle.py;h=81deb5c075594b53b34cb4c28eece06f60368f92;hb=935769078463aa2d75979a1a212a32d71a10d498;hp=439d52f980c5577cb158159652926c01c3ca219a;hpb=735846bdb8e4623c24fc045a79ce82389fdff70c;p=joid.git diff --git a/ci/genK8Bundle.py b/ci/genK8Bundle.py index 439d52f9..81deb5c0 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['k8']['feature']['loadbalancer'] = True # Set beta option from extra if 'hugepages' in extra: config['os']['beta']['huge_pages'] = True +if 'lb' in extra: + config['k8']['feature']['loadbalancer'] = True if 'mitaka' in extra: config['os']['release'] = 'mitaka' if 'xenial' in extra: