Comment 1 for bug 1724357

Revision history for this message
Jeba Paulaiyan (jebap) wrote :

Notes for release notes:

While provisioning a RHOSP10 cluster with DPDK nodes, the DPDK node power state goes down during introspection stage. As a workaround, delete the DPDK nodes from Ironic configuration and re-add them with right configuration.

1. ironic node-delete <node name>
2. Create json file configuration shown in below example for all DPDK nodes

{
  "nodes": [
    {
      "mac": [
        "90:e2:ba:4c:67:3d"
      ],
      "name": "compute3-dpdk",
      "capabilities" : "profile:compute-dpdk",
      "pm_user": "admin",
      "pm_addr": "10.87.122.164",
      "pm_password": "admin",
      "pm_type": "pxe_ipmitool"
    }
  ]
}

3. openstack baremetal import --json <path to .json>
4. openstack baremetal introspection bulk start