[ovirt-users] Engine setup: insistent DNS demand

Jamie Lawrence jlawrence at squaretrade.com
Mon Nov 9 18:27:04 UTC 2015


On 8 Nov 2015, at 1:32, Yedidyah Bar David wrote:

> On Sat, Nov 7, 2015 at 3:00 AM, Jamie Lawrence
> <jlawrence at squaretrade.com> wrote:

>> I’m attempting to run engine-setup, and get to the DNS reverse 
>> lookup of the
>> FQDN. The machine has two (bonded) interfaces, one for storage and 
>> one for
>> everything else. The “everything else” network has DNS service, 
>> the storage
>> network doesn’t, and this seems to make engine-setup cranky. 
>> /etc/hosts is
>> properly set up for the storage network, but that apparently 
>> doesn’t count.
>> I tried running with the -offline flag, but that apparently still 
>> expects
>> DNS.
>
> IIUC engine-setup never fails on missing DNS resolution, only warns.

I may well be missing something or otherwise being bone-headed, but I am
getting [ Error ] messages, which it doesn’t allow me to skip.

>> Details:
>> ovirt-engine.noarch 0:3.6.0.3-1.el7.centos
>> ovirt-engine-setup-plugin-allinone.noarch 0:3.6.0.3-1.el7.centos
>>
>> CentOS Linux release 7.1.1503 (Core)

> Please check/post setup logs. Thanks!

The full log is pushing 350k; unless you want, I’m not going to do 
that to the mailing list.

The relevant portion (starting a bit before) seems to be:

