Role os_magnum for OpenStack-Ansible
Go to file
Jesse Pretorius 5678153fa9 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/glance/cinder client libraries are 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.

Depends-On: https://review.openstack.org/582359
Depends-On: https://review.openstack.org/582579
Depends-On: https://review.openstack.org/582957
Depends-On: https://review.openstack.org/583430
Change-Id: Id3b9d57981006d3f7abbb94af5f72214db3da6cb
2018-08-08 10:36:16 +00:00
defaults Execute service setup against a delegated host using Ansible built-in modules 2018-08-08 10:36:16 +00:00
doc Update to use oslo.messaging service for RPC and Notify 2018-07-20 11:53:00 +00:00
examples Remove unnecessary MQ vhost/user creation tasks/vars 2018-07-30 12:02:24 +00:00
files Add files/ directory 2016-01-08 16:34:22 -06:00
handlers Refactor services to magnum_services 2018-02-18 12:58:54 -05:00
library Add config_template library from OSA 2016-01-05 13:09:23 -06:00
meta Remove pip_install dependency 2017-12-05 11:55:22 +00:00
releasenotes Execute service setup against a delegated host using Ansible built-in modules 2018-08-08 10:36:16 +00:00
tasks Execute service setup against a delegated host using Ansible built-in modules 2018-08-08 10:36:16 +00:00
templates Update to use oslo.messaging service for RPC and Notify 2018-07-20 11:53:00 +00:00
tests Execute service setup against a delegated host using Ansible built-in modules 2018-08-08 10:36:16 +00:00
vars Refactor services to magnum_services 2018-02-18 12:58:54 -05:00
zuul.d Switch non-voting jobs to use Zuul stanza 2018-06-20 20:40:25 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:53:20 +00:00
.gitreview Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
CONTRIBUTING.rst Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
LICENSE Make license plain-text 2016-01-05 10:59:58 -06:00
README.rst Add release notes link to README 2018-06-15 00:47:41 -07:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:42:16 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:16 +00:00
manual-test.rc Add basic functional tests to role 2016-10-04 15:18:12 -07:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:15:00 +00:00
setup.cfg Update the home-page link 2018-06-22 23:41:41 -04:00
setup.py Updated from global requirements 2017-03-02 11:51:54 +00:00
tox.ini Use tests repo for common role test requirements 2018-07-01 17:05:48 +01:00

README.rst

Team and repository tags

image

OpenStack-Ansible Magnum

Ansible role that installs and configures OpenStack Magnum.

Documentation for this project can be found at:

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

Release notes for the project can be found at:

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

The project home is at:

https://launchpad.net/openstack-ansible