DEPRECATED, Role os_panko for OpenStack-Ansible
Go to file
Zuul b76be716b1 Merge "Add bugs url link to README" 2018-11-30 20:42:18 +00:00
defaults Enable overriding the service setup host python interpreter 2018-11-30 16:27:00 +00:00
doc Follow the new PTI for document build 2018-07-12 22:10:01 +01:00
examples Replace port 35357 with 5000 2018-06-24 16:25:55 +00:00
extras use include_tasks instead of include 2018-08-15 04:53:18 +00:00
handlers Use a common python build/install role 2018-09-03 11:09:55 +00:00
meta Remove pip_install meta dependency 2018-09-16 03:27:37 +00:00
releasenotes Update reno for stable/rocky 2018-08-10 16:48:02 +00:00
tasks Enable overriding the service setup host python interpreter 2018-11-30 16:27:00 +00:00
templates Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00
tests Set container_name as host_var in test inventory 2018-10-22 12:54:19 +01:00
vars Rename SUSE vars file to cater for any version 2018-09-16 02:00:30 +00:00
zuul.d switch documentation job to new PTI 2018-08-21 13:22:02 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:54:34 +00:00
.gitreview Update branch for master, and add scaffolding for openstack-infra 2018-02-21 11:41:27 +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 Update branch for master, and add scaffolding for openstack-infra 2018-02-21 11:41:27 +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 2018-09-29 04:55:41 +00:00
setup.cfg Openstack Ansible panko service role created 2018-01-05 14:59:49 +03: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