added support for maas 2.0 in non virtualized environment.
[joid.git] / ci / genBundle.py
index 3eecdf4..fdc9a53 100644 (file)
@@ -196,10 +196,14 @@ if 'radosgwcluster' in extra:
     config['os']['beta']['hacluster_ceph_radosgw'] = True
 if 'hugepages' in extra:
     config['os']['beta']['huge_pages'] = 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