from .xlate import XLATOR
-__version__ = '1.5.8'
+__version__ = '1.5.9'
LOG = logging.getLogger(__name__)
TZ = pytz.timezone('Europe/Berlin')
if self.config.vsphere_host == 'vcs01.ppbrln.internal':
status = 'production'
self.cobbler.add_system(
- name=tpl_sysname, fqdn=self.tpl_vm_fqdn, mac_address=self.tpl_macaddress,
- status=status)
+ name=tpl_sysname, fqdn=self.tpl_vm_fqdn, mac_address=self.tpl_macaddress)
# self.vsphere.poweron_vm(self.tpl_vm, max_wait=self.config.max_wait_for_poweron_vm)
# self.ts_start_install = time.time()