]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Update to use 4.7 system vm templates
authorAlex Brett <alex.brett@citrix.com>
Tue, 10 Nov 2015 16:29:49 +0000 (16:29 +0000)
committerAlex Brett <alex.brett@citrix.com>
Tue, 10 Nov 2015 16:30:07 +0000 (16:30 +0000)
exec/xenrt/config.py

index 61a16a3ac87034d3062380a3f7aa98bd354a8078..69818b8841cedc15a078329f53b777b334909e7a 100755 (executable)
@@ -1848,6 +1848,11 @@ class Config(object):
         self.config["CLOUD_CONFIG"]["4.6.0"]["SYSTEM_TEMPLATES"]["lxc"] = self.config["CLOUD_CONFIG"]["4.6.0"]["SYSTEM_TEMPLATES"]["kvm"]
 
         self.config["CLOUD_CONFIG"]["4.7.0"] = copy.deepcopy(self.config["CLOUD_CONFIG"]["4.6.0"])
+        self.config["CLOUD_CONFIG"]["4.7.0"]["SYSTEM_TEMPLATES"]["xenserver"] = "/usr/groups/xenrt/cloud/systemvm64template-2015-10-16-4.7.0-hyperv.vhd.bz2"
+        self.config["CLOUD_CONFIG"]["4.7.0"]["SYSTEM_TEMPLATES"]["kvm"] = "/usr/groups/xenrt/cloud/systemvm64template-2015-10-16-4.7.0-kvm.qcow2.bz2"
+        self.config["CLOUD_CONFIG"]["4.7.0"]["SYSTEM_TEMPLATES"]["hyperv"] = "/usr/groups/xenrt/cloud/systemvm64template-2015-10-16-4.7.0-hyperv.vhd.bz2"
+        self.config["CLOUD_CONFIG"]["4.7.0"]["SYSTEM_TEMPLATES"]["vmware"] = "/usr/groups/xenrt/cloud/systemvm64template-2015-10-16-4.7.0-vmware.ova"
+        self.config["CLOUD_CONFIG"]["4.7.0"]["SYSTEM_TEMPLATES"]["lxc"] = self.config["CLOUD_CONFIG"]["4.7.0"]["SYSTEM_TEMPLATES"]["kvm"]
 
         # Specify which version 'master' currently maps to
         self.config["CLOUD_MASTER_MAP"] = "4.7.0"