Hi I am new to baremetal provisioning with openstack. I have followed this link for the setup: https://wiki.openstack.org/wiki/Baremetal
I have followed instructions from the above link and generated the vmlinuz and ramdisk images. I loaded these vmlinuz and ramdisk into the baremetal node (server) through dnsmasq and PXE. Few questions: 1> The baremetal node has initramfs but the interfaces are not up and does not have any ip address for the interfaces. Does this mean, the kernel and ramdisk that i extracted using disk-image-create as specified from the above link is wrong? What should is see as the image that boots up? 2> The baremetal agent does not seem to be present in the filesystem on the baremetal node. How should this get loaded/downloaded into the node? Then i ran this command on the openstack controller: nova boot --flavor my-baremetal-flavor --image my-image my-baremetal-node This produces the following error: ERROR: Quota exceeded for instances: Requested 1, but already used 10 of 10 instances (HTTP 413) (Request-ID: req-xxxxxxx) Questions: 1> What should i do to get this working? 2> Is the image that is currently present in the baremetal server correct? Greatly appreciate any help and pointers. Thanks Ravi
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev