[TripleO][ussuri] undercloud install # fails on heat launch
Hi all, I am trying to understand why undercloud install does not pass the heat step. I feel that it is related to undercloud.conf file, something wrong there? Or some special char which python do not want to understand? How to enable heat-launcher more verbose output? as last line is starting engine and that's it... VERY HELPFULLL!!! AND IT CANNOT CONNECT?! when I launch it manuallly it is running for long time... ?!>!???>?>?>?><>?!>?!!>!?!!>?!!?>!?! AAAAAA PAIN!!!!!! openstack undercloud install last lines: http://paste.openstack.org/show/RCUVMaHa4XwXwRM6IS67/ undercloud.conf: https://raw.githubusercontent.com/qw3r3wq/OSP-ussuri/master/undercloud-v3/un... heat.log: http://paste.openstack.org/show/C5yP3iO8VDk7ugLOHTo6/ -- Ruslanas Gžibovskis +370 6030 7030
Hi Ruslanas, Looks like the issue is with the version of python3-six and python3-urllib3 installed in your system, i have seen this issue in the past with this mismatch. Can you check versions of both on your system and from which repo those are installed(dnf list installed python3-six python3-urllib3). Seems python3-six is not updated from Ussuri repo, if that's true try again after updated python3-six(dnf update python3-six). Thanks and regards Yatin Karel On Sat, Apr 3, 2021 at 6:00 PM Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all,
I am trying to understand why undercloud install does not pass the heat step. I feel that it is related to undercloud.conf file, something wrong there? Or some special char which python do not want to understand? How to enable heat-launcher more verbose output? as last line is starting engine and that's it... VERY HELPFULLL!!! AND IT CANNOT CONNECT?! when I launch it manuallly it is running for long time... ?!>!???>?>?>?><>?!>?!!>!?!!>?!!?>!?! AAAAAA PAIN!!!!!!
openstack undercloud install last lines: http://paste.openstack.org/show/RCUVMaHa4XwXwRM6IS67/ undercloud.conf: https://raw.githubusercontent.com/qw3r3wq/OSP-ussuri/master/undercloud-v3/un... heat.log: http://paste.openstack.org/show/C5yP3iO8VDk7ugLOHTo6/
-- Ruslanas Gžibovskis +370 6030 7030
I had: [stack@undercloud ~]$ dnf list installed | egrep 'six|urllib3' python3-six.noarch 1.11.0-8.el8 @anaconda python3-urllib3.noarch 1.25.7-2.el8 @centos-openstack-ussuri [stack@undercloud ~]$ I belie they were latest last week, as I had dnf update in post install script and later fresh install last week. BUT maybe dnf update is commented out at some point... I will check, now I set it to update, as there were some updates (including six package and urllib3). Will check if this solves my issues. Yes, I have faced these issues previously, when part of packages got installed from epel... Now have only ussuri ( by the way it is now updating from ussuri repo) Might be issue, that it did not override it during installation of tipleo package... I will check it after undercloud deployment works. On Mon, 5 Apr 2021 at 15:19, Yatin Karel <ykarel@redhat.com> wrote:
Hi Ruslanas,
Looks like the issue is with the version of python3-six and python3-urllib3 installed in your system, i have seen this issue in the past with this mismatch. Can you check versions of both on your system and from which repo those are installed(dnf list installed python3-six python3-urllib3). Seems python3-six is not updated from Ussuri repo, if that's true try again after updated python3-six(dnf update python3-six).
Thanks and regards Yatin Karel
On Sat, Apr 3, 2021 at 6:00 PM Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all,
I am trying to understand why undercloud install does not pass the heat
I feel that it is related to undercloud.conf file, something wrong
step. there? Or some special char which python do not want to understand?
How to enable heat-launcher more verbose output? as last line is starting engine and that's it... VERY HELPFULLL!!! AND IT CANNOT CONNECT?! when I launch it manuallly it is running for long time... ?!>!???>?>?>?><>?!>?!!>!?!!>?!!?>!?! AAAAAA PAIN!!!!!!
openstack undercloud install last lines: http://paste.openstack.org/show/RCUVMaHa4XwXwRM6IS67/ undercloud.conf: https://raw.githubusercontent.com/qw3r3wq/OSP-ussuri/master/undercloud-v3/un... heat.log: http://paste.openstack.org/show/C5yP3iO8VDk7ugLOHTo6/
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
Yes, it bypasses this step now, Thank you Yatin! now it is: python3-six.noarch 1.14.0-2.el8 @centos-openstack-ussuri python3-urllib-gssapi.noarch 1.0.1-10.el8 @centos-openstack-ussuri python3-urllib3.noarch 1.25.7-3.el8 @centos-openstack-ussuri [stack@undercloud ~]$ On Mon, 5 Apr 2021 at 15:50, Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
I had: [stack@undercloud ~]$ dnf list installed | egrep 'six|urllib3' python3-six.noarch 1.11.0-8.el8 @anaconda python3-urllib3.noarch 1.25.7-2.el8 @centos-openstack-ussuri [stack@undercloud ~]$
I belie they were latest last week, as I had dnf update in post install script and later fresh install last week. BUT maybe dnf update is commented out at some point... I will check, now I set it to update, as there were some updates (including six package and urllib3). Will check if this solves my issues.
Yes, I have faced these issues previously, when part of packages got installed from epel... Now have only ussuri ( by the way it is now updating from ussuri repo) Might be issue, that it did not override it during installation of tipleo package...
I will check it after undercloud deployment works.
On Mon, 5 Apr 2021 at 15:19, Yatin Karel <ykarel@redhat.com> wrote:
Hi Ruslanas,
Looks like the issue is with the version of python3-six and python3-urllib3 installed in your system, i have seen this issue in the past with this mismatch. Can you check versions of both on your system and from which repo those are installed(dnf list installed python3-six python3-urllib3). Seems python3-six is not updated from Ussuri repo, if that's true try again after updated python3-six(dnf update python3-six).
Thanks and regards Yatin Karel
On Sat, Apr 3, 2021 at 6:00 PM Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all,
I am trying to understand why undercloud install does not pass the heat
I feel that it is related to undercloud.conf file, something wrong
step. there? Or some special char which python do not want to understand?
How to enable heat-launcher more verbose output? as last line is starting engine and that's it... VERY HELPFULLL!!! AND IT CANNOT CONNECT?! when I launch it manuallly it is running for long time... ?!>!???>?>?>?><>?!>?!!>!?!!>?!!?>!?! AAAAAA PAIN!!!!!!
openstack undercloud install last lines: http://paste.openstack.org/show/RCUVMaHa4XwXwRM6IS67/ undercloud.conf: https://raw.githubusercontent.com/qw3r3wq/OSP-ussuri/master/undercloud-v3/un... heat.log: http://paste.openstack.org/show/C5yP3iO8VDk7ugLOHTo6/
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
Hi, On Mon, Apr 5, 2021 at 6:27 PM Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Yes, it bypasses this step now, Thank you Yatin!
Good to know.
now it is: python3-six.noarch 1.14.0-2.el8 @centos-openstack-ussuri python3-urllib-gssapi.noarch 1.0.1-10.el8 @centos-openstack-ussuri python3-urllib3.noarch 1.25.7-3.el8 @centos-openstack-ussuri [stack@undercloud ~]$
On Mon, 5 Apr 2021 at 15:50, Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
I had: [stack@undercloud ~]$ dnf list installed | egrep 'six|urllib3' python3-six.noarch 1.11.0-8.el8 @anaconda python3-urllib3.noarch 1.25.7-2.el8 @centos-openstack-ussuri [stack@undercloud ~]$
Yes, this combination will not work and need python3-six updated.
I belie they were latest last week, as I had dnf update in post install script and later fresh install last week. BUT maybe dnf update is commented out at some point... I will check, now I set it to update, as there were some updates (including six package and urllib3). Will check if this solves my issues.
Yes dnf update is recommended to avoid such issues.
Yes, I have faced these issues previously, when part of packages got installed from epel... Now have only ussuri ( by the way it is now updating from ussuri repo) Might be issue, that it did not override it during installation of tipleo package...
Yes mixing EPEL with OpenStack repos can cause issues as can bring untested updates so should be avoided.
I will check it after undercloud deployment works.
On Mon, 5 Apr 2021 at 15:19, Yatin Karel <ykarel@redhat.com> wrote:
Hi Ruslanas,
Looks like the issue is with the version of python3-six and python3-urllib3 installed in your system, i have seen this issue in the past with this mismatch. Can you check versions of both on your system and from which repo those are installed(dnf list installed python3-six python3-urllib3). Seems python3-six is not updated from Ussuri repo, if that's true try again after updated python3-six(dnf update python3-six).
Thanks and regards Yatin Karel
On Sat, Apr 3, 2021 at 6:00 PM Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all,
I am trying to understand why undercloud install does not pass the heat step. I feel that it is related to undercloud.conf file, something wrong there? Or some special char which python do not want to understand? How to enable heat-launcher more verbose output? as last line is starting engine and that's it... VERY HELPFULLL!!! AND IT CANNOT CONNECT?! when I launch it manuallly it is running for long time... ?!>!???>?>?>?><>?!>?!!>!?!!>?!!?>!?! AAAAAA PAIN!!!!!!
openstack undercloud install last lines: http://paste.openstack.org/show/RCUVMaHa4XwXwRM6IS67/ undercloud.conf: https://raw.githubusercontent.com/qw3r3wq/OSP-ussuri/master/undercloud-v3/un... heat.log: http://paste.openstack.org/show/C5yP3iO8VDk7ugLOHTo6/
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
Thanks and Regards Yatin Karel
participants (2)
-
Ruslanas Gžibovskis
-
Yatin Karel