On Wed, Dec 11, 2019 at 11:36 AM Martin Perina <mper...@redhat.com> wrote:

>
>
> On Wed, Dec 11, 2019 at 10:27 AM Steven Rosenberg <srose...@redhat.com>
> wrote:
>
>> I did rebase, but after enrolling the reinstall fails with ssl errors:
>>
>> 2019-12-11 11:11:05,090+02 ERROR
>> [org.ovirt.engine.core.common.utils.ansible.AnsibleExecutor]
>> (EE-ManagedThreadFactory-engine-Thread-4)
>> [e375de08-33c2-4b85-bf34-80620266b4bd] Exception: Failed to add host to
>> inventory: SSH auth error - passwordless ssh not configured for '10.35.0.34'
>>
>> 2019-12-11 11:11:05,090+02 ERROR
>> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
>> (EE-ManagedThreadFactory-engine-Thread-4)
>> [e375de08-33c2-4b85-bf34-80620266b4bd] Host installation failed for host
>> 'cf91866c-18d2-422f-bfb9-668c3c859440', 'Host1': Failed to execute Ansible
>> host-deploy role: Failed to add host to inventory: SSH auth error -
>> passwordless ssh not configured for '10.35.0.34'. Please check logs for
>> more details:
>> /home/srosenbe/ovirt_engine_master_2/var/log/ovirt-engine/host-deploy/ovirt-host-deploy-ansible-20191211111104-10.35.0.34-e375de08-33c2-4b85-bf34-80620266b4bd.log
>>
>>
>>
> Do you have an empty password on you host for root account? If so, then
> please set some password for root ...
>

No the root has a password and it is specified on the reinstall.  and when
accessing via ssh.


