Users
Threads by month
- ----- 2026 -----
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- 6 participants
- 19176 discussions
kvm import failed with error: Operation not supported: peeking is supported only for RAW disks
by jonathan763ļ¼ hotmail.com 25 Oct '18
by jonathan763ļ¼ hotmail.com 25 Oct '18
25 Oct '18
Hi community,
Any clue why I'm getting this error while trying to import a VM (KVM to oVirt) and how I can fix it?
-The software version I'm running is "4.2.6.4-1.el7".
-The remote KVM host is running libvirtd (libvirt) 4.0.0.
[root@c200m2-1 import]# cat import-a149e904-04da-4b8d-8a38-4e6eb6cf3208-20181023T220301.log
[ 1.3] preparing for copy
[ 1.3] Copying disk 1/1 to /rhev/data-center/mnt/10.194.16.159:_mnt_data2_ovirt_data/ed097e85-721e-4f9b-a07a-68e8494bc0d0/images/628069d9-7fb7-4a70-b7b2-e16633e8f346/1ffc5ad7-c860-4c9e-9bf1-fc90b6f2f39c
libvirt: QEMU Driver error : Operation not supported: peeking is supported only for RAW disks
Traceback (most recent call last):
File "/usr/libexec/vdsm/kvm2ovirt", line 22, in <module>
kvm2ovirt.main()
File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 200, in main
handle_path(con, diskno, src, dst, options)
File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 169, in handle_path
download_disk(vmAdapter, physical, physical, dst, options.bufsize)
File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 125, in download_disk
op.run()
File "/usr/lib64/python2.7/site-packages/ovirt_imageio_common/directio.py", line 81, in run
self._run()
File "/usr/lib64/python2.7/site-packages/ovirt_imageio_common/directio.py", line 183, in _run
self._receive_chunk(dst, buf, count)
File "/usr/lib64/python2.7/site-packages/ovirt_imageio_common/directio.py", line 207, in _receive_chunk
chunk = self._src.read(toread)
File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 45, in read
buf = self._vm.blockPeek(self._src, self._pos, size)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 820, in blockPeek
if ret is None: raise libvirtError ('virDomainBlockPeek() failed', dom=self)
libvirt.libvirtError: Operation not supported: peeking is supported only for RAW disks
1
1
OK, according to the logs yum failed installing some rpms from the
configured repo.
2018-10-25 09:06:12,558+0200 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:204 DIALOG:SEND **%EventStart STAGE
internal_packages METHOD
otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages (None)
2018-10-25 09:06:12,563+0200 DEBUG
otopi.plugins.otopi.packagers.yumpackager yumpackager.verbose:76 Yum queue
package dmidecode for install
Loading mirror speeds from cached hostfile
Could not get metalink
https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 error was
14: curl#7 - "Failed to connect to 2604:1580:fe00:0:dead:beef:cafe:fed1:
Network is unreachable"
* ovirt-4.2-epel: del-repos.extreme-ix.org
2018-10-25 09:14:12,747+0200 ERROR
otopi.plugins.otopi.packagers.yumpackager yumpackager.error:85 Yum Cannot
queue package dmidecode: [Errno 2] No such file or directory
2018-10-25 09:14:12,748+0200 DEBUG otopi.context context._executeMethod:143
method exception
Traceback (most recent call last):
File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/context.py", line 133, in
_executeMethod
method['method']()
File
"/tmp/ovirt-1CJYwLnfdN/otopi-plugins/ovirt-host-deploy/vdsm/vdsmid.py",
line 84, in _packages
self.packager.install(('dmidecode',))
File
"/tmp/ovirt-1CJYwLnfdN/otopi-plugins/otopi/packagers/yumpackager.py", line
293, in install
ignoreErrors=ignoreErrors
File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/miniyum.py", line 852, in
install
**kwargs
File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/miniyum.py", line 495, in
_queue
provides = self._queryProvides(packages=(package,))
File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/miniyum.py", line 433, in
_queryProvides
for po in self._yb.searchPackageProvides(args=packages):
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 3461, in
searchPackageProvides
where = self.returnPackagesByDep(arg)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4287, in
returnPackagesByDep
return self.pkgSack.searchProvides(depstring)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1074, in
<lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 778, in
_getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 386, in
populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 227, in
populate
if self._check_db_version(repo, mydbtype):
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 319, in
_check_db_version
return repo._check_db_version(mdtype)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1515, in
_check_db_version
repoXML = self.repoXML
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1701, in
<lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1697, in
_getRepoXML
self._loadRepoXML(text=self.ui_id)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1688, in
_loadRepoXML
return self._groupLoadRepoXML(text, self._mdpolicy2mdtypes())
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1662, in
_groupLoadRepoXML
if self._commonLoadRepoXML(text):
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1490, in
_commonLoadRepoXML
self._revertOldRepoXML()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1334, in
_revertOldRepoXML
os.rename(old_data['old_local'], old_data['local'])
OSError: [Errno 2] No such file or directory
2018-10-25 09:14:12,753+0200 ERROR otopi.context context._executeMethod:152
Failed to execute stage 'Environment packages setup': [Errno 2] No such
file or directory
Can you please manually trying installing dmidecode on that host via yum?
On Thu, Oct 25, 2018 at 11:17 AM Nuno Martins <nuno(a)rocketscience.co.za>
wrote:
> t@ird-vengine01-sam ovirt-engine]# ls
>
> ansible boot.log brick-setup console.log db-manual dump engine.log
> host-deploy notifier ova ovirt-iso-uploader server.log setup ui.log
>
> [root@ird-vengine01-sam ovirt-engine]# cd host-deploy/
>
> [root@ird-vengine01-sam host-deploy]# ls
>
>
> ovirt-host-deploy-20181024173911-ird-vhost01-sam.za.ds.naspers.com-7843b5a7.log
>
> ovirt-host-deploy-20181024195524-ird-vhost03-sam.za.ds.naspers.com-39e80a93.log
>
>
> ovirt-host-deploy-20181024191404-ird-vhost02-sam.za.ds.naspers.com-5de2cb99.log
>
> ovirt-host-deploy-ansible-20181024173912-ird-vhost01-sam.za.ds.naspers.com-7843b5a7.log
>
> [root@ird-vengine01-sam host-deploy]# tail -f ovirt-host-deploy-2018102419
>
>
> ovirt-host-deploy-20181024191404-ird-vhost02-sam.za.ds.naspers.com-5de2cb99.log
> ovirt-host-deploy-20181024195524-ird-vhost03-sam.za.ds.naspers.com-39e80a93.log
>
>
> [root@ird-vengine01-sam host-deploy]# tail -f
> ovirt-host-deploy-20181024195524-ird-vhost03-sam.za.ds.naspers.com-39e80a93.log
>
>
> 2018-10-24 19:54:56,767+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-24 19:54:56,768+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE noop
>
> 2018-10-24 19:54:56,768+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-24 19:54:56,768+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-24 19:54:56,768+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-24 19:54:56,769+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-24 19:54:56,769+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-24 19:54:56,769+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-24 19:54:56,769+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-24 19:54:56,773+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE log
>
> ^C
>
> [root@ird-vengine01-sam host-deploy]# ls
>
>
> ovirt-host-deploy-20181024173911-ird-vhost01-sam.za.ds.naspers.com-7843b5a7.log
>
> ovirt-host-deploy-20181024195524-ird-vhost03-sam.za.ds.naspers.com-39e80a93.log
>
> ovirt-host-deploy-ansible-20181024173912-ird-vhost01-sam.za.ds.naspers.com-7843b5a7.log
>
>
> ovirt-host-deploy-20181024191404-ird-vhost02-sam.za.ds.naspers.com-5de2cb99.log
>
> ovirt-host-deploy-20181025091442-ird-vhost03-sam.za.ds.naspers.com-3d7aa2a6-2454-4f78-a628-4e32b0a98ee2.log
>
> [root@ird-vengine01-sam host-deploy]# tail -f
> ovirt-host-deploy-20181025091442-ird-vhost03-sam.za.ds.naspers.com-3d7aa2a6-2454-4f78-a628-4e32b0a98ee2.log
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,872+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE noop
>
> 2018-10-25 09:14:12,872+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,872+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,879+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE log
>
> ^C
>
> [root@ird-vengine01-sam host-deploy]# cat
> ovirt-host-deploy-20181025091442-ird-vhost03-sam.za.ds.naspers.com-3d7aa2a6-2454-4f78-a628-4e32b0a98ee2.log
>
> 2018-10-25 09:06:11,504+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:11,504+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/log=bool:'True'
>
> 2018-10-25 09:06:11,505+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logDir=str:'/tmp'
>
> 2018-10-25 09:06:11,505+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFileHandle=file:'<open file
> '/tmp/ovirt-host-deploy-20181025090611-lhmywd.log', mode 'a' at
> 0x7f582f15c030>'
>
> 2018-10-25 09:06:11,505+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileName=str:'/tmp/ovirt-host-deploy-20181025090611-lhmywd.log'
>
> 2018-10-25 09:06:11,505+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilter=_MyLoggerFilter:'filter'
>
> 2018-10-25 09:06:11,505+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterRe=list:'[<_sre.SRE_Pattern
> object at 0x8a4d60>]'
>
> 2018-10-25 09:06:11,505+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logRemoveAtExit=bool:'False'
>
> 2018-10-25 09:06:11,506+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:11,506+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.core.misc.Plugin._init
>
> 2018-10-25 09:06:11,506+0200 DEBUG otopi.context context.dumpSequence:793
> SEQUENCE DUMP - BEGIN
>
> 2018-10-25 09:06:11,506+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE boot
>
> 2018-10-25 09:06:11,506+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._preinit (None)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._init (otopi.core.log.init)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.misc.Plugin._init
> (otopi.dialog.misc.boot)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.info.Plugin._init (None)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.human.Plugin._init (None)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.machine.Plugin._init (None)
>
> 2018-10-25 09:06:11,507+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.misc.Plugin._boot_misc_done
> (otopi.dialog.boot.done)
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._boot (None)
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
> (otopi.packagers.yum.boot)
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE init
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._confirm (None)
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.node.detect.Plugin._init (None)
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._init
> (otopi.core.config.init)
>
> 2018-10-25 09:06:11,508+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._init (None)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init (None)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.command.Plugin._init (None)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.core.Plugin._init
> (otopi.packagers.detection)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._init
> (otopi.core.transactions.init)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.answer_file.Plugin._init (None)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._init (None)
>
> 2018-10-25 09:06:11,509+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.dialog.machine.Plugin._init_machine_events_stuff (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._init (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._init (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.ssh.Plugin._init (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.clock.Plugin._init (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._init (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:11,510+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._init (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._init (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.core.offlinepackager.Plugin._init (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._setup (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._init (None)
>
> 2018-10-25 09:06:11,511+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._init (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._init (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._init
> (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._init
> (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._init
> (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._init (None)
>
> 2018-10-25 09:06:11,512+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._init (None)
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE setup
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._post_init (None)
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._setup (None)
>
> 2018-10-25 09:06:11,513+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.hostname.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.openrc.Plugin._setup (None)
>
> 2018-10-25 09:06:11,514+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.rhel.Plugin._setup (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.systemd.Plugin._setup (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.clock.Plugin._setup (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._setup (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._setup (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._setup
> (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._setup
> (None)
>
> 2018-10-25 09:06:11,515+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._setup
> (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._setup (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._setup (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._setup (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._setup
> (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._setup
> (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._setup (None)
>
> 2018-10-25 09:06:11,516+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE internal_packages
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._internal_packages_end
> (None)
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_packages_end
> (None)
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_end (None)
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE programs
>
> 2018-10-25 09:06:11,517+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.command.Plugin._programs
> (otopi.system.command.detection)
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.openrc.Plugin._programs (None)
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.rhel.Plugin._programs (None)
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.systemd.Plugin._programs (None)
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE customization
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._customization
> (None)
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._customize1 (None)
>
> 2018-10-25 09:06:11,518+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._customization (None)
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._detect_id
> (None)
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._customization
> (None)
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize
> (otopi.dialog.cli.customization)
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._customize2 (None)
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE validation
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._validation (None)
>
> 2018-10-25 09:06:11,519+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._validation (None)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation
> (otopi.network.firewalld.validation)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.hostname.Plugin._validation (None)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._validate
> (otopi.network.iptables.validation)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.ssh.Plugin._validation (None)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,520+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._validate
> (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._validation (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,521+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._validate_optional
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._validate_virtualization
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.software.Plugin._validation
> (None)
>
> 2018-10-25 09:06:11,522+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE transaction-prepare
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._main_prepare (None)
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE early_misc
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc (None)
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE packages
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._packages (None)
>
> 2018-10-25 09:06:11,523+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._realtime_packages
> (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._packages (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,524+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsmhooks.hooks.Plugin._packages
> (None)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._packages
> (odeploycons.packages.ovirt-host.installed)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._packages (None)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages (None)
>
> 2018-10-25 09:06:11,525+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE misc
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.command.Plugin._misc
> (otopi.system.command.redetection)
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc (None)
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables
> (None)
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key (None)
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock (None)
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._misc (None)
>
> 2018-10-25 09:06:11,526+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._misc (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._clear_ha_conf
> (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._set_ha_conf
> (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._misc
> (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._misc (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._misc
> (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._misc
> (None)
>
> 2018-10-25 09:06:11,527+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._bridge
> (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._misc
> (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._misc (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._store_id
> (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsmhooks.hooks.Plugin._hooks
> (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._misc (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._miscLate
> (None)
>
> 2018-10-25 09:06:11,528+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE cleanup
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._main_end (None)
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE closeup
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._reconfigure (None)
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._closeup (None)
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._closeup (None)
>
> 2018-10-25 09:06:11,529+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.cockpit.cockpit.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._closeup (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.gluster.glusterpmd.Plugin._closeup (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._remove_conf
> (None)
>
> 2018-10-25 09:06:11,530+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._remove_old_iosched_udev_conf
> (None)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._start
> (odeploycons.packages.vdsm.started)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._start
> (None)
>
> 2018-10-25 09:06:11,531+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._closeup (None)
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.node.persist.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE cleanup
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.dialog.answer_file.Plugin._generate_answer_file
> (otopi.core.answer.file.generated)
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE pre-terminate
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate (None)
>
> 2018-10-25 09:06:11,532+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
> (otopi.dialog.cli.termination)
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE terminate
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate (None)
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate (None)
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._terminate (None)
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE reboot
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._reboot (None)
>
> 2018-10-25 09:06:11,533+0200 DEBUG otopi.context context.dumpSequence:802
> SEQUENCE DUMP - END
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/aborted=bool:'False'
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/debug=int:'0'
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exceptionInfo=list:'[]'
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/executionDirectory=str:'/root'
>
> 2018-10-25 09:06:11,534+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exitCode=list:'[{'priority': 90001,
> 'code': 0}]'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/log=bool:'True'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> BASE/pluginGroups=str:'otopi:ovirt-host-common:ovirt-host-deploy'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> BASE/pluginPath=str:'/tmp/ovirt-1CJYwLnfdN/otopi-plugins'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/suppressEnvironmentKeys=list:'[]'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/configFileName=str:'/etc/ovirt-host-deploy.conf'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>
> 2018-10-25 09:06:11,535+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logDir=str:'/tmp'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFileHandle=file:'<open file
> '/tmp/ovirt-host-deploy-20181025090611-lhmywd.log', mode 'a' at
> 0x7f582f15c030>'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileName=str:'/tmp/ovirt-host-deploy-20181025090611-lhmywd.log'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileNamePrefix=str:'ovirt-host-deploy'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilter=_MyLoggerFilter:'filter'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterKeys=list:'[]'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterRe=list:'[<_sre.SRE_Pattern
> object at 0x8a4d60>]'
>
> 2018-10-25 09:06:11,536+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logRemoveAtExit=bool:'False'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/randomizeEvents=bool:'False'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/customization=bool:'True'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/dialect=str:'machine'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_NAME=str:'otopi'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_VERSION=str:'1.7.8'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/INTERFACE_VERSION=str:'3'
>
> 2018-10-25 09:06:11,537+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:11,538+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:11,538+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_NAME=str:'otopi'
>
> 2018-10-25 09:06:11,538+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_VERSION=str:'1.7.8'
>
> 2018-10-25 09:06:11,538+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:11,538+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.misc.Plugin._init
>
> 2018-10-25 09:06:11,539+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.system.info.Plugin._init
>
> 2018-10-25 09:06:11,539+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:39 SYSTEM INFORMATION - BEGIN
>
> 2018-10-25 09:06:11,539+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:40 executable /bin/python
>
> 2018-10-25 09:06:11,539+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:41 python /bin/python
>
> 2018-10-25 09:06:11,539+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:42 platform linux2
>
> 2018-10-25 09:06:11,540+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:43 distribution ('CentOS Linux', '7.5.1804', 'Core')
>
> 2018-10-25 09:06:11,540+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:44 host 'ird-vhost03-sam.za.ds.naspers.com'
>
> 2018-10-25 09:06:11,540+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:50 uid 0 euid 0 gid 0 egid 0
>
> 2018-10-25 09:06:11,541+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:52 SYSTEM INFORMATION - END
>
> 2018-10-25 09:06:11,541+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.human.Plugin._init
>
> 2018-10-25 09:06:11,541+0200 DEBUG otopi.context
> context._executeMethod:135 condition False
>
> 2018-10-25 09:06:11,542+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.machine.Plugin._init
>
> 2018-10-25 09:06:11,542+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:11,542+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/boundary=str:'**BOUNDARY**'
>
> 2018-10-25 09:06:11,542+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:11,543+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.misc.Plugin._boot_misc_done
>
> 2018-10-25 09:06:11,543+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._boot
>
> 2018-10-25 09:06:11,544+0200 DEBUG
> otopi.plugins.otopi.packagers.dnfpackager dnfpackager._boot:173 Cannot
> initialize minidnf
>
> 2018-10-25 09:06:11,544+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:11,544+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfDisabledPlugins=list:'[]'
>
> 2018-10-25 09:06:11,545+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfExpireCache=bool:'True'
>
> 2018-10-25 09:06:11,545+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfRollback=bool:'True'
>
> 2018-10-25 09:06:11,545+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfpackagerEnabled=bool:'True'
>
> 2018-10-25 09:06:11,545+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/keepAliveInterval=int:'30'
>
> 2018-10-25 09:06:11,545+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:11,545+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
>
> Loaded plugins: fastestmirror, product-id, subscription-manager
>
> This system is not registered with an entitlement server. You can use
> subscription-manager to register.
>
> 2018-10-25 09:06:11,999+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:11,999+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/log=bool:'True'
>
> 2018-10-25 09:06:11,999+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logDir=str:'/tmp'
>
> 2018-10-25 09:06:11,999+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFileHandle=file:'<open file
> '/tmp/ovirt-host-deploy-20181025090611-lhmywd.log', mode 'a' at
> 0x7fb07b968db0>'
>
> 2018-10-25 09:06:11,999+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileName=str:'/tmp/ovirt-host-deploy-20181025090611-lhmywd.log'
>
> 2018-10-25 09:06:12,000+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilter=_MyLoggerFilter:'filter'
>
> 2018-10-25 09:06:12,000+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterRe=list:'[<_sre.SRE_Pattern
> object at 0xcadb40>]'
>
> 2018-10-25 09:06:12,000+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logRemoveAtExit=bool:'False'
>
> 2018-10-25 09:06:12,000+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,000+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.core.misc.Plugin._init
>
> 2018-10-25 09:06:12,000+0200 DEBUG otopi.context context.dumpSequence:793
> SEQUENCE DUMP - BEGIN
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE boot
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._preinit (None)
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._init (otopi.core.log.init)
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.misc.Plugin._init
> (otopi.dialog.misc.boot)
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.info.Plugin._init (None)
>
> 2018-10-25 09:06:12,001+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.human.Plugin._init (None)
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.machine.Plugin._init (None)
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.misc.Plugin._boot_misc_done
> (otopi.dialog.boot.done)
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._boot (None)
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
> (otopi.packagers.yum.boot)
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE init
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._confirm (None)
>
> 2018-10-25 09:06:12,002+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.node.detect.Plugin._init (None)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._init
> (otopi.core.config.init)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.command.Plugin._init (None)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.core.Plugin._init
> (otopi.packagers.detection)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._init
> (otopi.core.transactions.init)
>
> 2018-10-25 09:06:12,003+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.answer_file.Plugin._init (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._init (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.dialog.machine.Plugin._init_machine_events_stuff (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._init (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._init (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.ssh.Plugin._init (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.clock.Plugin._init (None)
>
> 2018-10-25 09:06:12,004+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._init (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.core.offlinepackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._setup (None)
>
> 2018-10-25 09:06:12,005+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._init (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,006+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,007+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,007+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._init (None)
>
> 2018-10-25 09:06:12,007+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,007+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE setup
>
> 2018-10-25 09:06:12,007+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:12,007+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._post_init (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._setup (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
>
> 2018-10-25 09:06:12,008+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.hostname.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.openrc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.rhel.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.systemd.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.clock.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._setup (None)
>
> 2018-10-25 09:06:12,009+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._setup (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._setup (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._setup (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,010+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._setup (None)
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE internal_packages
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._internal_packages_end
> (None)
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_packages_end
> (None)
>
> 2018-10-25 09:06:12,011+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_end (None)
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE programs
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.command.Plugin._programs
> (otopi.system.command.detection)
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.openrc.Plugin._programs (None)
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.rhel.Plugin._programs (None)
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.services.systemd.Plugin._programs (None)
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE customization
>
> 2018-10-25 09:06:12,012+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._customization
> (None)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._customize1 (None)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._customization (None)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._detect_id
> (None)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._customization
> (None)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize
> (otopi.dialog.cli.customization)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.config.Plugin._customize2 (None)
>
> 2018-10-25 09:06:12,013+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE validation
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._validation (None)
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._validation (None)
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation
> (otopi.network.firewalld.validation)
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.hostname.Plugin._validation (None)
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._validate
> (otopi.network.iptables.validation)
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.ssh.Plugin._validation (None)
>
> 2018-10-25 09:06:12,014+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._validate
> (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,015+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._validation (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._validate_optional
> (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._validate_virtualization
> (None)
>
> 2018-10-25 09:06:12,016+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.software.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE transaction-prepare
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._main_prepare (None)
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE early_misc
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc (None)
>
> 2018-10-25 09:06:12,017+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE packages
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._packages (None)
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._realtime_packages
> (None)
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._packages (None)
>
> 2018-10-25 09:06:12,018+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsmhooks.hooks.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._packages
> (odeploycons.packages.ovirt-host.installed)
>
> 2018-10-25 09:06:12,019+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._packages (None)
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages (None)
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE misc
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.command.Plugin._misc
> (otopi.system.command.redetection)
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc (None)
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables
> (None)
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key (None)
>
> 2018-10-25 09:06:12,020+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._misc (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._misc (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._clear_ha_conf
> (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._set_ha_conf
> (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._misc
> (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._misc (None)
>
> 2018-10-25 09:06:12,021+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._misc
> (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._misc
> (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._bridge
> (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._misc
> (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._misc (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._store_id
> (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsmhooks.hooks.Plugin._hooks
> (None)
>
> 2018-10-25 09:06:12,022+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._misc (None)
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._miscLate
> (None)
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE cleanup
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.transaction.Plugin._main_end (None)
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE closeup
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._reconfigure (None)
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,023+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.network.iptables.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.cockpit.cockpit.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.gluster.glusterpmd.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,024+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._remove_conf
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._remove_old_iosched_udev_conf
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,025+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._start
> (odeploycons.packages.vdsm.started)
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._start
> (None)
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.ovirt_host_deploy.node.persist.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE cleanup
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD
> otopi.plugins.otopi.dialog.answer_file.Plugin._generate_answer_file
> (otopi.core.answer.file.generated)
>
> 2018-10-25 09:06:12,026+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE pre-terminate
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate (None)
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
> (otopi.dialog.cli.termination)
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE terminate
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate (None)
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate (None)
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.core.log.Plugin._terminate (None)
>
> 2018-10-25 09:06:12,027+0200 DEBUG otopi.context context.dumpSequence:795
> STAGE reboot
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context context.dumpSequence:800
> METHOD otopi.plugins.otopi.system.reboot.Plugin._reboot (None)
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context context.dumpSequence:802
> SEQUENCE DUMP - END
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/aborted=bool:'False'
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/debug=int:'0'
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>
> 2018-10-25 09:06:12,028+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exceptionInfo=list:'[]'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/executionDirectory=str:'/root'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exitCode=list:'[{'priority': 90001,
> 'code': 0}]'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/log=bool:'True'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> BASE/pluginGroups=str:'otopi:ovirt-host-common:ovirt-host-deploy'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> BASE/pluginPath=str:'/tmp/ovirt-1CJYwLnfdN/otopi-plugins'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/suppressEnvironmentKeys=list:'[]'
>
> 2018-10-25 09:06:12,029+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/configFileName=str:'/etc/ovirt-host-deploy.conf'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logDir=str:'/tmp'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFileHandle=file:'<open file
> '/tmp/ovirt-host-deploy-20181025090611-lhmywd.log', mode 'a' at
> 0x7fb07b968db0>'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileName=str:'/tmp/ovirt-host-deploy-20181025090611-lhmywd.log'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileNamePrefix=str:'ovirt-host-deploy'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilter=_MyLoggerFilter:'filter'
>
> 2018-10-25 09:06:12,030+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterKeys=list:'[]'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterRe=list:'[<_sre.SRE_Pattern
> object at 0xcadb40>]'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logRemoveAtExit=bool:'False'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/randomizeEvents=bool:'False'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/customization=bool:'True'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/dialect=str:'machine'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_NAME=str:'otopi'
>
> 2018-10-25 09:06:12,031+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_VERSION=str:'1.7.8'
>
> 2018-10-25 09:06:12,032+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/INTERFACE_VERSION=str:'3'
>
> 2018-10-25 09:06:12,032+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,032+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,032+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_NAME=str:'otopi'
>
> 2018-10-25 09:06:12,032+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_VERSION=str:'1.7.8'
>
> 2018-10-25 09:06:12,033+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,033+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.misc.Plugin._init
>
> 2018-10-25 09:06:12,033+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.system.info.Plugin._init
>
> 2018-10-25 09:06:12,033+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:39 SYSTEM INFORMATION - BEGIN
>
> 2018-10-25 09:06:12,034+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:40 executable /bin/python
>
> 2018-10-25 09:06:12,034+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:41 python /bin/python
>
> 2018-10-25 09:06:12,034+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:42 platform linux2
>
> 2018-10-25 09:06:12,034+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:43 distribution ('CentOS Linux', '7.5.1804', 'Core')
>
> 2018-10-25 09:06:12,035+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:44 host 'ird-vhost03-sam.za.ds.naspers.com'
>
> 2018-10-25 09:06:12,035+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:50 uid 0 euid 0 gid 0 egid 0
>
> 2018-10-25 09:06:12,035+0200 DEBUG otopi.plugins.otopi.system.info
> info._init:52 SYSTEM INFORMATION - END
>
> 2018-10-25 09:06:12,035+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.human.Plugin._init
>
> 2018-10-25 09:06:12,036+0200 DEBUG otopi.context
> context._executeMethod:135 condition False
>
> 2018-10-25 09:06:12,036+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.machine.Plugin._init
>
> 2018-10-25 09:06:12,036+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,037+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/boundary=str:'**BOUNDARY**'
>
> 2018-10-25 09:06:12,037+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,037+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.dialog.misc.Plugin._boot_misc_done
>
> 2018-10-25 09:06:12,037+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._boot
>
> 2018-10-25 09:06:12,038+0200 DEBUG
> otopi.plugins.otopi.packagers.dnfpackager dnfpackager._boot:173 Cannot
> initialize minidnf
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfDisabledPlugins=list:'[]'
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfExpireCache=bool:'True'
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfRollback=bool:'True'
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfpackagerEnabled=bool:'True'
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/keepAliveInterval=int:'30'
>
> 2018-10-25 09:06:12,039+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,040+0200 DEBUG otopi.context
> context._executeMethod:128 Stage boot METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
>
> Loaded plugins: fastestmirror, product-id, subscription-manager
>
> This system is not registered with an entitlement server. You can use
> subscription-manager to register.
>
> 2018-10-25 09:06:12,328+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,329+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumDisabledPlugins=list:'[]'
>
> 2018-10-25 09:06:12,329+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumEnabledPlugins=list:'[]'
>
> 2018-10-25 09:06:12,329+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumExpireCache=bool:'True'
>
> 2018-10-25 09:06:12,329+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumRollback=bool:'True'
>
> 2018-10-25 09:06:12,329+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumpackagerEnabled=bool:'True'
>
> 2018-10-25 09:06:12,329+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,330+0200 INFO otopi.context context.runSequence:741
> Stage: Initializing
>
> 2018-10-25 09:06:12,330+0200 DEBUG otopi.context context.runSequence:745
> STAGE init
>
> 2018-10-25 09:06:12,330+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._confirm
>
> 2018-10-25 09:06:12,331+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***CONFIRM DEPLOY_PROCEED
> Proceed with ovirt-host-deploy
>
> 2018-10-25 09:06:12,331+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Continuing will configure
> this host for serving as hypervisor. Are you sure you want to continue?
> (yes/no)
>
> 2018-10-25 09:06:12,331+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Response is CONFIRM
> DEPLOY_PROCEED=yes|no or ABORT DEPLOY_PROCEED
>
> 2018-10-25 09:06:12,337+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE CONFIRM DEPLOY_PROCEED=yes
>
> 2018-10-25 09:06:12,337+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.node.detect.Plugin._init
>
> 2018-10-25 09:06:12,339+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,339+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/offlinePackager=bool:'False'
>
> 2018-10-25 09:06:12,339+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/nodeHasOwnBridges=bool:'False'
>
> 2018-10-25 09:06:12,340+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/nodePluginVdsmFeatures=list:'[]'
>
> 2018-10-25 09:06:12,340+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/ovirt-container-node=bool:'False'
>
> 2018-10-25 09:06:12,340+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/ovirt-legacy-node=bool:'False'
>
> 2018-10-25 09:06:12,340+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/ovirt-node=bool:'True'
>
> 2018-10-25 09:06:12,340+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,341+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.core.config.Plugin._init
>
> 2018-10-25 09:06:12,341+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,341+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/configFileAppend=NoneType:'None'
>
> 2018-10-25 09:06:12,341+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,342+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._init
>
> 2018-10-25 09:06:12,342+0200 DEBUG otopi.context
> context._executeMethod:135 condition False
>
> 2018-10-25 09:06:12,343+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._init
>
> 2018-10-25 09:06:12,343+0200 DEBUG
> otopi.plugins.otopi.packagers.yumpackager yumpackager._init:199 Registering
> yum packager
>
> 2018-10-25 09:06:12,343+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.system.command.Plugin._init
>
> 2018-10-25 09:06:12,344+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,344+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
>
> 2018-10-25 09:06:12,344+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,344+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.packagers.core.Plugin._init
>
> 2018-10-25 09:06:12,345+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.core.transaction.Plugin._init
>
> 2018-10-25 09:06:12,345+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,346+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/internalPackageTransaction=Transaction:'transaction'
>
> 2018-10-25 09:06:12,346+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/mainTransaction=Transaction:'transaction'
>
> 2018-10-25 09:06:12,346+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/modifiedFiles=list:'[]'
>
> 2018-10-25 09:06:12,346+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,347+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.dialog.answer_file.Plugin._init
>
> 2018-10-25 09:06:12,347+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,347+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/answerFile=NoneType:'None'
>
> 2018-10-25 09:06:12,347+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,348+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.dialog.cli.Plugin._init
>
> 2018-10-25 09:06:12,348+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,348+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/cliVersion=int:'1'
>
> 2018-10-25 09:06:12,349+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,349+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.dialog.machine.Plugin._init_machine_events_stuff
>
> 2018-10-25 09:06:12,349+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListStart
>
> 2018-10-25 09:06:12,350+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._preinit (None)
>
> 2018-10-25 09:06:12,350+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.core.log.Plugin._init (otopi.core.log.init)
>
> 2018-10-25 09:06:12,350+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,350+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.dialog.misc.Plugin._init (otopi.dialog.misc.boot)
>
> 2018-10-25 09:06:12,350+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.system.info.Plugin._init (None)
>
> 2018-10-25 09:06:12,351+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.dialog.human.Plugin._init (None)
>
> 2018-10-25 09:06:12,351+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.dialog.machine.Plugin._init (None)
>
> 2018-10-25 09:06:12,351+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.dialog.misc.Plugin._boot_misc_done
> (otopi.dialog.boot.done)
>
> 2018-10-25 09:06:12,351+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._boot (None)
>
> 2018-10-25 09:06:12,351+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE boot
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
> (otopi.packagers.yum.boot)
>
> 2018-10-25 09:06:12,351+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._confirm (None)
>
> 2018-10-25 09:06:12,352+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.node.detect.Plugin._init (None)
>
> 2018-10-25 09:06:12,352+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.core.config.Plugin._init (otopi.core.config.init)
>
> 2018-10-25 09:06:12,352+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,352+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,352+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.system.command.Plugin._init (None)
>
> 2018-10-25 09:06:12,352+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.packagers.core.Plugin._init
> (otopi.packagers.detection)
>
> 2018-10-25 09:06:12,353+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.core.transaction.Plugin._init
> (otopi.core.transactions.init)
>
> 2018-10-25 09:06:12,353+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.dialog.answer_file.Plugin._init (None)
>
> 2018-10-25 09:06:12,353+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.dialog.cli.Plugin._init (None)
>
> 2018-10-25 09:06:12,353+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.dialog.machine.Plugin._init_machine_events_stuff
> (None)
>
> 2018-10-25 09:06:12,353+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._init (None)
>
> 2018-10-25 09:06:12,353+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.network.iptables.Plugin._init (None)
>
> 2018-10-25 09:06:12,354+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.network.ssh.Plugin._init (None)
>
> 2018-10-25 09:06:12,354+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.system.clock.Plugin._init (None)
>
> 2018-10-25 09:06:12,354+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.otopi.system.reboot.Plugin._init (None)
>
> 2018-10-25 09:06:12,354+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_common.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,354+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,354+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,355+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,355+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.core.offlinepackager.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,355+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._setup (None)
>
> 2018-10-25 09:06:12,355+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,355+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.host.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,356+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,356+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,356+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._init (None)
>
> 2018-10-25 09:06:12,356+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._init (None)
>
> 2018-10-25 09:06:12,356+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,356+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,357+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,357+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._init (None)
>
> 2018-10-25 09:06:12,357+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE init
> METHOD otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,357+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_existence
> (None)
>
> 2018-10-25 09:06:12,357+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_existence
> (None)
>
> 2018-10-25 09:06:12,357+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.core.config.Plugin._post_init (None)
>
> 2018-10-25 09:06:12,358+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.core.log.Plugin._setup (None)
>
> 2018-10-25 09:06:12,358+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,358+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,358+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,358+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,358+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
>
> 2018-10-25 09:06:12,359+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.network.hostname.Plugin._setup (None)
>
> 2018-10-25 09:06:12,359+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.services.openrc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,359+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.services.rhel.Plugin._setup (None)
>
> 2018-10-25 09:06:12,359+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.services.systemd.Plugin._setup (None)
>
> 2018-10-25 09:06:12,359+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.system.clock.Plugin._setup (None)
>
> 2018-10-25 09:06:12,359+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.otopi.system.reboot.Plugin._setup (None)
>
> 2018-10-25 09:06:12,360+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._setup (None)
>
> 2018-10-25 09:06:12,360+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,360+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,360+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,360+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._setup (None)
>
> 2018-10-25 09:06:12,360+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._setup (None)
>
> 2018-10-25 09:06:12,361+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._setup (None)
>
> 2018-10-25 09:06:12,361+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._setup (None)
>
> 2018-10-25 09:06:12,361+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._setup (None)
>
> 2018-10-25 09:06:12,361+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE setup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._setup (None)
>
> 2018-10-25 09:06:12,361+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> internal_packages METHOD
> otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
>
> 2018-10-25 09:06:12,362+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> internal_packages METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages (None)
>
> 2018-10-25 09:06:12,362+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> internal_packages METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._internal_packages_end
> (None)
>
> 2018-10-25 09:06:12,362+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> internal_packages METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_packages_end
> (None)
>
> 2018-10-25 09:06:12,362+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> internal_packages METHOD
> otopi.plugins.otopi.core.transaction.Plugin._pre_end (None)
>
> 2018-10-25 09:06:12,362+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> programs METHOD otopi.plugins.otopi.system.command.Plugin._programs
> (otopi.system.command.detection)
>
> 2018-10-25 09:06:12,362+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> programs METHOD otopi.plugins.otopi.services.openrc.Plugin._programs (None)
>
> 2018-10-25 09:06:12,363+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> programs METHOD otopi.plugins.otopi.services.rhel.Plugin._programs (None)
>
> 2018-10-25 09:06:12,363+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> programs METHOD otopi.plugins.otopi.services.systemd.Plugin._programs (None)
>
> 2018-10-25 09:06:12,363+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._customization (None)
>
> 2018-10-25 09:06:12,363+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD otopi.plugins.otopi.core.config.Plugin._customize1
> (None)
>
> 2018-10-25 09:06:12,363+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._customization (None)
>
> 2018-10-25 09:06:12,363+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._detect_id (None)
>
> 2018-10-25 09:06:12,364+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._customization
> (None)
>
> 2018-10-25 09:06:12,364+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize
> (otopi.dialog.cli.customization)
>
> 2018-10-25 09:06:12,364+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> customization METHOD otopi.plugins.otopi.core.config.Plugin._customize2
> (None)
>
> 2018-10-25 09:06:12,364+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD otopi.plugins.otopi.core.misc.Plugin._validation (None)
>
> 2018-10-25 09:06:12,364+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD otopi.plugins.otopi.core.log.Plugin._validation (None)
>
> 2018-10-25 09:06:12,364+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation
> (otopi.network.firewalld.validation)
>
> 2018-10-25 09:06:12,365+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD otopi.plugins.otopi.network.hostname.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,365+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD otopi.plugins.otopi.network.iptables.Plugin._validate
> (otopi.network.iptables.validation)
>
> 2018-10-25 09:06:12,365+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD otopi.plugins.otopi.network.ssh.Plugin._validation (None)
>
> 2018-10-25 09:06:12,365+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._validation (None)
>
> 2018-10-25 09:06:12,365+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._validation (None)
>
> 2018-10-25 09:06:12,365+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:12,366+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.host.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:12,366+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,366+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._validate (None)
>
> 2018-10-25 09:06:12,366+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._validation (None)
>
> 2018-10-25 09:06:12,366+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._validation (None)
>
> 2018-10-25 09:06:12,366+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,367+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._validation
> (None)
>
> 2018-10-25 09:06:12,367+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._validation (None)
>
> 2018-10-25 09:06:12,367+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._validation (None)
>
> 2018-10-25 09:06:12,367+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._validate_optional
> (None)
>
> 2018-10-25 09:06:12,367+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._validate_virtualization
> (None)
>
> 2018-10-25 09:06:12,368+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:12,368+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.software.Plugin._validation (None)
>
> 2018-10-25 09:06:12,368+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> validation METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._validation (None)
>
> 2018-10-25 09:06:12,368+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> transaction-prepare METHOD
> otopi.plugins.otopi.core.transaction.Plugin._main_prepare (None)
>
> 2018-10-25 09:06:12,368+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> early_misc METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc
> (None)
>
> 2018-10-25 09:06:12,368+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD otopi.plugins.otopi.network.iptables.Plugin._packages (None)
>
> 2018-10-25 09:06:12,369+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:12,369+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,369+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:12,369+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._realtime_packages
> (None)
>
> 2018-10-25 09:06:12,369+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._packages (None)
>
> 2018-10-25 09:06:12,369+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,370+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,370+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,370+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:12,370+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.vdsmhooks.hooks.Plugin._packages (None)
>
> 2018-10-25 09:06:12,370+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._packages (None)
>
> 2018-10-25 09:06:12,370+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD
> otopi.plugins.ovirt_host_deploy.host.packages.Plugin._packages
> (odeploycons.packages.ovirt-host.installed)
>
> 2018-10-25 09:06:12,371+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD otopi.plugins.otopi.packagers.dnfpackager.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,371+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> packages METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages
> (None)
>
> 2018-10-25 09:06:12,371+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.otopi.system.command.Plugin._misc
> (otopi.system.command.redetection)
>
> 2018-10-25 09:06:12,371+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc (None)
>
> 2018-10-25 09:06:12,371+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables (None)
>
> 2018-10-25 09:06:12,371+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key (None)
>
> 2018-10-25 09:06:12,372+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock (None)
>
> 2018-10-25 09:06:12,372+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._misc (None)
>
> 2018-10-25 09:06:12,372+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._misc (None)
>
> 2018-10-25 09:06:12,372+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._clear_ha_conf
> (None)
>
> 2018-10-25 09:06:12,372+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._set_ha_conf
> (None)
>
> 2018-10-25 09:06:12,372+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._misc (None)
>
> 2018-10-25 09:06:12,373+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._misc (None)
>
> 2018-10-25 09:06:12,373+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._misc (None)
>
> 2018-10-25 09:06:12,373+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._misc
> (None)
>
> 2018-10-25 09:06:12,373+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._bridge
> (None)
>
> 2018-10-25 09:06:12,373+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._misc
> (None)
>
> 2018-10-25 09:06:12,373+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._misc (None)
>
> 2018-10-25 09:06:12,374+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._store_id (None)
>
> 2018-10-25 09:06:12,374+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_deploy.vdsmhooks.hooks.Plugin._hooks (None)
>
> 2018-10-25 09:06:12,374+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._misc (None)
>
> 2018-10-25 09:06:12,374+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE misc
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._miscLate (None)
>
> 2018-10-25 09:06:12,374+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE cleanup
> METHOD otopi.plugins.otopi.core.transaction.Plugin._main_end (None)
>
> 2018-10-25 09:06:12,375+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._reconfigure
> (None)
>
> 2018-10-25 09:06:12,375+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,375+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.otopi.network.iptables.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,375+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,375+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,375+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.cockpit.cockpit.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,376+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.core.misc.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,376+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.gluster.glusterpmd.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,376+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,376+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,376+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.configureha.Plugin._remove_conf
> (None)
>
> 2018-10-25 09:06:12,376+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,377+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,377+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,377+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD
> otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._remove_old_iosched_udev_conf
> (None)
>
> 2018-10-25 09:06:12,377+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,377+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._start
> (odeploycons.packages.vdsm.started)
>
> 2018-10-25 09:06:12,377+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._start
> (None)
>
> 2018-10-25 09:06:12,378+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._closeup
> (None)
>
> 2018-10-25 09:06:12,378+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.otopi.system.reboot.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,378+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE closeup
> METHOD otopi.plugins.ovirt_host_deploy.node.persist.Plugin._closeup (None)
>
> 2018-10-25 09:06:12,378+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE cleanup
> METHOD otopi.plugins.otopi.dialog.answer_file.Plugin._generate_answer_file
> (otopi.core.answer.file.generated)
>
> 2018-10-25 09:06:12,378+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> pre-terminate METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate
> (None)
>
> 2018-10-25 09:06:12,378+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> pre-terminate METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
> (otopi.dialog.cli.termination)
>
> 2018-10-25 09:06:12,379+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> terminate METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate (None)
>
> 2018-10-25 09:06:12,379+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> terminate METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate (None)
>
> 2018-10-25 09:06:12,379+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE
> terminate METHOD otopi.plugins.otopi.core.log.Plugin._terminate (None)
>
> 2018-10-25 09:06:12,379+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEntry STAGE reboot
> METHOD otopi.plugins.otopi.system.reboot.Plugin._reboot (None)
>
> 2018-10-25 09:06:12,379+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventsListEnd
>
> 2018-10-25 09:06:12,379+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.otopi.dialog.machine.Plugin._init_machine_events_stuff (None)
>
> 2018-10-25 09:06:12,380+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._init
>
> 2018-10-25 09:06:12,380+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._init (None)
>
> 2018-10-25 09:06:12,381+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._init (None)
>
> 2018-10-25 09:06:12,381+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,381+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/firewalldAvailable=bool:'False'
>
> 2018-10-25 09:06:12,381+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/firewalldDisableServices=list:'[]'
>
> 2018-10-25 09:06:12,381+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/firewalldEnable=bool:'False'
>
> 2018-10-25 09:06:12,382+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,382+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.network.iptables.Plugin._init
>
> 2018-10-25 09:06:12,382+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.otopi.network.iptables.Plugin._init (None)
>
> 2018-10-25 09:06:12,382+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.otopi.network.iptables.Plugin._init (None)
>
> 2018-10-25 09:06:12,383+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,383+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/iptablesEnable=bool:'False'
>
> 2018-10-25 09:06:12,383+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/iptablesRules=NoneType:'None'
>
> 2018-10-25 09:06:12,383+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,384+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.network.ssh.Plugin._init
>
> 2018-10-25 09:06:12,384+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.otopi.network.ssh.Plugin._init (None)
>
> 2018-10-25 09:06:12,384+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.otopi.network.ssh.Plugin._init (None)
>
> 2018-10-25 09:06:12,385+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,385+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/sshEnable=bool:'False'
>
> 2018-10-25 09:06:12,385+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/sshKey=NoneType:'None'
>
> 2018-10-25 09:06:12,385+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/sshUser=str:''
>
> 2018-10-25 09:06:12,385+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,386+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.system.clock.Plugin._init
>
> 2018-10-25 09:06:12,386+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.otopi.system.clock.Plugin._init (None)
>
> 2018-10-25 09:06:12,386+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.otopi.system.clock.Plugin._init (None)
>
> 2018-10-25 09:06:12,387+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,387+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/clockMaxGap=int:'5'
>
> 2018-10-25 09:06:12,387+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/clockSet=bool:'False'
>
> 2018-10-25 09:06:12,387+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,387+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.otopi.system.reboot.Plugin._init
>
> 2018-10-25 09:06:12,388+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.otopi.system.reboot.Plugin._init (None)
>
> 2018-10-25 09:06:12,388+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.otopi.system.reboot.Plugin._init (None)
>
> 2018-10-25 09:06:12,388+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,389+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/reboot=bool:'False'
>
> 2018-10-25 09:06:12,389+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/rebootAllow=bool:'True'
>
> 2018-10-25 09:06:12,389+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/rebootDeferTime=int:'10'
>
> 2018-10-25 09:06:12,389+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,389+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_common.core.misc.Plugin._init
>
> 2018-10-25 09:06:12,390+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_common.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,390+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_common.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,390+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,390+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/installIncomplete=bool:'False'
>
> 2018-10-25 09:06:12,391+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/installIncompleteReasons=list:'[]'
>
> 2018-10-25 09:06:12,391+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,391+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._init
>
> 2018-10-25 09:06:12,391+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,392+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,392+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,392+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/certificateChain=NoneType:'None'
>
> 2018-10-25 09:06:12,393+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/certificateEnrollment=str:'none'
>
> 2018-10-25 09:06:12,393+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/keySize=int:'2048'
>
> 2018-10-25 09:06:12,393+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,393+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._init
>
> 2018-10-25 09:06:12,393+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,394+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_common.vmconsole.pki.Plugin._init (None)
>
> 2018-10-25 09:06:12,394+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,394+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/caKey=NoneType:'None'
>
> 2018-10-25 09:06:12,395+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/certificate=NoneType:'None'
>
> 2018-10-25 09:06:12,395+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/certificateEnrollment=str:'none'
>
> 2018-10-25 09:06:12,395+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/keySize=int:'2048'
>
> 2018-10-25 09:06:12,395+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,395+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._init
>
> 2018-10-25 09:06:12,396+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,396+0200 DEBUG
> otopi.plugins.ovirt_host_deploy.core.misc misc._init:102 ovirt-host-deploy
> interface version 3
>
> 2018-10-25 09:06:12,396+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._init (None)
>
> 2018-10-25 09:06:12,396+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,397+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/forceReboot=bool:'False'
>
> 2018-10-25 09:06:12,397+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,397+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.core.offlinepackager.Plugin._init
>
> 2018-10-25 09:06:12,398+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.core.offlinepackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,398+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.core.offlinepackager.Plugin._init (None)
>
> 2018-10-25 09:06:12,399+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._setup
>
> 2018-10-25 09:06:12,399+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._setup (None)
>
> 2018-10-25 09:06:12,399+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.gluster.nrpe.Plugin._setup (None)
>
> 2018-10-25 09:06:12,399+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,400+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV GLUSTER/monitoringEnable=bool:'False'
>
> 2018-10-25 09:06:12,400+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV GLUSTER/monitoringServer=NoneType:'None'
>
> 2018-10-25 09:06:12,400+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,401+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._init
>
> 2018-10-25 09:06:12,401+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,401+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.gluster.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,401+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,401+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV GLUSTER/enable=bool:'False'
>
> 2018-10-25 09:06:12,402+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,402+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.host.packages.Plugin._init
>
> 2018-10-25 09:06:12,403+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.host.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,403+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.host.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,403+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,403+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV OVIRT_HOST/minimumVersion=NoneType:'None'
>
> 2018-10-25 09:06:12,404+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,404+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._init
>
> 2018-10-25 09:06:12,404+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,405+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.hosted-engine.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,405+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,405+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV HOSTED_ENGINE/action=str:'none'
>
> 2018-10-25 09:06:12,405+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,406+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._init
>
> 2018-10-25 09:06:12,406+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,406+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.kdump.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,407+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,407+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KDUMP/enable=bool:'False'
>
> 2018-10-25 09:06:12,407+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KDUMP/supported=bool:'False'
>
> 2018-10-25 09:06:12,407+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,408+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._init
>
> 2018-10-25 09:06:12,408+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._init (None)
>
> 2018-10-25 09:06:12,408+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.kernel.kernel.Plugin._init (None)
>
> 2018-10-25 09:06:12,409+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,409+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/grubby=NoneType:'None'
>
> 2018-10-25 09:06:12,409+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KERNEL/cmdlineNew=NoneType:'None'
>
> 2018-10-25 09:06:12,409+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KERNEL/cmdlineOld=NoneType:'None'
>
> 2018-10-25 09:06:12,409+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KERNEL/enableRealtime=bool:'False'
>
> 2018-10-25 09:06:12,410+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,410+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._init
>
> 2018-10-25 09:06:12,410+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._init (None)
>
> 2018-10-25 09:06:12,411+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._init (None)
>
> 2018-10-25 09:06:12,411+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,411+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV OPENSTACK/neutronEnable=bool:'False'
>
> 2018-10-25 09:06:12,412+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,412+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._init
>
> 2018-10-25 09:06:12,412+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,412+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,413+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,413+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> OPENSTACK/neutronLinuxBridgeEnable=bool:'False'
>
> 2018-10-25 09:06:12,413+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,414+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._init
>
> 2018-10-25 09:06:12,414+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,414+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._init
> (None)
>
> 2018-10-25 09:06:12,415+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,415+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> OPENSTACK/neutronOpenvswitchEnable=bool:'False'
>
> 2018-10-25 09:06:12,415+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> OPENSTACK/neutronOpenvswitchIntegrationBridge=str:'br-int'
>
> 2018-10-25 09:06:12,415+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,416+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._init
>
> 2018-10-25 09:06:12,416+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,416+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,417+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,417+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/disableNetworkManager=bool:'False'
>
> 2018-10-25 09:06:12,417+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/vdsmMinimumVersion=NoneType:'None'
>
> 2018-10-25 09:06:12,418+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,418+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._init
>
> 2018-10-25 09:06:12,418+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._init (None)
>
> 2018-10-25 09:06:12,418+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._init (None)
>
> 2018-10-25 09:06:12,419+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,419+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/vdsmId=NoneType:'None'
>
> 2018-10-25 09:06:12,419+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,420+0200 DEBUG otopi.context
> context._executeMethod:128 Stage init METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._init
>
> 2018-10-25 09:06:12,420+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,420+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE init METHOD
> otopi.plugins.ovirt_host_deploy.vmconsole.packages.Plugin._init (None)
>
> 2018-10-25 09:06:12,421+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,421+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/enable=bool:'False'
>
> 2018-10-25 09:06:12,421+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/support=int:'0'
>
> 2018-10-25 09:06:12,421+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,422+0200 INFO otopi.context context.runSequence:741
> Stage: Environment setup
>
> 2018-10-25 09:06:12,422+0200 DEBUG otopi.context context.runSequence:745
> STAGE setup
>
> 2018-10-25 09:06:12,423+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_existence
>
> 2018-10-25 09:06:12,423+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:12,423+0200 DEBUG otopi.context
> context._executeMethod:135 condition False
>
> 2018-10-25 09:06:12,423+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:12,424+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_existence
>
> 2018-10-25 09:06:12,424+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:12,424+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup_existence (None)
>
> 2018-10-25 09:06:12,426+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.core.config.Plugin._post_init
>
> 2018-10-25 09:06:12,426+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.core.config.Plugin._post_init (None)
>
> 2018-10-25 09:06:12,426+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Configuration files: []
>
> 2018-10-25 09:06:12,426+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.core.config.Plugin._post_init (None)
>
> 2018-10-25 09:06:12,427+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.core.log.Plugin._setup
>
> 2018-10-25 09:06:12,428+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.core.log.Plugin._setup (None)
>
> 2018-10-25 09:06:12,428+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Log file:
> /tmp/ovirt-host-deploy-20181025090611-lhmywd.log
>
> 2018-10-25 09:06:12,428+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.core.log.Plugin._setup (None)
>
> 2018-10-25 09:06:12,429+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.core.misc.Plugin._setup
>
> 2018-10-25 09:06:12,429+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,430+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Version: otopi-1.7.8
> (otopi-1.7.8-1.el7)
>
> 2018-10-25 09:06:12,430+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,431+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup
>
> 2018-10-25 09:06:12,431+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,432+0200 DEBUG otopi.context
> context._executeMethod:135 condition False
>
> 2018-10-25 09:06:12,432+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.packagers.dnfpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,433+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup
>
> 2018-10-25 09:06:12,433+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,435+0200 DEBUG
> otopi.plugins.otopi.packagers.yumpackager yumpackager.verbose:76 Yum
> Cleaning caches: ['expire-cache'].
>
> 2018-10-25 09:06:12,438+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
>
> 2018-10-25 09:06:12,439+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._setup
>
> 2018-10-25 09:06:12,439+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,440+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Version:
> ovirt-host-deploy-1.7.4 (ovirt-host-deploy-1.7.4-1.el7)
>
> 2018-10-25 09:06:12,440+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.core.misc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,441+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._setup
>
> 2018-10-25 09:06:12,441+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
>
> 2018-10-25 09:06:12,441+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
>
> 2018-10-25 09:06:12,442+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,442+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/firewall-cmd=NoneType:'None'
>
> 2018-10-25 09:06:12,442+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,443+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.network.hostname.Plugin._setup
>
> 2018-10-25 09:06:12,443+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.network.hostname.Plugin._setup (None)
>
> 2018-10-25 09:06:12,443+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.network.hostname.Plugin._setup (None)
>
> 2018-10-25 09:06:12,444+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,444+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/ip=NoneType:'None'
>
> 2018-10-25 09:06:12,444+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,445+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.services.openrc.Plugin._setup
>
> 2018-10-25 09:06:12,445+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.services.openrc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,445+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.services.openrc.Plugin._setup (None)
>
> 2018-10-25 09:06:12,446+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,446+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/rc=NoneType:'None'
>
> 2018-10-25 09:06:12,446+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/rc-update=NoneType:'None'
>
> 2018-10-25 09:06:12,446+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,447+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.services.rhel.Plugin._setup
>
> 2018-10-25 09:06:12,447+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.services.rhel.Plugin._setup (None)
>
> 2018-10-25 09:06:12,447+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.services.rhel.Plugin._setup (None)
>
> 2018-10-25 09:06:12,448+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,448+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/chkconfig=NoneType:'None'
>
> 2018-10-25 09:06:12,448+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/initctl=NoneType:'None'
>
> 2018-10-25 09:06:12,448+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/service=NoneType:'None'
>
> 2018-10-25 09:06:12,448+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/systemctl=NoneType:'None'
>
> 2018-10-25 09:06:12,449+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,449+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.services.systemd.Plugin._setup
>
> 2018-10-25 09:06:12,450+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.services.systemd.Plugin._setup (None)
>
> 2018-10-25 09:06:12,450+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.services.systemd.Plugin._setup (None)
>
> 2018-10-25 09:06:12,451+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.system.clock.Plugin._setup
>
> 2018-10-25 09:06:12,451+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.system.clock.Plugin._setup (None)
>
> 2018-10-25 09:06:12,451+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.system.clock.Plugin._setup (None)
>
> 2018-10-25 09:06:12,452+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,452+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/chronyc=NoneType:'None'
>
> 2018-10-25 09:06:12,452+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/date=NoneType:'None'
>
> 2018-10-25 09:06:12,452+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/hwclock=NoneType:'None'
>
> 2018-10-25 09:06:12,452+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/ntpq=NoneType:'None'
>
> 2018-10-25 09:06:12,453+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,453+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.otopi.system.reboot.Plugin._setup
>
> 2018-10-25 09:06:12,454+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.otopi.system.reboot.Plugin._setup (None)
>
> 2018-10-25 09:06:12,454+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.otopi.system.reboot.Plugin._setup (None)
>
> 2018-10-25 09:06:12,454+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,454+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/reboot=NoneType:'None'
>
> 2018-10-25 09:06:12,455+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,455+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._setup
>
> 2018-10-25 09:06:12,456+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._setup (None)
>
> 2018-10-25 09:06:12,456+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_common.vdsm.pki.Plugin._setup (None)
>
> 2018-10-25 09:06:12,456+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,456+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/openssl=NoneType:'None'
>
> 2018-10-25 09:06:12,457+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,457+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._setup
>
> 2018-10-25 09:06:12,458+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._setup (None)
>
> 2018-10-25 09:06:12,458+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron.Plugin._setup (None)
>
> 2018-10-25 09:06:12,458+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,458+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/openstack-config=NoneType:'None'
>
> 2018-10-25 09:06:12,459+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,460+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._setup
>
> 2018-10-25 09:06:12,460+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,460+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_linuxbridge.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,461+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._setup
>
> 2018-10-25 09:06:12,461+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,462+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.openstack.neutron_openvswitch.Plugin._setup
> (None)
>
> 2018-10-25 09:06:12,462+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,462+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/ovs-vsctl=NoneType:'None'
>
> 2018-10-25 09:06:12,463+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,463+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._setup
>
> 2018-10-25 09:06:12,463+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._setup (None)
>
> 2018-10-25 09:06:12,464+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.tune.iosched.Plugin._setup (None)
>
> 2018-10-25 09:06:12,464+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,464+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/udevadm=NoneType:'None'
>
> 2018-10-25 09:06:12,465+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,465+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._setup
>
> 2018-10-25 09:06:12,465+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._setup (None)
>
> 2018-10-25 09:06:12,466+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.tune.tuned.Plugin._setup (None)
>
> 2018-10-25 09:06:12,466+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,466+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/tuned-adm=NoneType:'None'
>
> 2018-10-25 09:06:12,467+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV TUNE/tunedProfile=NoneType:'None'
>
> 2018-10-25 09:06:12,467+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,468+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._setup
>
> 2018-10-25 09:06:12,468+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._setup (None)
>
> 2018-10-25 09:06:12,468+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.config.Plugin._setup (None)
>
> 2018-10-25 09:06:12,469+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,469+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/configOverride=bool:'True'
>
> 2018-10-25 09:06:12,469+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,470+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._setup
>
> 2018-10-25 09:06:12,470+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._setup (None)
>
> 2018-10-25 09:06:12,470+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.hardware.Plugin._setup (None)
>
> 2018-10-25 09:06:12,471+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,471+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/checkVirtHardware=bool:'True'
>
> 2018-10-25 09:06:12,471+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,472+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._setup
>
> 2018-10-25 09:06:12,472+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._setup (None)
>
> 2018-10-25 09:06:12,472+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._setup (None)
>
> 2018-10-25 09:06:12,473+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,473+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/vdsm-tool=NoneType:'None'
>
> 2018-10-25 09:06:12,473+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,474+0200 DEBUG otopi.context
> context._executeMethod:128 Stage setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._setup
>
> 2018-10-25 09:06:12,474+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._setup (None)
>
> 2018-10-25 09:06:12,474+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE setup METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._setup (None)
>
> 2018-10-25 09:06:12,475+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:06:12,475+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/dmidecode=NoneType:'None'
>
> 2018-10-25 09:06:12,475+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:06:12,476+0200 INFO otopi.context context.runSequence:741
> Stage: Environment packages setup
>
> 2018-10-25 09:06:12,476+0200 DEBUG otopi.context context.runSequence:745
> STAGE internal_packages
>
> 2018-10-25 09:06:12,476+0200 DEBUG otopi.context
> context._executeMethod:128 Stage internal_packages METHOD
> otopi.plugins.otopi.core.transaction.Plugin._pre_prepare
>
> 2018-10-25 09:06:12,477+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE
> internal_packages METHOD
> otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
>
> 2018-10-25 09:06:12,477+0200 DEBUG otopi.transaction
> transaction._prepare:61 preparing 'Yum Transaction'
>
> Loaded plugins: fastestmirror, product-id, subscription-manager
>
> 2018-10-25 09:06:12,493+0200 DEBUG
> otopi.plugins.otopi.packagers.yumpackager yumpackager.verbose:76 Yum
> Connection built: host=subscription.rhsm.redhat.com port=443
> handler=/subscription auth=identity_cert ca_dir=/etc/rhsm/ca/ insecure=False
>
> This system is not registered with an entitlement server. You can use
> subscription-manager to register.
>
> 2018-10-25 09:06:12,557+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE
> internal_packages METHOD
> otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
>
> 2018-10-25 09:06:12,558+0200 DEBUG otopi.context
> context._executeMethod:128 Stage internal_packages METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages
>
> 2018-10-25 09:06:12,558+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE
> internal_packages METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages (None)
>
> 2018-10-25 09:06:12,563+0200 DEBUG
> otopi.plugins.otopi.packagers.yumpackager yumpackager.verbose:76 Yum queue
> package dmidecode for install
>
> Loading mirror speeds from cached hostfile
>
> Could not get metalink
> https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 error
> was
>
> 14: curl#7 - "Failed to connect to 2604:1580:fe00:0:dead:beef:cafe:fed1:
> Network is unreachable"
>
> * ovirt-4.2-epel: del-repos.extreme-ix.org
>
> 2018-10-25 09:14:12,747+0200 ERROR
> otopi.plugins.otopi.packagers.yumpackager yumpackager.error:85 Yum Cannot
> queue package dmidecode: [Errno 2] No such file or directory
>
> 2018-10-25 09:14:12,748+0200 DEBUG otopi.context
> context._executeMethod:143 method exception
>
> Traceback (most recent call last):
>
> File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/context.py", line 133, in
> _executeMethod
>
> method['method']()
>
> File
> "/tmp/ovirt-1CJYwLnfdN/otopi-plugins/ovirt-host-deploy/vdsm/vdsmid.py",
> line 84, in _packages
>
> self.packager.install(('dmidecode',))
>
> File
> "/tmp/ovirt-1CJYwLnfdN/otopi-plugins/otopi/packagers/yumpackager.py", line
> 293, in install
>
> ignoreErrors=ignoreErrors
>
> File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/miniyum.py", line 852, in
> install
>
> **kwargs
>
> File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/miniyum.py", line 495, in
> _queue
>
> provides = self._queryProvides(packages=(package,))
>
> File "/tmp/ovirt-1CJYwLnfdN/pythonlib/otopi/miniyum.py", line 433, in
> _queryProvides
>
> for po in self._yb.searchPackageProvides(args=packages):
>
> File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 3461, in
> searchPackageProvides
>
> where = self.returnPackagesByDep(arg)
>
> File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4287, in
> returnPackagesByDep
>
> return self.pkgSack.searchProvides(depstring)
>
> File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1074, in
> <lambda>
>
> pkgSack = property(fget=lambda self: self._getSacks(),
>
> File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 778, in
> _getSacks
>
> self.repos.populateSack(which=repos)
>
> File "/usr/lib/python2.7/site-packages/yum/repos.py", line 386, in
> populateSack
>
> sack.populate(repo, mdtype, callback, cacheonly)
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 227, in
> populate
>
> if self._check_db_version(repo, mydbtype):
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 319, in
> _check_db_version
>
> return repo._check_db_version(mdtype)
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1515, in
> _check_db_version
>
> repoXML = self.repoXML
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1701, in
> <lambda>
>
> repoXML = property(fget=lambda self: self._getRepoXML(),
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1697, in
> _getRepoXML
>
> self._loadRepoXML(text=self.ui_id)
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1688, in
> _loadRepoXML
>
> return self._groupLoadRepoXML(text, self._mdpolicy2mdtypes())
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1662, in
> _groupLoadRepoXML
>
> if self._commonLoadRepoXML(text):
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1490, in
> _commonLoadRepoXML
>
> self._revertOldRepoXML()
>
> File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1334, in
> _revertOldRepoXML
>
> os.rename(old_data['old_local'], old_data['local'])
>
> OSError: [Errno 2] No such file or directory
>
> 2018-10-25 09:14:12,753+0200 ERROR otopi.context
> context._executeMethod:152 Failed to execute stage 'Environment packages
> setup': [Errno 2] No such file or directory
>
> 2018-10-25 09:14:12,753+0200 DEBUG otopi.transaction transaction.abort:119
> aborting 'Yum Transaction'
>
> 2018-10-25 09:14:12,754+0200 INFO
> otopi.plugins.otopi.packagers.yumpackager yumpackager.info:80 Yum
> Performing yum transaction rollback
>
> Loaded plugins: fastestmirror, product-id, subscription-manager
>
> 2018-10-25 09:14:12,772+0200 DEBUG
> otopi.plugins.otopi.packagers.yumpackager yumpackager.verbose:76 Yum
> Connection built: host=subscription.rhsm.redhat.com port=443
> handler=/subscription auth=identity_cert ca_dir=/etc/rhsm/ca/ insecure=False
>
> This system is not registered with an entitlement server. You can use
> subscription-manager to register.
>
> 2018-10-25 09:14:12,835+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE
> internal_packages METHOD
> otopi.plugins.ovirt_host_deploy.vdsm.vdsmid.Plugin._packages (None)
>
> 2018-10-25 09:14:12,836+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:14:12,836+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/error=bool:'True'
>
> 2018-10-25 09:14:12,836+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exceptionInfo=list:'[(<type
> 'exceptions.OSError'>, OSError(2, 'No such file or directory'), <traceback
> object at 0x7fb070b1a7e8>)]'
>
> 2018-10-25 09:14:12,837+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:14:12,837+0200 INFO otopi.context context.runSequence:741
> Stage: Clean up
>
> 2018-10-25 09:14:12,837+0200 DEBUG otopi.context context.runSequence:745
> STAGE cleanup
>
> 2018-10-25 09:14:12,838+0200 DEBUG otopi.context
> context._executeMethod:128 Stage cleanup METHOD
> otopi.plugins.otopi.dialog.answer_file.Plugin._generate_answer_file
>
> 2018-10-25 09:14:12,838+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE cleanup
> METHOD otopi.plugins.otopi.dialog.answer_file.Plugin._generate_answer_file
> (otopi.core.answer.file.generated)
>
> 2018-10-25 09:14:12,838+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE cleanup METHOD
> otopi.plugins.otopi.dialog.answer_file.Plugin._generate_answer_file
> (otopi.core.answer.file.generated)
>
> 2018-10-25 09:14:12,839+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:14:12,839+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/answerFileContent=str:'# OTOPI
> answer file, generated by human dialog
>
> [environment:default]
>
> '
>
> 2018-10-25 09:14:12,840+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:14:12,840+0200 INFO otopi.context context.runSequence:741
> Stage: Pre-termination
>
> 2018-10-25 09:14:12,840+0200 DEBUG otopi.context context.runSequence:745
> STAGE pre-terminate
>
> 2018-10-25 09:14:12,841+0200 DEBUG otopi.context
> context._executeMethod:128 Stage pre-terminate METHOD
> otopi.plugins.otopi.core.misc.Plugin._preTerminate
>
> 2018-10-25 09:14:12,841+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE
> pre-terminate METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate
> (None)
>
> 2018-10-25 09:14:12,841+0200 DEBUG otopi.context
> context.dumpEnvironment:859 ENVIRONMENT DUMP - BEGIN
>
> 2018-10-25 09:14:12,841+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/aborted=bool:'False'
>
> 2018-10-25 09:14:12,841+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/debug=int:'0'
>
> 2018-10-25 09:14:12,842+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/error=bool:'True'
>
> 2018-10-25 09:14:12,842+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exceptionInfo=list:'[(<type
> 'exceptions.OSError'>, OSError(2, 'No such file or directory'), <traceback
> object at 0x7fb070b1a7e8>)]'
>
> 2018-10-25 09:14:12,842+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/executionDirectory=str:'/root'
>
> 2018-10-25 09:14:12,842+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/exitCode=list:'[{'priority': 90001,
> 'code': 0}]'
>
> 2018-10-25 09:14:12,842+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/log=bool:'True'
>
> 2018-10-25 09:14:12,842+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> BASE/pluginGroups=str:'otopi:ovirt-host-common:ovirt-host-deploy'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> BASE/pluginPath=str:'/tmp/ovirt-1CJYwLnfdN/otopi-plugins'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV BASE/suppressEnvironmentKeys=list:'[]'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/chkconfig=NoneType:'None'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/chronyc=NoneType:'None'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/date=NoneType:'None'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/dmidecode=NoneType:'None'
>
> 2018-10-25 09:14:12,843+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/firewall-cmd=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/grubby=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/hwclock=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/initctl=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/ip=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/ntpq=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/openssl=NoneType:'None'
>
> 2018-10-25 09:14:12,844+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/openstack-config=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/ovs-vsctl=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/rc=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/rc-update=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/reboot=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/service=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/systemctl=NoneType:'None'
>
> 2018-10-25 09:14:12,845+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/tuned-adm=NoneType:'None'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/udevadm=NoneType:'None'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV COMMAND/vdsm-tool=NoneType:'None'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/configFileAppend=NoneType:'None'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/configFileName=str:'/etc/ovirt-host-deploy.conf'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/internalPackageTransaction=Transaction:'transaction'
>
> 2018-10-25 09:14:12,846+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logDir=str:'/tmp'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFileHandle=file:'<open file
> '/tmp/ovirt-host-deploy-20181025090611-lhmywd.log', mode 'a' at
> 0x7fb07b968db0>'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileName=str:'/tmp/ovirt-host-deploy-20181025090611-lhmywd.log'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/logFileNamePrefix=str:'ovirt-host-deploy'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilter=_MyLoggerFilter:'filter'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterKeys=list:'[]'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logFilterRe=list:'[<_sre.SRE_Pattern
> object at 0xcadb40>]'
>
> 2018-10-25 09:14:12,847+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/logRemoveAtExit=bool:'False'
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> CORE/mainTransaction=Transaction:'transaction'
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/modifiedFiles=list:'[]'
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV CORE/randomizeEvents=bool:'False'
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/answerFile=NoneType:'None'
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/answerFileContent=str:'# OTOPI
> answer file, generated by human dialog
>
> [environment:default]
>
> '
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/boundary=str:'**BOUNDARY**'
>
> 2018-10-25 09:14:12,848+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/cliVersion=int:'1'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/customization=bool:'True'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV DIALOG/dialect=str:'machine'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV GLUSTER/enable=bool:'False'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV GLUSTER/monitoringEnable=bool:'False'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV GLUSTER/monitoringServer=NoneType:'None'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV HOSTED_ENGINE/action=str:'none'
>
> 2018-10-25 09:14:12,849+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_NAME=str:'otopi'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV INFO/PACKAGE_VERSION=str:'1.7.8'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KDUMP/enable=bool:'False'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KDUMP/supported=bool:'False'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KERNEL/cmdlineNew=NoneType:'None'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KERNEL/cmdlineOld=NoneType:'None'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV KERNEL/enableRealtime=bool:'False'
>
> 2018-10-25 09:14:12,850+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/firewalldAvailable=bool:'False'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/firewalldDisableServices=list:'[]'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/firewalldEnable=bool:'False'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/iptablesEnable=bool:'False'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/iptablesRules=NoneType:'None'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/sshEnable=bool:'False'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/sshKey=NoneType:'None'
>
> 2018-10-25 09:14:12,851+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV NETWORK/sshUser=str:''
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/INTERFACE_VERSION=str:'3'
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/forceReboot=bool:'False'
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/installIncomplete=bool:'False'
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/installIncompleteReasons=list:'[]'
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV ODEPLOY/offlinePackager=bool:'False'
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV OPENSTACK/neutronEnable=bool:'False'
>
> 2018-10-25 09:14:12,852+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> OPENSTACK/neutronLinuxBridgeEnable=bool:'False'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> OPENSTACK/neutronOpenvswitchEnable=bool:'False'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> OPENSTACK/neutronOpenvswitchIntegrationBridge=str:'br-int'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV OVIRT_HOST/minimumVersion=NoneType:'None'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfDisabledPlugins=list:'[]'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfExpireCache=bool:'True'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfRollback=bool:'True'
>
> 2018-10-25 09:14:12,853+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/dnfpackagerEnabled=bool:'True'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/keepAliveInterval=int:'30'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumDisabledPlugins=list:'[]'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumEnabledPlugins=list:'[]'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumExpireCache=bool:'True'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumRollback=bool:'True'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV PACKAGER/yumpackagerEnabled=bool:'True'
>
> 2018-10-25 09:14:12,854+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/clockMaxGap=int:'5'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/clockSet=bool:'False'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV
> SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/reboot=bool:'False'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/rebootAllow=bool:'True'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV SYSTEM/rebootDeferTime=int:'10'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV TUNE/tunedProfile=NoneType:'None'
>
> 2018-10-25 09:14:12,855+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/certificateChain=NoneType:'None'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/certificateEnrollment=str:'none'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/checkVirtHardware=bool:'True'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/configOverride=bool:'True'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/disableNetworkManager=bool:'False'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/keySize=int:'2048'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/nodeHasOwnBridges=bool:'False'
>
> 2018-10-25 09:14:12,856+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/nodePluginVdsmFeatures=list:'[]'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/ovirt-container-node=bool:'False'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/ovirt-legacy-node=bool:'False'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/ovirt-node=bool:'True'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/vdsmId=NoneType:'None'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VDSM/vdsmMinimumVersion=NoneType:'None'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/caKey=NoneType:'None'
>
> 2018-10-25 09:14:12,857+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/certificate=NoneType:'None'
>
> 2018-10-25 09:14:12,858+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/certificateEnrollment=str:'none'
>
> 2018-10-25 09:14:12,858+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/enable=bool:'False'
>
> 2018-10-25 09:14:12,858+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/keySize=int:'2048'
>
> 2018-10-25 09:14:12,858+0200 DEBUG otopi.context
> context.dumpEnvironment:869 ENV VMCONSOLE/support=int:'0'
>
> 2018-10-25 09:14:12,858+0200 DEBUG otopi.context
> context.dumpEnvironment:873 ENVIRONMENT DUMP - END
>
> 2018-10-25 09:14:12,858+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE pre-terminate
> METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate (None)
>
> 2018-10-25 09:14:12,860+0200 DEBUG otopi.context
> context._executeMethod:128 Stage pre-terminate METHOD
> otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
>
> 2018-10-25 09:14:12,860+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%EventStart STAGE
> pre-terminate METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
> (otopi.dialog.cli.termination)
>
> 2018-10-25 09:14:12,860+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,860+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-25 09:14:12,861+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-25 09:14:12,861+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-25 09:14:12,861+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-25 09:14:12,861+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,861+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,863+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE env-get -k BASE/error
>
> 2018-10-25 09:14:12,863+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***D:VALUE BASE/error=bool:True
>
> 2018-10-25 09:14:12,864+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,864+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-25 09:14:12,864+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-25 09:14:12,864+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-25 09:14:12,864+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-25 09:14:12,865+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,865+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,865+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE env-get -k
> ODEPLOY/installIncomplete
>
> 2018-10-25 09:14:12,866+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***D:VALUE
> ODEPLOY/installIncomplete=bool:False
>
> 2018-10-25 09:14:12,866+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,866+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-25 09:14:12,866+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-25 09:14:12,867+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-25 09:14:12,867+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-25 09:14:12,867+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,867+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,867+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE env-get -k SYSTEM/reboot
>
> 2018-10-25 09:14:12,868+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***D:VALUE
> SYSTEM/reboot=bool:False
>
> 2018-10-25 09:14:12,868+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,869+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,872+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE noop
>
> 2018-10-25 09:14:12,872+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QStart: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,872+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ###
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### Processing ended, use 'quit'
> to quit
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ### COMMAND>
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QHidden: FALSE
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,873+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:SEND **%QEnd: TERMINATION_COMMAND
>
> 2018-10-25 09:14:12,879+0200 DEBUG otopi.plugins.otopi.dialog.machine
> dialog.__logString:204 DIALOG:RECEIVE log
>
>
>
> <https://www.redhat.com/rhtapps/certification/badge/verify/PJSGB3TK5GOFFTDFUā¦>
>
>
> --
>
> NUNO MARTINS [image: Rocket Science]
> Solutions Architect
> +27(0) 73 445 3979 <+27%280%29%2073%20445%203979>
> nuno(a)rocketscience.co.za
> +27(0) 11 745 0060 <+27%280%29%2011%20745%200060>
> +27(0) 86 672 4342 <+27%280%29%2086%20672%204342>
> www.rocketscience.co.za
> Little Fourways Office Park, Block C, West Wing,
>
> c/o Leslie Avenue & William Nicol Drive
> <https://www.facebook.com/rocketscienceza>
> <https://twitter.com/RocketScienceZA>
> <https://www.linkedin.com/company/1833079>
>
> *DISCLAIMER:* This email and any files transmitted with it are
> confidential and intended solely for the use of the individual or entity to
> whom they are addressed. If you have received this email in error please
> notify the system manager. This message contains confidential information
> and is intended only for the individual named. If you are not the named
> addressee you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately by e-mail if you have received this
> e-mail by mistake and delete this e-mail from your system. If you are not
> the intended recipient you are notified that disclosing, copying,
> distributing or taking any action in reliance on the contents of this
> information is strictly prohibited.
>
>
>
>
> ------------------------------
> *From:* Simone Tiraboschi <stirabos(a)redhat.com>
> *Sent:* Thursday, October 25, 2018 11:04 AM
> *To:* Nuno Martins
> *Cc:* users
> *Subject:* Re: [ovirt-users] Newbie Ovirt 4.2 - hosts all fail installs
>
> Do you have something in host-deploy logs in
> /var/log/ovirt-engine/host-deploy/ ?
>
> On Thu, Oct 25, 2018 at 11:02 AM Nuno Martins <nuno(a)rocketscience.co.za>
> wrote:
>
>
> \ - This is where it all goes to hell...
>
>
> -10-25 09:01:25,869+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [38ecca45]
> Error during deploy dialog
>
> 2018-10-25 09:01:25,869+02 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] SSH error running
> command root(a)ird-vhost02-sam.za.ds.naspers.com:'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap
> "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
> /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy
> DIALOG/dialect=str:machine DIALOG/customization=bool:True':
> TimeLimitExceededException: SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'
>
> 2018-10-25 09:01:25,874+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] Timeout during host
> ird-vhost02-sam.za.ds.naspers.com install: SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'
>
> 2018-10-25 09:01:25,882+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] EVENT_ID:
> VDS_INSTALL_IN_PROGRESS_ERROR(511), An error has occurred during
> installation of Host ird-vhost02-sam.za.ds.naspers.com: Processing
> stopped due to timeout.
>
> 2018-10-25 09:01:25,882+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] Host installation
> failed for host '3b4cba1e-907e-4344-847d-85b1d54c8687', '
> ird-vhost02-sam.za.ds.naspers.com': SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'
>
> 2018-10-25 09:01:25,886+02 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] START,
> SetVdsStatusVDSCommand(HostName = ird-vhost02-sam.za.ds.naspers.com,
> SetVdsStatusVDSCommandParameters:{hostId='3b4cba1e-907e-4344-847d-85b1d54c8687',
> status='InstallFailed', nonOperationalReason='NONE',
> stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 14b0af02
>
> 2018-10-25 09:01:25,890+02 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] FINISH,
> SetVdsStatusVDSCommand, log id: 14b0af02
>
> 2018-10-25 09:01:25,897+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] EVENT_ID:
> VDS_INSTALL_FAILED(505), Host ird-vhost02-sam.za.ds.naspers.com
> installation failed. SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'.
>
>
>
> <https://www.redhat.com/rhtapps/certification/badge/verify/PJSGB3TK5GOFFTDFUā¦>
>
>
>
> ------------------------------
> *From:* Simone Tiraboschi <stirabos(a)redhat.com>
> *Sent:* Thursday, October 25, 2018 10:09 AM
> *To:* Nuno Martins
> *Cc:* users
> *Subject:* Re: [ovirt-users] Newbie Ovirt 4.2 - hosts all fail installs
>
>
>
> On Wed, Oct 24, 2018 at 10:41 PM <nuno(a)rocketscience.co.za> wrote:
>
> Hi - I have just setup 3 hosts and I am running a self hosted engine on
> the primary host - I am now trying to add the remaining two and my installs
> take awhile and then fail.
>
> Logs say ssh timeout, but the engine can get to the systems via DNS or
> hosts file etc -
>
> Any advice ?
>
> Thanx guys,
>
>
> So i have 3 servers and i am running Ovirt 4.2 with a self hosted engine
> on the primary host. I am trying to add the other hosts but keep getting
> failed installs due to ssh timeouts - The engine can get to the hosts via
> DNS and via hosts files but the install just bombs.
>
>
> Any advice ? - i have added some of the engine.log to this mail --
>
>
>
>
> ##########
>
> 2018-10-24 20:19:40,061+02 INFO
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-950) [337a439f] SSH execute '
> root(a)ird-vhost02-sam.za.ds.naspers.com' 'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap
> "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
> /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x &&
> "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine
> DIALOG/customization=bool:True'
> 2018-10-24 20:19:41,991+02 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host ird-vhost02-sam.za.ds.nas.com. Stage: Initializing.
> 2018-10-24 20:19:42,083+02 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host ird-vhost02-sam.za.ds.nas.com. Stage: Environment setup.
> 2018-10-24 20:19:42,138+02 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host ird-vhost02-sam.za.ds.nas.com. Stage: Environment packages setup.
> 2018-10-24 20:19:52,969+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Error during deploy dialog
> 2018-10-24 20:19:52,973+02 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] SSH error running command
> root(a)ird-vhost03-sam.za.ds.nas.com:'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap
> "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
> /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x &&
> "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine
> DIALOG/customization=bool:True': TimeLimitExceededException: SSH session
> timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
> 2018-10-24 20:19:52,977+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Timeout during host
> ird-vhost03-sam.za.ds.naspers.com install: SSH session timeout host '
> root(a)ird-vhost03-sam.za.ds.nas.com'
>
>
> Can you please try manually executing
> ssh root(a)ird-vhost03-sam.za.ds.nas.com
> from the engine VM?
>
> Please ensure that everything works as expected on network side.
>
>
> 2018-10-24 20:19:52,981+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] EVENT_ID:
> VDS_INSTALL_IN_PROGRESS_ERROR(511), An error has occurred during
> installation of Host ird-vhost03-sam.za.ds.nas.com: Processing stopped
> due to timeout.
> 2018-10-24 20:19:52,981+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Host installation failed for host
> '126448ff-2561-416b-b265-ad027683080e', 'ird-vhost03-sam.za.ds.nas.com':
> SSH session timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
> 2018-10-24 20:19:52,984+02 INFO
> [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] START,
> SetVdsStatusVDSCommand(HostName = ird-vhost03-sam.za.ds.nas.com,
> SetVdsStatusVDSCommandParameters:{hostId='126448ff-2561-416b-b265-ad027683080e',
> status='InstallFailed', nonOperationalReason='NONE',
> stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 1648388
> 2018-10-24 20:19:52,987+02 INFO
> [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] FINISH, SetVdsStatusVDSCommand, log
> id: 1648388
> 2018-10-24 20:19:52,989+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] EVENT_ID: VDS_INSTALL_FAILED(505),
> Host ird-vhost03-sam.za.ds.nas.com installation failed. SSH session
> timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'.
> 2018-10-24 20:19:52,993+02 INFO
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Lock freed to object
> 'EngineLock:{exclusiveLocks='[126448ff-2561-416b-b265-ad027683080e=VDS]',
> sharedLocks=''}'
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QKEJCLHSXKE3Eā¦
>
>
2
1
Do you have something in host-deploy logs in
/var/log/ovirt-engine/host-deploy/ ?
On Thu, Oct 25, 2018 at 11:02 AM Nuno Martins <nuno(a)rocketscience.co.za>
wrote:
>
> \ - This is where it all goes to hell...
>
>
> -10-25 09:01:25,869+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [38ecca45]
> Error during deploy dialog
>
> 2018-10-25 09:01:25,869+02 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] SSH error running
> command root(a)ird-vhost02-sam.za.ds.naspers.com:'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap
> "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
> /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy
> DIALOG/dialect=str:machine DIALOG/customization=bool:True':
> TimeLimitExceededException: SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'
>
> 2018-10-25 09:01:25,874+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] Timeout during host
> ird-vhost02-sam.za.ds.naspers.com install: SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'
>
> 2018-10-25 09:01:25,882+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] EVENT_ID:
> VDS_INSTALL_IN_PROGRESS_ERROR(511), An error has occurred during
> installation of Host ird-vhost02-sam.za.ds.naspers.com: Processing
> stopped due to timeout.
>
> 2018-10-25 09:01:25,882+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] Host installation
> failed for host '3b4cba1e-907e-4344-847d-85b1d54c8687', '
> ird-vhost02-sam.za.ds.naspers.com': SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'
>
> 2018-10-25 09:01:25,886+02 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] START,
> SetVdsStatusVDSCommand(HostName = ird-vhost02-sam.za.ds.naspers.com,
> SetVdsStatusVDSCommandParameters:{hostId='3b4cba1e-907e-4344-847d-85b1d54c8687',
> status='InstallFailed', nonOperationalReason='NONE',
> stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 14b0af02
>
> 2018-10-25 09:01:25,890+02 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] FINISH,
> SetVdsStatusVDSCommand, log id: 14b0af02
>
> 2018-10-25 09:01:25,897+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-90) [38ecca45] EVENT_ID:
> VDS_INSTALL_FAILED(505), Host ird-vhost02-sam.za.ds.naspers.com
> installation failed. SSH session timeout host '
> root(a)ird-vhost02-sam.za.ds.naspers.com'.
>
>
>
> <https://www.redhat.com/rhtapps/certification/badge/verify/PJSGB3TK5GOFFTDFUā¦>
>
>
>
> ------------------------------
> *From:* Simone Tiraboschi <stirabos(a)redhat.com>
> *Sent:* Thursday, October 25, 2018 10:09 AM
> *To:* Nuno Martins
> *Cc:* users
> *Subject:* Re: [ovirt-users] Newbie Ovirt 4.2 - hosts all fail installs
>
>
>
> On Wed, Oct 24, 2018 at 10:41 PM <nuno(a)rocketscience.co.za> wrote:
>
> Hi - I have just setup 3 hosts and I am running a self hosted engine on
> the primary host - I am now trying to add the remaining two and my installs
> take awhile and then fail.
>
> Logs say ssh timeout, but the engine can get to the systems via DNS or
> hosts file etc -
>
> Any advice ?
>
> Thanx guys,
>
>
> So i have 3 servers and i am running Ovirt 4.2 with a self hosted engine
> on the primary host. I am trying to add the other hosts but keep getting
> failed installs due to ssh timeouts - The engine can get to the hosts via
> DNS and via hosts files but the install just bombs.
>
>
> Any advice ? - i have added some of the engine.log to this mail --
>
>
>
>
> ##########
>
> 2018-10-24 20:19:40,061+02 INFO
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-950) [337a439f] SSH execute '
> root(a)ird-vhost02-sam.za.ds.naspers.com' 'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap
> "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
> /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x &&
> "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine
> DIALOG/customization=bool:True'
> 2018-10-24 20:19:41,991+02 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host ird-vhost02-sam.za.ds.nas.com. Stage: Initializing.
> 2018-10-24 20:19:42,083+02 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host ird-vhost02-sam.za.ds.nas.com. Stage: Environment setup.
> 2018-10-24 20:19:42,138+02 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host ird-vhost02-sam.za.ds.nas.com. Stage: Environment packages setup.
> 2018-10-24 20:19:52,969+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Error during deploy dialog
> 2018-10-24 20:19:52,973+02 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] SSH error running command
> root(a)ird-vhost03-sam.za.ds.nas.com:'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap
> "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
> /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x &&
> "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine
> DIALOG/customization=bool:True': TimeLimitExceededException: SSH session
> timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
> 2018-10-24 20:19:52,977+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Timeout during host
> ird-vhost03-sam.za.ds.naspers.com install: SSH session timeout host '
> root(a)ird-vhost03-sam.za.ds.nas.com'
>
>
> Can you please try manually executing
> ssh root(a)ird-vhost03-sam.za.ds.nas.com
> from the engine VM?
>
> Please ensure that everything works as expected on network side.
>
>
> 2018-10-24 20:19:52,981+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] EVENT_ID:
> VDS_INSTALL_IN_PROGRESS_ERROR(511), An error has occurred during
> installation of Host ird-vhost03-sam.za.ds.nas.com: Processing stopped
> due to timeout.
> 2018-10-24 20:19:52,981+02 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Host installation failed for host
> '126448ff-2561-416b-b265-ad027683080e', 'ird-vhost03-sam.za.ds.nas.com':
> SSH session timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
> 2018-10-24 20:19:52,984+02 INFO
> [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] START,
> SetVdsStatusVDSCommand(HostName = ird-vhost03-sam.za.ds.nas.com,
> SetVdsStatusVDSCommandParameters:{hostId='126448ff-2561-416b-b265-ad027683080e',
> status='InstallFailed', nonOperationalReason='NONE',
> stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 1648388
> 2018-10-24 20:19:52,987+02 INFO
> [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] FINISH, SetVdsStatusVDSCommand, log
> id: 1648388
> 2018-10-24 20:19:52,989+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] EVENT_ID: VDS_INSTALL_FAILED(505),
> Host ird-vhost03-sam.za.ds.nas.com installation failed. SSH session
> timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'.
> 2018-10-24 20:19:52,993+02 INFO
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-789)
> [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Lock freed to object
> 'EngineLock:{exclusiveLocks='[126448ff-2561-416b-b265-ad027683080e=VDS]',
> sharedLocks=''}'
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QKEJCLHSXKE3Eā¦
>
>
2
1
Hi - I have just setup 3 hosts and I am running a self hosted engine on the primary host - I am now trying to add the remaining two and my installs take awhile and then fail.
Logs say ssh timeout, but the engine can get to the systems via DNS or hosts file etc -
Any advice ?
Thanx guys,
So i have 3 servers and i am running Ovirt 4.2 with a self hosted engine on the primary host. I am trying to add the other hosts but keep getting failed installs due to ssh timeouts - The engine can get to the hosts via DNS and via hosts files but the install just bombs.
Any advice ? - i have added some of the engine.log to this mail -- Unfortunately Martin who works on this side of things is overseas training, so I am abit stuck
Im trying to show dstv this setup so we can move them off the fusionSphere and move to RHEV
##########
2018-10-24 20:19:40,061+02 INFO [org.ovirt.engine.core.uutils.ssh.SSHDialog] (EE-ManagedThreadFactory-engine-Thread-950) [337a439f] SSH execute 'root(a)ird-vhost02-sam.za.ds.naspers.com' 'umask 0077; MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine DIALOG/customization=bool:True'
2018-10-24 20:19:41,991+02 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing Host ird-vhost02-sam.za.ds.nas.com. Stage: Initializing.
2018-10-24 20:19:42,083+02 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing Host ird-vhost02-sam.za.ds.nas.com. Stage: Environment setup.
2018-10-24 20:19:42,138+02 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [337a439f] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing Host ird-vhost02-sam.za.ds.nas.com. Stage: Environment packages setup.
2018-10-24 20:19:52,969+02 ERROR [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Error during deploy dialog
2018-10-24 20:19:52,973+02 ERROR [org.ovirt.engine.core.uutils.ssh.SSHDialog] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] SSH error running command root(a)ird-vhost03-sam.za.ds.nas.com:'umask 0077; MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine DIALOG/customization=bool:True': TimeLimitExceededException: SSH session timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
2018-10-24 20:19:52,977+02 ERROR [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Timeout during host ird-vhost03-sam.za.ds.naspers.com install: SSH session timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
2018-10-24 20:19:52,981+02 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] EVENT_ID: VDS_INSTALL_IN_PROGRESS_ERROR(511), An error has occurred during installation of Host ird-vhost03-sam.za.ds.nas.com: Processing stopped due to timeout.
2018-10-24 20:19:52,981+02 ERROR [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Host installation failed for host '126448ff-2561-416b-b265-ad027683080e', 'ird-vhost03-sam.za.ds.nas.com': SSH session timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'
2018-10-24 20:19:52,984+02 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] START, SetVdsStatusVDSCommand(HostName = ird-vhost03-sam.za.ds.nas.com, SetVdsStatusVDSCommandParameters:{hostId='126448ff-2561-416b-b265-ad027683080e', status='InstallFailed', nonOperationalReason='NONE', stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 1648388
2018-10-24 20:19:52,987+02 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] FINISH, SetVdsStatusVDSCommand, log id: 1648388
2018-10-24 20:19:52,989+02 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] EVENT_ID: VDS_INSTALL_FAILED(505), Host ird-vhost03-sam.za.ds.nas.com installation failed. SSH session timeout host 'root(a)ird-vhost03-sam.za.ds.nas.com'.
2018-10-24 20:19:52,993+02 INFO [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (EE-ManagedThreadFactory-engine-Thread-789) [2c4d56fb-f5f3-4eba-b3dd-1f2646b38eec] Lock freed to object 'EngineLock:{exclusiveLocks='[126448ff-2561-416b-b265-ad027683080e=VDS]', sharedLocks=''}'
3
3
I am having trouble completing the AAA extension setup. It fails at the end when testing the login flow, if I test the search that part works.
I can confirm that I am able to login to my system using the admin account so there is not a password issue.
I have listed my results below to include log level=finest. I have also attached a log. Sugeestions on troubleshooting are appreciated. I am not sure where to start. Thanks!
Please provide credentials to test login flow:
Enter user name: admin
Enter user password:
[ INFO ] Executing login sequence...
Login output:
2018-10-23 16:43:46,432-05 INFO =================================== =====================================
2018-10-23 16:43:46,452-05 INFO ============================ Initia lization ============================
2018-10-23 16:43:46,452-05 INFO =================================== =====================================
2018-10-23 16:43:46,565-05 INFO Loading extension 'ldap.cyber-range .lan-authn'
2018-10-23 16:43:46,668-05 INFO Extension 'ldap.cyber-range.lan-aut hn' loaded
2018-10-23 16:43:46,672-05 INFO Loading extension 'ldap.cyber-range .lan'
2018-10-23 16:43:46,681-05 INFO Extension 'ldap.cyber-range.lan' lo aded
2018-10-23 16:43:46,682-05 INFO Initializing extension 'ldap.cyber- range.lan-authn'
2018-10-23 16:43:46,682-05 INFO [ovirt-engine-extension-aaa-ldap.au thn::ldap.cyber-range.lan-authn] Creating LDAP pool 'authz'
2018-10-23 16:43:47,236-05 INFO [ovirt-engine-extension-aaa-ldap.au thn::ldap.cyber-range.lan-authn] LDAP pool 'authz' information: vendor='389 Proj ect' version='389-Directory/1.3.7.5 B2018.269.1826'
2018-10-23 16:43:47,237-05 INFO [ovirt-engine-extension-aaa-ldap.au thn::ldap.cyber-range.lan-authn] Creating LDAP pool 'authn'
2018-10-23 16:43:47,518-05 INFO [ovirt-engine-extension-aaa-ldap.au thn::ldap.cyber-range.lan-authn] LDAP pool 'authn' information: vendor='389 Proj ect' version='389-Directory/1.3.7.5 B2018.269.1826'
2018-10-23 16:43:47,518-05 INFO Extension 'ldap.cyber-range.lan-aut hn' initialized
2018-10-23 16:43:47,519-05 INFO Initializing extension 'ldap.cyber- range.lan'
2018-10-23 16:43:47,520-05 INFO [ovirt-engine-extension-aaa-ldap.au thz::ldap.cyber-range.lan] Creating LDAP pool 'authz'
2018-10-23 16:43:47,759-05 INFO [ovirt-engine-extension-aaa-ldap.au thz::ldap.cyber-range.lan] LDAP pool 'authz' information: vendor='389 Project' v ersion='389-Directory/1.3.7.5 B2018.269.1826'
2018-10-23 16:43:47,760-05 INFO [ovirt-engine-extension-aaa-ldap.au thz::ldap.cyber-range.lan] Available Namespaces: [dc=cyber-range,dc=lan]
2018-10-23 16:43:47,760-05 INFO Extension 'ldap.cyber-range.lan' in itialized
2018-10-23 16:43:47,761-05 INFO Start of enabled extensions list
2018-10-23 16:43:47,761-05 INFO Instance name: 'ldap.cyber-range.la n-authn', Extension name: 'ovirt-engine-extension-aaa-ldap.authn', Version: '1.3 .7', Notes: 'Display name: ovirt-engine-extension-aaa-ldap-1.3.7-1.el7.centos', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Bu ild interface Version: '0', File: '/tmp/tmprnxgRZ/extensions.d/ldap.cyber-range .lan-authn.properties', Initialized: 'true'
2018-10-23 16:43:47,761-05 INFO Instance name: 'ldap.cyber-range.la n', Extension name: 'ovirt-engine-extension-aaa-ldap.authz', Version: '1.3.7', N otes: 'Display name: ovirt-engine-extension-aaa-ldap-1.3.7-1.el7.centos', Licens e: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build in terface Version: '0', File: '/tmp/tmprnxgRZ/extensions.d/ldap.cyber-range.lan.p roperties', Initialized: 'true'
2018-10-23 16:43:47,761-05 INFO End of enabled extensions list
2018-10-23 16:43:47,762-05 INFO =================================== =====================================
2018-10-23 16:43:47,762-05 INFO ============================== Exec ution ===============================
2018-10-23 16:43:47,762-05 INFO =================================== =====================================
2018-10-23 16:43:47,762-05 INFO Iteration: 0
2018-10-23 16:43:47,763-05 INFO Profile='ldap.cyber-range.lan' auth n='ldap.cyber-range.lan-authn' authz='ldap.cyber-range.lan' mapping='null'
2018-10-23 16:43:47,763-05 INFO API: -->Authn.InvokeCommands.AUTHEN TICATE_CREDENTIALS profile='ldap.cyber-range.lan' user='admin'
2018-10-23 16:43:47,771-05 INFO API: <--Authn.InvokeCommands.AUTHEN TICATE_CREDENTIALS profile='ldap.cyber-range.lan' result=CREDENTIALS_INVALID
2018-10-23 16:43:47,775-05 SEVERE Authn.Result code is: CREDENTIALS_I NVALID
[ ERROR ] Login sequence failed
Please investigate details of the failure (search for lines containing SEVERE log level).
Select test sequence to execute (Done, Abort, Login, Search) [Abort]:Login
Please provide credentials to test login flow:
Enter user name: admin
Enter user password:
[ INFO ] Executing login sequence...
Login output:
2018-10-23 16:44:08,301-05 INFO ========================================================================
2018-10-23 16:44:08,320-05 INFO ============================ Initialization ============================
2018-10-23 16:44:08,320-05 INFO ========================================================================
2018-10-23 16:44:08,346-05 INFO Loading extension 'ldap.cyber-range.lan-authn'
2018-10-23 16:44:08,397-05 INFO Extension 'ldap.cyber-range.lan-authn' loaded
2018-10-23 16:44:08,401-05 INFO Loading extension 'ldap.cyber-range.lan'
2018-10-23 16:44:08,409-05 INFO Extension 'ldap.cyber-range.lan' loaded
2018-10-23 16:44:08,409-05 INFO Initializing extension 'ldap.cyber-range.lan-authn'
2018-10-23 16:44:08,410-05 INFO [ovirt-engine-extension-aaa-ldap.authn::ldap.cyber-range.lan-authn] Creating LDAP pool 'authz'
2018-10-23 16:44:08,914-05 INFO [ovirt-engine-extension-aaa-ldap.authn::ldap.cyber-range.lan-authn] LDAP pool 'authz' information: vendor='389 Project' version='389-Directory/1.3.7.5 B2018.269.1826'
2018-10-23 16:44:08,915-05 INFO [ovirt-engine-extension-aaa-ldap.authn::ldap.cyber-range.lan-authn] Creating LDAP pool 'authn'
2018-10-23 16:44:09,192-05 INFO [ovirt-engine-extension-aaa-ldap.authn::ldap.cyber-range.lan-authn] LDAP pool 'authn' information: vendor='389 Project' version='389-Directory/1.3.7.5 B2018.269.1826'
2018-10-23 16:44:09,193-05 INFO Extension 'ldap.cyber-range.lan-authn' initialized
2018-10-23 16:44:09,194-05 INFO Initializing extension 'ldap.cyber-range.lan'
2018-10-23 16:44:09,194-05 INFO [ovirt-engine-extension-aaa-ldap.authz::ldap.cyber-range.lan] Creating LDAP pool 'authz'
2018-10-23 16:44:09,430-05 INFO [ovirt-engine-extension-aaa-ldap.authz::ldap.cyber-range.lan] LDAP pool 'authz' information: vendor='389 Project' version='389-Directory/1.3.7.5 B2018.269.1826'
2018-10-23 16:44:09,431-05 INFO [ovirt-engine-extension-aaa-ldap.authz::ldap.cyber-range.lan] Available Namespaces: [dc=cyber-range,dc=lan]
2018-10-23 16:44:09,432-05 INFO Extension 'ldap.cyber-range.lan' initialized
2018-10-23 16:44:09,432-05 INFO Start of enabled extensions list
2018-10-23 16:44:09,432-05 INFO Instance name: 'ldap.cyber-range.lan-authn', Extension name: 'ovirt-engine-extension-aaa-ldap.authn', Version: '1.3.7', Notes: 'Display name: ovirt-engine-extension-aaa-ldap-1.3.7-1.el7.centos', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build interface Version: '0', File: '/tmp/tmprnxgRZ/extensions.d/ldap.cyber-range.lan-authn.properties', Initialized: 'true'
2018-10-23 16:44:09,433-05 INFO Instance name: 'ldap.cyber-range.lan', Extension name: 'ovirt-engine-extension-aaa-ldap.authz', Version: '1.3.7', Notes: 'Display name: ovirt-engine-extension-aaa-ldap-1.3.7-1.el7.centos', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build interface Version: '0', File: '/tmp/tmprnxgRZ/extensions.d/ldap.cyber-range.lan.properties', Initialized: 'true'
2018-10-23 16:44:09,433-05 INFO End of enabled extensions list
2018-10-23 16:44:09,433-05 INFO ========================================================================
2018-10-23 16:44:09,433-05 INFO ============================== Execution ===============================
2018-10-23 16:44:09,433-05 INFO ========================================================================
2018-10-23 16:44:09,433-05 INFO Iteration: 0
2018-10-23 16:44:09,434-05 INFO Profile='ldap.cyber-range.lan' authn='ldap.cyber-range.lan-authn' authz='ldap.cyber-range.lan' mapping='null'
2018-10-23 16:44:09,434-05 INFO API: -->Authn.InvokeCommands.AUTHENTICATE_CREDENTIALS profile='ldap.cyber-range.lan' user='admin'
2018-10-23 16:44:09,443-05 INFO API: <--Authn.InvokeCommands.AUTHENTICATE_CREDENTIALS profile='ldap.cyber-range.lan' result=CREDENTIALS_INVALID
2018-10-23 16:44:09,447-05 SEVERE Authn.Result code is: CREDENTIALS_INVALID
[ ERROR ] Login sequence failed
Please investigate details of the failure (search for lines containing SEVERE log level).
Select test sequence to execute (Done, Abort, Login, Search) [Abort]: Abort
[ ERROR ] Failed to execute stage 'Setup validation': Aborted by user
[ INFO ] Stage: Clean up
Log file is available at /tmp/ovirt-engine-extension-aaa-ldap-setup-20181023164215-uvjiii.log:
[ INFO ] Stage: Pre-termination
[ INFO ] Stage: Termination
[root@engine ~]# ovirt-engine-extensions-tool --log-level=FINEST aaa login-user --user-name=admin --profile=ldap.cyber-range.lan
2018-10-23 17:28:53,690-05 FINE Version: ovirt-engine-4.2.6.4 ()
2018-10-23 17:28:53,720-05 INFO ========================================================================
2018-10-23 17:28:53,720-05 INFO ============================ Initialization ============================
2018-10-23 17:28:53,721-05 INFO ========================================================================
2018-10-23 17:28:53,722-05 FINE Loading extension file 'internal-authz.properties'
2018-10-23 17:28:53,751-05 INFO Loading extension 'internal-authz'
2018-10-23 17:28:53,752-05 FINEST Invoke Input BEGIN
2018-10-23 17:28:53,754-05 FINEST {Extkey[name=EXTENSION_INVOKE_COMMAND;type=class org.ovirt.engine.api.extensions.ExtUUID;uuid=EXTENSION_INVOKE_COMMAND[485778ab-bede-4f1a-b823-77b262a2f28d];]=EXTENSION_LOAD[b0f2460e-7971-4a9c-b4e1-c1db1362a47a], Extkey[name=EXTENSION_INVOKE_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_INVOKE_CONTEXT[886d2ebb-312a-49ae-9cc3-e1f849834b7d];]={Extkey[name=EXTENSION_GLOBAL_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_GLOBAL_CONTEXT[9799e72f-7af6-4cf1-bf08-297bc8903676];]=*skip*, Extkey[name=EXTENSION_MANAGER_TRACE_LOG;type=interface org.slf4j.Logger;uuid=EXTENSION_MANAGER_TRACE_LOG[863db666-3ea7-4751-9695-918a3197ad83];]=org.slf4j.impl.JDK14LoggerAdapter(org.ovirt.engine.core.extensions.mgr.ExtensionsManager.trace), Extkey[name=EXTENSION_CONFIGURATION_SENSITIVE_KEYS;type=interface java.util.Collection;uuid=EXTENSION_CONFIGURATION_SENSITIVE_KEYS[a456efa1-73ff-4204-9f9b-ebff01e35263];]=[], Extkey[name=EXTENSION_PROVIDES;type=interface java.util.Collection;uuid=EXTENSION_PROVIDES[8cf373a6-65b5-4594-b828-0e275087de91];]=[org.ovirt.engine.api.extensions.aaa.Authz], Extkey[name=EXTENSION_LOCALE;type=class java.lang.String;uuid=EXTENSION_LOCALE[0780b112-0ce0-404a-b85e-8765d778bb29];]=en_US, Extkey[name=EXTENSION_CONFIGURATION_FILE;type=class java.lang.String;uuid=EXTENSION_CONFIGURATION_FILE[4fb0ffd3-983c-4f3f-98ff-9660bd67af6a];]=/etc/ovirt-engine/extensions.d/internal-authz.properties, Extkey[name=EXTENSION_CONFIGURATION;type=class java.util.Properties;uuid=EXTENSION_CONFIGURATION[2d48ab72-f0a1-4312-b4ae-5068a226b0fc];]=***, Extkey[name=EXTENSION_INTERFACE_VERSION_MAX;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MAX[f4cff49f-2717-4901-8ee9-df362446e3e7];]=0, Extkey[name=EXTENSION_INTERFACE_VERSION_MIN;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MIN[2b84fc91-305b-497b-a1d7-d961b9d2ce0b];]=0, Extkey[name=EXTENSION_INSTANCE_NAME;type=class java.lang.String;uuid=EXTENSION_INSTANCE_NAME[65c67ff6-aeca-4bd5-a245-8674327f011b];]=internal-authz}}
2018-10-23 17:28:53,755-05 FINEST Invoke Input END
2018-10-23 17:28:53,759-05 FINEST Invoke Output BEGIN
2018-10-23 17:28:53,759-05 FINEST {Extkey[name=AAA_AUTHZ_STATUS;type=class java.lang.Integer;uuid=AAA_AUTHZ_STATUS[566f0ba5-8329-4de1-952a-7a81e4bedd3e];]=0, Extkey[name=EXTENSION_INVOKE_RESULT;type=class java.lang.Integer;uuid=EXTENSION_INVOKE_RESULT[0909d91d-8bde-40fb-b6c0-099c772ddd4e];]=0}
2018-10-23 17:28:53,759-05 FINEST Invoke Output END
2018-10-23 17:28:53,760-05 INFO Extension 'internal-authz' loaded
2018-10-23 17:28:53,760-05 FINE Config BEGIN
2018-10-23 17:28:53,760-05 FINE ovirt.engine.extension.provides: org.ovirt.engine.api.extensions.aaa.Authz
2018-10-23 17:28:53,761-05 FINE ovirt.engine.extension.binding.jbossmodule.class: org.ovirt.engine.extension.aaa.jdbc.binding.api.AuthzExtension
2018-10-23 17:28:53,761-05 FINE ovirt.engine.extension.bindings.method: jbossmodule
2018-10-23 17:28:53,761-05 FINE config.datasource.file: /etc/ovirt-engine/aaa/internal.properties
2018-10-23 17:28:53,761-05 FINE ovirt.engine.extension.name: internal-authz
2018-10-23 17:28:53,762-05 FINE ovirt.engine.extension.binding.jbossmodule.module: org.ovirt.engine.extension.aaa.jdbc
2018-10-23 17:28:53,762-05 FINE Config END
2018-10-23 17:28:53,762-05 FINE Loading extension file 'internal-authn.properties'
2018-10-23 17:28:53,763-05 INFO Loading extension 'internal-authn'
2018-10-23 17:28:53,763-05 FINEST Invoke Input BEGIN
2018-10-23 17:28:53,764-05 FINEST {Extkey[name=EXTENSION_INVOKE_COMMAND;type=class org.ovirt.engine.api.extensions.ExtUUID;uuid=EXTENSION_INVOKE_COMMAND[485778ab-bede-4f1a-b823-77b262a2f28d];]=EXTENSION_LOAD[b0f2460e-7971-4a9c-b4e1-c1db1362a47a], Extkey[name=EXTENSION_INVOKE_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_INVOKE_CONTEXT[886d2ebb-312a-49ae-9cc3-e1f849834b7d];]={Extkey[name=EXTENSION_GLOBAL_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_GLOBAL_CONTEXT[9799e72f-7af6-4cf1-bf08-297bc8903676];]=*skip*, Extkey[name=EXTENSION_MANAGER_TRACE_LOG;type=interface org.slf4j.Logger;uuid=EXTENSION_MANAGER_TRACE_LOG[863db666-3ea7-4751-9695-918a3197ad83];]=org.slf4j.impl.JDK14LoggerAdapter(org.ovirt.engine.core.extensions.mgr.ExtensionsManager.trace), Extkey[name=EXTENSION_CONFIGURATION_SENSITIVE_KEYS;type=interface java.util.Collection;uuid=EXTENSION_CONFIGURATION_SENSITIVE_KEYS[a456efa1-73ff-4204-9f9b-ebff01e35263];]=[], Extkey[name=EXTENSION_PROVIDES;type=interface java.util.Collection;uuid=EXTENSION_PROVIDES[8cf373a6-65b5-4594-b828-0e275087de91];]=[org.ovirt.engine.api.extensions.aaa.Authn], Extkey[name=EXTENSION_LOCALE;type=class java.lang.String;uuid=EXTENSION_LOCALE[0780b112-0ce0-404a-b85e-8765d778bb29];]=en_US, Extkey[name=EXTENSION_CONFIGURATION_FILE;type=class java.lang.String;uuid=EXTENSION_CONFIGURATION_FILE[4fb0ffd3-983c-4f3f-98ff-9660bd67af6a];]=/etc/ovirt-engine/extensions.d/internal-authn.properties, Extkey[name=EXTENSION_CONFIGURATION;type=class java.util.Properties;uuid=EXTENSION_CONFIGURATION[2d48ab72-f0a1-4312-b4ae-5068a226b0fc];]=***, Extkey[name=EXTENSION_INTERFACE_VERSION_MAX;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MAX[f4cff49f-2717-4901-8ee9-df362446e3e7];]=0, Extkey[name=EXTENSION_INTERFACE_VERSION_MIN;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MIN[2b84fc91-305b-497b-a1d7-d961b9d2ce0b];]=0, Extkey[name=EXTENSION_INSTANCE_NAME;type=class java.lang.String;uuid=EXTENSION_INSTANCE_NAME[65c67ff6-aeca-4bd5-a245-8674327f011b];]=internal-authn}}
2018-10-23 17:28:53,765-05 FINEST Invoke Input END
2018-10-23 17:28:53,766-05 FINEST Invoke Output BEGIN
2018-10-23 17:28:53,766-05 FINEST {Extkey[name=EXTENSION_INVOKE_RESULT;type=class java.lang.Integer;uuid=EXTENSION_INVOKE_RESULT[0909d91d-8bde-40fb-b6c0-099c772ddd4e];]=0}
2018-10-23 17:28:53,766-05 FINEST Invoke Output END
2018-10-23 17:28:53,766-05 INFO Extension 'internal-authn' loaded
2018-10-23 17:28:53,767-05 FINE Config BEGIN
2018-10-23 17:28:53,767-05 FINE ovirt.engine.aaa.authn.profile.name: internal
2018-10-23 17:28:53,767-05 FINE ovirt.engine.extension.provides: org.ovirt.engine.api.extensions.aaa.Authn
2018-10-23 17:28:53,767-05 FINE ovirt.engine.extension.binding.jbossmodule.class: org.ovirt.engine.extension.aaa.jdbc.binding.api.AuthnExtension
2018-10-23 17:28:53,767-05 FINE ovirt.engine.aaa.authn.authz.plugin: internal-authz
2018-10-23 17:28:53,768-05 FINE ovirt.engine.extension.bindings.method: jbossmodule
2018-10-23 17:28:53,768-05 FINE config.datasource.file: /etc/ovirt-engine/aaa/internal.properties
2018-10-23 17:28:53,768-05 FINE ovirt.engine.extension.name: internal-authn
2018-10-23 17:28:53,768-05 FINE ovirt.engine.extension.binding.jbossmodule.module: org.ovirt.engine.extension.aaa.jdbc
2018-10-23 17:28:53,768-05 FINE Config END
2018-10-23 17:28:53,769-05 INFO Initializing extension 'internal-authz'
2018-10-23 17:28:53,769-05 FINEST Invoke Input BEGIN
2018-10-23 17:28:53,771-05 FINEST {Extkey[name=EXTENSION_INVOKE_COMMAND;type=class org.ovirt.engine.api.extensions.ExtUUID;uuid=EXTENSION_INVOKE_COMMAND[485778ab-bede-4f1a-b823-77b262a2f28d];]=EXTENSION_INITIALIZE[e5ae1b7f-9104-4f23-a444-7b9175ff68d2], Extkey[name=EXTENSION_INVOKE_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_INVOKE_CONTEXT[886d2ebb-312a-49ae-9cc3-e1f849834b7d];]={Extkey[name=AAA_AUTHZ_AVAILABLE_NAMESPACES;type=interface java.util.Collection;uuid=AAA_AUTHZ_AVAILABLE_NAMESPACES[6dffa34c-955f-486a-bd35-0a272b45a711];]=[*], Extkey[name=EXTENSION_LICENSE;type=class java.lang.String;uuid=EXTENSION_LICENSE[8a61ad65-054c-4e31-9c6d-1ca4d60a4c18];]=ASL 2.0, Extkey[name=EXTENSION_GLOBAL_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_GLOBAL_CONTEXT[9799e72f-7af6-4cf1-bf08-297bc8903676];]=*skip*, Extkey[name=EXTENSION_NAME;type=class java.lang.String;uuid=EXTENSION_NAME[651381d3-f54f-4547-bf28-b0b01a103184];]="ovirt-engine-extension-aaa-jdbc".authz, Extkey[name=EXTENSION_MANAGER_TRACE_LOG;type=interface org.slf4j.Logger;uuid=EXTENSION_MANAGER_TRACE_LOG[863db666-3ea7-4751-9695-918a3197ad83];]=org.slf4j.impl.JDK14LoggerAdapter(org.ovirt.engine.core.extensions.mgr.ExtensionsManager.trace."ovirt-engine-extension-aaa-jdbc".authz.internal-authz), Extkey[name=EXTENSION_CONFIGURATION_SENSITIVE_KEYS;type=interface java.util.Collection;uuid=EXTENSION_CONFIGURATION_SENSITIVE_KEYS[a456efa1-73ff-4204-9f9b-ebff01e35263];]=[], Extkey[name=EXTENSION_VERSION;type=class java.lang.String;uuid=EXTENSION_VERSION[fe35f6a8-8239-4bdb-ab1a-af9f779ce68c];]="1.1.7_master", Extkey[name=EXTENSION_PROVIDES;type=interface java.util.Collection;uuid=EXTENSION_PROVIDES[8cf373a6-65b5-4594-b828-0e275087de91];]=[org.ovirt.engine.api.extensions.aaa.Authz], Extkey[name=EXTENSION_AUTHOR;type=class java.lang.String;uuid=EXTENSION_AUTHOR[ef242f7a-2dad-4bc5-9aad-e07018b7fbcc];]=The oVirt Project, Extkey[name=EXTENSION_LOCALE;type=class java.lang.String;uuid=EXTENSION_LOCALE[0780b112-0ce0-404a-b85e-8765d778bb29];]=en_US, Extkey[name=EXTENSION_CONFIGURATION_FILE;type=class java.lang.String;uuid=EXTENSION_CONFIGURATION_FILE[4fb0ffd3-983c-4f3f-98ff-9660bd67af6a];]=/etc/ovirt-engine/extensions.d/internal-authz.properties, Extkey[name=EXTENSION_HOME_URL;type=class java.lang.String;uuid=EXTENSION_HOME_URL[4ad7a2f4-f969-42d4-b399-72d192e183ā¦, Extkey[name=EXTENSION_CONFIGURATION;type=class java.util.Properties;uuid=EXTENSION_CONFIGURATION[2d48ab72-f0a1-4312-b4ae-5068a226b0fc];]=***, Extkey[name=EXTENSION_INTERFACE_VERSION_MAX;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MAX[f4cff49f-2717-4901-8ee9-df362446e3e7];]=0, Extkey[name=AAA_AUTHZ_QUERY_MAX_FILTER_SIZE;type=class java.lang.Integer;uuid=AAA_AUTHZ_QUERY_MAX_FILTER_SIZE[2eb1f541-0f65-44a1-a6e3-014e247595f5];]=100, Extkey[name=EXTENSION_INTERFACE_VERSION_MIN;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MIN[2b84fc91-305b-497b-a1d7-d961b9d2ce0b];]=0, Extkey[name=EXTENSION_INSTANCE_NAME;type=class java.lang.String;uuid=EXTENSION_INSTANCE_NAME[65c67ff6-aeca-4bd5-a245-8674327f011b];]=internal-authz, Extkey[name=AAA_AUTHZ_CAPABILITIES;type=class java.lang.Long;uuid=AAA_AUTHZ_CAPABILITIES[6106d1fb-9291-4351-a947-b897b9540a23];]=1, Extkey[name=EXTENSION_BUILD_INTERFACE_VERSION;type=class java.lang.Integer;uuid=EXTENSION_BUILD_INTERFACE_VERSION[cb479e5a-4b23-46f8-aed3-56a4747a8ab7];]=0, Extkey[name=EXTENSION_NOTES;type=class java.lang.String;uuid=EXTENSION_NOTES[2da5ad7e-185a-4584-aaff-97f66978e4ea];]=Display name: "ovirt-engine-extension-aaa-jdbc"}}
2018-10-23 17:28:53,771-05 FINEST Invoke Input END
2018-10-23 17:28:53,832-05 FINEST cursor for: SELECT COUNT(script) AS count FROM schema_version WHERE script = $JcvsJ$upgrade/01_00_0060_missing_indexes.sql$JcvsJ$
2018-10-23 17:28:53,846-05 FINEST Invoke Output BEGIN
2018-10-23 17:28:53,846-05 FINEST {Extkey[name=AAA_AUTHZ_STATUS;type=class java.lang.Integer;uuid=AAA_AUTHZ_STATUS[566f0ba5-8329-4de1-952a-7a81e4bedd3e];]=0, Extkey[name=EXTENSION_INVOKE_RESULT;type=class java.lang.Integer;uuid=EXTENSION_INVOKE_RESULT[0909d91d-8bde-40fb-b6c0-099c772ddd4e];]=0}
2018-10-23 17:28:53,846-05 FINEST Invoke Output END
2018-10-23 17:28:53,847-05 INFO Extension 'internal-authz' initialized
2018-10-23 17:28:53,847-05 FINE Extension 'internal-authz' initialized
2018-10-23 17:28:53,847-05 INFO Initializing extension 'internal-authn'
2018-10-23 17:28:53,848-05 FINEST Invoke Input BEGIN
2018-10-23 17:28:53,849-05 FINEST {Extkey[name=EXTENSION_INVOKE_COMMAND;type=class org.ovirt.engine.api.extensions.ExtUUID;uuid=EXTENSION_INVOKE_COMMAND[485778ab-bede-4f1a-b823-77b262a2f28d];]=EXTENSION_INITIALIZE[e5ae1b7f-9104-4f23-a444-7b9175ff68d2], Extkey[name=EXTENSION_INVOKE_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_INVOKE_CONTEXT[886d2ebb-312a-49ae-9cc3-e1f849834b7d];]={Extkey[name=EXTENSION_LICENSE;type=class java.lang.String;uuid=EXTENSION_LICENSE[8a61ad65-054c-4e31-9c6d-1ca4d60a4c18];]=ASL 2.0, Extkey[name=EXTENSION_GLOBAL_CONTEXT;type=class org.ovirt.engine.api.extensions.ExtMap;uuid=EXTENSION_GLOBAL_CONTEXT[9799e72f-7af6-4cf1-bf08-297bc8903676];]=*skip*, Extkey[name=EXTENSION_NAME;type=class java.lang.String;uuid=EXTENSION_NAME[651381d3-f54f-4547-bf28-b0b01a103184];]="ovirt-engine-extension-aaa-jdbc".authn, Extkey[name=EXTENSION_MANAGER_TRACE_LOG;type=interface org.slf4j.Logger;uuid=EXTENSION_MANAGER_TRACE_LOG[863db666-3ea7-4751-9695-918a3197ad83];]=org.slf4j.impl.JDK14LoggerAdapter(org.ovirt.engine.core.extensions.mgr.ExtensionsManager.trace."ovirt-engine-extension-aaa-jdbc".authn.internal-authn), Extkey[name=EXTENSION_CONFIGURATION_SENSITIVE_KEYS;type=interface java.util.Collection;uuid=EXTENSION_CONFIGURATION_SENSITIVE_KEYS[a456efa1-73ff-4204-9f9b-ebff01e35263];]=[], Extkey[name=EXTENSION_VERSION;type=class java.lang.String;uuid=EXTENSION_VERSION[fe35f6a8-8239-4bdb-ab1a-af9f779ce68c];]="1.1.7_master", Extkey[name=EXTENSION_PROVIDES;type=interface java.util.Collection;uuid=EXTENSION_PROVIDES[8cf373a6-65b5-4594-b828-0e275087de91];]=[org.ovirt.engine.api.extensions.aaa.Authn], Extkey[name=EXTENSION_AUTHOR;type=class java.lang.String;uuid=EXTENSION_AUTHOR[ef242f7a-2dad-4bc5-9aad-e07018b7fbcc];]=The oVirt Project, Extkey[name=EXTENSION_LOCALE;type=class java.lang.String;uuid=EXTENSION_LOCALE[0780b112-0ce0-404a-b85e-8765d778bb29];]=en_US, Extkey[name=EXTENSION_CONFIGURATION_FILE;type=class java.lang.String;uuid=EXTENSION_CONFIGURATION_FILE[4fb0ffd3-983c-4f3f-98ff-9660bd67af6a];]=/etc/ovirt-engine/extensions.d/internal-authn.properties, Extkey[name=EXTENSION_HOME_URL;type=class java.lang.String;uuid=EXTENSION_HOME_URL[4ad7a2f4-f969-42d4-b399-72d192e183ā¦, Extkey[name=EXTENSION_CONFIGURATION;type=class java.util.Properties;uuid=EXTENSION_CONFIGURATION[2d48ab72-f0a1-4312-b4ae-5068a226b0fc];]=***, Extkey[name=EXTENSION_INTERFACE_VERSION_MAX;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MAX[f4cff49f-2717-4901-8ee9-df362446e3e7];]=0, Extkey[name=EXTENSION_INTERFACE_VERSION_MIN;type=class java.lang.Integer;uuid=EXTENSION_INTERFACE_VERSION_MIN[2b84fc91-305b-497b-a1d7-d961b9d2ce0b];]=0, Extkey[name=EXTENSION_INSTANCE_NAME;type=class java.lang.String;uuid=EXTENSION_INSTANCE_NAME[65c67ff6-aeca-4bd5-a245-8674327f011b];]=internal-authn, Extkey[name=EXTENSION_BUILD_INTERFACE_VERSION;type=class java.lang.Integer;uuid=EXTENSION_BUILD_INTERFACE_VERSION[cb479e5a-4b23-46f8-aed3-56a4747a8ab7];]=0, Extkey[name=AAA_AUTHN_CAPABILITIES;type=class java.lang.Long;uuid=AAA_AUTHN_CAPABILITIES[9d16bee3-10fd-46f2-83f9-3d3c54cf258d];]=44, Extkey[name=EXTENSION_NOTES;type=class java.lang.String;uuid=EXTENSION_NOTES[2da5ad7e-185a-4584-aaff-97f66978e4ea];]=Display name: "ovirt-engine-extension-aaa-jdbc"}}
2018-10-23 17:28:53,849-05 FINEST Invoke Input END
2018-10-23 17:28:53,856-05 FINEST cursor for: SELECT COUNT(script) AS count FROM schema_version WHERE script = $cnCUr$upgrade/01_00_0060_missing_indexes.sql$cnCUr$
2018-10-23 17:28:53,859-05 FINEST Invoke Output BEGIN
2018-10-23 17:28:53,859-05 FINEST {Extkey[name=EXTENSION_INVOKE_RESULT;type=class java.lang.Integer;uuid=EXTENSION_INVOKE_RESULT[0909d91d-8bde-40fb-b6c0-099c772ddd4e];]=0}
2018-10-23 17:28:53,859-05 FINEST Invoke Output END
2018-10-23 17:28:53,859-05 INFO Extension 'internal-authn' initialized
2018-10-23 17:28:53,860-05 FINE Extension 'internal-authn' initialized
2018-10-23 17:28:53,860-05 INFO Start of enabled extensions list
2018-10-23 17:28:53,860-05 INFO Instance name: 'internal-authn', Extension name: '"ovirt-engine-extension-aaa-jdbc".authn', Version: '"1.1.7_master"', Notes: 'Display name: "ovirt-engine-extension-aaa-jdbc"', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build interface Version: '0', File: '/etc/ovirt-engine/extensions.d/internal-authn.properties', Initialized: 'true'
2018-10-23 17:28:53,860-05 INFO Instance name: 'internal-authz', Extension name: '"ovirt-engine-extension-aaa-jdbc".authz', Version: '"1.1.7_master"', Notes: 'Display name: "ovirt-engine-extension-aaa-jdbc"', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build interface Version: '0', File: '/etc/ovirt-engine/extensions.d/internal-authz.properties', Initialized: 'true'
2018-10-23 17:28:53,861-05 INFO End of enabled extensions list
2018-10-23 17:28:53,861-05 INFO ========================================================================
2018-10-23 17:28:53,861-05 INFO ============================== Execution ===============================
2018-10-23 17:28:53,861-05 INFO ========================================================================
2018-10-23 17:28:53,861-05 INFO Iteration: 0
2018-10-23 17:28:53,863-05 SEVERE Profile 'ldap.cyber-range.lan' not found
2018-10-23 17:28:53,863-05 FINE Exception:
java.lang.IllegalArgumentException: Profile 'ldap.cyber-range.lan' not found
at org.ovirt.engine.exttool.aaa.AAAServiceImpl.getExtensionByProfile(AAAServiceImpl.java:549)
at org.ovirt.engine.exttool.aaa.AAAServiceImpl.access$1200(AAAServiceImpl.java:37)
at org.ovirt.engine.exttool.aaa.AAAServiceImpl$AAAProfile.<init>(AAAServiceImpl.java:838)
at org.ovirt.engine.exttool.aaa.AAAServiceImpl$Action.lambda$static$3(AAAServiceImpl.java:154)
at org.ovirt.engine.exttool.aaa.AAAServiceImpl$Action.execute(AAAServiceImpl.java:417)
at org.ovirt.engine.exttool.aaa.AAAServiceImpl.run(AAAServiceImpl.java:686)
at org.ovirt.engine.exttool.core.ExtensionsToolExecutor.main(ExtensionsToolExecutor.java:120)
at org.jboss.modules.Module.run(Module.java:352)
at org.jboss.modules.Module.run(Module.java:320)
at org.jboss.modules.Main.main(Main.java:593)
2018-10-23 17:28:53,864-05 FINE Exiting with status '1'
2
1
Hi, I have a 4.2 ovirt installation with the ovirt engine on one physical host and two other physical hosts already successfully added in my "Hosts". I want to use a local block device on one of the hosts for storage and I can't find any guide on how to do that. I tried putting the host in maintenance mode and then select "Configure local storage" and put "/dev/sdb" where it says "Set the path to your local storage:". Then I get the error:
2018-10-24 05:38:11,166-04 ERROR [org.ovirt.engine.core.bll.storage.connection.FileStorageHelper] (default task-37) [_WEBADMIN_15309851_Configure_Local_Storage] The connection with details '/dev/sdb' failed because of error code '469' and error message is: permission settings on the specified path do not allow access to the storage.
What am I doing wrong?
2
3
Tutorial for beginners:: oVirt - how to add 2nd (DMZ) net interface for VMs
by Andrei Verovski 24 Oct '18
by Andrei Verovski 24 Oct '18
24 Oct '18
Hi,
I made another short video tutorial (slide show with screenshots and
instruction) for beginners.
Explains how to add additional network interfaces (e.g. DMZ) to virtual
machines running under oVirt/KVM.
https://youtu.be/ij4uMv9N1wo
Best when viewed in full-screen mode at 1080p resolution for clear text
on screenshots.
with best regards
Andrei
1
0
Hi,
How can I list all VMs on the CLI?
Thanks
--
Jose Ferradeira
http://www.logicworks.pt
2
1
Hi
oVirt 4.2.5.2-1.el7
I tried to delete an Illegal vm disk and that failed. Then I completely remove
the VM who had that broken disk. But task is stuck in the WebUI from my
previous disk deletion attempt
vdsm-client Host getAllTasksInfo on the SPM host, shows no tasks.
How do I clear the tasks from the WebUI?
1
0
24 Oct '18
The oVirt Project is pleased to announce the availability of the oVirt
4.2.7 Fourth Release Candidate, as of October 24th, 2018.
This update is a release candidate of the seventh in a series of
stabilization updates to the 4.2 series.
This is pre-release software. This pre-release should not to be used in
production.
This release is available now for:
* Red Hat Enterprise Linux 7.5 or later
* CentOS Linux (or similar) 7.5 or later
This release supports Hypervisor Hosts running:
* Red Hat Enterprise Linux 7.5 or later
* CentOS Linux (or similar) 7.5 or later
See the release notes [1] for installation / upgrade instructions and
a list of new features and bugs fixed.
Notes:
- oVirt Appliance is available
- oVirt Node is available [2]
- oVirt Tools Setup ISO is available[2]
Additional Resources:
* Read more about the oVirt 4.2.7 release highlights:
http://www.ovirt.org/release/4.2.7/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
http://www.ovirt.org/blog/
[1] http://www.ovirt.org/release/4.2.7/
[2] http://resources.ovirt.org/pub/ovirt-4.2-pre/iso/
--
SANDRO BONAZZOLA
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://red.ht/sig>
<https://www.redhat.com/en/events/red-hat-open-source-day-italia?sc_cid=701fā¦>
1
0