diff --git a/CHANGELOG b/CHANGELOG old mode 100755 new mode 100644 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.rst old mode 100755 new mode 100644 similarity index 100% rename from CONTRIBUTING.md rename to CONTRIBUTING.rst diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.rst b/README.rst old mode 100755 new mode 100644 index ca6232f..862ca66 --- a/README.rst +++ b/README.rst @@ -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 ================ diff --git a/defaults/main.yml b/defaults/main.yml old mode 100755 new mode 100644 diff --git a/doc/Makefile b/doc/Makefile old mode 100755 new mode 100644 diff --git a/doc/source/conf.py b/doc/source/conf.py old mode 100755 new mode 100644 diff --git a/doc/source/index.rst b/doc/source/index.rst old mode 100755 new mode 100644 diff --git a/extras/conf.d/trove.yml.example b/extras/conf.d/trove.yml.example old mode 100755 new mode 100644 diff --git a/extras/env.d/trove.yml b/extras/env.d/trove.yml old mode 100755 new mode 100644 diff --git a/extras/haproxy_trove.yml b/extras/haproxy_trove.yml old mode 100755 new mode 100644 diff --git a/extras/os-trove-install.yml b/extras/os-trove-install.yml old mode 100755 new mode 100644 diff --git a/extras/repo_packages/openstack_trove.yml b/extras/repo_packages/openstack_trove.yml old mode 100755 new mode 100644 diff --git a/handlers/main.yml b/handlers/main.yml old mode 100755 new mode 100644 diff --git a/meta/main.yml b/meta/main.yml old mode 100755 new mode 100644 diff --git a/releasenotes/notes/.placeholder b/releasenotes/notes/.placeholder old mode 100755 new mode 100644 diff --git a/releasenotes/source/_static/.placeholder b/releasenotes/source/_static/.placeholder old mode 100755 new mode 100644 diff --git a/releasenotes/source/_templates/.placeholder b/releasenotes/source/_templates/.placeholder old mode 100755 new mode 100644 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py old mode 100755 new mode 100644 diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst old mode 100755 new mode 100644 diff --git a/releasenotes/source/unreleased.rst b/releasenotes/source/unreleased.rst old mode 100755 new mode 100644 diff --git a/setup.cfg b/setup.cfg old mode 100755 new mode 100644 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 diff --git a/tasks/main.yml b/tasks/main.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_apache.yml b/tasks/trove_apache.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_db_setup.yml b/tasks/trove_db_setup.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_init.yml b/tasks/trove_init.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_init_common.yml b/tasks/trove_init_common.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_init_systemd.yml b/tasks/trove_init_systemd.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_init_upstart.yml b/tasks/trove_init_upstart.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_install.yml b/tasks/trove_install.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_install_apt.yml b/tasks/trove_install_apt.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_post_install.yml b/tasks/trove_post_install.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_pre_install.yml b/tasks/trove_pre_install.yml old mode 100755 new mode 100644 diff --git a/tasks/trove_service_setup.yml b/tasks/trove_service_setup.yml old mode 100755 new mode 100644 diff --git a/templates/trove-api-paste.ini.j2 b/templates/trove-api-paste.ini.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-conductor.conf.j2 b/templates/trove-conductor.conf.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-guestagent.conf.j2 b/templates/trove-guestagent.conf.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-httpd.conf.j2 b/templates/trove-httpd.conf.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-ports.conf.j2 b/templates/trove-ports.conf.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-systemd-init.j2 b/templates/trove-systemd-init.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-systemd-tempfiles.j2 b/templates/trove-systemd-tempfiles.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-taskmanager.conf.j2 b/templates/trove-taskmanager.conf.j2 old mode 100755 new mode 100644 diff --git a/templates/trove-upstart-init.j2 b/templates/trove-upstart-init.j2 old mode 100755 new mode 100644 diff --git a/templates/trove.conf.j2 b/templates/trove.conf.j2 old mode 100755 new mode 100644 diff --git a/vars/ubuntu-14.04.yml b/vars/ubuntu-14.04.yml old mode 100755 new mode 100644 diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu-16.04.yml old mode 100755 new mode 100644