Failed overcloud deployment rh13

Posted on

There is timeout during network deployment of openstack redhat 13:
NetworkDeployment OS::TripleO::SoftwareDeployment

After OS is instaleld on controller and compute nodes the internal API interface is not bringed up correctly.

journalctl on controller shows:
May 19 07:42:30 overcloud-controller-0 network[10401]: Determining IP information for p2p2... failed.
May 19 07:42:30 overcloud-controller-0 network[10401]: [FAILED]
May 19 07:42:30 overcloud-controller-0 network[10401]: Bringing up interface p3p2:
May 19 07:42:30 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 3 (xid=0x7d41c94f)
May 19 07:42:33 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 4 (xid=0x7d41c94f)
May 19 07:42:37 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 6 (xid=0x7d41c94f)
May 19 07:42:43 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 12 (xid=0x7d41c94f)
May 19 07:42:55 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 14 (xid=0x7d41c94f)
May 19 07:43:09 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 15 (xid=0x7d41c94f)
May 19 07:43:24 overcloud-controller-0 dhclient[10810]: DHCPDISCOVER on p3p2 to 255.255.255.255 port 67 interval 7 (xid=0x7d41c94f)
May 19 07:43:25 overcloud-controller-0 systemd[1]: network.service start operation timed out. Terminating.
May 19 07:43:25 overcloud-controller-0 systemd[1]: Failed to start LSB: Bring up/down networking.

After that deployment is trapped in loop and Failed after timeout. These logs are showing on deployment log.

2021-05-19 16:40:17.526 6412 DEBUG keystoneauth.session [ admin] GET call to orchestration for https://3.1.0.101:13004/v1/581e8cb870dd41b1ae524798d83f920e/stacks/overcloud/255feb4d-b424-4b08-955e-9c9a58cac115 used request id req-9310946b-7e78-4f18-ac4c-633a21f00849
2021-05-19 16:40:17.561 6412 DEBUG keystoneauth.session [ admin] REQ: curl -g -i -X GET https://3.1.0.101:13004/v1/581e8cb870dd41b1ae524798d83f920e/stacks/255feb4d-b424-4b08-955e-9c9a58cac115/resources -H "User-Agent: python-heatclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520014ca72fc700575666133ead9c0d1e9355017"
2021-05-19 16:40:17.585 6412 DEBUG keystoneauth.session [ admin] RESP: [302] Date: Wed, 19 May 2021 14:40:17 GMT Server: Apache x-openstack-request-id: req-39f3e2df-a4a3-4e9d-ad6d-6e090313dabe Location: https://3.1.0.101:13004/v1/581e8cb870dd41b1ae524798d83f920e/stacks/overcloud/255feb4d-b424-4b08-955e-9c9a58cac115/resources Content-Length: 389 Content-Type: application/json
RESP BODY: {"message": "The resource was found at https://3.1.0.101:13004/v1/581e8cb870dd41b1ae524798d83f920e/stacks/overcloud/255feb4d-b424-4b08-955e-9c9a58cac115/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"}

Probably I pepared wrong env files but I cant find out what is wrong.

I start deployment with command:

openstack overcloud deploy --templates /home/stack/templates/openstack-tripleo-heat-templates \
-e /home/stack/templates/overcloud_images.yaml \
-e /home/stack/templates/network-environment.yaml \
-e /home/stack/templates/node-info.yaml \
-e /home/stack/templates/ips-from-pool-all.yaml \
-e /home/stack/templates/disable-swift.yaml \
-e /home/stack/inject-trust-anchor-hiera.yaml \
--libvirt-type kvm \
--debug \
--log-file=overcloud_deploy.log \
--ntp-server 0.rhel.pool.ntp.org \
--control-scale 1 --compute-scale 2 \
--control-flavor control --compute-flavor compute
--timeout 180

Interlal api interface is p2p2. Im attaching env files with network configuration.

Attachments

Responses