X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2FgenBundle.py;h=8075eeb98c9034b82a4ce800a27f9c535359e70e;hb=38256368b7d330e2ce1309cc0a64bf57bbeeae41;hp=3eecdf4c54339b122cbfa984a3a163569f379785;hpb=f1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666;p=joid.git diff --git a/ci/genBundle.py b/ci/genBundle.py index 3eecdf4c..8075eeb9 100644 --- a/ci/genBundle.py +++ b/ci/genBundle.py @@ -182,12 +182,18 @@ if 'sfc' in features: config['os']['network']['sfc'] = True if 'dpdk' in features: config['os']['network']['dpdk'] = True + config['os']['beta']['huge_pages'] = True + config['os']['beta']['cpu_pin'] = True if 'bgpvpn' in features: config['os']['network']['bgpvpn'] = True if 'odll3' in features: config['os']['network']['odll3'] = True if 'dishypcon' in features: config['os']['hyperconverged'] = False +if 'hugepages' in features: + config['os']['beta']['huge_pages'] = True + config['os']['beta']['cpu_pin'] = True + # Set beta option from extra if 'publicapi' in extra: @@ -196,10 +202,15 @@ if 'radosgwcluster' in extra: config['os']['beta']['hacluster_ceph_radosgw'] = True if 'hugepages' in extra: config['os']['beta']['huge_pages'] = True + config['os']['beta']['cpu_pin'] = True +if 'mitaka' in extra: + config['os']['release'] = 'mitaka' if 'trusty' in extra: config['ubuntu']['release'] = 'trusty' if 'liberty' in extra: config['os']['release'] = 'liberty' +if 'xenial' in extra: + config['ubuntu']['release'] = 'xenial' if 'dishypcon' in extra: config['os']['hyperconverged'] = False