Go to file
wangqi 0f8d86c877 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ic837b3c1b999368301f508d265244c2f4cce6933
2020-03-30 11:55:45 +01:00
2020-03-16 14:52:37 +00:00
2019-11-21 16:35:37 +00:00
2020-03-30 11:55:45 +01:00
2019-09-06 00:45:45 +03:00
2019-05-21 08:13:49 +00:00
2020-03-16 14:52:37 +00:00
2019-09-06 00:45:45 +03:00
2019-09-06 00:45:45 +03:00
2019-05-20 20:30:13 +03:00
2019-04-19 19:26:24 +00:00
2019-05-21 08:52:28 +00:00

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

Description
DEPRECATED, Role os_panko for OpenStack-Ansible
Readme 1.3 MiB