From 4868c22190a0c30088b472aee5cf79f7fc630c3a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 18 Oct 2018 13:04:12 +0100 Subject: [PATCH] MNAIO: Remove legacy os-infra_hosts group The legacy group 'os-infra_hosts' is not actually part of the infrastructure - it includes all the openstack infrastructure groups (keystone, nova, neutron, glance, heat, swift). This group's use is unnecessary because all the other groups included are represented with individual options. Having this in the osa_enable_infra conditional also means that if you mean to disable swift/heat, it does not work and you end up with a broken deployment. Change-Id: Icd80fd96aad713372b1fe21752799d56ada3dac4 --- multi-node-aio/playbooks/osa/openstack_user_config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/multi-node-aio/playbooks/osa/openstack_user_config.yml b/multi-node-aio/playbooks/osa/openstack_user_config.yml index 3cb70479..af3073f3 100644 --- a/multi-node-aio/playbooks/osa/openstack_user_config.yml +++ b/multi-node-aio/playbooks/osa/openstack_user_config.yml @@ -179,9 +179,6 @@ log_hosts: *log_block # load balancer haproxy_hosts: *loadbalancer_block - -# Legacy infra hosts -os-infra_hosts: *infra_block {% endif %} ###