From: Alex Brett Date: Tue, 10 Nov 2015 16:29:49 +0000 (+0000) Subject: Update to use 4.7 system vm templates X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1da42c71b40de18e1b314b0b4878a7450611f5f5;p=xenrt-citrix%2Fxenrt.git Update to use 4.7 system vm templates --- diff --git a/exec/xenrt/config.py b/exec/xenrt/config.py index 61a16a3ac..69818b884 100755 --- a/exec/xenrt/config.py +++ b/exec/xenrt/config.py @@ -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"