Hi, I'm trying to deploy Ironic with devstack. I'm using Ubuntu 14.04 and follow the manual on http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack
Everything works fine until I want to spawn a new instance. 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. The ironic cond log shows following: 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 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 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 What can I do that the instance is spawned successfully? I can't see anything irregular in the other logs. Another question: Is there more information about the required fields in ironic drivers than this example shows: http://docs.openstack.org/developer/ironic/dev/api-spec-v1.html#id13 ? Regards Kai
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev