Comment 14 for bug 1867013

Revision history for this message
zhangss (intentc) wrote :

(virtualenv) [root@openstack01 ~]# cat /etc/kolla/nova-compute-ironic/nova.conf | grep reserved_host_memory_mb
reserved_host_memory_mb = 0
[root@openstack02 ~]# cat /etc/kolla/nova-compute-ironic/nova.conf | grep reserved_host_memory_mb
reserved_host_memory_mb = 0
[root@openstack03 ~]# cat /etc/kolla/nova-compute-ironic/nova.conf | grep reserved_host_memory_mb
reserved_host_memory_mb = 0
I am certain reserved_host_memory_mb had been set to 0 and always been mapping to nova_compute_ironic docker container.
I running all components of ironic just like "ironic_neutron_agent nova_compute_ironic ironic_dnsmasq ironic_pxe ironic_inspector ironic_api ironic_conductor" on openstack's controller node,then through "openstack baremetal create" command to create one ironic node ...,this way can deploy one baremetal node?otherwise it's must be running bellow components on a new and real clean node waiting for management?