CentOS7 OSP RDO (rocky) on DELL R630 cannot provision / introspect from TripleO undercloud
Hi, I am using CentOS with rdo rocky, with no-heat option. I have 1 interface, on which I will do PXE boot and I am able to access DELL iDRAC.
I am able to ssh to idrac from undercloud host. But I am not able to do introspection.
Not sure where it stops...
When I power on Server, from openstack baremetal node list I can see that it has updated power state, but it looks like it cannot set it to boot to PXE and or even boot from PXE. When I force server to do so (boot from pxe). Also it looks like it is not able to send boot/reboot/start/stop commands to idrac...
I have python-dracclient:
python-dracclient.noarch 1.5.0-1.el7 @centos-openstack-rockyAccording to https://docs.openstack.org/ironic/lat... should be version 1.3.0+. Nodes file:
{ "nodes": [ { "name": "h00811", "pm_type": "idrac", "ports": [ { "address": "24:6E:96:14:B3:7C", "physical_network": "ctlplane" } ], "cpu": "2", "memory": "4096", "disk": "40", "arch": "x86_64", "pm_user": "root", "pm_password": "calvin", "pm_addr": "10.19.30.11", "_comment": "Room 1 - Rack A - Unit 22/24", "capabilities": "profile:compute,boot_option:local" } ] }I have tried changing **pm_type** to **idrac** and **ipmi**, but with ipmi it even do not receive Power state. I use DELL R630's as compute/controllers. --- tcpdump show activity in **https** with an idrac IP. --- When I boot server manually to PXE, it do not catch PXE boot, but from undercloud I see requests, but no response...
18:11:02.561870 24:6e:96:05:7f:5c > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 590: (tos 0x0, ttl 128, id 3, offset 0, flags [none], proto UDP (17), length 576) 0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 24:6e:96:05:7f:5c, length 548, xid 0x96057f5c, secs 12, Flags [Broadcast] (0x8000) Client-Ethernet-Address 24:6e:96:05:7f:5c Vendor-rfc1048 Extensions Magic Cookie 0x63825363 DHCP-Message Option 53, length 1: Discover Parameter-Request Option 55, length 36: Subnet-Mask, Time-Zone, Default-Gateway, Time-Server IEN-Name-Server, Domain-Name-Server, RL, Hostname BS, Domain-Name, SS, RP EP, RSZ, TTL, BR YD, YS, NTP, Vendor-Option Requested-IP, Lease-Time, Server-ID, RN RB, Vendor-Class, TFTP, BF Option 128, Option 129, Option 130, Option 131 Option 132, Option 133, Option 134, Option 135 MSZ Option 57, length 2: 1260 GUID Option 97, length 17: 0.68.69.76.76.90.0.16.87.128.90.180.192.79.71.57.50 ARCH Option 93, length 2: 0 NDI Option 94, length 3: 1.2.1 Vendor-Class Option 60, length 32: "PXEClient:Arch:00000:UNDI:002001"
/var/log/messages contains:
Jan 18 08:47:42 seliius17649 registry: 10.196.173.111 - - [18/Jan/2019:08:47:42 +0100] "OPTIONS / HTTP/1.0" 200 0 "" "" Jan 18 08:47:43 seliius17649 dnsmasq-dhcp[4317]: 2550497116 available DHCP range: 10.196.173.70 -- 10.196.173.85 Jan 18 08:47:43 seliius17649 dnsmasq-dhcp[4317]: 2550497116 vendor class: PXEClient:Arch:00000:UNDI:002001 Jan 18 08 ...