openstack-ansible/releasenotes/notes/openstack_resources_playbook-fc76d89779e6c275.yaml
Dmitriy Rabotyagov 0c1c9a8485 Add openstack-resources playbook
This aims to add a user-facing interface to interact with
openstack_resources role.

Change-Id: I1c2688f469cfaef02e6e925fa7a99573f61efbd6
2023-11-20 14:54:01 +01:00

19 lines
730 B
YAML

---
features:
- |
Added ``openstack-resources.yml`` playbook that aims to handle creation
and futher adjustment of OpenStack resources. It relies heavily on
Ansible collection for OpenStack. The main goal of the playbook to provide
a unified method of creating and managing common resources, like images,
flavors, compute aggregates, networks, etc.
Playbook can consume following variables, that are provided to simmilar
ones in ``openstack.osa.openstack_resources`` role:
* openstack_user_identity
* openstack_user_compute
* openstack_user_network
* openstack_user_image
* openstack_user_coe
Please reffer to the role documentation and examples for more details.