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
This commit is contained in:
Jesse Pretorius 2018-10-18 13:04:12 +01:00
parent 55458b60f2
commit 4868c22190
1 changed files with 0 additions and 3 deletions

View File

@ -179,9 +179,6 @@ log_hosts: *log_block
# load balancer
haproxy_hosts: *loadbalancer_block
# Legacy infra hosts
os-infra_hosts: *infra_block
{% endif %}
###