Update
This commit is contained in:
47 changed files with 3 additions and 3 deletions
0
CONTRIBUTING.md → CONTRIBUTING.rst
Executable file → Normal file
0
CONTRIBUTING.md → CONTRIBUTING.rst
Executable file → Normal file
6
README.rst
Executable file → Normal file
6
README.rst
Executable file → Normal 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
0
defaults/main.yml
Executable file → Normal file
0
doc/Makefile
Executable file → Normal file
0
doc/Makefile
Executable file → Normal file
0
doc/source/conf.py
Executable file → Normal file
0
doc/source/conf.py
Executable file → Normal file
0
doc/source/index.rst
Executable file → Normal file
0
doc/source/index.rst
Executable file → Normal file
0
extras/conf.d/trove.yml.example
Executable file → Normal file
0
extras/conf.d/trove.yml.example
Executable file → Normal file
0
extras/env.d/trove.yml
Executable file → Normal file
0
extras/env.d/trove.yml
Executable file → Normal file
0
extras/haproxy_trove.yml
Executable file → Normal file
0
extras/haproxy_trove.yml
Executable file → Normal file
0
extras/os-trove-install.yml
Executable file → Normal file
0
extras/os-trove-install.yml
Executable file → Normal file
0
extras/repo_packages/openstack_trove.yml
Executable file → Normal file
0
extras/repo_packages/openstack_trove.yml
Executable file → Normal file
0
handlers/main.yml
Executable file → Normal file
0
handlers/main.yml
Executable file → Normal file
0
meta/main.yml
Executable file → Normal file
0
meta/main.yml
Executable file → Normal file
0
releasenotes/notes/.placeholder
Executable file → Normal file
0
releasenotes/notes/.placeholder
Executable file → Normal file
0
releasenotes/source/_static/.placeholder
Executable file → Normal file
0
releasenotes/source/_static/.placeholder
Executable file → Normal file
0
releasenotes/source/_templates/.placeholder
Executable file → Normal file
0
releasenotes/source/_templates/.placeholder
Executable file → Normal file
0
releasenotes/source/conf.py
Executable file → Normal file
0
releasenotes/source/conf.py
Executable file → Normal file
0
releasenotes/source/index.rst
Executable file → Normal file
0
releasenotes/source/index.rst
Executable file → Normal file
0
releasenotes/source/unreleased.rst
Executable file → Normal file
0
releasenotes/source/unreleased.rst
Executable file → Normal file
0
tasks/main.yml
Executable file → Normal file
0
tasks/main.yml
Executable file → Normal file
0
tasks/trove_apache.yml
Executable file → Normal file
0
tasks/trove_apache.yml
Executable file → Normal file
0
tasks/trove_db_setup.yml
Executable file → Normal file
0
tasks/trove_db_setup.yml
Executable file → Normal file
0
tasks/trove_init.yml
Executable file → Normal file
0
tasks/trove_init.yml
Executable file → Normal file
0
tasks/trove_init_common.yml
Executable file → Normal file
0
tasks/trove_init_common.yml
Executable file → Normal file
0
tasks/trove_init_systemd.yml
Executable file → Normal file
0
tasks/trove_init_systemd.yml
Executable file → Normal file
0
tasks/trove_init_upstart.yml
Executable file → Normal file
0
tasks/trove_init_upstart.yml
Executable file → Normal file
0
tasks/trove_install.yml
Executable file → Normal file
0
tasks/trove_install.yml
Executable file → Normal file
0
tasks/trove_install_apt.yml
Executable file → Normal file
0
tasks/trove_install_apt.yml
Executable file → Normal file
0
tasks/trove_post_install.yml
Executable file → Normal file
0
tasks/trove_post_install.yml
Executable file → Normal file
0
tasks/trove_pre_install.yml
Executable file → Normal file
0
tasks/trove_pre_install.yml
Executable file → Normal file
0
tasks/trove_service_setup.yml
Executable file → Normal file
0
tasks/trove_service_setup.yml
Executable file → Normal file
0
templates/trove-api-paste.ini.j2
Executable file → Normal file
0
templates/trove-api-paste.ini.j2
Executable file → Normal file
0
templates/trove-conductor.conf.j2
Executable file → Normal file
0
templates/trove-conductor.conf.j2
Executable file → Normal file
0
templates/trove-guestagent.conf.j2
Executable file → Normal file
0
templates/trove-guestagent.conf.j2
Executable file → Normal file
0
templates/trove-httpd.conf.j2
Executable file → Normal file
0
templates/trove-httpd.conf.j2
Executable file → Normal file
0
templates/trove-ports.conf.j2
Executable file → Normal file
0
templates/trove-ports.conf.j2
Executable file → Normal file
0
templates/trove-systemd-init.j2
Executable file → Normal file
0
templates/trove-systemd-init.j2
Executable file → Normal file
0
templates/trove-systemd-tempfiles.j2
Executable file → Normal file
0
templates/trove-systemd-tempfiles.j2
Executable file → Normal file
0
templates/trove-taskmanager.conf.j2
Executable file → Normal file
0
templates/trove-taskmanager.conf.j2
Executable file → Normal file
0
templates/trove-upstart-init.j2
Executable file → Normal file
0
templates/trove-upstart-init.j2
Executable file → Normal file
0
templates/trove.conf.j2
Executable file → Normal file
0
templates/trove.conf.j2
Executable file → Normal file
0
vars/ubuntu-14.04.yml
Executable file → Normal file
0
vars/ubuntu-14.04.yml
Executable file → Normal file
0
vars/ubuntu-16.04.yml
Executable file → Normal file
0
vars/ubuntu-16.04.yml
Executable file → Normal file
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.