[Tripleo] - IPv6 Wallaby Undercloud Installation failure
Lokendra Rathour
lokendrarathour at gmail.com
Wed Jun 15 09:19:09 UTC 2022
Hi Shephard,
Here is the o/p of the file:
[root at undercloud ~]# sudo cat
/var/lib/kolla/config_files/ironic_pxe_tftp.json
{
"config_files": [
{
"dest": "/",
"merge": true,
"preserve_properties": true,
"source": "/var/lib/kolla/config_files/src/*"
}
],
"permissions": [
{
"owner": "ironic:ironic",
"path": "/var/log/ironic",
"recurse": true
},
{
"owner": "ironic:ironic",
"path": "/var/lib/ironic",
"recurse": true
}
]
}[root at undercloud ~]#
Thanks once agan.
-Lokendra
On Wed, Jun 15, 2022 at 2:38 PM Brendan Shephard <bshephar at redhat.com>
wrote:
> Looks like something wrong with the dnsmasq command the container is being
> launched with. What command is it trying to run?
>
> sudo cat /var/lib/kolla/config_files/ironic_pxe_tftp.json
>
> Brendan Shephard
>
> Software Engineer
>
> Red Hat APAC <https://www.redhat.com>
>
> 193 N Quay
>
> Brisbane City QLD 4000
> @RedHat <https://twitter.com/redhat> Red Hat
> <https://www.linkedin.com/company/red-hat> Red Hat
> <https://www.facebook.com/RedHatInc>
> <https://red.ht/sig>
> <https://redhat.com/summit>
>
>
> On Wed, Jun 15, 2022 at 6:22 PM Anirudh Gupta <anyrude10 at gmail.com> wrote:
>
>> Hi Brendan,
>>
>> Thanks for your response.
>>
>> Please find the log below.
>>
>> [stack at undercloud t2u2v2w]$ sudo podman logs ironic_pxe_tftp
>>
>> dnsmasq: bad command line options: try --help
>> dnsmasq: bad command line options: try --help
>> dnsmasq: bad command line options: try --help
>> dnsmasq: bad command line options: try --help
>> dnsmasq: bad command line options: try --help
>> dnsmasq: bad command line options: try --help
>>
>> [stack at undercloud t2u2v2w]$ sudo podman ps --filter name=ironic_pxe -a
>> CONTAINER ID IMAGE
>> COMMAND CREATED STATUS
>> PORTS NAMES
>> 02dacbc74cec
>> undercloud.ctlplane.localdomain:8787/tripleowallaby/openstack-ironic-pxe:current-tripleo
>> /bin/bash -c BIND... 3 hours ago Exited (1) 3 hours ago (unhealthy)
>> ironic_pxe_tftp
>> 1f8ca39fba32
>> undercloud.ctlplane.localdomain:8787/tripleowallaby/openstack-ironic-pxe:current-tripleo
>> kolla_start 3 hours ago Up 3 hours ago (healthy)
>> ironic_pxe_http
>>
>>
>> Regards
>>
>> Anirudh Gupta
>>
>> On Wed, Jun 15, 2022 at 11:30 AM Brendan Shephard <bshephar at redhat.com>
>> wrote:
>>
>>> Hey Anirudh,
>>>
>>> You would need to look at the logs for the ironic_pxe_tftp container to
>>> see why it's failing.
>>>
>>> I assume the tftp container is not Up when you run this command?
>>> [stack at tripleo-director overcloud_playbooks]$ sudo podman ps --filter
>>> name=ironic_pxe -a
>>> CONTAINER ID IMAGE
>>> COMMAND CREATED STATUS
>>> PORTS NAMES
>>> 0170be36e291
>>> registry.okd4.bne-shift.net:8443/tripleomastercentos9/openstack-ironic-pxe:current-tripleo
>>> kolla_start 12 days ago Up 30 hours ago (healthy)
>>> ironic_pxe_tftp
>>> e507f722bdf0
>>> registry.okd4.bne-shift.net:8443/tripleomastercentos9/openstack-ironic-pxe:current-tripleo
>>> kolla_start 12 days ago Up 30 hours ago (healthy)
>>> ironic_pxe_http
>>>
>>> Then check the logs to see what the error is:
>>> [stack at tripleo-director overcloud_playbooks]$ sudo podman logs
>>> ironic_pxe_tftp
>>>
>>>
>>>
>>> Brendan Shephard
>>>
>>> Software Engineer
>>>
>>> Red Hat APAC <https://www.redhat.com>
>>>
>>> 193 N Quay
>>>
>>> Brisbane City QLD 4000
>>> @RedHat <https://twitter.com/redhat> Red Hat
>>> <https://www.linkedin.com/company/red-hat> Red Hat
>>> <https://www.facebook.com/RedHatInc>
>>> <https://red.ht/sig>
>>> <https://redhat.com/summit>
>>>
>>>
>>> On Wed, Jun 15, 2022 at 7:53 AM Anirudh Gupta <anyrude10 at gmail.com>
>>> wrote:
>>>
>>>> Hi Team,
>>>>
>>>> I am trying to deploy Openstack Wallaby Undercloud on IPv6, but facing
>>>> the below error:
>>>>
>>>> 2022-06-14 05:01:23.213708 | 52540083-cfa2-3f20-e9dc-00000000286f |
>>>> TASK | Manage container systemd services and cleanup old systemd
>>>> healthchecks for /var/lib/tripleo-config/container-startup-config/step_4
>>>> 2022-06-14 05:03:22.912816 | 52540083-cfa2-3f20-e9dc-00000000286f |
>>>> FATAL | Manage container systemd services and cleanup old systemd
>>>> healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 |
>>>> undercloud | error={"changed": false, "msg": "Service ironic_pxe_tftp has
>>>> not started yet"}
>>>> 2022-06-14 05:03:22.914400 | 52540083-cfa2-3f20-e9dc-00000000286f |
>>>> TIMING | tripleo_container_manage : Manage container systemd
>>>>
>>>> Sample Undercloud.conf is as follows:
>>>>
>>>> [DEFAULT]
>>>> clean_nodes = true
>>>> cleanup = false
>>>> container_cli = podman
>>>> container_healthcheck_disabled = true
>>>> container_images_file = /home/stack/containers-prepare-parameter.yaml
>>>> deployment_user = stack
>>>> enable_ironic = true
>>>> enable_ironic_inspector = true
>>>> enable_neutron = true
>>>> enable_routed_networks = false
>>>> generate_service_certificate = false
>>>> ipv6_address_mode = dhcpv6-stateful
>>>> ipxe_enabled = true
>>>> local_interface = enp8s0
>>>> local_ip = aaaa:aaaa:aaaa::1/64
>>>> subnets = ctlplane-subnet
>>>> undercloud_admin_host = aaaa:aaaa:aaaa::1
>>>> undercloud_hostname = undercloud.com
>>>> undercloud_ntp_servers = 30.30.30.3
>>>> undercloud_public_host = aaaa:aaaa:aaaa::1
>>>> undercloud_timezone = UTC
>>>>
>>>> [ctlplane-subnet]
>>>> cidr = aaaa:aaaa:aaaa::/64
>>>> dhcp_end = aaaa:aaaa:aaaa::f
>>>> dhcp_start = aaaa:aaaa:aaaa::a
>>>> gateway = aaaa:aaaa:aaaa::1
>>>> inspection_iprange = aaaa:aaaa:aaaa::3,aaaa:aaaa:aaaa::9
>>>>
>>>> Can someone please help in this regard.
>>>>
>>>> Anirudh Gupta
>>>>
>>>>
--
~ Lokendra
www.inertiaspeaks.com
www.inertiagroups.com
skype: lokendrarathour
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20220615/083f972e/attachment-0001.htm>
More information about the openstack-discuss
mailing list