From: Akash Chandrashekar Date: Wed, 18 Nov 2015 12:11:03 +0000 (+0530) Subject: Merge branch 'master' into VDIScalability X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=945ae77323d7650c39e1efb8d30693c11f703d4d;p=xenrt-citrix%2Fxenrt.git Merge branch 'master' into VDIScalability Conflicts: exec/xenrt/config.py --- 945ae77323d7650c39e1efb8d30693c11f703d4d diff --cc exec/xenrt/config.py index 15fd22edc,287a6d1d8..c55e8b211 --- a/exec/xenrt/config.py +++ b/exec/xenrt/config.py @@@ -1190,7 -1190,9 +1190,9 @@@ class Config(object) self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_SLES_114_64"] = "SUSE Linux Enterprise Server 11 SP3 (64-bit),SUSE Linux Enterprise Server 11 SP3 x64" self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_SLED_12_64"] = "SUSE Linux Enterprise Desktop 12 (64-bit)" self.config["VERSION_CONFIG"]["Dundee"]["MAX_VBDS_PER_HOST"] = "4096" - self.config["VERSION_CONFIG"]["Dundee"]["MAX_VDIS_PER_VM"] = "255" + self.config["VERSION_CONFIG"]["Dundee"]["MAX_VDIS_PER_VM"] = "254" + self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_DEBIAN_80"] = "Debian Jessie 8.0" + self.config["VERSION_CONFIG"]["Dundee"]["TEMPLATE_NAME_DEBIAN_80_64"] = "Debian Jessie 8.0" # XenServer dom0 partitions self.config["VERSION_CONFIG"]["Dundee"]["DOM0_PARTITIONS"] = {1:18*xenrt.GIGA, 2:18*xenrt.GIGA, 3:"*", 4:512*xenrt.MEGA, 5:4*xenrt.GIGA, 6:1024*xenrt.MEGA}