DEPRECATED, Role os_panko for OpenStack-Ansible
Go to file
Jonathan Rosser a8c3c65372 Remove CI jobs to allow db setup patch to merge
This requires patches to merge at the same time in os_panko,
os_gnocchi and os_aodh which is not possible.

Change-Id: I301a09fc94ed8f6e877f6cf9790b3d40626e859d
2020-09-28 17:17:56 +01:00
defaults Cleanup after repo_build and pip_install retirement 2020-05-13 16:39:31 +08:00
doc Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:41:58 +00:00
examples Trivial: Fix the pep8 warning 2020-03-30 11:55:45 +01:00
handlers Start using uWSGI role 2019-09-06 00:45:45 +03:00
meta Clarify supported OS versions 2019-05-21 08:13:49 +00:00
releasenotes Use newer openstackdocstheme and reno versions 2020-06-03 20:03:54 +02:00
tasks Updated from OpenStack Ansible Tests 2020-08-12 11:34:53 +00:00
templates Refactor memcached_servers 2020-03-16 14:52:37 +00:00
tests Cleanup after repo_build and pip_install retirement 2020-05-13 16:39:31 +08:00
vars Add centos-8 support 2020-07-22 14:33:25 -04:00
zuul.d Remove CI jobs to allow db setup patch to merge 2020-09-28 17:17:56 +01:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:06:43 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:24 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 22:56:09 +03:00
LICENSE Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00
README.rst Change tests source to opendev 2019-05-21 08:52:28 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2019-07-20 09:36:41 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2020-05-22 07:08:02 +00:00
manual-test.rc Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00
run_tests.sh Updated from OpenStack Ansible Tests 2019-07-20 09:36:41 +00:00
setup.cfg Cleanup py27 support 2020-04-14 18:32:50 +08:00
setup.py Cleanup py27 support 2020-04-14 18:32:50 +08:00
tox.ini Cleanup py27 support 2020-04-14 18:32:50 +08:00

README.rst

Team and repository tags

image

OpenStack panko

Ansible role that installs and configures OpenStack panko as the event functionality of Telemetry.

This role will install the following:
  • panko-api

The role will configure panko to use mariaDB for event storage

Default Variables

../../defaults/main.yml

Required Variables

To use this role, define the following variables:

panko_container_db_password: "secrete"
# Password used for Keystone panko service user
panko_service_password: "secrete"
# Needed for panko to talk to memcached
memcached_servers: 127.0.0.1
memcached_encryption_key: "some_key"
# Needed to setup the panko service in Keystone
keystone_admin_user_name: admin
keystone_admin_tenant_name: admin
keystone_auth_admin_password: "SuperSecretePassword"
keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
keystone_service_internaluri: "http://1.2.3.4:5000"
keystone_service_internalurl: "{{ keystone_service_internaluri }}/v3"
keystone_service_adminuri: "http://5.6.7.8:5000"
keystone_service_adminurl: "{{ keystone_service_adminuri }}/v3"

OpenStack-Ansible Panko

Ansible role to install OpenStack Panko.

Documentation for the project can be found at:

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

Release notes for the project can be found at:

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

The project source code repository is located at:

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

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

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