DEPRECATED, Role os_panko for OpenStack-Ansible
Go to file
jacky06 06e0a331a1 Replace Chinese punctuation with English punctuation
Curly quotes(Chinese punctuation) usually input from Chinese input
method. When read from english context, it makes some confusion.

Change-Id: I3f7f65b6a9a487d62641e10e0d5024b666be8e12
Closes-Bug: #1792131
2018-09-12 12:52:23 +00:00
defaults Use a common python build/install role 2018-09-03 11:09:55 +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 Add bionic to galaxy_info metadata 2018-08-20 09:24:18 +01:00
releasenotes Update reno for stable/rocky 2018-08-10 16:48:02 +00:00
tasks Use a common python build/install role 2018-09-03 11:09:55 +00:00
templates Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00
tests use include_tasks instead of include 2018-08-15 04:53:18 +00:00
vars Use a common python build/install role 2018-09-03 11:09:55 +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-03-27 15:55:14 +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 "Remove the unnecessary "="" 2018-09-08 13:45:04 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:43:28 +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-04-30 05:15:55 +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 Use the TESTING_BRANCH env var for constraints 2018-08-16 18:24:21 +01: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