Files
openstack-ansible-os_trove/doc/source/index.rst
Samuel Matzek 69f47bc587 Remove trove_regular_user
Remove the unnecessary trove_regular_user.  The documenation that was
referenced [1] when this was added to the role is intended to configure
Trove for development purposes. The trove_regular_user is not used by the
Trove service and is only being created to give the developer a non-admin
user to use for testing.

[1] https://docs.openstack.org/trove/latest/install/manual_install.html

Change-Id: I7c9289e191255e92530ea62568b212320f705ff8
2017-07-27 07:52:00 -05:00

983 B

OpenStack-Ansible Trove

This Ansible role installs Trove.

To clone or view the source code for this repository, visit the role repository for os_trove.

configure-trove.rst

Default variables

../../defaults/main.yml

Required variables

This list is not exhaustive at present. See role internals for further details.

# Service and user passwords
trove_galera_password:
trove_rabbitmq_password:
trove_service_password:
trove_admin_user_password:

# Trove RPC encryption keys.
trove_taskmanager_rpc_encr_key:
trove_inst_rpc_key_encr_key:

Dependencies

None.

Example playbook

../../examples/playbook.yml