Folks, I have been working on setting up a baremetal system on a NUC with dual NICs. I have been able to provision it and have the stx-openstack application manifest fully loaded. I have created a flavor, image and subnet to use for this instance, but when I try to launch it with: openstack server create --image cirros --flavor f1.small --nic net-id=3fd14704-8482-4cdd-975d-6e9e0a14e61e vm-cirros-1 I get an Error and iget the following output from openstack server show.
controller-0:~$ openstack server show vm-cirros-1 +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | instance-00000001 | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | None | | OS-EXT-STS:vm_state | error | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | config_drive | | | created | 2019-09-18T21:26:48Z | | fault | {u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 9525360e-6ac6-4da1-a0dd-8f5d8c82ee75.', u'code': 500, u'details': u' File "/var/lib/openstack/lib/python2.7/site-packages/nova/conductor/manager.py", line 627, in build_instances\n raise exception.MaxRetriesExceeded(reason=msg)\n', u'created': u'2019-09-18T21:27:00Z'} | | flavor | f1.small (15efd6ca-c402-4aba-819a-8ab323d9f482) | | hostId | | | id | 9525360e-6ac6-4da1-a0dd-8f5d8c82ee75 | | image | cirros (88a002f8-ba00-4aa3-9920-66f126fd2efc) | | key_name | None | | name | vm-cirros-1 | | project_id | 64f69c36cfd44c96802b40a3534d8906 | | properties | | | status | ERROR | | updated | 2019-09-18T21:27:00Z | | user_id | 079d6c910606497c9e9329bb81f9afb4 | | volumes_attached | | +-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
More logs needed? Where do I look? Thoughts? Sau!