DEPRECATED, Role os_panko for OpenStack-Ansible
Go to file
OpenDev Sysadmins 1c97d364f4 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:24 +00:00
defaults Update role for new source build process 2019-03-28 09:40:38 +02:00
doc docs: drop sphinxmark 2019-04-04 05:06:26 +00:00
examples Replace port 35357 with 5000 2018-06-24 16:25:55 +00:00
handlers Use a common python build/install role 2018-09-03 11:09:55 +00:00
meta debian: add support 2019-04-11 00:38:02 +00:00
releasenotes Update master for stable/stein 2019-04-08 09:20:46 +00:00
tasks Update role for new source build process 2019-03-28 09:40:38 +02:00
templates Add panko-expirer cron job 2018-12-24 09:37:41 +01:00
tests Update role for new source build process 2019-03-28 09:40:38 +02:00
vars Rename SUSE vars file to cater for any version 2018-09-16 02:00:30 +00:00
zuul.d Test using integrated build 2019-03-29 16:39:46 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:54:34 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:24 +00:00
CONTRIBUTING.rst Replace Chinese punctuation with English punctuation 2018-09-12 12:52:23 +00:00
LICENSE Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00
README.rst Merge "Add bugs url link to README" 2018-11-30 20:42:18 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:21:19 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2019-03-22 22:04:34 +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-02-27 06:06:02 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-11-25 14:54:06 -05:00
setup.py Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00
tox.ini fix tox python3 overrides 2018-09-26 18:44:09 -04: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://git.openstack.org/cgit/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