openstack-ansible-os_trove/doc/source/index.rst
Kyle L. Henderson 7a803e4946 Add RPC encryption key support
In the Ocata release, trove added support for encrypting the rpc
communication between the guest instances and the control plane.
These settings allow the user to specify installation specific
keys versus using the default keys.

This cherry pick includes: I4d34b7e68b69ce30ee1fb08e7495cd22fa157495

Change-Id: Ie42d754d58e983a15b553ad8a399813c9a700344
2017-04-17 01:11:41 +00:00

962 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.

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_regular_user_password:

# Trove RPC encryption keys.
trove_taskmanager_rpc_encr_key:
trove_inst_rpc_key_encr_key:

Dependencies

None.

Example playbook

../../examples/playbook.yml