DEPRECATED, Role os_panko for OpenStack-Ansible
Go to file
Dmitriy Rabotjagov a3b0443be5 Update role for new source build process
The variables panko_developer_mode and panko_venv_download
no longer carry any meaning. This review changes panko to
do the equivalent of what developer_mode was all the time,
meaning that it always builds the venv and never requires
the repo server, but it will use a repo server when available.

As part of this, we move the installation out of its own file
because it's now a single task to include the venv build role.
This is just to make it easier to follow the code.

We also change include_tasks to import_tasks and include_role
to import_role so that the tags in the python_venv_build role
will work.

Change-Id: I82f9eceb171befc1a47d18134fcc6c1482f14eef
2019-03-28 09:40:38 +02:00
defaults Update role for new source build process 2019-03-28 09:40:38 +02: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 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 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 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