This commit is contained in:
Donovan Francesco (IS) 2016-08-25 14:56:41 +02:00
parent 4b80fd260d
commit 28f3145e6b
47 changed files with 3 additions and 3 deletions

0
CHANGELOG Executable file → Normal file
View File

0
CONTRIBUTING.md → CONTRIBUTING.rst Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

6
README.rst Executable file → Normal file
View File

@ -1,8 +1,8 @@
OpenStack-Ansible trove
###############################
Ansible role that installs and configures OpenStack trove. trove is
installed behind the Apache webserver listening on port 9200 by default.
Ansible role that installs and configures OpenStack Trove. Trove is
installed behind the Apache webserver listening on port 8779 by default.
Required Variables
==================
@ -13,7 +13,7 @@ details.
.. code-block:: yaml
# trove TCP listening port
trove_service_port: 9200
trove_service_port: 8779
Example Playbook
================

0
defaults/main.yml Executable file → Normal file
View File

0
doc/Makefile Executable file → Normal file
View File

0
doc/source/conf.py Executable file → Normal file
View File

0
doc/source/index.rst Executable file → Normal file
View File

0
extras/conf.d/trove.yml.example Executable file → Normal file
View File

0
extras/env.d/trove.yml Executable file → Normal file
View File

0
extras/haproxy_trove.yml Executable file → Normal file
View File

0
extras/os-trove-install.yml Executable file → Normal file
View File

0
extras/repo_packages/openstack_trove.yml Executable file → Normal file
View File

0
handlers/main.yml Executable file → Normal file
View File

0
meta/main.yml Executable file → Normal file
View File

0
releasenotes/notes/.placeholder Executable file → Normal file
View File

0
releasenotes/source/_static/.placeholder Executable file → Normal file
View File

0
releasenotes/source/_templates/.placeholder Executable file → Normal file
View File

0
releasenotes/source/conf.py Executable file → Normal file
View File

0
releasenotes/source/index.rst Executable file → Normal file
View File

0
releasenotes/source/unreleased.rst Executable file → Normal file
View File

0
setup.cfg Executable file → Normal file
View File

0
setup.py Executable file → Normal file
View File

0
tasks/main.yml Executable file → Normal file
View File

0
tasks/trove_apache.yml Executable file → Normal file
View File

0
tasks/trove_db_setup.yml Executable file → Normal file
View File

0
tasks/trove_init.yml Executable file → Normal file
View File

0
tasks/trove_init_common.yml Executable file → Normal file
View File

0
tasks/trove_init_systemd.yml Executable file → Normal file
View File

0
tasks/trove_init_upstart.yml Executable file → Normal file
View File

0
tasks/trove_install.yml Executable file → Normal file
View File

0
tasks/trove_install_apt.yml Executable file → Normal file
View File

0
tasks/trove_post_install.yml Executable file → Normal file
View File

0
tasks/trove_pre_install.yml Executable file → Normal file
View File

0
tasks/trove_service_setup.yml Executable file → Normal file
View File

0
templates/trove-api-paste.ini.j2 Executable file → Normal file
View File

0
templates/trove-conductor.conf.j2 Executable file → Normal file
View File

0
templates/trove-guestagent.conf.j2 Executable file → Normal file
View File

0
templates/trove-httpd.conf.j2 Executable file → Normal file
View File

0
templates/trove-ports.conf.j2 Executable file → Normal file
View File

0
templates/trove-systemd-init.j2 Executable file → Normal file
View File

0
templates/trove-systemd-tempfiles.j2 Executable file → Normal file
View File

0
templates/trove-taskmanager.conf.j2 Executable file → Normal file
View File

0
templates/trove-upstart-init.j2 Executable file → Normal file
View File

0
templates/trove.conf.j2 Executable file → Normal file
View File

0
vars/ubuntu-14.04.yml Executable file → Normal file
View File

0
vars/ubuntu-16.04.yml Executable file → Normal file
View File