Remove Ironic container creation from AIO preparation

Currently the Ironic containers are created as part of the AIO
preparation, but Ironic is not deployed due to run-playbooks.sh
excluding it by the default of 'DEPLOY_IRONIC=no'.

In order to prepare for the change of run-playbooks from a bash
script to instead using the standard deployment playbooks which
are used in the install guide, this patch removes the AIO conf.d
entry implementation for Ironic.

The example file remains in place for any deployers wishing to
test Ironic.

Change-Id: Idec60e8b85070aaa122a361141aa25b4acc152c2
This commit is contained in:
Jesse Pretorius 2016-06-07 19:15:11 +01:00
parent 7907bc0621
commit 07357dd03e

View File

@ -50,8 +50,6 @@
override: "{{ horizon_env_overrides | default({}) }}"
- name: infra.yml
override: "{{ infra_env_overrides | default({}) }}"
- name: ironic.yml
override: "{{ ironic_env_overrides | default({}) }}"
- name: keystone.yml
override: "{{ keystone_env_overrides | default({}) }}"
- name: memcache.yml