---
config_strategy: "COPY_ALWAYS"
kolla_base_distro: "ubuntu"
kolla_install_type: "source"
openstack_release: "mitaka"
enable_haproxy: "no" # TODO(wznoinsk): enable when have 1 more ethernet port of the server connected to 1GB switch
enable_keepalived: "no"
kolla_internal_vip_address: "10.237.214.199"
docker_registry: "127.0.0.1:4000"
network_interface: "ens3"
neutron_external_interface: "ens8"
enable_cinder: "no"
enable_ironic: "yes"
kolla mitaka
trying to deploy ironic node with pxe_ipmitool driver and boot:local on the flavor/node
ironic-conductor
2016-10-29 18:20:42.483 1 ERROR ironic.drivers.modules.agent_base_vendor [req-ae36e95b-6e34-4c48-83ae-59a78658d364 - - - - -] Failed to install a bootloader when deploying node 117bfb02-94cb-e211-a9dc-001e678eef62. Error: {u'message': u'Command execution failed: Installing GRUB2 boot loader to device /dev/sda failed with Unexpected error while running command.\nCommand: chroot /tmp/tmp_71ZeN /bin/bash -c "/usr/sbin/grub-install /dev/sda"\nExit code: 127\nStdout: u\'\'\nStderr: u\'/bin/bash: /usr/sbin/grub-install: No such file or directory\\n\'.', u'code': 500, u'type': u'CommandExecutionError', u'details': u'Installing GRUB2 boot loader to device /dev/sda failed with Unexpected error while running command.\nCommand: chroot /tmp/tmp_71ZeN /bin/bash -c "/usr/sbin/grub-install /dev/sda"\nExit code: 127\nStdout: u\'\'\nStderr: u\'/bin/bash: /usr/sbin/grub-install: No such file or directory\\n\'.'}
possibly grub2 needs to be installed in the ironic-conductor package
hmm, ironic in mitaka may be not usable. Do u have any chance to try newton branch? it should work.