From 07357dd03e70c0f1f524ab7546b43d90ae3ed4fe Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 7 Jun 2016 19:15:11 +0100 Subject: [PATCH] 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 --- tests/roles/bootstrap-host/tasks/prepare_aio_config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml index c150ea8e41..3565329f90 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml @@ -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