- - - Snip - - -
2015-11-06 16:52:26 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:219 DIALOG:SEND                 Local storage domain 
name [
local_storage]:
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:500 
ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV 
OVESETUP_AIO/storageDomainDir=str:’/mnt/gluster/vm-img-brick-1/gv
0'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV 
OVESETUP_AIO/storageDomainName=str:'local_storage'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV 
OVESETUP_SYSTEM/selinuxContexts=list:'[{'pattern': ‘/mnt/gluster/
vm-img-brick-1/gv0(/.*)?', 'type': 'public_content_rw_t'}]'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV 
OVESETUP_SYSTEM/selinuxRestorePaths=list:’[‘/mnt/gluster/vm-img-b
rick-1/gv0']'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:514 
ENVIRONMENT DUMP - END
2015-11-06 16:52:27 DEBUG otopi.context context._executeMethod:142 Stage 
customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_e_allinone
2015-11-06 16:52:27 DEBUG otopi.context context._executeMethod:142 Stage 
customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_s_network
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:219 DIALOG:SEND
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:219 DIALOG:SEND                 --== NETWORK 
CONFIGURATION
==--
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:219 DIALOG:SEND
2015-11-06 16:52:27 DEBUG otopi.context context._executeMethod:142 Stage 
customization METHOD otopi.plugins.ovirt_engine_common.base.netw
ork.hostname.Plugin._customization
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human 
human.queryString:156 query OVESETUP_NETWORK_FQDN_this
DIALOG:SEND                 Host fully qualified DNS na
me of this server [box-3.squaretrade.com]:
2015-11-06 16:52:29 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
hostname._validateFQDNresolvability:195 box-3
.squaretrade.com resolves to: set(['172.16.1.13'])
2015-11-06 16:52:29 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.executeRaw:828 execute: ['/bin/dig', ‘box
-3.squaretrade.com'], executable='None', cwd='None', env=None
2015-11-06 16:52:29 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.executeRaw:878 execute-result: ['/bin/dig', ‘box
-3.squaretrade.com'], rc=0
2015-11-06 16:52:29 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.execute:936 execute-output: ['/bin/dig', ‘box-3.
squaretrade.com'] stdout:

; <<>> DiG 9.9.4-RedHat-9.9.4-18.el7_1.5 <<>> box-3.squaretrade.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62281
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;box-3.squaretrade.com. IN	A

;; ANSWER SECTION:
box-3.squaretrade.com. 83752 IN A	10.180.202.13

;; Query time: 0 msec
;; SERVER: 10.22.10.253#53(10.22.10.253)
;; WHEN: Fri Nov 06 16:52:29 PST 2015
;; MSG SIZE  rcvd: 65


2015-11-06 16:52:29 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.execute:941 execute-output: ['/bin/dig', ‘box-3.
squaretrade.com'] stderr:


2015-11-06 16:52:29 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.executeRaw:828 execute: ['/bin/dig', '-x', '172.
16.1.13'], executable='None', cwd='None', env=None
2015-11-06 16:52:44 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.executeRaw:878 execute-result: ['/bin/dig', '-x'
, '172.16.1.13'], rc=9
2015-11-06 16:52:44 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.execute:936 execute-output: ['/bin/dig', '-x', '
172.16.1.13'] stdout:

; <<>> DiG 9.9.4-RedHat-9.9.4-18.el7_1.5 <<>> -x 172.16.1.13
;; global options: +cmd
;; connection timed out; no servers could be reached

2015-11-06 16:52:44 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
plugin.execute:941 execute-output: ['/bin/dig', '-x', '
172.16.1.13'] stderr:


2015-11-06 16:52:44 DEBUG 
otopi.plugins.ovirt_engine_common.base.network.hostname 
hostname.test_hostname:323 test_hostname exception
Traceback (most recent call last):
   File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/hostname.py", 
line 320, in test_hostname
     self._validateFQDNresolvability(name)
   File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/hostname.py", 
line 232, in _validateFQDNresolvability
     fqdn=fqdn
RuntimeError: The following addresses: 172.16.1.13 did not reverse 
resolve into sfo-mgmt-prod-3.squaretrade.com
2015-11-06 16:52:44 ERROR 
otopi.plugins.ovirt_engine_common.base.network.hostname 
dialog.queryEnvKey:115 Host name is not valid: The foll
owing addresses: 172.16.1.13 did not reverse resolve into 
box-3.squaretrade.com
2015-11-06 16:52:44 DEBUG otopi.plugins.otopi.dialog.human 
human.queryString:156 query OVESETUP_NETWORK_FQDN_this
2015-11-06 16:52:44 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:219 DIALOG:SEND                 Host fully qualified 
DNS na
me of this server [box-3.squaretrade.com]:
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:156 
method exception
Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/otopi/context.py", line 146, 
in _executeMethod
     method['method']()
   File 
"/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-common/base/network/hostname.py", 
line 81, in _customization
     supply_default=True,
   File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/hostname.py", 
line 349, in getHostname
     'test': test_hostname,
   File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/dialog.py", 
line 103, in queryEnvKey
     default=default,
   File "/usr/share/otopi/plugins/otopi/dialog/human.py", line 174, in 
queryString
     value = self._readline(hidden=hidden)
   File "/usr/lib/python2.7/site-packages/otopi/dialog.py", line 261, in 
_readline
     value = self.__input.readline()
   File "/usr/lib/python2.7/site-packages/otopi/main.py", line 63, in 
_signal
     raise RuntimeError("SIG%s" % signum)
RuntimeError: SIG2
2015-11-06 16:52:47 ERROR otopi.context context._executeMethod:165 
Failed to execute stage 'Environment customization': SIG2
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:500 
ENVIRONMENT DUMP - BEGIN

- - - Snip - - -

It looks like it resolves the non-storage network fine, tries to do the 
same for the storage network, can’t, and errors out.

Thanks for looking.

-j
-------------- next part --------------
[root at sfo-mgmt-prod-3 ~]# more /var/log/ovirt-engine/setup/ovirt-engine-setup-20151106165203-m2pr8x.log
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/log=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-engine/setup/
ovirt-engine-setup-20151106165203-m2pr8x.log', mode 'a' at 0x2d62930>'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileName=str:'/var/log/ovirt-engine/setup/ovirt-engine-se
tup-20151106165203-m2pr8x.log'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logRemoveAtExit=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.dialog.misc.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/dialect=str:'human'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.dialog.human.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.dialog.machine.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.co
nnection.Plugin._boot
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'['OVESETUP_DB/password']'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.aaa.Plugin._boot
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'['OVESETUP_DB/password', 'OVESETUP_CONFI
G/adminPassword']'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca
.Plugin._boot
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'['OVESETUP_DB/password', 'OVESETUP_CONFI
G/adminPassword', 'OVESETUP_PKI/storePassword']'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.core.misc.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:477 SEQUENCE DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE boot
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.misc.Plugin._prei
nit (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.core.misc.Plugin._prein
it (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.log.Plugin._init (otopi.core.log.ini
t)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.misc.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.human.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.machine.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.connection.
Plugin._boot (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaa.Plug
in._boot (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
boot (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.misc.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._boot (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.info.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.config.Plugin._init (otopi.core.conf
ig.init)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._init (otopi
.packagers.detection)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init (otopi
.packagers.detection)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.command.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.misc.Plugin._init
 (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.transaction.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.cli.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.iptables.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.ssh.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.clock.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.reboot.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.answerfile.Plugin
._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.offlinepackager.P
lugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.postinstall.Plugi
n._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.reconfigure.Plugi
n._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.uninstall.Plugin.
_init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.firewall_manag
er.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.firewall_manag
er_firewalld.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.hostname.Plugi
n._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.remote_engine.remote_e
ngine.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.hostile_service
s.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.selinux.Plugin.
_init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.engine.Pl
ugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.fence_kdu
mp_listener.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.config.Plug
in._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.connection.
Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.pgpass.Plug
in._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.config.
java.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.core.pr
otocols.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.provisi
oning.postgres.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.system.
apache.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.system.
environment.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.websocket_proxy.core.Plugin
._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.core.misc.Plugin._init 
(None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.dialog.preview.Plugin._
init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.system.environment.Plug
in._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.core
.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.cpu.
Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd
.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.stor
age.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.vdsm
i.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache.engine.P
lugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache.root.Plu
gin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaa.Plug
in._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.appmode.
Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.domain_t
ype.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.iso_doma
in.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.java.Plu
gin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.public_g
lance_repository.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.storage.
Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.advertise_
dwh.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.misc.Plugi
n._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.distro-rpm.pack
ages.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.exportfs
.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.image_up
load.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.memcheck
.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.asyncta
sks.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.dbvalid
ations.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.dwh.Plu
gin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.c
ore.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.m
isc.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
sl.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.config.j
boss.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.distro-r
pm.packages.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.system.s
ysctl.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.confi
g.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.syste
m.Plugin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.packages.Plu
gin._init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.pki.Plugin._
init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_exist
ence (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_exist
ence (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.config.Plugin._post_init (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.log.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.misc.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup (None
)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None
)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.remote_engine.remote_e
ngine_root_ssh.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.cpu.
Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.hostname.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.services.openrc.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.services.rhel.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.services.systemd.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.clock.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.reboot.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.firewall_manag
er_firewalld.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.firewall_manag
er_human.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.firewall_manag
er_iptables.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.hostname.Plugi
n._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.remote_engine.remote_e
ngine.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.remote_engine.remote_e
ngine_manual_files.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.hostile_service
s.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.mem.Plugin._set
up (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.selinux.Plugin.
_setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.misc.Plug
in._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.connection.
Plugin._setup (osetup.db.connection.setup)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.core.mi
sc.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.core.pr
otocols.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.system.
apache.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.vmconsole_proxy_helper.core
.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.websocket_proxy.core.Plugin
._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._keep_only_valid_firewall_managers (osetup.keep.only.valid.firewall.managers)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.core
.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd
.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache.root.Plu
gin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.jboss.Pl
ugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.misc.Plugi
n._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection.P
lugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.fence_kdump_lis
tener.config.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.exportfs
.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.image_up
load.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
sl.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.distro-r
pm.packages.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.system.s
ysctl.Plugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE internal_packages
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (Non
e)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.hostname.Plugin._internal_package
s (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._internal_pa
ckages_end (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_pa
ckages_end (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_end (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE programs
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.command.Plugin._programs (otopi.sy
stem.command.detection)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.services.systemd.Plugin._programs (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.services.rhel.Plugin._programs (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.services.openrc.Plugin._programs (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._programs (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.pki.P
lugin._setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE late_setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._late_setup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._late_setup_service_state (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE customization
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._customization (
None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.config.Plugin._customize1 (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize (otopi.dialo
g.cli.customization)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.reconfigure.Plugi
n._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.dialog.titles.Plugin._
title_s_product_options (osetup.dialog.titles.productoptions.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.misc.Plugi
n._customization (osetup.engine.core.enable)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaajdbc.
Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.confi
g.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._customization (setup.config.websocket-proxy.customization)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.dialog.titles.Plugin._
title_e_product_options (osetup.dialog.titles.productoptions.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.core
.Plugin._continueSetupWithoutAIO (osetup.aio.config.not.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.java.Plu
gin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.distro-rpm.pack
ages.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.config.j
boss.Plugin._version_lock_customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.packages.Plu
gin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_packages (osetup.dialog.titles.packaging.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.distro-r
pm.packages.Plugin._customization (osetup.distro-rpm.package.update.check)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_packages (osetup.dialog.titles.packages.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_allinone (osetup.dialog.titles.allinone.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.core
.Plugin._constomization (osetup.aio.config.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd
.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.stor
age.Plugin._customization (osetup.aio.config.storage)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_allinone (osetup.dialog.titles.allinone.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_network (osetup.dialog.titles.network.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.network.hostname.Plugi
n._customization (osetup.config.protocols.customization)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.protocol
s.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._customization_is_requested (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._customization (osetup.net.firewallmanager.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.fire
wall.Plugin._configuration (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.firewall
.Plugin._configuration (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.config.f
irewall.Plugin._configuration (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._network_owners_config_customized (osetup.network.owners.config.customized)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.confi
g.Plugin._customizationNetwork (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._customization_network (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_network (osetup.dialog.titles.network.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_database (osetup.dialog.titles.database.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._customization_enable (osetup.engine.provisioning.pgsql.allow)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection.P
lugin._customization_enable (osetup.engine.db.connection.allow)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection.P
lugin._customization (osetup.db.connection.customization)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._db_owners_connections_customized (osetup.db.owners.connections.customized)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_database (osetup.dialog.titles.database.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_engine (osetup.dialog.titles.engine.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.appmode.
Plugin._customization_enable (osetup.engine.config.appmode.allow)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.appmode.
Plugin._customization (osetup.config.applicationMode.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.domain_t
ype.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaa.Plug
in._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_engine (osetup.dialog.titles.engine.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_storage (osetup.dialog.titles.storage.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.storage.
Plugin._configureSANWipeAfterDelete (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_storage (osetup.dialog.titles.storage.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_pki (osetup.dialog.titles.pki.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
customization_upgrade (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.pki.Plugin._
customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_pki (osetup.dialog.titles.pki.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_apache (osetup.dialog.titles.apache.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
sl.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache.root.Plu
gin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_apache (osetup.dialog.titles.apache.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_system (osetup.dialog.titles.system.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._customization_firewall (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._customization_enable (osetup.engine.system.nfs.allow)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._customization (osetup.system.nfs.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.iso_doma
in.Plugin._customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.fence_kdump_lis
tener.config.Plugin._customization_disable (osetup.engine.kdump.allow)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.fence_kdump_lis
tener.config.Plugin._customization_firewall (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_system (osetup.dialog.titles.system.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_s_misc (osetup.dialog.titles.misc.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.t
itles.Plugin._title_e_misc (osetup.dialog.titles.misc.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._firewall (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.config.Plugin._customize2 (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._customization_firewall (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE validation
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.misc.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.exportfs
.Plugin._validation_enable (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.asyncta
sks.Plugin._validateEnv (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
sl.Plugin._validate_enable (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation (oto
pi.network.firewalld.validation)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.hostname.Plugin._validation (None
)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.iptables.Plugin._validate (otopi.
network.iptables.validation)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.ssh.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.selinux.Plugin.
_validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.engine.Pl
ugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.config.Plug
in._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.pgpass.Plug
in._validation (osetup.db.connection.credentials.early)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.config.
java.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._review_config (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.cpu.
Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd
.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.vdsm
i.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.schema.Plugi
n._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.exportfs
.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.image_up
load.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.memcheck
.Plugin._validateMemory (osetup.memory.check)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.memcheck
.Plugin._validateContinueLowMemory (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.asyncta
sks.Plugin._validateZombies (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
sl.Plugin._validate_ssl (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.system.s
ysctl.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.dialog.preview.Plugin._
customization (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaa.Plug
in._validation_late (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaakerbl
dap.Plugin._validation_late (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.asyncta
sks.Plugin._validateAsyncTasks (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.dbvalid
ations.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaainter
nal.Plugin._validation (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE transaction-prepare
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.transaction.Plugin._main_prepare (No
ne)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.hostile_service
s.Plugin._transaction_begin (osetup.system.hostile.detection)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.engine.Pl
ugin._transactionBegin (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.fence_kdu
mp_listener.Plugin._transactionBegin (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.websocket_proxy.core.Plugin
._transactionBegin (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE early_misc
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc (Non
e)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.dbvalid
ations.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE packages
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.iptables.Plugin._packages (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.distro-r
pm.packages.Plugin.packages (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.syste
m.Plugin._packages (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._packages (N
one)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages (N
one)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE misc
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.config.j
boss.Plugin._jboss (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.command.Plugin._misc (otopi.system
.command.redetection)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.system.s
ysctl.Plugin._misc (osetup.system.sysctl.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables (
None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.pgpass.Plug
in._misc (osetup.db.connection.credentials.late)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._prepare_examples (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.core
.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.stor
age.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.vdsm
i.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache.engine.P
lugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache.root.Plu
gin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaainter
nal.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.database
.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.java.Plu
gin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.jboss.Pl
ugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.protocol
s.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.tools.Pl
ugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.advertise_
dwh.Plugin._get_dwh_host (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.dwh.Plu
gin._misc_stop_remote_dwh (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.schema.Plugi
n._misc (osetup.db.schema)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection.P
lugin._connection (osetup.db.connection.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.appmode.
Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.domain_t
ype.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.iso_doma
in.Plugin._add_iso_domain_to_db (osetup.config.iso_domain.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.options.
Plugin._miscAlways (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.options.
Plugin._miscNewDatabase (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.public_g
lance_repository.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.storage.
Plugin._updateSANWipeAfterDelete (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaajdbc.
Plugin._misc (osetup.aaa_jdbc.config.setup.admin.user)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaajdbc.
Plugin._setupAdminPassword (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
miscUpgrade (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
misc (osetup.pki.ca.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.ca.Plugi
n._misc (osetup.config.encryption.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin.m
iscOptions (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ssh.Plugin.
_misc (osetup.pki.ssh.available)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd
.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.exportfs
.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.image_up
load.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.answerf
ile_fixup.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
elinux.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.s
sl.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.confi
g.Plugin._miscConfigVMConsoleHelper (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.confi
g.Plugin._miscConfigVMConsoleProxy (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.pki.P
lugin._miscPKIEngine (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.pki.P
lugin._miscPKIProxy (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._check_separate (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._misc_VDC (setup.config.websocket-proxy.remote_vdc)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._misc_config (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.pki.Plugin._
misc_pki (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaa.Plug
in._misc (osetup.config.aaa.adminuser.setup)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.selinux.Plugin.
_misc (osetup.setup.selinux)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.apache.m
isc.Plugin._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.postinstall.Plugi
n._misc (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE cleanup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.transaction.Plugin._main_end (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE closeup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.network.iptables.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs.Plug
in._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.dialog.titles.Plugin._
title_s_summary (osetup.dialog.titles.summary.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.syste
m.Plugin._devenv_closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrade.dwh.Plu
gin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.memcheck
.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.exportfs
.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provisioning.po
stgres.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ssh.Plugin.
_closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca.Plugin._
closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.advertise_
dwh.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.protocol
s.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.aaa.Plug
in._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.base.network.firewall_manage
r.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.dialog.titles.Plugin._
title_e_summary (osetup.dialog.titles.summary.end)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.system.hostile_service
s.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd
.Plugin._closeup (osetup.aio.config.ssh)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.fence_kdump_lis
tener.config.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system.engine.P
lugin._closeup (osetup.core.engine.start)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_common.system.
apache.Plugin._closeup (osetup.apache.core.restart)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.vdsm
i.Plugin._closeup (osetup.aio.config.vdsm)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_helper.syste
m.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.config.Plugi
n._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.reboot.Plugin._closeup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE cleanup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.misc.Plugin._clea
nup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.remote_engine.remote_e
ngine.Plugin._cleanup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.pki.Plugin._
cleanup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.uninstall.Plugin.
_cleanup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.answerfile.Plugin
._cleanup (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE pre-terminate
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate (otopi.d
ialog.cli.termination)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE terminate
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.ovirt_engine_common.base.core.misc.Plugin._term
inate (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.core.log.Plugin._terminate (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:479 STAGE reboot
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:484     METHOD otopi.plugins.otopi.system.reboot.Plugin._reboot (None)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpSequence:486 SEQUENCE DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/aborted=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/debug=int:'0'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/error=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/exceptionInfo=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/executionDirectory=str:'/root'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/exitCode=list:'[{'priority': 90001, 'code': 0}]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/log=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/pluginGroups=str:'otopi:ovirt-engine-common:ovirt-engine-set
up'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/pluginPath=str:'/usr/share/otopi/plugins:/usr/share/ovirt-en
gine/setup/bin/../plugins'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/suppressEnvironmentKeys=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/configFileName=str:'/etc/ovirt-engine-setup.conf'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/failOnPrioOverride=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logDir=str:'/var/log/ovirt-engine/setup'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-engine/setup/
ovirt-engine-setup-20151106165203-m2pr8x.log', mode 'a' at 0x2d62930>'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileName=str:'/var/log/ovirt-engine/setup/ovirt-engine-se
tup-20151106165203-m2pr8x.log'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileNamePrefix=str:'ovirt-engine-setup'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'['OVESETUP_DB/password', 'OVESETUP_CONFI
G/adminPassword', 'OVESETUP_PKI/storePassword']'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logRemoveAtExit=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/randomizeEvents=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/dialect=str:'human'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV INFO/PACKAGE_NAME=str:'otopi'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV INFO/PACKAGE_VERSION=str:'1.4.0'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/totalMemoryMB=NoneType:'None'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/offlinePackager=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumpackagerEnabled=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV INFO/PACKAGE_NAME=str:'otopi'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV INFO/PACKAGE_VERSION=str:'1.4.0'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._bo
ot
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.packagers.dnfpackager dnfpackager._boot:178 Cannot initialize minidnf
Traceback (most recent call last):
  File "/usr/share/otopi/plugins/otopi/packagers/dnfpackager.py", line 165, in _boot
    constants.PackEnv.DNF_DISABLED_PLUGINS
  File "/usr/share/otopi/plugins/otopi/packagers/dnfpackager.py", line 75, in _getMiniDNF
    from otopi import minidnf
  File "/usr/lib/python2.7/site-packages/otopi/minidnf.py", line 31, in <module>
    import dnf
ImportError: No module named dnf
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfDisabledPlugins=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfExpireCache=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfRollback=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfpackagerEnabled=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/keepAliveInterval=int:'30'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.system.info.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:51 SYSTEM INFORMATION - BEGIN
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:52 executable /bin/python
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:53 python /bin/python
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:54 platform linux2
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:55 distribution ('CentOS Linux', '7.1.1503', 'Core')
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:56 host 'sfo-mgmt-prod-3.squaretrade.com'
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:62 uid 0 euid 0 gid 0 egid 0
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.system.info info._init:64 SYSTEM INFORMATION - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage boot METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._bo
ot
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumDisabledPlugins=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumEnabledPlugins=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumExpireCache=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumRollback=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 INFO otopi.context context.runSequence:427 Stage: Initializing
2015-11-06 16:52:03 DEBUG otopi.context context.runSequence:431 STAGE init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.core.config.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/enable=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configureRootRedirectionDefault=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossHome=str:'/usr/share/ovirt-engine-wildfly'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/jbossPackages=str:'ovirt-engine-wildfly,ovirt-
engine-wildfly-overlay'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._in
it
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._in
it
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.system.command.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:
/usr/bin:/sbin:/bin'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.core.misc.Plu
gin._init
2015-11-06 16:52:03 DEBUG otopi.plugins.ovirt_engine_common.base.core.misc misc._init:99 Package: ovirt-engine-3.6.0.3 (3.6.0.3-1.el7.cen
tos)
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/developerMode=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/generatedByVersion=str:'3.6.0.3'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/setupAttributesModules=list:'[<module 'ovirt_engine
_setup.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.pyc'>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/upgradeSupportedVersions=str:'3.0,3.1,3.2,3.3,3.4,3
.5,3.6'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.core.transaction.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/internalPackageTransaction=Transaction:'transaction'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/mainTransaction=Transaction:'transaction'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/modifiedFiles=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.dialog.cli.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/cliVersion=int:'1'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/customization=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.network.firewalld.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldAvailable=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldDisableServices=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldEnable=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.network.iptables.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/iptablesEnable=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.network.ssh.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/sshEnable=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/sshUser=str:''
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.system.clock.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/clockMaxGap=int:'5'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/clockSet=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.otopi.system.reboot.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/reboot=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/rebootAllow=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/rebootDeferTime=int:'10'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.core.answerfi
le.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.core.offlinep
ackager.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.plugins.ovirt_engine_common.base.core.offlinepackager offlinepackager._init:80 Registering offline packag
er
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.core.postinst
all.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/generatePostInstall=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.core.reconfig
ure.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.core.uninstal
l.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/registerUninstallGroups=RegisterGroups:'<otopi.plug
ins.ovirt_engine_common.base.core.uninstall.RegisterGroups object at 0x7fd75f826e10>'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/uninstallUnremovableFiles=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.network.firew
all_manager.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallManagers=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.network.firew
all_manager_firewalld.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_NETWORK/firewalldServices=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_NETWORK/firewalldSubst=dict:'{}'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.network.hostn
ame.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdnNonLoopback=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdnReverseValidation=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.remote_engine
.remote_engine.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'['OVESETUP_DB/password', 'OVESETUP_CONFI
G/adminPassword', 'OVESETUP_PKI/storePassword', 'OVESETUP_CONFIG/remoteEngineHostRootPassword']'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineSetupStyles=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.system.hostil
e_services.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/hostileServices=str:'ovirt-engine-dwhd,ovirt-engi
ne-notifier'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.base.system.selinu
x.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxBooleans=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxContexts=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxRestorePaths=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.
engine.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineServiceStopNeeded=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core.
fence_kdump_listener.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fenceKdumpListenerStopNeeded=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.co
nfig.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineDbBackupDir=str:'/var/lib/ovirt-engine/back
ups'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.co
nnection.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/dumper=str:'pg_custom'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/newDatabase=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/restoreJobs=int:'2'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.pg
pass.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_commo
n.config.java.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/javaNeeded=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_commo
n.core.protocols.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/httpPort=int:'80'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/httpsPort=int:'443'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossAjpPort=int:'8702'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossDebugAddress=str:'127.0.0.1:8787'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossHttpPort=int:'8080'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossHttpsPort=int:'8443'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_commo
n.provisioning.postgres.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresConf=str:'/var/lib/pgsql/data/postg
resql.conf'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresLCMessages=str:''en_US.UTF-8''
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresListenAddress=str:''*''
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresMaxConn=int:'150'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresPgHba=str:'/var/lib/pgsql/data/pg_h
ba.conf'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresPgVersion=str:'/var/lib/pgsql/data/
PG_VERSION'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresService=str:'postgresql'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_commo
n.system.apache.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/httpdService=str:'httpd'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/needRestart=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_commo
n.system.environment.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/groupKvm=str:'kvm'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userApache=str:'apache'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userPostgres=str:'postgres'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userRoot=str:'root'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userVdsm=str:'vdsm'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_common.websocket_proxy.co
re.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyStopNeeded=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.base.core.misc.Plug
in._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/action=str:'setup'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.base.dialog.preview
.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.base.network.firewa
ll_manager.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/validFirewallManagers=str:''
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.base.system.environ
ment.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/groupEngine=str:'ovirt'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userEngine=str:'ovirt'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in
-one.core.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in
-one.cpu.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/supported=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in
-one.sshd.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in
-one.storage.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/storageDomainDefaultDir=str:'/var/lib/images'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in
-one.vdsmi.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/localCluster=str:'local_cluster'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/localDataCenter=str:'local_datacenter'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/localHost=str:'local_host'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache
.engine.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configFileOvirtEngine=str:'/etc/httpd/conf.d/z-ov
irt-engine-proxy.conf'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apache
.root.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configFileOvirtRoot=str:'/etc/httpd/conf.d/ovirt-
engine-root-redirect.conf'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.aaa.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUser=str:'admin at internal'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserAuthzName=str:'internal-authz'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserNamespace=str:'*'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.appmode.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.domain_type.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/storageIsLocal=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.iso_domain.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainDefaultMountPoint=str:'/var/lib/exports/
iso'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainExists=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.java.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.public_glance_repository.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/addOvirtGlanceRepository=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config
.storage.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.a
dvertise_dwh.Plugin._init
No handlers could be found for logger "ovirt.engine.ovirt_engine.configfile"
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DOCS/docsAreLocal=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DOCS/dwhDocUrl=str:'http://www.ovirt.org/Ovirt_DWH'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DOCS/reportsDocUrl=str:'http://www.ovirt.org/Ovirt_Repor
ts'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.m
isc.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.distro
-rpm.packages.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/enginePackages=str:'ovirt-engine'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/engineSetupPackages=str:'ovirt-engine-setup'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/upgradeYumGroup=str:'ovirt-engine-3.4'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.ca
.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PKI/country=str:'US'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PKI/storePassword=str:'**FILTERED**'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provis
ioning.postgres.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system
.exportfs.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system
.image_upload.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoPathsToUpload=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system
.memcheck.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckEnabled=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckMinimumMB=int:'4096'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckRecommendedMB=int:'16384'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckThreshold=int:'90'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.system
.nfs.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/nfsConfigEnabled_legacyInPostInstall=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrad
e.asynctasks.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ASYNC/clearTasks=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ASYNC/clearTasksWait=int:'20'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrad
e.dbvalidations.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.upgrad
e.dwh.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common
.apache.core.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/enable=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common
.apache.misc.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configured=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common
.apache.ssl.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configFileSsl=str:'/etc/httpd/conf.d/ssl.conf'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common
.config.jboss.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossNeeded=bool:'False'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common
.distro-rpm.packages.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockApply=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockFilter=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesSetup=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesUpgradeList=list:'[]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common
.system.sysctl.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/shmmax=int:'68719476736'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_hel
per.config.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyPort=int:'2222'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy_hel
per.system.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/groupVmConsole=str:'ovirt-vmconsole'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userVmConsole=str:'ovirt-vmconsole'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.con
fig.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyHost=str:'localhost'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyPort=int:'6100'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.pac
kages.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_WSP_RPMDISRO_PACKAGES=str:'ovirt-engine-websocket-proxy'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_WSP_RPMDISRO_PACKAGES_SETUP=str:'ovirt-engine-setup-plug
in-websocket-proxy'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage init METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.pki
.Plugin._init
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/keySize=int:'2048'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 INFO otopi.context context.runSequence:427 Stage: Environment setup
2015-11-06 16:52:03 DEBUG otopi.context context.runSequence:431 STAGE setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._s
etup_existence
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._s
etup_existence
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.core.config.Plugin._post_init
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Configuration files: ['/etc
/ovirt-engine-setup.conf.d/10-packaging-aio.conf', '/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.con
f.d/10-packaging.conf']
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.core.log.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Log file: /var/log/ovirt-en
gine/setup/ovirt-engine-setup-20151106165203-m2pr8x.log
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.core.misc.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Version: otopi-1.4.0 (otopi
-1.4.0-1.el7.centos)
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._s
etup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._s
etup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.remote_engin
e.remote_engine_root_ssh.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineSetupStyles=list:'[<otopi.plugins.ovi
rt_engine_common.base.remote_engine.remote_engine_root_ssh._RootSshManager object at 0x2dfb210>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-i
n-one.cpu.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1199.859
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 32
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 32
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.570
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 34
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 34
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1199.960
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 5
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 36
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 36
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 7
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1199.960
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 38
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 38
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 40
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 40
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 16
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 16
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 11
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 48
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 48
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 12
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 18
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 18
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 13
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 50
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 50
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 14
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 52
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 52
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 16
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.468
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 11
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 22
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 22
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 17
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 11
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 54
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 54
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 18
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.671
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 12
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 24
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 24
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 19
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.164
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 12
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 56
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 56
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1202.703
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 21
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.570
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 33
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 33
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 22
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 23
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.062
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 35
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 35
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 24
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.367
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 5
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 5
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 25
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1203.617
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 37
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 37
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 26
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1201.078
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 7
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 7
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 27
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1201.890
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 3
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 39
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 39
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 28
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1201.992
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1199.960
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 4
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 41
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 41
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 30
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1199.960
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 17
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 17
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 31
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.468
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 8
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 32
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1200.671
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 19
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 19
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 33
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1202.093
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 9
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 51
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 51
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 34
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1201.789
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 21
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 21
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 35
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1204.125
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 53
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 53
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 36
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1201.890
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 11
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 23
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 23
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 37
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1203.109
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 11
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 55
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 55
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 38
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1202.398
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 0
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 12
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 25
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 25
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception		: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5199.81
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: processor	: 39
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: vendor_id	: GenuineIntel
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu family	: 6
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model	: 63
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2660 v3
 @ 2.60GHz
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: stepping	: 2
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: microcode	: 0x29
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu MHz	: 1202.195
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache size	: 25600 KB
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: physical id	: 1
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: siblings	: 20
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: core id	: 12
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpu cores	: 10
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: apicid	: 57
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: initial apicid	: 57
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: fpu_exception	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cpuid level	: 15
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: wp	: yes
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: flags	: fpu vme de pse tsc msr pae mce 
cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_p
erfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx1
6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln
 pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: bogomips	: 5211.49
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: clflush size	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: cache_alignment	: 64
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: address sizes	: 46 bits physical, 48 bits virtu
al
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: power management:
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:52 cpuinfo: 
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware._prdmsr:125 prdmsr: 5
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware._vmx_enabled_by_bios:140 vmx bios: True
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware._cpuid:88 cpuid: (198386, 2099200, 2147417087, 3219913727)
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware._cpu_has_vmx_support:95 vmx support: True
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware._isVirtualizationEnabled:189 virtualization support GenuineIntel (cpu
: True, bios: True)
2015-11-06 16:52:03 DEBUG otopi.ovirt_host_deploy.hardware hardware.detect:201 Hardware supports virtualization
2015-11-06 16:52:03 INFO otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.cpu cpu._setup:113 Hardware supports virtualization
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/supported=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.network.hostname.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.services.openrc.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.services.rhel.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.services.systemd.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.system.clock.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.otopi.system.reboot.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.network.fire
wall_manager_firewalld.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallManagers=list:'[<otopi.plugins.ovirt_engi
ne_common.base.network.firewall_manager_firewalld._FirewalldManager object at 0x2e9d710>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.network.fire
wall_manager_human.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallManagers=list:'[<otopi.plugins.ovirt_engi
ne_common.base.network.firewall_manager_firewalld._FirewalldManager object at 0x2e9d710>, <otopi.plugins.ovirt_engine_common.base.network
.firewall_manager_human._HumanManager object at 0x2e9d610>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.network.fire
wall_manager_iptables.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallManagers=list:'[<otopi.plugins.ovirt_engi
ne_common.base.network.firewall_manager_firewalld._FirewalldManager object at 0x2e9d710>, <otopi.plugins.ovirt_engine_common.base.network
.firewall_manager_human._HumanManager object at 0x2e9d610>, <otopi.plugins.ovirt_engine_common.base.network.firewall_manager_iptables._Ip
TablesManager object at 0x2e9d590>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.network.host
name.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.remote_engin
e.remote_engine.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/remoteEngine=RemoteEngine:'<ovirt_engine_setup.remo
te_engine.RemoteEngine object at 0x2e9d5d0>'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.remote_engin
e.remote_engine_manual_files.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineSetupStyles=list:'[<otopi.plugins.ovi
rt_engine_common.base.remote_engine.remote_engine_root_ssh._RootSshManager object at 0x2dfb210>, <otopi.plugins.ovirt_engine_common.base.
remote_engine.remote_engine_manual_files._ManualFiles object at 0x2e9d690>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.system.hosti
le_services.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.system.mem.P
lugin._setup
2015-11-06 16:52:03 DEBUG otopi.plugins.ovirt_engine_common.base.system.mem mem._setup:57 Checking total memory
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/totalMemoryMB=int:'257680'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.base.system.selin
ux.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.core
.misc.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/setupAttributesModules=list:'[<module 'ovirt_engine
_setup.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.pyc'>, <module 'ovirt_engine_setup.engine.constants' f
rom '/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine/constants.pyc'>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.ovirt_engine.db.c
onnection.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_comm
on.core.misc.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/setupAttributesModules=list:'[<module 'ovirt_engine
_setup.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.pyc'>, <module 'ovirt_engine_setup.engine.constants' f
rom '/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine/constants.pyc'>, <module 'ovirt_engine_setup.engine_common.constants' from '
/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/constants.pyc'>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_comm
on.core.protocols.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/publicHttpPort=int:'80'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/publicHttpsPort=int:'443'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.ovirt_engine_comm
on.system.apache.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.vmconsole_proxy_h
elper.core.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/setupAttributesModules=list:'[<module 'ovirt_engine
_setup.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.pyc'>, <module 'ovirt_engine_setup.engine.constants' f
rom '/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine/constants.pyc'>, <module 'ovirt_engine_setup.engine_common.constants' from '
/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/constants.pyc'>, <module 'ovirt_engine_setup.vmconsole_proxy_helper.consta
nts' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/vmconsole_proxy_helper/constants.pyc'>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_common.websocket_proxy.c
ore.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/setupAttributesModules=list:'[<module 'ovirt_engine
_setup.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.pyc'>, <module 'ovirt_engine_setup.engine.constants' f
rom '/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine/constants.pyc'>, <module 'ovirt_engine_setup.engine_common.constants' from '
/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/constants.pyc'>, <module 'ovirt_engine_setup.vmconsole_proxy_helper.consta
nts' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/vmconsole_proxy_helper/constants.pyc'>, <module 'ovirt_engine_setup.websocket
_proxy.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/websocket_proxy/constants.pyc'>]'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.base.network.firew
all_manager.Plugin._keep_only_valid_firewall_managers
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-i
n-one.core.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.all-i
n-one.sshd.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.apach
e.root.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.confi
g.jboss.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/javaNeeded=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossNeeded=bool:'True'
2015-11-06 16:52:03 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.core.
misc.Plugin._setup
2015-11-06 16:52:03 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.co
nnection.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.fence
_kdump_listener.config.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fenceKdumpListenerStopNeeded=bool:'True'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.pki.c
a.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.provi
sioning.postgres.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.syste
m.exportfs.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/uninstallUnremovableFiles=list:'['/etc/exports']'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.syste
m.image_upload.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoPathsToUpload=list:'['/usr/share/virtio-win/vi
rtio-win_x86.vfd', '/usr/share/virtio-win/virtio-win_amd64.vfd', '/usr/share/virtio-win/virtio-win.iso', '/usr/share/ovirt-guest-tools-is
o/ovirt-tools-setup.iso', '/usr/share/rhev-guest-tools-iso/rhev-tools-setup.iso']'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.syste
m.nfs.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_commo
n.apache.ssl.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_commo
n.distro-rpm.packages.Plugin._setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_commo
n.system.sysctl.Plugin._setup
2015-11-06 16:52:04 INFO otopi.context context.runSequence:427 Stage: Environment packages setup
2015-11-06 16:52:04 DEBUG otopi.context context.runSequence:431 STAGE internal_packages
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage internal_packages METHOD otopi.plugins.otopi.core.transaction.Pl
ugin._pre_prepare
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage internal_packages METHOD otopi.plugins.otopi.network.hostname.Pl
ugin._internal_packages
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage internal_packages METHOD otopi.plugins.otopi.packagers.dnfpackag
er.Plugin._internal_packages_end
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage internal_packages METHOD otopi.plugins.otopi.packagers.yumpackag
er.Plugin._internal_packages_end
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage internal_packages METHOD otopi.plugins.otopi.core.transaction.Pl
ugin._pre_end
2015-11-06 16:52:04 INFO otopi.context context.runSequence:427 Stage: Programs detection
2015-11-06 16:52:04 DEBUG otopi.context context.runSequence:431 STAGE programs
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage programs METHOD otopi.plugins.otopi.system.command.Plugin._progr
ams
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/chkconfig=str:'/sbin/chkconfig'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/chronyc=str:'/bin/chronyc'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/date=str:'/bin/date'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/dig=str:'/bin/dig'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/exportfs=str:'/sbin/exportfs'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/firewall-cmd=str:'/bin/firewall-cmd'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/hwclock=str:'/sbin/hwclock'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/ip=str:'/sbin/ip'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/ntpq=str:'/sbin/ntpq'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/openssl=str:'/bin/openssl'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/pg_dump=str:'/bin/pg_dump'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/pg_restore=str:'/bin/pg_restore'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/postgresql-setup=str:'/bin/postgresql-setup'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/psql=str:'/bin/psql'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/reboot=str:'/sbin/reboot'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/restorecon=str:'/sbin/restorecon'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/selinuxenabled=str:'/sbin/selinuxenabled'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/semanage=str:'/sbin/semanage'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/service=str:'/sbin/service'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/sshd=str:'/sbin/sshd'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/sysctl=str:'/sbin/sysctl'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/systemctl=str:'/bin/systemctl'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage programs METHOD otopi.plugins.otopi.services.systemd.Plugin._pro
grams
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:828 execute: ('/bin/systemctl', 'show-environment'), exe
cutable='None', cwd='None', env=None
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'show-environment
'), rc=0
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:936 execute-output: ('/bin/systemctl', 'show-environment') 
stdout:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LANG=en_US.UTF-8

2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:941 execute-output: ('/bin/systemctl', 'show-environment') 
stderr:


2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd systemd._programs:64 registering systemd provider
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage programs METHOD otopi.plugins.otopi.services.rhel.Plugin._progra
ms
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.rhel plugin.executeRaw:828 execute: ('/bin/systemctl', 'show-environment'), execut
able='None', cwd='None', env=None
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.rhel plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'show-environment'),
 rc=0
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.rhel plugin.execute:936 execute-output: ('/bin/systemctl', 'show-environment') std
out:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LANG=en_US.UTF-8

2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.rhel plugin.execute:941 execute-output: ('/bin/systemctl', 'show-environment') std
err:


2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage programs METHOD otopi.plugins.otopi.services.openrc.Plugin._prog
rams
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage programs METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.sy
stem.nfs.Plugin._programs
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage programs METHOD otopi.plugins.ovirt_engine_setup.vmconsole_proxy
_helper.pki.Plugin._setup
2015-11-06 16:52:04 INFO otopi.context context.runSequence:427 Stage: Environment setup
2015-11-06 16:52:04 DEBUG otopi.context context.runSequence:431 STAGE late_setup
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage late_setup METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.
system.nfs.Plugin._late_setup
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:88 check if service nfs-server exists
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:828 execute: ('/bin/systemctl', 'show', '-p', 'LoadState
', 'nfs-server.service'), executable='None', cwd='None', env=None
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'show', '-p', 'Lo
adState', 'nfs-server.service'), rc=0
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:936 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadS
tate', 'nfs-server.service') stdout:
LoadState=loaded

2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:941 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadS
tate', 'nfs-server.service') stderr:


2015-11-06 16:52:04 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs plugin.executeRaw:828 execute: ('/sbin/exportfs',), ex
ecutable='None', cwd='None', env=None
2015-11-06 16:52:04 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs plugin.executeRaw:878 execute-result: ('/sbin/exportfs
',), rc=0
2015-11-06 16:52:04 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs plugin.execute:936 execute-output: ('/sbin/exportfs',)
 stdout:


2015-11-06 16:52:04 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.system.nfs plugin.execute:941 execute-output: ('/sbin/exportfs',)
 stderr:


2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/nfsServiceName=str:'nfs-server'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage late_setup METHOD otopi.plugins.ovirt_engine_setup.websocket_pro
xy.config.Plugin._late_setup_service_state
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd systemd.status:105 check service ovirt-websocket-proxy status
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:828 execute: ('/bin/systemctl', 'status', 'ovirt-websock
et-proxy.service'), executable='None', cwd='None', env=None
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'status', 'ovirt-
websocket-proxy.service'), rc=3
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:936 execute-output: ('/bin/systemctl', 'status', 'ovirt-web
socket-proxy.service') stdout:
ovirt-websocket-proxy.service - oVirt Engine websockets proxy
   Loaded: loaded (/usr/lib/systemd/system/ovirt-websocket-proxy.service; disabled)
   Active: inactive (dead)


2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:941 execute-output: ('/bin/systemctl', 'status', 'ovirt-web
socket-proxy.service') stderr:


2015-11-06 16:52:04 INFO otopi.context context.runSequence:427 Stage: Environment customization
2015-11-06 16:52:04 DEBUG otopi.context context.runSequence:431 STAGE customization
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.otopi.network.firewalld.Plugi
n._customization
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:88 check if service firewalld exists
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:828 execute: ('/bin/systemctl', 'show', '-p', 'LoadState
', 'firewalld.service'), executable='None', cwd='None', env=None
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'show', '-p', 'Lo
adState', 'firewalld.service'), rc=0
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:936 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadS
tate', 'firewalld.service') stdout:
LoadState=loaded

2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:941 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadS
tate', 'firewalld.service') stderr:


2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.network.firewalld firewalld._get_firewalld_cmd_version:120 firewalld version: 0.3.9
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldAvailable=bool:'True'
2015-11-06 16:52:04 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.otopi.core.config.Plugin._cus
tomize1
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.otopi.dialog.cli.Plugin._cust
omize
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_common.base.core
.reconfigure.Plugin._customization
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_common.base.dial
og.titles.Plugin._title_s_product_options
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 --== PRODUCT OPTIONS ==--
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:04 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.core.misc.Plugin._customization
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_ENGINE_ENABLE
2015-11-06 16:52:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Configure Engine on this ho
st (Yes, No) [Yes]: 
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/enable=bool:'True'
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ENGINE_CORE/enable=bool:'True'
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:05 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.config.aaajdbc.Plugin._customization
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserAuthzType=str:'ovirt-engine-extension-aa
a-jdbc'
2015-11-06 16:52:05 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:05 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.vmconsole_
proxy_helper.config.Plugin._customization
2015-11-06 16:52:05 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_CONFIG_VMCONSOLE_PROXY
2015-11-06 16:52:05 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Configure VM Console Proxy 
on this host (Yes, No) [Yes]: 
2015-11-06 16:52:06 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:06 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyConfig=bool:'True'
2015-11-06 16:52:06 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:06 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.websocket_
proxy.config.Plugin._customization
2015-11-06 16:52:06 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_CONFIG_WEBSOCKET_PROXY
2015-11-06 16:52:06 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Configure WebSocket Proxy o
n this host (Yes, No) [Yes]: 
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyConfig=bool:'True'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyStopNeeded=bool:'True'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_common.base.dial
og.titles.Plugin._title_e_product_options
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.all-in-one.core.Plugin._continueSetupWithoutAIO
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.config.java.Plugin._customization
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineHeapMax=str:'64420M'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineHeapMin=str:'64420M'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.distro-rpm.packages.Plugin._customization
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockApply=list:'['ovirt-engine', 'ovirt-e
ngine-backend', 'ovirt-engine-dbscripts', 'ovirt-engine-restapi', 'ovirt-engine-tools', 'ovirt-engine-userportal', 'ovirt-engine-webadmin
-portal']'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockFilter=list:'['ovirt-engine']'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesSetup=list:'['ovirt-engine-setup']'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesUpgradeList=list:'[{'packages': ['ovir
t-engine'], 'group': 'ovirt-engine-3.4'}]'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.config.jboss.Plugin._version_lock_customization
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockApply=list:'['ovirt-engine', 'ovirt-e
ngine-backend', 'ovirt-engine-dbscripts', 'ovirt-engine-restapi', 'ovirt-engine-tools', 'ovirt-engine-userportal', 'ovirt-engine-webadmin
-portal', 'ovirt-engine-wildfly', 'ovirt-engine-wildfly-overlay']'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockFilter=list:'['ovirt-engine', 'ovirt-
engine-wildfly', 'ovirt-engine-wildfly-overlay']'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesUpgradeList=list:'[{'packages': ['ovir
t-engine'], 'group': 'ovirt-engine-3.4'}, {'packages': ['ovirt-engine-wildfly', 'ovirt-engine-wildfly-overlay']}]'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.websocket_
proxy.packages.Plugin._customization
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesSetup=list:'['ovirt-engine-setup', 'ov
irt-engine-setup-plugin-websocket-proxy']'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesUpgradeList=list:'[{'packages': ['ovir
t-engine'], 'group': 'ovirt-engine-3.4'}, {'packages': ['ovirt-engine-wildfly', 'ovirt-engine-wildfly-overlay']}, {'packages': ['ovirt-en
gine-websocket-proxy']}]'
2015-11-06 16:52:07 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_s_packages
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 --== PACKAGES ==--
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.distro-rpm.packages.Plugin._customization
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_e_packages
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_s_allinone
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 --== ALL IN ONE CONFIGURATI
ON ==--
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:07 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.all-in-one.core.Plugin._constomization
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_AIO_CONFIGURE
2015-11-06 16:52:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Configure VDSM on this host
? (Yes, No) [No]: 
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVE    yes
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/configure=bool:'True'
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdnNonLoopback=bool:'True'
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdnReverseValidation=bool:'True'
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:09 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.all-in-one.sshd.Plugin._customization
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:88 check if service sshd exists
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:828 execute: ('/bin/systemctl', 'show', '-p', 'LoadState
', 'sshd.service'), executable='None', cwd='None', env=None
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'show', '-p', 'Lo
adState', 'sshd.service'), rc=0
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:936 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadS
tate', 'sshd.service') stdout:
LoadState=loaded

2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:941 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadS
tate', 'sshd.service') stderr:


2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd systemd.status:105 check service sshd status
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:828 execute: ('/bin/systemctl', 'status', 'sshd.service'
), executable='None', cwd='None', env=None
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:878 execute-result: ('/bin/systemctl', 'status', 'sshd.s
ervice'), rc=0
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:936 execute-output: ('/bin/systemctl', 'status', 'sshd.serv
ice') stdout:
sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled)
   Active: active (running) since Sat 2015-10-24 12:55:56 PDT; 1 weeks 6 days ago
 Main PID: 2113 (sshd)
   CGroup: /system.slice/sshd.service
           └─2113 /usr/sbin/sshd -D

Oct 24 12:55:56 sfo-mgmt-prod-3.squaretrade.com systemd[1]: Started OpenSSH server daemon.
Oct 24 12:55:56 sfo-mgmt-prod-3.squaretrade.com sshd[2113]: Server listening on 0.0.0.0 port 22.
Oct 24 12:55:56 sfo-mgmt-prod-3.squaretrade.com sshd[2113]: Server listening on :: port 22.
Nov 06 10:05:17 sfo-mgmt-prod-3.squaretrade.com sshd[25610]: Invalid user jlawrence from 10.180.112.56
Nov 06 10:05:17 sfo-mgmt-prod-3.squaretrade.com sshd[25610]: input_userauth_request: invalid user jlawrence [preauth]
Nov 06 10:05:20 sfo-mgmt-prod-3.squaretrade.com sshd[25610]: Connection closed by 10.180.112.56 [preauth]
Nov 06 10:05:40 sfo-mgmt-prod-3.squaretrade.com sshd[25612]: Accepted publickey for root from 10.181.35.51 port 46921 ssh2: RSA 75:de:d0:
80:1e:8b:2e:af:8f:7e:b5:6a:29:1e:f0:fc
Nov 06 12:31:56 sfo-mgmt-prod-3.squaretrade.com sshd[36249]: Accepted publickey for root from 10.181.35.51 port 47097 ssh2: RSA 75:de:d0:
80:1e:8b:2e:af:8f:7e:b5:6a:29:1e:f0:fc

2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:941 execute-output: ('/bin/systemctl', 'status', 'sshd.serv
ice') stderr:


2015-11-06 16:52:09 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd plugin.executeRaw:828 execute: ('/sbin/sshd', '-T
'), executable='None', cwd='None', env=None
2015-11-06 16:52:09 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd plugin.executeRaw:878 execute-result: ('/sbin/ssh
d', '-T'), rc=0
2015-11-06 16:52:09 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd plugin.execute:936 execute-output: ('/sbin/sshd',
 '-T') stdout:
port 22
protocol 2
addressfamily any
listenaddress 0.0.0.0:22
listenaddress [::]:22
usepam 1
serverkeybits 1024
logingracetime 120
keyregenerationinterval 3600
x11displayoffset 10
maxauthtries 6
maxsessions 10
clientaliveinterval 0
clientalivecountmax 3
permitrootlogin yes
ignorerhosts yes
ignoreuserknownhosts no
rhostsrsaauthentication no
hostbasedauthentication no
hostbasedusesnamefrompacketonly no
rsaauthentication yes
pubkeyauthentication yes
kerberosauthentication no
kerberosorlocalpasswd yes
kerberosticketcleanup yes
gssapiauthentication yes
gssapicleanupcredentials no
gssapikeyexchange no
gssapistrictacceptorcheck yes
gssapistorecredentialsonrekey no
passwordauthentication yes
kbdinteractiveauthentication no
challengeresponseauthentication no
printmotd yes
printlastlog yes
x11forwarding yes
x11uselocalhost yes
permittty yes
strictmodes yes
tcpkeepalive yes
permitemptypasswords no
permituserenvironment no
uselogin no
compression delayed
gatewayports no
showpatchlevel no
usedns yes
allowtcpforwarding yes
useprivilegeseparation sandbox
kerberosusekuserok yes
gssapienablek5users no
pidfile /var/run/sshd.pid
xauthlocation /usr/bin/xauth
ciphers 3des-cbc,blowfish-cbc,cast128-cbc,arcfour,arcfour128,arcfour256,aes128-cbc,aes192-cbc,aes256-cbc,rijndael-cbc at lysator.liu.se,aes1
28-ctr,aes192-ctr,aes256-ctr,aes128-gcm at openssh.com,aes256-gcm at openssh.com,chacha20-poly1305 at openssh.com
macs hmac-sha1,hmac-sha1-96,hmac-sha2-256,hmac-sha2-512,hmac-md5,hmac-md5-96,hmac-ripemd160,hmac-ripemd160 at openssh.com,umac-64 at openssh.co
m,umac-128 at openssh.com,hmac-sha1-etm at openssh.com,hmac-sha1-96-etm at openssh.com,hmac-sha2-256-etm at openssh.com,hmac-sha2-512-etm at openssh.com
,hmac-md5-etm at openssh.com,hmac-md5-96-etm at openssh.com,hmac-ripemd160-etm at openssh.com,umac-64-etm at openssh.com,umac-128-etm at openssh.com
versionaddendum 
kexalgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha
256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256 at libssh.org,gss-gex-sha1-,gss-gr
oup1-sha1-,gss-group14-sha1-
loglevel INFO
syslogfacility AUTHPRIV
authorizedkeysfile .ssh/authorized_keys
hostkey /etc/ssh/ssh_host_rsa_key
hostkey /etc/ssh/ssh_host_ecdsa_key
hostkey /etc/ssh/ssh_host_ed25519_key
acceptenv LANG
acceptenv LC_CTYPE
acceptenv LC_NUMERIC
acceptenv LC_TIME
acceptenv LC_COLLATE
acceptenv LC_MONETARY
acceptenv LC_MESSAGES
acceptenv LC_PAPER
acceptenv LC_NAME
acceptenv LC_ADDRESS
acceptenv LC_TELEPHONE
acceptenv LC_MEASUREMENT
acceptenv LC_IDENTIFICATION
acceptenv LC_ALL
acceptenv LANGUAGE
acceptenv XMODIFIERS
authenticationmethods
subsystem sftp /usr/libexec/openssh/sftp-server
maxstartups 10:30:100
permittunnel no
ipqos lowdelay throughput
rekeylimit 0 0
permitopen any

2015-11-06 16:52:09 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.all-in-one.sshd plugin.execute:941 execute-output: ('/sbin/sshd',
 '-T') stderr:


2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/sshdPort=int:'22'
2015-11-06 16:52:09 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:09 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne.all-in-one.storage.Plugin._customization
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_AIO_STORAGE_DOMAIN_DIR
2015-11-06 16:52:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Local storage domain path [
/var/lib/images]: 
2015-11-06 16:52:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVE    /var/gluster/vm-img-brick-1/gv0
2015-11-06 16:52:26 DEBUG otopi.ovirt_engine_setup.domains domains.check_valid_path:91 validate '/var/gluster/vm-img-brick-1/gv0' as a va
lid mount point
2015-11-06 16:52:26 DEBUG otopi.ovirt_engine_setup.domains domains.check_base_writable:105 Attempting to write temp file to /var/gluster/
vm-img-brick-1/gv0
2015-11-06 16:52:26 DEBUG otopi.ovirt_engine_setup.domains domains.check_available_space:123 Checking available space on /var/gluster/vm-
img-brick-1/gv0
2015-11-06 16:52:26 DEBUG otopi.ovirt_engine_setup.domains domains.check_available_space:130 Available space on /var/gluster/vm-img-brick
-1/gv0 is 1039148Mb
2015-11-06 16:52:26 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_AIO_STORAGE_DOMAIN_NAME
2015-11-06 16:52:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Local storage domain name [
local_storage]: 
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/storageDomainDir=str:'/var/gluster/vm-img-brick-1/gv
0'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/storageDomainName=str:'local_storage'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxContexts=list:'[{'pattern': '/var/gluster/
vm-img-brick-1/gv0(/.*)?', 'type': 'public_content_rw_t'}]'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxRestorePaths=list:'['/var/gluster/vm-img-b
rick-1/gv0']'
2015-11-06 16:52:27 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:27 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_e_allinone
2015-11-06 16:52:27 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engi
ne_common.dialog.titles.Plugin._title_s_network
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 --== NETWORK CONFIGURATION 
==--
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                
2015-11-06 16:52:27 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_engine_common.base.netw
ork.hostname.Plugin._customization
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_NETWORK_FQDN_this
2015-11-06 16:52:27 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Host fully qualified DNS na
me of this server [sfo-mgmt-prod-3.squaretrade.com]: 
2015-11-06 16:52:29 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname hostname._validateFQDNresolvability:195 sfo-mgmt-prod-3
.squaretrade.com resolves to: set(['172.16.1.13'])
2015-11-06 16:52:29 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.executeRaw:828 execute: ['/bin/dig', 'sfo-mgmt-p
rod-3.squaretrade.com'], executable='None', cwd='None', env=None
2015-11-06 16:52:29 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.executeRaw:878 execute-result: ['/bin/dig', 'sfo
-mgmt-prod-3.squaretrade.com'], rc=0
2015-11-06 16:52:29 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.execute:936 execute-output: ['/bin/dig', 'sfo-mg
mt-prod-3.squaretrade.com'] stdout:

; <<>> DiG 9.9.4-RedHat-9.9.4-18.el7_1.5 <<>> sfo-mgmt-prod-3.squaretrade.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62281
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;sfo-mgmt-prod-3.squaretrade.com. IN	A

;; ANSWER SECTION:
sfo-mgmt-prod-3.squaretrade.com. 83752 IN A	10.180.202.13

;; Query time: 0 msec
;; SERVER: 10.189.1.10#53(10.189.1.10)
;; WHEN: Fri Nov 06 16:52:29 PST 2015
;; MSG SIZE  rcvd: 65


2015-11-06 16:52:29 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.execute:941 execute-output: ['/bin/dig', 'sfo-mg
mt-prod-3.squaretrade.com'] stderr:


2015-11-06 16:52:29 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.executeRaw:828 execute: ['/bin/dig', '-x', '172.
16.1.13'], executable='None', cwd='None', env=None
2015-11-06 16:52:44 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.executeRaw:878 execute-result: ['/bin/dig', '-x'
, '172.16.1.13'], rc=9
2015-11-06 16:52:44 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.execute:936 execute-output: ['/bin/dig', '-x', '
172.16.1.13'] stdout:

; <<>> DiG 9.9.4-RedHat-9.9.4-18.el7_1.5 <<>> -x 172.16.1.13
;; global options: +cmd
;; connection timed out; no servers could be reached

2015-11-06 16:52:44 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname plugin.execute:941 execute-output: ['/bin/dig', '-x', '
172.16.1.13'] stderr:


2015-11-06 16:52:44 DEBUG otopi.plugins.ovirt_engine_common.base.network.hostname hostname.test_hostname:323 test_hostname exception
Traceback (most recent call last):
  File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/hostname.py", line 320, in test_hostname
    self._validateFQDNresolvability(name)
  File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/hostname.py", line 232, in _validateFQDNresolvability
    fqdn=fqdn
RuntimeError: The following addresses: 172.16.1.13 did not reverse resolve into sfo-mgmt-prod-3.squaretrade.com
2015-11-06 16:52:44 ERROR otopi.plugins.ovirt_engine_common.base.network.hostname dialog.queryEnvKey:115 Host name is not valid: The foll
owing addresses: 172.16.1.13 did not reverse resolve into sfo-mgmt-prod-3.squaretrade.com
2015-11-06 16:52:44 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVESETUP_NETWORK_FQDN_this
2015-11-06 16:52:44 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Host fully qualified DNS na
me of this server [sfo-mgmt-prod-3.squaretrade.com]: 
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:156 method exception
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/otopi/context.py", line 146, in _executeMethod
    method['method']()
  File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-common/base/network/hostname.py", line 81, in _customization
    supply_default=True,
  File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/hostname.py", line 349, in getHostname
    'test': test_hostname,
  File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/dialog.py", line 103, in queryEnvKey
    default=default,
  File "/usr/share/otopi/plugins/otopi/dialog/human.py", line 174, in queryString
    value = self._readline(hidden=hidden)
  File "/usr/lib/python2.7/site-packages/otopi/dialog.py", line 261, in _readline
    value = self.__input.readline()
  File "/usr/lib/python2.7/site-packages/otopi/main.py", line 63, in _signal
    raise RuntimeError("SIG%s" % signum)
RuntimeError: SIG2
2015-11-06 16:52:47 ERROR otopi.context context._executeMethod:165 Failed to execute stage 'Environment customization': SIG2
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/error=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>, Runt
imeError('SIG2',), <traceback object at 0x36853f8>)]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:47 INFO otopi.context context.runSequence:427 Stage: Clean up
2015-11-06 16:52:47 DEBUG otopi.context context.runSequence:431 STAGE cleanup
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage cleanup METHOD otopi.plugins.ovirt_engine_common.base.core.misc.
Plugin._cleanup
2015-11-06 16:52:47 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND                 Log file is located at /var
/log/ovirt-engine/setup/ovirt-engine-setup-20151106165203-m2pr8x.log
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage cleanup METHOD otopi.plugins.ovirt_engine_common.base.remote_eng
ine.remote_engine.Plugin._cleanup
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage cleanup METHOD otopi.plugins.ovirt_engine_setup.websocket_proxy.
pki.Plugin._cleanup
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage cleanup METHOD otopi.plugins.ovirt_engine_common.base.core.unins
tall.Plugin._cleanup
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage cleanup METHOD otopi.plugins.ovirt_engine_common.base.core.answe
rfile.Plugin._cleanup
2015-11-06 16:52:47 INFO otopi.plugins.ovirt_engine_common.base.core.answerfile answerfile._cleanup:74 Generating answer file '/var/lib/o
virt-engine/setup/answers/20151106165247-setup.conf'
2015-11-06 16:52:47 INFO otopi.context context.runSequence:427 Stage: Pre-termination
2015-11-06 16:52:47 DEBUG otopi.context context.runSequence:431 STAGE pre-terminate
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage pre-terminate METHOD otopi.plugins.otopi.core.misc.Plugin._preTe
rminate
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/aborted=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/debug=int:'0'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/error=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>, Runt
imeError('SIG2',), <traceback object at 0x36853f8>)]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/executionDirectory=str:'/root'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/exitCode=list:'[{'priority': 90001, 'code': 0}]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/log=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/pluginGroups=str:'otopi:ovirt-engine-common:ovirt-engine-set
up'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/pluginPath=str:'/usr/share/otopi/plugins:/usr/share/ovirt-en
gine/setup/bin/../plugins'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV BASE/suppressEnvironmentKeys=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/chkconfig=str:'/sbin/chkconfig'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/chronyc=str:'/bin/chronyc'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/date=str:'/bin/date'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/dig=str:'/bin/dig'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/exportfs=str:'/sbin/exportfs'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/firewall-cmd=str:'/bin/firewall-cmd'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/hwclock=str:'/sbin/hwclock'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/initctl=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/ip=str:'/sbin/ip'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/ntpq=str:'/sbin/ntpq'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/openssl=str:'/bin/openssl'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/pg_dump=str:'/bin/pg_dump'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/pg_restore=str:'/bin/pg_restore'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/postgresql-setup=str:'/bin/postgresql-setup'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/psql=str:'/bin/psql'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/rc=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/rc-update=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/reboot=str:'/sbin/reboot'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/restorecon=str:'/sbin/restorecon'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/selinuxenabled=str:'/sbin/selinuxenabled'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/semanage=str:'/sbin/semanage'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/service=str:'/sbin/service'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/sshd=str:'/sbin/sshd'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/sysctl=str:'/sbin/sysctl'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV COMMAND/systemctl=str:'/bin/systemctl'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/configFileAppend=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/configFileName=str:'/etc/ovirt-engine-setup.conf'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/failOnPrioOverride=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/internalPackageTransaction=Transaction:'transaction'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logDir=str:'/var/log/ovirt-engine/setup'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-engine/setup/
ovirt-engine-setup-20151106165203-m2pr8x.log', mode 'a' at 0x2d62930>'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileName=str:'/var/log/ovirt-engine/setup/ovirt-engine-se
tup-20151106165203-m2pr8x.log'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFileNamePrefix=str:'ovirt-engine-setup'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logFilterKeys=list:'['OVESETUP_DB/password', 'OVESETUP_CONFI
G/adminPassword', 'OVESETUP_PKI/storePassword', 'OVESETUP_CONFIG/remoteEngineHostRootPassword']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/logRemoveAtExit=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/mainTransaction=Transaction:'transaction'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/modifiedFiles=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV CORE/randomizeEvents=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/cliVersion=int:'1'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/customization=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV DIALOG/dialect=str:'human'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV INFO/PACKAGE_NAME=str:'otopi'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV INFO/PACKAGE_VERSION=str:'1.4.0'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldAvailable=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldDisableServices=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/firewalldEnable=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/iptablesEnable=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/iptablesRules=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/sshEnable=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/sshKey=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV NETWORK/sshUser=str:''
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/enableUpgrade=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/requireRollback=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockApply=list:'['ovirt-engine', 'ovirt-e
ngine-backend', 'ovirt-engine-dbscripts', 'ovirt-engine-restapi', 'ovirt-engine-tools', 'ovirt-engine-userportal', 'ovirt-engine-webadmin
-portal', 'ovirt-engine-wildfly', 'ovirt-engine-wildfly-overlay']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OSETUP_RPMDISTRO/versionLockFilter=list:'['ovirt-engine', 'ovirt-
engine-wildfly', 'ovirt-engine-wildfly-overlay']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/configure=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/continueWithoutAIO=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/enable=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/localCluster=str:'local_cluster'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/localDataCenter=str:'local_datacenter'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/localHost=str:'local_host'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/sshdPort=int:'22'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/storageDomainDefaultDir=str:'/var/lib/images'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/storageDomainDir=str:'/var/gluster/vm-img-brick-1/gv
0'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/storageDomainName=str:'local_storage'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/supported=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_AIO/vdsmCpu=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configFileOvirtEngine=str:'/etc/httpd/conf.d/z-ov
irt-engine-proxy.conf'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configFileOvirtRoot=str:'/etc/httpd/conf.d/ovirt-
engine-root-redirect.conf'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configFileSsl=str:'/etc/httpd/conf.d/ssl.conf'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configureRootRedirection=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configureRootRedirectionDefault=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configureSsl=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/configured=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/enable=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/httpdService=str:'httpd'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_APACHE/needRestart=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ASYNC/clearTasks=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ASYNC/clearTasksWait=int:'20'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/addOvirtGlanceRepository=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminPassword=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUser=str:'admin at internal'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserAuthzName=str:'internal-authz'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserAuthzType=str:'ovirt-engine-extension-aa
a-jdbc'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserId=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/adminUserNamespace=str:'*'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/applicationMode=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineDbBackupDir=str:'/var/lib/ovirt-engine/back
ups'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineHeapMax=str:'64420M'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineHeapMin=str:'64420M'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/engineServiceStopNeeded=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fenceKdumpListenerStopNeeded=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallChangesReview=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallManager=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/firewallManagers=list:'[<otopi.plugins.ovirt_engi
ne_common.base.network.firewall_manager_firewalld._FirewalldManager object at 0x2e9d710>, <otopi.plugins.ovirt_engine_common.base.network
.firewall_manager_human._HumanManager object at 0x2e9d610>, <otopi.plugins.ovirt_engine_common.base.network.firewall_manager_iptables._Ip
TablesManager object at 0x2e9d590>]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdn=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdnNonLoopback=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/fqdnReverseValidation=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/httpPort=int:'80'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/httpsPort=int:'443'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainACL=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainDefaultMountPoint=str:'/var/lib/exports/
iso'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainExists=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainMountPoint=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainName=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainSdUuid=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoDomainStorageDir=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/isoPathsToUpload=list:'['/usr/share/virtio-win/vi
rtio-win_x86.vfd', '/usr/share/virtio-win/virtio-win_amd64.vfd', '/usr/share/virtio-win/virtio-win.iso', '/usr/share/ovirt-guest-tools-is
o/ovirt-tools-setup.iso', '/usr/share/rhev-guest-tools-iso/rhev-tools-setup.iso']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/javaHome=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/javaNeeded=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossAjpPort=int:'8702'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossDebugAddress=str:'127.0.0.1:8787'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossDirectHttpPort=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossDirectHttpsPort=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossHome=str:'/usr/share/ovirt-engine-wildfly'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossHttpPort=int:'8080'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossHttpsPort=int:'8443'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/jbossNeeded=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/keySize=int:'2048'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/pkiWSPCSRFilename=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/publicHttpPort=int:'80'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/publicHttpsPort=int:'443'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineHostClientKey=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineHostKnownHosts=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineHostRootPassword=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineHostSshPort=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineSetupStyle=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/remoteEngineSetupStyles=list:'[<otopi.plugins.ovi
rt_engine_common.base.remote_engine.remote_engine_root_ssh._RootSshManager object at 0x2dfb210>, <otopi.plugins.ovirt_engine_common.base.
remote_engine.remote_engine_manual_files._ManualFiles object at 0x2e9d690>]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/sanWipeAfterDelete=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/storageIsLocal=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/storageType=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/totalMemoryMB=int:'257680'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/updateFirewall=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/validFirewallManagers=str:''
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyConfig=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyHost=str:'localhost'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyPort=int:'6100'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CONFIG/websocketProxyStopNeeded=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/action=str:'setup'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/answerFile=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/developerMode=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/engineStop=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/generatePostInstall=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/generatedByVersion=str:'3.6.0.3'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/offlinePackager=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/originalGeneratedByVersion=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/reconfigureOptionalComponents=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/registerUninstallGroups=RegisterGroups:'<otopi.plug
ins.ovirt_engine_common.base.core.uninstall.RegisterGroups object at 0x7fd75f826e10>'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/remoteEngine=RemoteEngine:'<ovirt_engine_setup.remo
te_engine.RemoteEngine object at 0x2e9d5d0>'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/setupAttributesModules=list:'[<module 'ovirt_engine
_setup.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.pyc'>, <module 'ovirt_engine_setup.engine.constants' f
rom '/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine/constants.pyc'>, <module 'ovirt_engine_setup.engine_common.constants' from '
/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/constants.pyc'>, <module 'ovirt_engine_setup.vmconsole_proxy_helper.consta
nts' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/vmconsole_proxy_helper/constants.pyc'>, <module 'ovirt_engine_setup.websocket
_proxy.constants' from '/usr/share/ovirt-engine/setup/ovirt_engine_setup/websocket_proxy/constants.pyc'>]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/uninstallUnremovableFiles=list:'['/etc/exports']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_CORE/upgradeSupportedVersions=str:'3.0,3.1,3.2,3.3,3.4,3
.5,3.6'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/connection=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/database=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/dumper=str:'pg_custom'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/filter=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/fixDbViolations=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/host=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/newDatabase=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/password=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/pgPassFile=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/port=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/restoreJobs=int:'2'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/secured=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/securedHostValidation=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/statement=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DB/user=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DIALOG/confirmSettings=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DOCS/docsAreLocal=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DOCS/dwhDocUrl=str:'http://www.ovirt.org/Ovirt_DWH'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_DOCS/reportsDocUrl=str:'http://www.ovirt.org/Ovirt_Repor
ts'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ENGINE_CONFIG/fqdn=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_ENGINE_CORE/enable=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_NETWORK/firewalldServices=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_NETWORK/firewalldSubst=dict:'{}'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PKI/country=str:'US'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PKI/organization=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PKI/renew=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PKI/storePassword=str:'**FILTERED**'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresConf=str:'/var/lib/pgsql/data/postg
resql.conf'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresLCMessages=str:''en_US.UTF-8''
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresListenAddress=str:''*''
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresMaxConn=int:'150'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresPgHba=str:'/var/lib/pgsql/data/pg_h
ba.conf'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresPgVersion=str:'/var/lib/pgsql/data/
PG_VERSION'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresProvisioningEnabled=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_PROVISIONING/postgresService=str:'postgresql'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/enginePackages=str:'ovirt-engine'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/engineSetupPackages=str:'ovirt-engine-setup'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/jbossPackages=str:'ovirt-engine-wildfly,ovirt-
engine-wildfly-overlay'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesSetup=list:'['ovirt-engine-setup', 'ov
irt-engine-setup-plugin-websocket-proxy']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/packagesUpgradeList=list:'[{'packages': ['ovir
t-engine'], 'group': 'ovirt-engine-3.4'}, {'packages': ['ovirt-engine-wildfly', 'ovirt-engine-wildfly-overlay']}, {'packages': ['ovirt-en
gine-websocket-proxy']}]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_RPMDISTRO/upgradeYumGroup=str:'ovirt-engine-3.4'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/groupEngine=str:'ovirt'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/groupKvm=str:'kvm'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/groupVmConsole=str:'ovirt-vmconsole'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/hostileServices=str:'ovirt-engine-dwhd,ovirt-engi
ne-notifier'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckEnabled=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckMinimumMB=int:'4096'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckRecommendedMB=int:'16384'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/memCheckThreshold=int:'90'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/nfsConfigEnabled=NoneType:'None'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/nfsConfigEnabled_legacyInPostInstall=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/nfsServiceName=str:'nfs-server'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxBooleans=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxContexts=list:'[{'pattern': '/var/gluster/
vm-img-brick-1/gv0(/.*)?', 'type': 'public_content_rw_t'}]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/selinuxRestorePaths=list:'['/var/gluster/vm-img-b
rick-1/gv0']'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/shmmax=int:'68719476736'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userApache=str:'apache'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userEngine=str:'ovirt'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userPostgres=str:'postgres'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userRoot=str:'root'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userVdsm=str:'vdsm'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_SYSTEM/userVmConsole=str:'ovirt-vmconsole'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyConfig=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyPort=int:'2222'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_WSP_RPMDISRO_PACKAGES=str:'ovirt-engine-websocket-proxy'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV OVESETUP_WSP_RPMDISRO_PACKAGES_SETUP=str:'ovirt-engine-setup-plug
in-websocket-proxy'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfDisabledPlugins=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfExpireCache=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfRollback=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/dnfpackagerEnabled=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/keepAliveInterval=int:'30'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumDisabledPlugins=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumEnabledPlugins=list:'[]'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumExpireCache=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumRollback=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV PACKAGER/yumpackagerEnabled=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/clockMaxGap=int:'5'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/clockSet=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:
/usr/bin:/sbin:/bin'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/reboot=bool:'False'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/rebootAllow=bool:'True'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:510 ENV SYSTEM/rebootDeferTime=int:'10'
2015-11-06 16:52:47 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage pre-terminate METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_
terminate
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:47 INFO otopi.context context.runSequence:427 Stage: Termination
2015-11-06 16:52:47 DEBUG otopi.context context.runSequence:431 STAGE terminate
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage terminate METHOD otopi.plugins.ovirt_engine_common.base.core.mis
c.Plugin._terminate
2015-11-06 16:52:47 ERROR otopi.plugins.ovirt_engine_common.base.core.misc misc._terminate:151 Execution of setup failed
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage terminate METHOD otopi.plugins.otopi.dialog.human.Plugin._termin
ate
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage terminate METHOD otopi.plugins.otopi.dialog.machine.Plugin._term
inate
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:148 condition False
2015-11-06 16:52:47 DEBUG otopi.context context._executeMethod:142 Stage terminate METHOD otopi.plugins.otopi.core.log.Plugin._terminate


More information about the Users mailing list