openstack-ansible/releasenotes/notes/remove_infra_group-45e7747e341d97cf.yaml
Travis Truman c54736fcd5 Removing the infra_hosts and infra_containers groups
These inventory groups are not discussed in the documentation,
referenced in example config and their presence seems to be a
relic of the past.

Services that were previously within them seem to now be split
between the os-infra_* and shared-infra_* inventory groups.

Change-Id: I6f4ef7c73165be3058ebece56415958a80d4599c
2016-07-22 05:20:46 +00:00

10 lines
462 B
YAML

---
upgrade:
- The ``infra_hosts`` and ``infra_containers`` inventory groups
have been removed. No containers or services were assigned to
these groups exclusively, and the usage of the groups has been
supplanted by the ``shared-infra_*`` and ``os-infra_*`` groups
for some time. Deployers who were using the groups should adjust
any custom configuration in the ``env.d`` directory to assign
containers and/or services to other groups.