openstack-ansible/releasenotes/notes/playbooks_to_collections-c252770d24be9bb7.yaml
Dmitriy Rabotyagov 71bc8edf80 Update docs for playbooks collectification
Ths aims to update our main docs to reffer to playbooks as a collection
rather then rely on old playbooks inside of the integrated repo.

Change-Id: If4c26099cd1b0850ad13e890fbfc2c036d96003b
2024-10-02 18:36:13 +02:00

27 lines
1.1 KiB
YAML

---
prelude: >
All playbooks for OpenStack-Ansible were moved under openstack.osa
collection, which is being installed as a part of bootstrap-ansible.sh
process.
We left playbooks under their original names and locations for
backwards compatability, though they are just importing corresponsive
playbooks from the collection.
features:
- |
Functional code for playbooks were moved from playbooks/ folder of
the OpenStack-Ansible repository to a openstack.osa collection.
This means, you can control versions of playbooks separately from the
OpenStack-Ansible repository itself. This also enables to call
playbooks without providing explicit path to them, but through FQCN,
for example: ``openstack-ansible openstack.osa.setup_openstack``
We also have renamed some playbooks to better reflect their purpose.
For instance ``playbooks/os-nova-install.yml`` become
``openstack.osa.nova``
For backwards compatability we left old playbooks names/paths, though
they contain simple import of corresponsive playbook from the collection.