Role os_monasca for OpenStack-Ansible
Go to file
Jesse Pretorius 4b46ce34a7 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.

Change-Id: I673a465863559d6fc72e4fdcd5da2ab788e561ab
2018-07-12 18:03:14 +01:00
defaults Execute service setup against a delegated host using Ansible built-in modules 2018-07-12 18:03:14 +01:00
doc Updated from global requirements 2018-03-26 08:17:55 +00:00
examples Trivial: Fix the pep8 warning 2018-05-07 11:19:14 +08:00
extras Move database creation into role 2018-06-28 16:24:35 +01:00
handlers Do not log passwords 2018-04-24 20:10:45 +08:00
library Fix for monasca modules and other minor changes 2017-08-03 15:10:25 +02:00
meta Execute service setup against a delegated host using Ansible built-in modules 2018-07-12 18:03:14 +01:00
releasenotes Execute service setup against a delegated host using Ansible built-in modules 2018-07-12 18:03:14 +01:00
tasks Execute service setup against a delegated host using Ansible built-in modules 2018-07-12 18:03:14 +01:00
templates Non-ascii characters in files 2018-05-10 10:52:36 +02:00
tests Execute service setup against a delegated host using Ansible built-in modules 2018-07-12 18:03:14 +01:00
vars Monasca role refactoring[+docs] 2017-06-19 14:45:02 -03:00
zuul.d Switch non-voting jobs to use Zuul stanza 2018-06-13 21:45:24 -04:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:53:49 +00:00
.gitreview Role skeleton for os_monasca 2016-08-25 09:15:23 -04:00
CONTRIBUTING.rst Role skeleton for os_monasca 2016-08-25 09:15:23 -04:00
LICENSE Role skeleton for os_monasca 2016-08-25 09:15:23 -04:00
README.rst Add release notes link to README 2018-06-15 00:34:58 -07:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:42:39 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:20 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:15:14 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:43:45 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:56 +00:00
tox.ini Use tests repo for common role test requirements 2018-07-02 12:51:21 -04:00

README.rst

Team and repository tags

image

OpenStack-Ansible Monasca

Ansible role for deploying Monasca Monitoring-as-a-Service.

Documentation for this project can be found at:

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

Release notes for the project can be found at:

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

The project home is at:

https://launchpad.net/openstack-ansible