]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Support Fuel 11 by build script 86/28686/1
authorAnton Chevychalov <achevychalov@mirantis.com>
Mon, 21 Nov 2016 12:18:20 +0000 (15:18 +0300)
committerAnton Chevychalov <achevychalov@mirantis.com>
Mon, 21 Nov 2016 12:18:20 +0000 (15:18 +0300)
Add Fuel 11 to network interface names hook.

Change-Id: I183e1afd3bdfade501fd6a254cdb018ebe860e0d

jenkins/build_cluster/build_cluster.py

index d8305e63dfde8e90e7ae301998650a91477817c1..b076afbd8a4153d899e6ae8702db5a25ed63e411 100755 (executable)
@@ -53,7 +53,7 @@ if cfg["ISO_URL"]:
         .split("/")[-1].split(".torrent")[0]
     # new releases such as 8.0 and 9.0 use new interface naming scheme
     # e.g. 'enp0s4' instead of 'eth1' so we should get version of Fuel from ISO name
-    new_versions = ["8.0", "9.0", "10.0"]
+    new_versions = ["8.0", "9.0", "10.0", "11.0"]
     is_new = any(v in cfg["ISO_URL"] for v in new_versions)
 
 cfg["PREPARE_CLUSTER"] = os.getenv("PREPARE_CLUSTER")