----- Original Message -----
From: "Kiril Nesenko" <kiril(a)redhat.com>
To: "Alex Lourie" <alourie(a)redhat.com>, "Sandro Bonazzola"
<sbonazzo(a)redhat.com>
Cc: "infra" <infra(a)ovirt.org>
Sent: Tuesday, May 7, 2013 10:33:33 PM
Subject: Engine Upgrade job
Hello,
I am working on engine upgrade job. I have a slave with 'ip-10-82-253-208'
hostname.
This job fails on engine-setup [1] because of this hostname. Sandro, Alex can
you take a look please ?
this is due to the following code:
if not validateDomain(param,options):
return False
in engine-validators.py
we can patch this out just for the upgrade job or change the regex that is being used.