On Thu, May 5, 2016 at 1:51 PM, Franck Barillaud <fbarilla at us.ibm.com> wrote: > All the containers are started expect for 'ironic_inspector' and > 'nova_compute_ironic'. Looking at the > 'kolla/docker/ironic/ironic-inspector' shows no contruct for Ubuntu. Yes, it's a feature gap that is known: https://bugs.launchpad.net/kolla/+bug/1565936 > Rebuilt successufully the ironic containers on centos. The question is how > can I deploy them ? Using 'kolla-ansible deploy' does not support 'mixed' > environments. The "mixed" environment issue [1][2] is one reason why the containers are turned off by default. For reference, to enable the service you modify it in /etc/kolla/globals.yml (after copying it) [3]. I really struggled to on how to produce a Kolla compatible environment for Ironic to operate in. Kolla is currently looking to integrate with Bifrost in order to utilize ironic's services - stay tuned. [1] http://lists.openstack.org/pipermail/openstack/2015-September/013986.html [2] http://lists.openstack.org/pipermail/openstack-dev/2015-September/073530.html [3] https://github.com/openstack/kolla/blob/2e396fec9807d1bfdb7a51027e85257f7d53a991/etc/kolla/globals.yml#L114