Hi,
I have deployed following setup
Openstack Version : Yoga
Deployment Method : Kolla-ansible
Node Provisioning tool : MAAS
Now I am trying to integrate ironic service in it for BareMetal as a Service.
My configuration for ironic in global.yml is following:
enable_ironic: "yes"
ironic_dnsmasq_interface: "ens2f0" #10G interface
ironic_dnsmasq_dhcp_range: "10.145.50.50,10.145.50.60,255.255.255.192"
ironic_cleaning_network: "ironic_provisioning_network"
ironic_dnsmasq_default_gateway: 10.145.50.1
ironic_dnsmasq_boot_file: "pxelinux.0"
ironic_inspector_kernel_cmdline_extras: ['ipa-lldp-timeout=90.0', 'ipa-collect-lldp=1']
ironic_http_port: "8089"
ironic_enable_keystone_integration: "yes"
My deployment is successful, but when I try to create openstack instance with baremetal flavor it stuck in pxe boot.
If I use my 1G interface as ironic_dnsmasq_interface it pxe boot from MAAS. Is there any way I can use MAAS with ironic ? or how I can proceed with 10G interface?
Thanks,
Jayesh