951924ab51f78f984cbfa5625ce1f3b708e9fd16
Jonathan Rosser
951924ab51
Use keystone catalog and fix looking up and storing admin tenant id
Trove is now able to properly use the service catalog [1]. We have another[2] patch that this patch depends-on, which causes us to have a circular dependency. As the change is minimal, should be ok to squash them together to be able to fix that role. The paragraph bellow contains the commit message of the patch that is being squashed. The 'Get admin tenant id' task was passing invalid arguments to the os_project_facts module, and the 'Store admin tenant id' task was not using the correct variable to retrieve the project id. [1] https://review.opendev.org/#/c/574254/ [2] https://review.opendev.org/#/c/665458/ Change-Id: I779ba715d20d83b1efe4f07226a5eadd7e0a1870
Team and repository tags
OpenStack-Ansible Trove
Ansible role that installs and configures OpenStack Trove. Trove is installed behind the Apache webserver listening on port 8779 by default.
Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_trove/latest/
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_trove/
The project source code repository is located at: https://git.openstack.org/cgit/openstack/openstack-ansible-os_trove
The project home is at: https://launchpad.net/openstack-ansible
The project bug tracker is located at: https://bugs.launchpad.net/openstack-ansible
Required Variables
This list is not exhaustive at present. See role internals for further details.
# trove TCP listening port
trove_service_port:8779Example Playbook
-name: Install trove service
hosts: trove_all
user: root
roles:
-{role:"os_trove",tags:["os-trove"]}
vars:
is_metal:"{{ properties.is_metal|default(false) }}"Description
Languages
Jinja
58.4%
Python
41.6%