Bug 1455490 - during introspection virtualized node was able to get dhcp address but not able to get inspector.ipxe
Summary: during introspection virtualized node was able to get dhcp address but not ab...
Keywords:
Status: CLOSED DUPLICATE of bug 1468293
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: mkovacik
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-25 10:24 UTC by Eduard Barrera
Modified: 2023-09-14 03:58 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-30 14:51:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eduard Barrera 2017-05-25 10:24:55 UTC
Description of problem:

during introspection virtualized node was able to get dhcp address but not able to get inspector.ipxe

 # iptables -n -v -L -t filter   was showing packet from on  ironic-inspector

I workarounded it with the following rule:

/etc/sysconfig/iptables:

...
:nova-api-OUTPUT - [0:0]
:nova-api-local - [0:0]
:nova-filter-top - [0:0]
-A INPUT -i br-ctlplane -p tcp -m tcp -j ACCEPT   <==============================
-A INPUT -i br-ctlplane -p udp -m udp --dport 67 -j ironic-inspector
-A INPUT -j nova-api-INPUT
-A INPUT -m comment --comment "000 accept related established rules" -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -m comment --comment "001 accept all icmp" -m state --state NEW -j ACCEPT
-A INPUT -i lo -m comment --comment "002 accept all to lo interface" -m state --state NEW -j ACCEPT



Version-Release number of selected component (if applicable):
10

How reproducible:
always

Steps to Reproduce:
1. try to introspect a virtualized node with a virtualized undercloud
2.
3.

Actual results:
during the pxeboot process, node was able to get dhcp address with couldn't get the http://192.0.2.1:8088/inspetor.ipxe file


Expected results:
able to get the file

Additional info:

Comment 2 mkovacik 2017-06-26 15:29:13 UTC
Would be nice to get the logs from the ironic-inspector-dnsmasq service as this might turn out to be a DHCP server collision. Also tcpdump or similar would be a great help.

Comment 3 Bob Fournier 2017-08-24 16:14:06 UTC
Eduard - have you seen this again?  This sounds like https://bugzilla.redhat.com/show_bug.cgi?id=1468293 in which dhcp was OK but the failure appeared to be in fetching the inspector.ipxe file.

It would be good to have more to go on but if not I'll mark this as a duplicate of 1468293 and we can track it there.

Comment 4 Bob Fournier 2017-08-24 21:53:02 UTC
Eduard, actually you may be hitting this problem in a virtual environment. see the proposed workaround - https://bugzilla.redhat.com/show_bug.cgi?id=1353464.

Comment 5 Bob Fournier 2017-08-30 14:51:12 UTC
Marking this as a duplicate from description.  We don't have much to go on - no logs were received and related case is closed.

*** This bug has been marked as a duplicate of bug 1468293 ***

Comment 6 Red Hat Bugzilla 2023-09-14 03:58:06 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.