DEPRECATED, Role os_congress for OpenStack-Ansible
Go to file
Jesse Pretorius b335e3c672 Execute service setup against a delegated host using Ansible built-in modules
In order to reduce the packages required to pip install on to the hosts,
we allow the service setup to be delegated to a specific host, defaulting
to the deploy host. We also switch as many tasks as possible to using the
built-in Ansible modules which make use of the shade library.

The 'virtualenv' package is now installed appropriately by the openstack_hosts
role, so there's no need to install it any more. The 'httplib2' package is a
legacy Ansible requirement for the get_url/get_uri module which is no longer
needed. The keystone client library is not required any more now that we're
using the upstream modules. As there are no required packages left, the task
to install them is also removed.

With the dependent patches, the openstack_openrc role is now executed once
on the designated host, so it is no longer required as a meta-dependency for
the role.

Depends-On: https://review.openstack.org/579233
Depends-On: https://review.openstack.org/579959
Change-Id: Ie32143ba23b964f9ceda98f00ff9cfa1c7a131d6
2018-07-06 13:49:37 +00:00
defaults Execute service setup against a delegated host using Ansible built-in modules 2018-07-06 13:49:37 +00:00
doc Follow the new PTI for document build 2018-03-12 12:09:48 +08:00
handlers Introduce os_congress role in gerrit 2018-02-14 10:17:23 +05:00
meta Execute service setup against a delegated host using Ansible built-in modules 2018-07-06 13:49:37 +00:00
releasenotes/source Introduce os_congress role in gerrit 2018-02-14 10:17:23 +05:00
tasks Execute service setup against a delegated host using Ansible built-in modules 2018-07-06 13:49:37 +00:00
templates Replace port 35357 with 5000 for "auth_port" 2018-05-21 13:21:15 +07:00
tests Execute service setup against a delegated host using Ansible built-in modules 2018-07-06 13:49:37 +00:00
vars Introduce os_congress role in gerrit 2018-02-14 10:17:23 +05:00
zuul.d Modify zuul jobs 2017-10-31 11:42:21 +05:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:51:12 +00:00
.gitreview Introduce os_congress role in gerrit 2018-02-14 10:17:23 +05:00
README.rst Add source code repository notes link to README 2018-06-30 05:17:25 -04:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:40:56 +00:00
bindep.txt Introduce os_congress role in gerrit 2018-02-14 10:17:23 +05:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:13:50 +00:00
setup.cfg Filling out all requirements 2017-09-14 14:31:59 +05:00
setup.py Introduce os_congress role in gerrit 2018-02-14 10:17:23 +05:00
tox.ini Use tests repo for common role test requirements 2018-07-02 12:42:12 -04:00

README.rst

OpenStack-Ansible Congress

Ansible role that will install and configure Congress, a policy framework for OpenStack.

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_congress/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_congress/

The project source code repository is located at: https://git.openstack.org/cgit/openstack/openstack-ansible-os_congress/

The project home is at: http://launchpad.net/openstack-ansible