# Ironic defaults to using `qemu:///system`. When running libvirtd # unprivileged we need to use `qemu:///session`. This allows us to pass # the value of libvirt_uri into /etc/ironic/ironic.conf. ironic::drivers::ssh::libvirt_uri: 'qemu:///session' # The default httpd ipxe port is 8080, but this conflicts with the telnet # server which streams the console log in CI. So we allow override here. ironic::drivers::deploy::http_port: '3816' # The following are configurations for the different workers for the undercloud # services.