<div dir="ltr"><div>Hi,<br><br>I'm trying to deploy Ironic with devstack. I'm using Ubuntu 14.04 and follow the manual on <a href="http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack">http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack</a> <br>

<br>Everything works fine until I want to spawn a new instance.<br>The instance remains in the spawning task. The command "ironic node-list" shows that one of my two nodes is powered on and in provisioning state "wait call-back". This node is already associated with the instance uuid.<br>

The ironic cond log shows following: <br><br>2014-05-27 15:49:36.724 2505 DEBUG ironic.openstack.common.processutils [-] Running cmd (SSH): /usr/bin/virsh --connect qemu:///system dumpxml baremetalbrbm_0 | grep "mac address" | awk -F"'" '{print $2}' | tr -d ':' ssh_execute /opt/stack/ironic/ironic/openstack/common/processutils.py:219<br>

2014-05-27 15:49:36.800 2505 DEBUG ironic.openstack.common.processutils [-] Result was 0 ssh_execute /opt/stack/ironic/ironic/openstack/common/processutils.py:240<br>2014-05-27 15:49:36.800 2505 DEBUG ironic.drivers.modules.ssh [-] Found Mac address: 52:54:00:97:9d:8f _get_hosts_name_for_node /opt/stack/ironic/ironic/drivers/modules/ssh.py:282<br>

<br>What can I do that the instance is spawned successfully? I can't see anything irregular in the other logs. <br><br>Another question: Is there more information about the required fields in ironic drivers than this example shows: <a href="http://docs.openstack.org/developer/ironic/dev/api-spec-v1.html#id13">http://docs.openstack.org/developer/ironic/dev/api-spec-v1.html#id13</a> ?<br>

<br></div>Regards<br><br>Kai<br></div>