> Also the ansible log file is not created. If there is a work around
>> (setting the Host to serverless), please advise.
>>
>> With Best Regards.
>>
>>
>> Steven.
>>
>>
>>
>> On Tue, Dec 10, 2019 at 9:08 PM Martin Perina <mper...@redhat.com> wrote:
>>
>>>
>>>
>>> On Tue, Dec 10, 2019 at 6:41 PM Steven Rosenberg <srose...@redhat.com>
>>> wrote:
>>>
>>>> Dear Michal,
>>>>
>>>> Thank you for your response. I created a new setup and needed to
>>>> install Postgres 10 to run the setup successfully. However adding Hosts
>>>> seems to hang when installing via ansible.
>>>>
>>>> After restarting the engine and attempting to reinstall I receive
>>>> similar errors:
>>>>
>>>> 2019-12-10 19:37:48,182+02 ERROR
>>>> [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring]
>>>> (EE-ManagedThreadFactory-engineScheduled-Thread-74) [] Unable to
>>>> RefreshCapabilities: VDSNetworkException: VDSGenericException:
>>>> VDSNetworkException: PKIX path building failed:
>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
>>>> valid certification path to requested target
>>>>
>>>> It looks like this is also related to Milan's change.
>>>>
>>>
>>> https://gerrit.ovirt.org/105488 is the fix for not yet affected
>>> developers. Those who are affected, will need to create new dev env on top
>>> of the patch.
>>>
>>> I'm going to merge it as soon as CI finishes and rebase downstream only
>>> patches, so we can start downstream build tomorrow morning
>>>
>>>>
>>>> Please advise accordingly.
>>>>
>>>> With Best Regards.
>>>>
>>>> Steven.
>>>>
>>>> On Tue, Dec 10, 2019 at 6:47 PM Michal Skrivanek <
>>>> michal.skriva...@redhat.com> wrote:
>>>>
>>>>>
>>>>>
>>>>> On 9 Dec 2019, at 17:14, Steven Rosenberg <srose...@redhat.com> wrote:
>>>>>
>>>>> I did a rebase, ran the sql command and then the setup. When running
>>>>> the engine I receive the following error on the splash screen:
>>>>>
>>>>> PKIX path building failed:
>>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
>>>>> valid certification path to requested target
>>>>>
>>>>> I have attached a screenshot as well for clarification.
>>>>>
>>>>> Is this related to the change? The engine worked fine before.
>>>>>
>>>>>
>>>>> it is not
>>>>> it’s most likely related to qemu CA changes by Milan. And AFAIU it
>>>>> happens only on upgrades. Temporarily do not upgrade, deploy a new setup
>>>>>
>>>>>
>>>>> With Best Regards.
>>>>>
>>>>> Steven.
>>>>>
>>>>>
>>>>> On Mon, Dec 9, 2019 at 5:53 PM Ales Musil <amu...@redhat.com> wrote:
>>>>>
>>>>>> Patch is merged.
>>>>>>
>>>>>> On Mon, Dec 9, 2019 at 4:22 PM Martin Perina <mper...@redhat.com>
>>>>>> wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Dec 9, 2019 at 3:38 PM Ales Musil <amu...@redhat.com> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Dec 9, 2019 at 2:25 PM Steven Rosenberg <
>>>>>>>> srose...@redhat.com> wrote:
>>>>>>>>
>>>>>>>>> Dear Ales,
>>>>>>>>>
>>>>>>>>
>>>>>>>> Hi Steven,
>>>>>>>>
>>>>>>>>
>>>>>>>>> Shouldn't you add this to an upgrade script? Won't it also affect
>>>>>>>>> the CI?
>>>>>>>>>
>>>>>>>>
>>>>>>>> The upgrade is not supported yet.
>>>>>>>>
>>>>>>>
>>>>>>> We haven't yet release any official 4.4 release, so we don't need to
>>>>>>> care about upgrade from 4.4.m to 4.4.n. That's why we decided for this
>>>>>>> "hack" instead of proper solution, which would cost us to have that
>>>>>>> rename + update for 4 new releases until database would be squashed.
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> With Best Regards.
>>>>>>>>>
>>>>>>>>> Steven.
>>>>>>>>>
>>>>>>>>> On Mon, Dec 9, 2019 at 2:21 PM Ales Musil <amu...@redhat.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hello,
>>>>>>>>>> I made some changes to the db configuration table. After [0] is
>>>>>>>>>> merged, you'll need to run
>>>>>>>>>> SQL command, before next engine-setup:
>>>>>>>>>> SELECT fn_db_delete_config_value_all_versions('VdsmUseNmstate');
>>>>>>>>>>
>>>>>>>>>> If you have any questions let me know.
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Ales
>>>>>>>>>>
>>>>>>>>>> [0] https://gerrit.ovirt.org/c/105440/
>>>>>>>>>> --
>>>>>>>>>> Ales Musil
>>>>>>>>>> Software Engineer - RHV Network
>>>>>>>>>>
>>>>>>>>>> Red Hat EMEA <https://www.redhat.com/>
>>>>>>>>>> amu...@redhat.com    IM: amusil
>>>>>>>>>> <https://red.ht/sig>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Devel mailing list -- devel@ovirt.org
>>>>>>>>>> To unsubscribe send an email to devel-le...@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/WLHTSTESNIDX7KQ3WGCTH6AXV5IXSAVV/
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Ales Musil
>>>>>>>> Software Engineer - RHV Network
>>>>>>>>
>>>>>>>> Red Hat EMEA <https://www.redhat.com/>
>>>>>>>> amu...@redhat.com    IM: amusil
>>>>>>>> <https://red.ht/sig>
>>>>>>>> _______________________________________________
>>>>>>>> Devel mailing list -- devel@ovirt.org
>>>>>>>> To unsubscribe send an email to devel-le...@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/JUTCWOLXXTQUUCSRHVZPDVWZGEWKAENX/
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Martin Perina
>>>>>>> Manager, Software Engineering
>>>>>>> Red Hat Czech s.r.o.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Ales Musil
>>>>>> Software Engineer - RHV Network
>>>>>>
>>>>>> Red Hat EMEA <https://www.redhat.com/>
>>>>>> amu...@redhat.com    IM: amusil
>>>>>> <https://red.ht/sig>
>>>>>>
>>>>> <certification error.png>
>>>>> _______________________________________________
>>>>> Devel mailing list -- devel@ovirt.org
>>>>> To unsubscribe send an email to devel-le...@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/KKVR465E3LUU3GBMZZYZASYVCPZWSOXM/
>>>>>
>>>>>
>>>>> _______________________________________________
>>>> Devel mailing list -- devel@ovirt.org
>>>> To unsubscribe send an email to devel-le...@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/3AVJFFHVU6YZQGPUDHCXJVCYDC7BYSDE/
>>>>
>>>
>>>
>>> --
>>> Martin Perina
>>> Manager, Software Engineering
>>> Red Hat Czech s.r.o.
>>>
>>
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
>
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@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/KNT36LSYSWMZJ7L4FMMR2FJPVEOCKEZJ/

Reply via email to