openstack-ansible/releasenotes/notes/skip_role_collection_installation-dda5981e7b23b8cc.yaml
Dmitriy Rabotyagov 1e1c63ee81 Filter out empty src/source from user-role/collection-requirements
In case when deployer wants to remove some specific collection or
from deployment without overriding rest requirements, they can do that
now through defining a record with same name but empty src/source
keys which will filter such records out of bootstrap process.

Change-Id: I4bc96c1a1d18d03970a14a80c3daa580bebe695b
2024-04-04 16:45:44 +02:00

8 lines
318 B
YAML

---
features:
- |
Deployers are now able to remove un-needed roles/collections from the
bootstrap process through user-role/collection-requirements.yml files.
Please, check documentation for more details:
https://docs.openstack.org/openstack-ansible/latest/reference/configuration/extending-osa.html