Plugins for OpenStack-Ansible
Go to file
Dmitriy Rabotyagov 8ecfce0082 Set the default domain for the role_assignment
From time to time it might happen in deployments, that some project
will create a service user in their domains. When this happens and
domain is not supplied for the role_assignment module fails with
multiple users with the same name exist.

However, domain param is used not only for lookups but also for
scoped assignments [1]. When project is not supplied, domain scope
will be assigned. And when domain is not defined, then system scope
will be applied. But since all projects (except keystone) have reverted
their system_scope efforts, we can safely set default for the domain
to workaround potential issues with lookups.

[1] https://docs.ansible.com/ansible/latest/collections/openstack/cloud/role_assignment_module.html#parameter-domain

Change-Id: Ia406d101632806d18495380d8911468ea14bc502
2023-11-07 16:03:55 +01:00
callback Remove debug_message_collector plugin 2017-09-08 12:46:52 -05:00
doc Switch sphinx language to en 2022-05-30 16:01:46 +02:00
examples Remove py_pkgs and packages_file lookups 2019-04-24 14:50:00 +01:00
meta Remove references to unsupported operating systems 2021-03-16 08:27:05 +00:00
plugins Remove retries decorator from ssh plugin 2023-10-26 13:28:20 +01:00
releasenotes Merge "Allow to manage more the one vhost with mq_setup" 2023-08-18 15:30:10 +00:00
roles Set the default domain for the role_assignment 2023-11-07 16:03:55 +01:00
tests Generate SSH certificates for delegation test 2023-10-19 18:47:48 +00:00
zuul.d Revert "Ensure systemd-udev is installed for gluster" 2023-03-30 17:50:13 +00:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:07:15 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:12 +00:00
CONTRIBUTING.rst Replace Chinese punctuation with English punctuation 2018-09-12 12:59:23 +00:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
README.rst Update invalid link for README 2019-08-20 00:24:55 -07:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:49:16 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:22:09 +00:00
connection Make plugins usable as part of collection 2022-01-12 13:41:09 +00:00
filter Make plugins usable as part of collection 2022-01-12 13:41:09 +00:00
galaxy.yml Switch collection to openstack namespace, rename to 'osa' 2022-01-11 09:44:35 +00:00
library Fix modules location 2022-01-13 23:19:42 +02:00
manual-test.rc Use centralised test scripts 2016-09-28 12:04:13 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2022-03-29 17:19:43 +00:00
strategy Make plugins usable as part of collection 2022-01-12 13:41:09 +00:00
tox.ini Use hostnamectl command to fetch hostname 2022-12-28 21:35:01 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible plugins

These are the plugins the OpenStack-Ansible deployment project relies on. The plugins can be added to any Ansible project by simply cloning this repository and setting up the ansible.cfg file to point at them as additional plugins for your project.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-plugins/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-plugins/

The project source code repository is located at:

https://opendev.org/openstack/openstack-ansible-plugins/

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

https://bugs.launchpad.net/openstack-ansible