To operate properly the trove guest agent needs access to rabbitmq and also the neutron network for trove to use must be created and defined in the trove.conf file. This changeset adds documentation, tasks and configuration defaults to setup the networking for trove. Change-Id: Idcf87c2eef0af475c02412f03433d22d7b08643f
1016 B
1016 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_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