RETIRED, Role os_watcher for OpenStack-Ansible
Go to file
huang.zhiping 9daf68b85d import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ic74a53d79da98a53c84e7d81bc5a2f6184962d44
Story: #2002586
Task: #24319
2018-08-21 13:19:03 +00:00
defaults Move MQ vhost/user creation into role 2018-07-27 12:24:39 +01:00
doc Updated from global requirements 2018-03-15 07:39:31 +00:00
examples Trivial: Fix the pep8 warning 2018-08-06 07:58:26 +00:00
handlers Initial commit 2016-08-22 13:37:00 -04:00
meta Add bionic to galaxy_info metadata 2018-08-02 20:32:31 +00:00
releasenotes Update reno for stable/rocky 2018-08-10 16:48:49 +00:00
tasks Updated from OpenStack Ansible Tests 2018-08-20 10:50:50 +00:00
templates Update to use oslo.messaging service for RPC and Notify 2018-07-26 09:16:46 +00:00
tests Merge "Trivial: Fix the pep8 warning" 2018-08-17 05:19:37 +00:00
vars Rename package lists (and related vars) appropriately 2016-08-30 20:01:21 +01:00
zuul.d import zuul job settings from project-config 2018-08-21 13:19:03 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:57:08 +00:00
.gitreview Add scaffolding for OpenStack-CI tests 2016-08-24 10:38:52 -04:00
CONTRIBUTING.rst Update links in CONTRIBUTING.rst 2017-09-19 09:58:07 +08:00
LICENSE Initial commit 2016-08-22 13:37:00 -04:00
README.rst Add the project source code repository in README 2018-08-15 04:02:24 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:44:40 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:48 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 11:38:40 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:16:53 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:46:12 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:13 +00:00
tox.ini Use the TESTING_BRANCH env var for constraints 2018-08-16 18:28:17 +01:00

README.rst

Team and repository tags

image

OpenStack Watcher

Ansible Role that installs and configures OpenStack Watcher.

This role will install the following:
  • watcher-api
  • watcher-decision-engine
  • watcher-applier

The role will configure Watcher, but does not provision messaging backend or MariaDB.

This role is intended to work primarily with OpenStack-Ansible, but consuming this role by setting the appropriate variables should be possible. See the tests/test-install-watcher.yml for example playbook.

Default Variables

../../defaults/main.yml

Example Playbook

- name: Install watcher service
  hosts: watcher_all
  user: root
  roles:
    - { role: "os_watcher", tags: [ "os-watcher" ] }
  vars:
    watcher_galera_password: "secrete"
    watcher_oslomsg_rpc_password: "secrete"
    watcher_service_password: "secrete"

Tags

This role supports two tags: watcher-install and watcher-config.

The watcher-install tag can be used to install and upgrade.

The watcher-config tag can be used to maintain configuration of the service.

OpenStack-Ansible Watcher

Documentation for the project can be found at:

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

Release notes for the project can be found at:

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

The project source code repository is located at:

https://git.openstack.org/cgit/openstack/openstack-ansible-os_watcher/

The project home is at:

https://launchpad.net/openstack-ansible