On Thu, Oct 3, 2019 at 9:28 AM Galit Rosenthal <grosenth(a)redhat.com> wrote:
This patch was merged in early morning, it includes missing packages
https://gerrit.ovirt.org/#/c/103782/
Did you rebase to master today?
After rebasing master, OST works again, making me a happier person.
Thanks :)
On Thu, Oct 3, 2019 at 10:00 AM Marcin Sobczyk <msobczyk(a)redhat.com>
wrote:
> Hi,
>
> On 10/2/19 6:12 PM, Miguel Duarte de Mora Barroso wrote:
> > Hi,
> >
> > When trying to run OST basic suite locally, I'm reaching this error,
> > which has me beyond puzzled.
> >
> > How can it provision *one* of the hosts, then fail for the other ?
> That is possible - please take a look at Lagoinit file that is used for
> the basic suite [1],
> where you can find, that one of the hosts has an extra deployment script
> [2].
>
Thanks Marcin, very helpful explanation.
>
> [1]
>
>
https://github.com/oVirt/ovirt-system-tests/blob/02e2acac42bc64167846bfb8...
> [2]
>
>
https://github.com/oVirt/ovirt-system-tests/blob/master/common/deploy-scr...
> >
> > Anyone has any clues ? I've removed the lago / mock folder on
> > /var/lib/, out of paranoia. Didn't help.
> >
> > ---------------------------------------------
> > @ Deploy oVirt environment:
> > # Deploy environment:
> > * [Thread-2] Deploy VM lago-basic-suite-master-host-0:
> > * [Thread-3] Deploy VM lago-basic-suite-master-host-1:
> > * [Thread-4] Deploy VM lago-basic-suite-master-engine:
> > * [Thread-3] Deploy VM lago-basic-suite-master-host-1: Success (in
> 0:00:20)
> > STDERR
> > + yum -y install ovirt-host
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: opensc
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: clevis-dracut
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: tmux
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: coolkey
> >
> > - STDERR
> > + yum -y install ovirt-host
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: opensc
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: clevis-dracut
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: tmux
> > Error: Package:
> > ovirt-host-4.4.0-0.1.master.20191002083646.git91c0d55.el7.x86_64
> > (alocalsync)
> > Requires: coolkey
> >
> > * [Thread-2] Deploy VM lago-basic-suite-master-host-0: ERROR (in
> 0:00:23)
> > * [Thread-4] Deploy VM lago-basic-suite-master-engine: ERROR (in
> 0:02:47)
> > # Deploy environment: ERROR (in 0:02:47)
> > @ Deploy oVirt environment: ERROR (in 0:02:47)
> > Error occured, aborting
> > Traceback (most recent call last):
> > File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line
383,
> in do_run
> > self.cli_plugins[args.ovirtverb].do_run(args)
> > File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line
> > 184, in do_run
> > self._do_run(**vars(args))
> > File "/usr/lib/python2.7/site-packages/lago/utils.py", line 573,
in
> wrapper
> > return func(*args, **kwargs)
> > File "/usr/lib/python2.7/site-packages/lago/utils.py", line 584,
in
> wrapper
> > return func(*args, prefix=prefix, **kwargs)
> > File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line
181,
> > in do_deploy
> > prefix.deploy()
> > File "/usr/lib/python2.7/site-packages/lago/log_utils.py", line
636,
> > in wrapper
> > return func(*args, **kwargs)
> > File "/usr/lib/python2.7/site-packages/ovirtlago/reposetup.py",
line
> > 127, in wrapper
> > return func(*args, **kwargs)
> > File "/usr/lib/python2.7/site-packages/ovirtlago/prefix.py", line
> > 284, in deploy
> > return super(OvirtPrefix, self).deploy()
> > File "/usr/lib/python2.7/site-packages/lago/sdk_utils.py", line
50,
> in wrapped
> > return func(*args, **kwargs)
> > File "/usr/lib/python2.7/site-packages/lago/log_utils.py", line
636,
> > in wrapper
> > return func(*args, **kwargs)
> > File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1671,
> in deploy
> > self.virt_env.get_vms().values()
> > File "/usr/lib/python2.7/site-packages/lago/utils.py", line 104,
in
> > invoke_in_parallel
> > return vt.join_all()
> > File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
> > _ret_via_queue
> > queue.put({'return': func()})
> > File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1662,
> > in _deploy_host
> > host.name(),
> > LagoDeployError:
> >
>
/home/mduarted/ovirt/ovirt-system-tests/deployment-basic-suite-master/default/scripts/_home_mduarted_ovirt_ovirt-system-tests_basic-suite-master_deploy-scripts_setup_1st_host_el7.sh
> > failed with status 1 on lago-basic-suite-master-host-0
> > + res=1
> > _______________________________________________
> > Devel mailing list -- devel(a)ovirt.org
> > To unsubscribe send an email to devel-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/devel@ovirt.org/message/PXQX3MSXIBE...
> _______________________________________________
> Devel mailing list -- devel(a)ovirt.org
> To unsubscribe send an email to devel-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/devel@ovirt.org/message/UOI4FAYDMJH...
>
--
GALIT ROSENTHAL
SOFTWARE ENGINEER
Red Hat
<
https://www.redhat.com/>
galit(a)redhat.com T: 972-9-7692230
<
https://red.ht/sig>