From c30e4a5a34b96dcc8b8bbf53864f81945d2107ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Steinm=C3=BCller?= Date: Wed, 17 Apr 2019 23:43:21 +0000 Subject: [PATCH] Retire openstack-ansible-os_zaqar Change-Id: Id1b0aa720d293298ab48fae2e926e79fb7df4511 --- .gitignore | 75 --- CONTRIBUTING.rst | 119 ---- LICENSE | 202 ------ README.rst | 73 +-- Vagrantfile | 56 -- bindep.txt | 55 -- defaults/main.yml | 150 ----- doc/Makefile | 195 ------ doc/requirements.txt | 9 - doc/source/conf.py | 312 --------- doc/source/index.rst | 6 - files/logging.conf | 49 -- handlers/main.yml | 42 -- manual-test.rc | 33 - meta/main.yml | 36 -- meta/openstack-ansible.yml | 20 - os-zaqar-install.yml | 14 - releasenotes/notes/.placeholder | 0 ...eprecate_auth_plugin-817a32e7139674e1.yaml | 5 - ...ar-only-install-venv-76801d8a0053772d.yaml | 5 - .../notes/package-state-42147797fa47d348.yaml | 13 - releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 285 --------- releasenotes/source/index.rst | 10 - releasenotes/source/rocky.rst | 6 - releasenotes/source/stein.rst | 6 - releasenotes/source/unreleased.rst | 5 - run_tests.sh | 95 --- setup.cfg | 24 - setup.py | 29 - tasks/main.yml | 37 -- tasks/zaqar_apache.yml | 74 --- tasks/zaqar_install.yml | 51 -- tasks/zaqar_nginx.yml | 55 -- tasks/zaqar_post_install.yml | 34 - tasks/zaqar_pre_install.yml | 67 -- tasks/zaqar_service_setup.yml | 104 --- templates/zaqar-httpd.conf.j2 | 17 - templates/zaqar-nginx.conf.j2 | 10 - templates/zaqar-wsgi.py.j2 | 23 - templates/zaqar.conf.j2 | 601 ------------------ templates/zaqar_apache_ports.conf.j2 | 3 - tests/ansible-role-requirements.yml | 49 -- tests/group_vars/all_containers.yml | 25 - tests/host_vars/infra1.yml | 19 - tests/host_vars/localhost.yml | 17 - tests/host_vars/openstack1.yml | 19 - tests/inventory | 31 - tests/test-install-zaqar.yml | 25 - tests/test-zaqar-functional.yml | 26 - tests/test.yml | 32 - tox.ini | 104 --- vars/debian.yml | 36 -- vars/main.yml | 28 - zuul.d/project.yaml | 42 -- 56 files changed, 8 insertions(+), 3450 deletions(-) delete mode 100644 .gitignore delete mode 100644 CONTRIBUTING.rst delete mode 100644 LICENSE delete mode 100644 Vagrantfile delete mode 100644 bindep.txt delete mode 100644 defaults/main.yml delete mode 100644 doc/Makefile delete mode 100644 doc/requirements.txt delete mode 100644 doc/source/conf.py delete mode 100644 doc/source/index.rst delete mode 100644 files/logging.conf delete mode 100644 handlers/main.yml delete mode 100644 manual-test.rc delete mode 100644 meta/main.yml delete mode 100644 meta/openstack-ansible.yml delete mode 100644 os-zaqar-install.yml delete mode 100644 releasenotes/notes/.placeholder delete mode 100644 releasenotes/notes/deprecate_auth_plugin-817a32e7139674e1.yaml delete mode 100644 releasenotes/notes/os_zaqar-only-install-venv-76801d8a0053772d.yaml delete mode 100644 releasenotes/notes/package-state-42147797fa47d348.yaml delete mode 100644 releasenotes/source/_static/.placeholder delete mode 100644 releasenotes/source/_templates/.placeholder delete mode 100644 releasenotes/source/conf.py delete mode 100644 releasenotes/source/index.rst delete mode 100644 releasenotes/source/rocky.rst delete mode 100644 releasenotes/source/stein.rst delete mode 100644 releasenotes/source/unreleased.rst delete mode 100755 run_tests.sh delete mode 100644 setup.cfg delete mode 100644 setup.py delete mode 100644 tasks/main.yml delete mode 100644 tasks/zaqar_apache.yml delete mode 100644 tasks/zaqar_install.yml delete mode 100644 tasks/zaqar_nginx.yml delete mode 100644 tasks/zaqar_post_install.yml delete mode 100644 tasks/zaqar_pre_install.yml delete mode 100644 tasks/zaqar_service_setup.yml delete mode 100644 templates/zaqar-httpd.conf.j2 delete mode 100644 templates/zaqar-nginx.conf.j2 delete mode 100644 templates/zaqar-wsgi.py.j2 delete mode 100644 templates/zaqar.conf.j2 delete mode 100644 templates/zaqar_apache_ports.conf.j2 delete mode 100644 tests/ansible-role-requirements.yml delete mode 100644 tests/group_vars/all_containers.yml delete mode 100644 tests/host_vars/infra1.yml delete mode 100644 tests/host_vars/localhost.yml delete mode 100644 tests/host_vars/openstack1.yml delete mode 100644 tests/inventory delete mode 100644 tests/test-install-zaqar.yml delete mode 100644 tests/test-zaqar-functional.yml delete mode 100644 tests/test.yml delete mode 100644 tox.ini delete mode 100644 vars/debian.yml delete mode 100644 vars/main.yml delete mode 100644 zuul.d/project.yaml diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ce47fe6..0000000 --- a/.gitignore +++ /dev/null @@ -1,75 +0,0 @@ -# Compiled source # -################### -*.com -*.class -*.dll -*.exe -*.o -*.so -*.pyc -build/ -dist/ -doc/build/ - -# Packages # -############ -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods -*.7z -*.dmg -*.gz -*.iso -*.jar -*.rar -*.tar -*.zip - -# Logs and databases # -###################### -*.log -*.sql -*.sqlite -logs/* - -# OS generated files # -###################### -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -.idea -.tox -*.sublime* -*.egg-info -Icon? -ehthumbs.db -Thumbs.db -.eggs - -# User driven backup files # -############################ -*.bak -*.swp - -# Generated by pbr while building docs -###################################### -AUTHORS -ChangeLog - -# Files created by releasenotes build -releasenotes/build - -# Test temp files -tests/common -tests/*.retry - -# Vagrant artifacts -.vagrant - -# Git clones -openstack-ansible-ops -previous - -# Editor files -.vscode diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst deleted file mode 100644 index 2052b24..0000000 --- a/CONTRIBUTING.rst +++ /dev/null @@ -1,119 +0,0 @@ -OpenStack-Ansible Zaqar -####################### -:tags: openstack, zaqar, cloud, ansible -:category: \*nix - -Contributor Guidelines -^^^^^^^^^^^^^^^^^^^^^^ - -Filing Bugs ------------ - -Bugs should be filed on Launchpad, not GitHub: "https://bugs.launchpad.net/openstack-ansible" - - -When submitting a bug, or working on a bug, please ensure the following -criteria are met: - * The description clearly states or describes the original problem or root - cause of the problem. - * Include historical information on how the problem was identified. - * Any relevant logs are included. - * The provided information should be totally self-contained. External - access to web services/sites should not be needed. - * Steps to reproduce the problem if possible. - - -Submitting Code ---------------- - -Changes to the project should be submitted for review via the Gerrit tool, -following the workflow documented at: -"http://docs.openstack.org/infra/manual/developers.html#development-workflow" - -Pull requests submitted through GitHub will be ignored and closed without -regard. - -If you wish to test your changes locally prior to submitting them for review -you can use the ``Vagrantfile`` included in the root of this repository. It -aims to replicate the gate check testing that will be done by OpenStack CI -once your review has been submitted. - -To run tests: - -.. code-block:: shell-session - - # vagrant up - -The Vagrant box will run all tests and report status in the output. If you -need to iterate through a fix/test cycle, tests can be re-run in a running -Vagrant box with: - -.. code-block:: shell-session - - # vagrant provision - - -Extra ------ - -Tags: - If it's a bug that needs fixing in a branch in addition to Master, add a - '\-backport-potential' tag (eg ``juno-backport-potential``). - There are predefined tags that will autocomplete. - -Status: - Please leave this alone, it should be New till someone triages the issue. - -Importance: - Should only be touched if it is a Blocker/Gating issue. If it is, please - set to High, and only use Critical if you have found a bug that can take - down whole infrastructures. - - -Style guide ------------ - -When creating tasks and other roles for use in Ansible please create then -using the YAML dictionary format. - -Example YAML dictionary format: - .. code-block:: yaml - - - name: The name of the tasks - module_name: - thing1: "some-stuff" - thing2: "some-other-stuff" - tags: - - some-tag - - some-other-tag - - -Example **NOT** in YAML dictionary format: - .. code-block:: yaml - - - name: The name of the tasks - module_name: thing1="some-stuff" thing2="some-other-stuff" - tags: - - some-tag - - some-other-tag - - -Usage of the ">" and "|" operators should be limited to Ansible conditionals -and command modules such as the ansible ``shell`` module. - - -Issues ------- - -When submitting an issue, or working on an issue please ensure the following -criteria are met: - * The description clearly states or describes the original problem or root - cause of the problem. - * Include historical information on how the problem was identified. - * Any relevant logs are included. - * If the issue is a bug that needs fixing in a branch other than Master, - add the 'backport potential' tag TO THE ISSUE (not the PR). - * The provided information should be totally self-contained. External - access to web services/sites should not be needed. - * If the issue is needed for a hotfix release, add the 'expedite' label. - * Steps to reproduce the problem if possible. diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e06d208..0000000 --- a/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/README.rst b/README.rst index f155bb8..86e34d6 100644 --- a/README.rst +++ b/README.rst @@ -1,67 +1,10 @@ -======================== -Team and repository tags -======================== +This project is no longer maintained. -.. image:: https://governance.openstack.org/tc/badges/openstack-ansible-os_zaqar.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html +The contents of this repository are still available in the Git +source code management system. To see the contents of this +repository before it reached its end of life, please check out the +previous commit with "git checkout HEAD^1". -.. Change things from this point on - -======================= -OpenStack-Ansible Zaqar -======================= -:tags: openstack, zaqar, cloud, ansible -:category: \*nix - -This Ansible role installs and configures OpenStack Zaqar. - -Documentation for the project can be found at: - https://docs.openstack.org/openstack-ansible-os_zaqar/latest/ - -Release notes for the project can be found at: - https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/ - -The project source code repository is located at: - https://git.openstack.org/cgit/openstack/openstack-ansible-os_zaqar/ - -The project home is at: - https://launchpad.net/openstack-ansible - -The bugs can be found at: - https://bugs.launchpad.net/openstack-ansible - -Default Variables -================= - -.. literalinclude:: ../../defaults/main.yml - :language: yaml - :start-after: under the License. - -Required Variables -================== - -(to be completed) - -Example Playbook -================ - -.. code-block:: yaml - - - name: Install zaqar service - hosts: zaqar_all - user: root - roles: - - role: "os_zaqar" - zaqar_local_mode: true - zaqar_install_nginx: true - zaqar_api_bind_address: 192.168.33.11 - zaqar_mgmt_db_connection_string: 'sqlite:////tmp/zaqar.db' - -Documentation for the project can be found at: - https://docs.openstack.org/openstack-ansible-os_zaqar/latest/ - -Release notes for the project can be found at: - https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/ - -The project home is at: - https://launchpad.net/openstack-ansible +For any further questions, please email +openstack-discuss@lists.openstack.org or join #openstack-dev on +Freenode. diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index 5b2e2da..0000000 --- a/Vagrantfile +++ /dev/null @@ -1,56 +0,0 @@ -# Note: -# This file is maintained in the openstack-ansible-tests repository. -# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/Vagrantfile -# -# If you need to perform any change on it, you should modify the central file, -# then, an OpenStack CI job will propagate your changes to every OSA repository -# since every repo uses the same Vagrantfile - -# Verify whether required plugins are installed. -required_plugins = [ "vagrant-disksize" ] -required_plugins.each do |plugin| - if not Vagrant.has_plugin?(plugin) - raise "The vagrant plugin #{plugin} is required. Please run `vagrant plugin install #{plugin}`" - end -end - -Vagrant.configure(2) do |config| - config.vm.provider "virtualbox" do |v| - v.memory = 6144 - v.cpus = 2 - # https://github.com/hashicorp/vagrant/issues/9524 - v.customize ["modifyvm", :id, "--audio", "none"] - end - - config.vm.synced_folder ".", "/vagrant", type: "rsync" - - config.vm.provision "shell", - privileged: false, - inline: <<-SHELL - cd /vagrant - ./run_tests.sh - SHELL - - config.vm.define "ubuntu1604" do |xenial| - xenial.disksize.size = "40GB" - xenial.vm.box = "ubuntu/xenial64" - end - - config.vm.define "ubuntu1804" do |bionic| - bionic.disksize.size = "40GB" - bionic.vm.box = "ubuntu/bionic64" - end - - config.vm.define "opensuse423" do |leap423| - leap423.vm.box = "opensuse/openSUSE-42.3-x86_64" - end - - config.vm.define "opensuse150" do |leap150| - leap150.vm.box = "opensuse/openSUSE-15.0-x86_64" - end - - config.vm.define "centos7" do |centos7| - centos7.vm.box = "centos/7" - end - -end diff --git a/bindep.txt b/bindep.txt deleted file mode 100644 index c648fb1..0000000 --- a/bindep.txt +++ /dev/null @@ -1,55 +0,0 @@ -# This file facilitates OpenStack-CI package installation -# before the execution of any tests. -# -# See the following for details: -# - https://docs.openstack.org/infra/bindep/ -# - https://git.openstack.org/cgit/openstack-infra/bindep -# -# Even if the role does not make use of this facility, it -# is better to have this file empty, otherwise OpenStack-CI -# will fall back to installing its default packages which -# will potentially be detrimental to the tests executed. -# -# Note: -# This file is maintained in the openstack-ansible-tests repository. -# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/bindep.txt -# If you need to remove or add extra dependencies, you should modify -# the central file instead and once your change is accepted then update -# this file as well. The purpose of this file is to ensure that Python and -# Ansible have all their necessary binary requirements on the test host before -# tox executes. Any binary requirements needed by services/roles should be -# installed by those roles in their applicable package install tasks, not through -# using this file. -# - -# The gcc compiler -gcc - -# Base requirements for Ubuntu -git-core [platform:dpkg platform:suse] -libssl-dev [platform:dpkg] -libffi-dev [platform:dpkg] -python2.7 [platform:dpkg] -python-apt [platform:dpkg] -python-dev [platform:dpkg] -python3 [platform:dpkg] -python3-apt [platform:dpkg] -python3-dev [platform:dpkg] - -# Base requirements for RPM distros -gcc-c++ [platform:rpm] -git [platform:rpm !platform:suse] -libffi-devel [platform:rpm] -openssl-devel [platform:rpm] -python-devel [platform:rpm] -python2-dnf [platform:fedora] - -# Base requirements for Gentoo -git [platform:gentoo] - -# For SELinux -libselinux-python [platform:redhat] -libsemanage-python [platform:redhat] - -# Required for compressing collected log files in CI -gzip diff --git a/defaults/main.yml b/defaults/main.yml deleted file mode 100644 index 4326846..0000000 --- a/defaults/main.yml +++ /dev/null @@ -1,150 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -## Verbosity Option -debug: False - -# Set the host which will execute the shade modules -# for the service setup. The host must already have -# clouds.yaml properly configured. -zaqar_service_setup_host: "{{ openstack_service_setup_host | default('localhost') }}" -zaqar_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default((zaqar_service_setup_host == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable'])) }}" - -# Set the package install state for distribution packages -# Options are 'present' and 'latest' -zaqar_package_state: "latest" -zaqar_pip_package_state: "latest" - -# TODO(odyssey4me): -# This can be simplified once all the roles are using -# python_venv_build. We can then switch to using a -# set of constraints in pip.conf inside the venv, -# perhaps prepared by giving a giving a list of -# constraints to the role. -zaqar_pip_install_args: >- - {{ zaqar_developer_mode | ternary(pip_install_developer_constraints | default('--constraint /opt/developer-pip-constraints.txt'), '') }} - {{ (pip_install_upper_constraints is defined) | ternary('--constraint ' + pip_install_upper_constraints | default(''), '') }} - {{ pip_install_options | default('') }} - -# Name of the virtual env to deploy into -zaqar_venv_tag: "{{ venv_tag | default('untagged') }}" -zaqar_bin: "/openstack/venvs/zaqar-{{ zaqar_venv_tag }}/bin" - -# venv_download, even when true, will use the fallback method of building the -# venv from scratch if the venv download fails. -zaqar_venv_download: "{{ not zaqar_developer_mode | bool and not zaqar_local_mode | bool }}" -zaqar_venv_download_url: http://127.0.0.1/venvs/untagged/ubuntu/zaqar.tgz -zaqar_venv_localpath: /opt/kong/zaqar.tgz - -zaqar_git_repo: https://github.com/openstack/zaqar -zaqar_git_install_branch: master -zaqar_developer_mode: false -zaqar_developer_constraints: - - "git+{{ zaqar_git_repo }}@{{ zaqar_git_install_branch }}#egg=zaqar" -zaqar_local_mode: false - -## System info -zaqar_system_user_name: zaqar -zaqar_system_group_name: zaqar -zaqar_system_shell: /bin/false -zaqar_system_comment: zaqar system user -zaqar_system_user_home: "/var/lib/{{ zaqar_system_user_name }}" - -## Service API info -zaqar_api_bind_address: 0.0.0.0 -zaqar_api_bind_port: 8888 -zaqar_service_proto: http -zaqar_api_program_name: zaqar-server -zaqar_service_region: RegionOne -zaqar_service_name: zaqar -zaqar_service_type: messaging -zaqar_service_description: "Zaqar messaging service" -zaqar_service_role_name: admin -zaqar_service_user_name: zaqar -zaqar_service_user_password: passw0rd -zaqar_service_tenant_name: service -zaqar_service_project_name: service -zaqar_service_project_domain_id: default -zaqar_service_user_domain_id: default -zaqar_service_registry_proto: "{{ zaqar_service_proto }}" -zaqar_service_publicuri_proto: "{{ openstack_service_publicuri_proto | default(zaqar_service_proto) }}" -zaqar_service_adminuri_proto: "{{ openstack_service_adminuri_proto | default(zaqar_service_proto) }}" -zaqar_service_internaluri_proto: "{{ openstack_service_internaluri_proto | default(zaqar_service_proto) }}" -zaqar_service_publicuri: "{{ zaqar_service_publicuri_proto }}://{{ zaqar_api_bind_address }}:{{ zaqar_api_bind_port }}" -zaqar_service_publicurl: "{{ zaqar_service_publicuri }}" -zaqar_service_internaluri: "{{ zaqar_service_internaluri_proto }}://{{ zaqar_api_bind_address }}:{{ zaqar_api_bind_port }}" -zaqar_service_internalurl: "{{ zaqar_service_internaluri }}" -zaqar_service_adminuri: "{{ zaqar_service_adminuri_proto }}://{{ zaqar_api_bind_address }}:{{ zaqar_api_bind_port }}" -zaqar_service_adminurl: "{{ zaqar_service_adminuri }}" -zaqar_service_cafile_path: /opt/stack/data/ca-bundle.pem -zaqar_keystone_auth_plugin: "{{ zaqar_keystone_auth_type }}" -zaqar_keystone_auth_type: password - -## Apache setup -zaqar_install_apache: false -zaqar_apache_log_level: debug -zaqar_wsgi_threads: 5 -zaqar_wsgi_processes: "{{ ansible_processor_vcpus | default (1) * 2 }}" - -## Nginx setup -zaqar_install_nginx: false - -## Management DB info -zaqar_mgmt_database_user: zaqar -zaqar_mgmt_database_password: password -zaqar_mgmt_database_name: zaqar -zaqar_mgmt_db_type: mysql+pymysql -zaqar_mgmt_db_address: "{{ inventory_hostname }}" -zaqar_mgmt_db_port: 27017 -zaqar_mgmt_db_options: "?charset=utf8" -zaqar_mgmt_db_connection_string: "{{ zaqar_mgmt_db_type }}://{{ zaqar_mgmt_database_user }}:{{ zaqar_mgmt_database_password }}@{{ zaqar_mgmt_db_address }}:{{ zaqar_mgmt_db_port }}/{{ zaqar_mgmt_database_name }}{{ zaqar_mgmt_db_options }}" - -## Message DB info -zaqar_message_database_user: zaqar -zaqar_message_database_password: password -zaqar_message_db_type: mongodb -zaqar_message_db_address: localhost -zaqar_message_db_port: 27017 -zaqar_message_db_connection_string: "{{ zaqar_message_db_type }}://{{ zaqar_message_database_user }}:{{ zaqar_message_database_password }}@{{ zaqar_message_db_address }}:{{ zaqar_message_db_port }}" - -## Token Cache -zaqar_memcached_servers: "{{ memcached_servers }}" -zaqar_memcache_security_strategy: ENCRYPT - -## Zaqar config -zaqar_enable_pooling: true -zaqar_secret_key: notreallysecret -zaqar_enable_notification: false -zaqar_unreliable: true - -# Common pip packages -zaqar_pip_packages: - - osprofiler - - python-zaqarclient - - PyMySQL - - python-memcached - - keystonemiddleware - - pymongo - - uwsgi - - zaqar - -# This variable is used by the repo_build process to determine -# which host group to check for members of before building the -# pip packages required by this role. The value is picked up -# by the py_pkgs lookup. -zaqar_role_project_group: zaqar_all - -## Tunable overrides -zaqar_zaqar_conf_overrides: {} diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 2f781bb..0000000 --- a/doc/Makefile +++ /dev/null @@ -1,195 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = -BUILDDIR = build - -# User-friendly check for sphinx-build -ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) -endif - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source -# the i18n builder cannot share the environment and doctrees with the others -I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source - -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " singlehtml to make a single large HTML file" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " applehelp to make an Apple Help Book" - @echo " devhelp to make HTML files and a Devhelp project" - @echo " epub to make an epub" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " latexpdf to make LaTeX files and run them through pdflatex" - @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" - @echo " text to make text files" - @echo " man to make manual pages" - @echo " texinfo to make Texinfo files" - @echo " info to make Texinfo files and run them through makeinfo" - @echo " gettext to make PO message catalogs" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " xml to make Docutils-native XML files" - @echo " pseudoxml to make pseudoxml-XML files for display purposes" - @echo " linkcheck to check all external links for integrity" - @echo " doctest to run all doctests embedded in the documentation (if enabled)" - @echo " coverage to run coverage check of the documentation (if enabled)" - -clean: - rm -rf $(BUILDDIR)/* - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." - -singlehtml: - $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml - @echo - @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json - @echo - @echo "Build finished; now you can process the JSON files." - -htmlhelp: - $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in $(BUILDDIR)/htmlhelp." - -qthelp: - $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp - @echo - @echo "Build finished; now you can run "qcollectiongenerator" with the" \ - ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/openstack-ansible-os_zaqar.qhcp" - @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/openstack-ansible-os_zaqar.qhc" - -applehelp: - $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp - @echo - @echo "Build finished. The help book is in $(BUILDDIR)/applehelp." - @echo "N.B. You won't be able to view it unless you put it in" \ - "~/Library/Documentation/Help or install it in your application" \ - "bundle." - -devhelp: - $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp - @echo - @echo "Build finished." - @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/openstack-ansible-os_zaqar" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/openstack-ansible-os_zaqar" - @echo "# devhelp" - -epub: - $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub - @echo - @echo "Build finished. The epub file is in $(BUILDDIR)/epub." - -latex: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo - @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." - @echo "Run \`make' in that directory to run these through (pdf)latex" \ - "(use \`make latexpdf' here to do that automatically)." - -latexpdf: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -latexpdfja: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through platex and dvipdfmx..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text - @echo - @echo "Build finished. The text files are in $(BUILDDIR)/text." - -man: - $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man - @echo - @echo "Build finished. The manual pages are in $(BUILDDIR)/man." - -texinfo: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo - @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." - @echo "Run \`make' in that directory to run these through makeinfo" \ - "(use \`make info' here to do that automatically)." - -info: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo "Running Texinfo files through makeinfo..." - make -C $(BUILDDIR)/texinfo info - @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." - -gettext: - $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale - @echo - @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes - @echo - @echo "The overview file is in $(BUILDDIR)/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." - -doctest: - $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest - @echo "Testing of doctests in the sources finished, look at the " \ - "results in $(BUILDDIR)/doctest/output.txt." - -coverage: - $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage - @echo "Testing of coverage in the sources finished, look at the " \ - "results in $(BUILDDIR)/coverage/python.txt." - -xml: - $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml - @echo - @echo "Build finished. The XML files are in $(BUILDDIR)/xml." - -pseudoxml: - $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml - @echo - @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." - -livehtml: html - sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html diff --git a/doc/requirements.txt b/doc/requirements.txt deleted file mode 100644 index 71c0d0d..0000000 --- a/doc/requirements.txt +++ /dev/null @@ -1,9 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -# this is required for the docs build jobs -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py deleted file mode 100644 index ec2aad1..0000000 --- a/doc/source/conf.py +++ /dev/null @@ -1,312 +0,0 @@ -#!/usr/bin/env python3 - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -# implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import pbr.version - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# sys.path.insert(0, os.path.abspath('.')) - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = [ - 'openstackdocstheme', - 'sphinx.ext.autodoc', -] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The encoding of source files. -# source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -author = 'OpenStack-Ansible Contributors' -category = 'Miscellaneous' -copyright = '2014-2016, OpenStack-Ansible Contributors' -description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.' -project = 'OpenStack-Ansible' -role_name = 'os_zaqar' -target_name = 'openstack-ansible-' + role_name -title = 'OpenStack-Ansible Documentation: ' + role_name + 'role' - -# The link to the browsable source code (for the left hand menu) -oslosphinx_cgit_link = ( - "https://git.openstack.org/cgit/openstack/{}".format(target_name) -) - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version_info = pbr.version.VersionInfo(target_name) -# The full version, including alpha/beta/rc tags. -release = version_info.version_string_with_vcs() -# The short X.Y version. -version = version_info.canonical_version_string() - -# openstackdocstheme options -repository_name = 'openstack/' + target_name -bug_project = project.lower() -bug_tag = '' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -# today = '' -# Else, today_fmt is used as the format for a strftime call. -# today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = [] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -# default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -# add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -# add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -# show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -# modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -# keep_warnings = False - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'openstackdocs' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -# html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -# html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -# html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -# html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -# html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -# html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -html_last_updated_fmt = '%Y-%m-%d %H:%M' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -# html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -# html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -# html_additional_pages = {} - -# If false, no module index is generated. -# html_domain_indices = True - -# If false, no index is generated. -# html_use_index = True - -# If true, the index is split into individual pages for each letter. -# html_split_index = False - -# If true, links to the reST sources are added to the pages. -# html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -# html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -# html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -# html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -# html_file_suffix = None - -# Language to be used for generating the HTML full-text search index. -# Sphinx supports the following languages: -# 'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja' -# 'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr' -# html_search_language = 'en' - -# A dictionary with options for the search language support, empty by default. -# Now only 'ja' uses this config value -# html_search_options = {'type': 'default'} - -# The name of a javascript file (relative to the configuration directory) that -# implements a search results scorer. If empty, the default will be used. -# html_search_scorer = 'scorer.js' - -# Output file base name for HTML help builder. -htmlhelp_basename = target_name + '-docs' - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # 'preamble': '', - - # Latex figure (float) alignment - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, target_name + '.tex', - title, author, 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -# latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -# latex_use_parts = False - -# If true, show page references after internal links. -# latex_show_pagerefs = False - -# If true, show URL addresses after external links. -# latex_show_urls = False - -# Documents to append as an appendix to all manuals. -# latex_appendices = [] - -# If false, no module index is generated. -# latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, target_name, - title, [author], 1) -] - -# If true, show URL addresses after external links. -# man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, target_name, - title, author, project, - description, category), -] - -# Documents to append as an appendix to all manuals. -# texinfo_appendices = [] - -# If false, no module index is generated. -# texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -# texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -# texinfo_no_detailmenu = False diff --git a/doc/source/index.rst b/doc/source/index.rst deleted file mode 100644 index 6714d4f..0000000 --- a/doc/source/index.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. include:: ../../README.rst - -Dependencies -============ - -This role needs pip >= 7.1 installed on the target host. diff --git a/files/logging.conf b/files/logging.conf deleted file mode 100644 index 83a7040..0000000 --- a/files/logging.conf +++ /dev/null @@ -1,49 +0,0 @@ -[loggers] -keys=root,server,combined - -[formatters] -keys=normal,normal_with_name,debug - -[handlers] -keys=production,file,devel - -[logger_root] -level=NOTSET -handlers=devel - -[logger_server] -level=DEBUG -handlers=devel -qualname=zaqar-server - -[logger_combined] -level=DEBUG -handlers=devel -qualname=zaqar-combined - -[handler_production] -class=handlers.SysLogHandler -level=ERROR -formatter=normal_with_name -args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER) - -[handler_file] -class=FileHandler -level=DEBUG -formatter=normal_with_name -args=('zaqar.log', 'w') - -[handler_devel] -class=StreamHandler -level=NOTSET -formatter=debug -args=(sys.stdout,) - -[formatter_normal] -format=%(asctime)s %(levelname)s %(message)s - -[formatter_normal_with_name] -format=(%(name)s): %(asctime)s %(levelname)s %(message)s - -[formatter_debug] -format=(%(name)s): %(asctime)s %(levelname)s %(module)s %(funcName)s %(message)s diff --git a/handlers/main.yml b/handlers/main.yml deleted file mode 100644 index dff42cd..0000000 --- a/handlers/main.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Restart Apache - service: - name: "apache2" - state: "restarted" - register: apache_restart - until: apache_restart is success - retries: 5 - delay: 2 - when: - - zaqar_install_apache | bool - listen: - - "Restart zaqar services" - - "venv_changed" - -- name: Restart Nginx - service: - name: "nginx" - state: "restarted" - register: nginx_restart - until: nginx_restart is success - retries: 5 - delay: 2 - when: - - zaqar_install_nginx | bool - listen: - - "Restart zaqar services" - - "venv_changed" diff --git a/manual-test.rc b/manual-test.rc deleted file mode 100644 index 7016c45..0000000 --- a/manual-test.rc +++ /dev/null @@ -1,33 +0,0 @@ -export VIRTUAL_ENV=$(pwd) -export ANSIBLE_HOST_KEY_CHECKING=False -export ANSIBLE_SSH_CONTROL_PATH=/tmp/%%h-%%r - -# TODO (odyssey4me) These are only here as they are non-standard folder -# names for Ansible 1.9.x. We are using the standard folder names for -# Ansible v2.x. We can remove this when we move to Ansible 2.x. -export ANSIBLE_ACTION_PLUGINS=${HOME}/.ansible/plugins/action -export ANSIBLE_CALLBACK_PLUGINS=${HOME}/.ansible/plugins/callback -export ANSIBLE_FILTER_PLUGINS=${HOME}/.ansible/plugins/filter -export ANSIBLE_LOOKUP_PLUGINS=${HOME}/.ansible/plugins/lookup - -# This is required as the default is the current path or a path specified -# in ansible.cfg -export ANSIBLE_LIBRARY=${HOME}/.ansible/plugins/library - -# This is required as the default is '/etc/ansible/roles' or a path -# specified in ansible.cfg -export ANSIBLE_ROLES_PATH=${HOME}/.ansible/roles:$(pwd)/.. - -export ANSIBLE_SSH_ARGS="-o ControlMaster=no \ - -o UserKnownHostsFile=/dev/null \ - -o StrictHostKeyChecking=no \ - -o ServerAliveInterval=64 \ - -o ServerAliveCountMax=1024 \ - -o Compression=no \ - -o TCPKeepAlive=yes \ - -o VerifyHostKeyDNS=no \ - -o ForwardX11=no \ - -o ForwardAgent=yes" - -echo "Run manual functional tests by executing the following:" -echo "# ./.tox/functional/bin/ansible-playbook -i tests/inventory tests/test.yml" diff --git a/meta/main.yml b/meta/main.yml deleted file mode 100644 index d02d883..0000000 --- a/meta/main.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -galaxy_info: - author: OpenStack-Ansible - description: Installation and setup of Zaqar - company: OpenStack - license: Apache2 - min_ansible_version: 2.0 - platforms: - - name: Ubuntu - versions: - - trusty - - xenial - - bionic - categories: - - cloud - - python - - zaqar - - messaging - - development - - openstack -dependencies: - - memcached_server diff --git a/meta/openstack-ansible.yml b/meta/openstack-ansible.yml deleted file mode 100644 index 658820d..0000000 --- a/meta/openstack-ansible.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# Copyright 2017, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# (c) 2017, Jean-Philippe Evrard - -maturity_info: - status: complete - created_during: queens diff --git a/os-zaqar-install.yml b/os-zaqar-install.yml deleted file mode 100644 index 7e164a8..0000000 --- a/os-zaqar-install.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- name: Install zaqar server - hosts: zaqar_all - user: root - roles: - - role: "os_zaqar" - zaqar_local_mode: true - zaqar_install_nginx: true - zaqar_api_bind_address: 192.168.33.11 - zaqar_mgmt_db_connection_string: 'sqlite:////tmp/zaqar.db' - tags: - - "os-zaqar" - vars: - is_metal: "{{ properties.is_metal|default(true) }}" diff --git a/releasenotes/notes/.placeholder b/releasenotes/notes/.placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/releasenotes/notes/deprecate_auth_plugin-817a32e7139674e1.yaml b/releasenotes/notes/deprecate_auth_plugin-817a32e7139674e1.yaml deleted file mode 100644 index f373ca7..0000000 --- a/releasenotes/notes/deprecate_auth_plugin-817a32e7139674e1.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -deprecations: - - The ``zaqar_keystone_auth_plugin`` variable has been deprecated. - ``zaqar_keystone_auth_type`` should be used instead to configure - authentication type. diff --git a/releasenotes/notes/os_zaqar-only-install-venv-76801d8a0053772d.yaml b/releasenotes/notes/os_zaqar-only-install-venv-76801d8a0053772d.yaml deleted file mode 100644 index 8c0a002..0000000 --- a/releasenotes/notes/os_zaqar-only-install-venv-76801d8a0053772d.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -upgrade: - - Installation of zaqar and its dependent pip packages will now only - occur within a Python virtual environment. The ``zaqar_venv_enabled``, - ``zaqar_venv_bin`` variables have been removed. diff --git a/releasenotes/notes/package-state-42147797fa47d348.yaml b/releasenotes/notes/package-state-42147797fa47d348.yaml deleted file mode 100644 index 5902e28..0000000 --- a/releasenotes/notes/package-state-42147797fa47d348.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -features: - - The os_zaqar role now supports the ability to configure whether - apt/yum tasks install the latest available package, or just ensure - that the package is present. The default action is to ensure that - the latest package is present. The action taken may be changed to - only ensure that the package is present by setting - ``zaqar_package_state`` to ``present``. -upgrade: - - The os_zaqar role always checks whether the latest package is - installed when executed. If a deployer wishes to change the check to - only validate the presence of the package, the option - ``zaqar_package_state`` should be set to ``present``. diff --git a/releasenotes/source/_static/.placeholder b/releasenotes/source/_static/.placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/releasenotes/source/_templates/.placeholder b/releasenotes/source/_templates/.placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py deleted file mode 100644 index 0ea5cb8..0000000 --- a/releasenotes/source/conf.py +++ /dev/null @@ -1,285 +0,0 @@ -#!/usr/bin/env python3 - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -# implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# sys.path.insert(0, os.path.abspath('.')) - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = [ - 'openstackdocstheme', - 'reno.sphinxext', -] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -# source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -author = 'OpenStack-Ansible Contributors' -category = 'Miscellaneous' -copyright = '2014-2016, OpenStack-Ansible Contributors' -description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.' -project = 'OpenStack-Ansible' -role_name = 'os_zaqar' -target_name = 'openstack-ansible-' + role_name -title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role' - -# The link to the browsable source code (for the left hand menu) -oslosphinx_cgit_link = ( - "https://git.openstack.org/cgit/openstack/{}".format(target_name) -) - -# Release notes do not need a version number in the title, they -# cover multiple releases. -# The full version, including alpha/beta/rc tags. -release = '' -# The short X.Y version. -version = '' - -# openstackdocstheme options -repository_name = 'openstack/' + target_name -bug_project = project.lower() -bug_tag = '' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -# today = '' -# Else, today_fmt is used as the format for a strftime call. -# today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = [] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -# default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -# add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -# add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -# show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -# modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -# keep_warnings = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'openstackdocs' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -# html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -# html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -# html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -# html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -# html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -# html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -html_last_updated_fmt = '%Y-%m-%d %H:%M' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -# html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -# html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -# html_additional_pages = {} - -# If false, no module index is generated. -# html_domain_indices = True - -# If false, no index is generated. -# html_use_index = True - -# If true, the index is split into individual pages for each letter. -# html_split_index = False - -# If true, links to the reST sources are added to the pages. -# html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -# html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -# html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -# html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -# html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = target_name + '-docs' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # 'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, target_name + '.tex', - title, author, 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -# latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -# latex_use_parts = False - -# If true, show page references after internal links. -# latex_show_pagerefs = False - -# If true, show URL addresses after external links. -# latex_show_urls = False - -# Documents to append as an appendix to all manuals. -# latex_appendices = [] - -# If false, no module index is generated. -# latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, target_name, - title, [author], 1) -] - -# If true, show URL addresses after external links. -# man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, target_name, - title, author, project, - description, category), -] - -# Documents to append as an appendix to all manuals. -# texinfo_appendices = [] - -# If false, no module index is generated. -# texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -# texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -# texinfo_no_detailmenu = False - -# -- Options for Internationalization output ------------------------------ -locale_dirs = ['locale/'] diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst deleted file mode 100644 index 45618a0..0000000 --- a/releasenotes/source/index.rst +++ /dev/null @@ -1,10 +0,0 @@ -================================ - OpenStack-Ansible Release Notes -================================ - -.. toctree:: - :maxdepth: 1 - - unreleased - stein - rocky diff --git a/releasenotes/source/rocky.rst b/releasenotes/source/rocky.rst deleted file mode 100644 index 40dd517..0000000 --- a/releasenotes/source/rocky.rst +++ /dev/null @@ -1,6 +0,0 @@ -=================================== - Rocky Series Release Notes -=================================== - -.. release-notes:: - :branch: stable/rocky diff --git a/releasenotes/source/stein.rst b/releasenotes/source/stein.rst deleted file mode 100644 index efaceb6..0000000 --- a/releasenotes/source/stein.rst +++ /dev/null @@ -1,6 +0,0 @@ -=================================== - Stein Series Release Notes -=================================== - -.. release-notes:: - :branch: stable/stein diff --git a/releasenotes/source/unreleased.rst b/releasenotes/source/unreleased.rst deleted file mode 100644 index cd22aab..0000000 --- a/releasenotes/source/unreleased.rst +++ /dev/null @@ -1,5 +0,0 @@ -============================== - Current Series Release Notes -============================== - -.. release-notes:: diff --git a/run_tests.sh b/run_tests.sh deleted file mode 100755 index 5f21989..0000000 --- a/run_tests.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/usr/bin/env bash -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# PURPOSE: -# This script clones the openstack-ansible-tests repository to the -# tests/common folder in order to be able to re-use test components -# for role testing. This is intended to be the thinnest possible -# shim for test execution outside of OpenStack CI. - -# WARNING: -# This file is maintained in the openstack-ansible-tests repository. -# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/run_tests.sh -# If you need to modify this file, update the one in the openstack-ansible-tests -# repository and then update this file as well. The purpose of this file is to -# prepare the host and then execute all the tox tests. -# - -## Shell Opts ---------------------------------------------------------------- -set -xeu - -## Vars ---------------------------------------------------------------------- - -WORKING_DIR="$(readlink -f $(dirname $0))" -OSA_PROJECT_NAME="$(sed -n 's|^project=openstack/\(.*\).git$|\1|p' $(pwd)/.gitreview)" - -COMMON_TESTS_PATH="${WORKING_DIR}/tests/common" -TESTING_HOME=${TESTING_HOME:-$HOME} -ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/git.openstack.org/openstack/openstack-ansible-tests" - -# Use .gitreview as the key to determine the appropriate -# branch to clone for tests. -TESTING_BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' "${WORKING_DIR}/.gitreview") -if [[ "${TESTING_BRANCH}" == "" ]]; then - TESTING_BRANCH="master" -fi - -## Main ---------------------------------------------------------------------- - -# Source distribution information -source /etc/os-release || source /usr/lib/os-release - -# Prefer dnf over yum for CentOS. -which dnf &>/dev/null && RHT_PKG_MGR='dnf' || RHT_PKG_MGR='yum' - -# Figure out the appropriate package install command -case ${ID,,} in - *suse*) pkg_mgr_cmd="zypper -n in" ;; - centos|rhel|fedora) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;; - ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;; - # Gentoo needs to have version set since it's rolling - gentoo) pkg_mgr_cmd="emerge --jobs=4"; VERSION="rolling" ;; - *) echo "unsupported distribution: ${ID,,}"; exit 1 ;; -esac - -# Install git so that we can clone the tests repo if git is not available -which git &>/dev/null || eval sudo "${pkg_mgr_cmd}" git - -# Clone the tests repo for access to the common test script -if [[ ! -d "${COMMON_TESTS_PATH}" ]]; then - # The tests repo doesn't need a clone, we can just - # symlink it. - if [[ "${OSA_PROJECT_NAME}" == "openstack-ansible-tests" ]]; then - ln -s "${WORKING_DIR}" "${COMMON_TESTS_PATH}" - - # In zuul v3 any dependent repository is placed into - # /home/zuul/src/git.openstack.org, so we check to see - # if there is a tests checkout there already. If so, we - # symlink that and use it. - elif [[ -d "${ZUUL_TESTS_CLONE_LOCATION}" ]]; then - ln -s "${ZUUL_TESTS_CLONE_LOCATION}" "${COMMON_TESTS_PATH}" - - # Otherwise we're clearly not in zuul or using a previously setup - # repo in some way, so just clone it from upstream. - else - git clone -b "${TESTING_BRANCH}" \ - https://git.openstack.org/openstack/openstack-ansible-tests \ - "${COMMON_TESTS_PATH}" - fi -fi - -# Execute the common test script -source tests/common/run_tests_common.sh - diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index ff65a12..0000000 --- a/setup.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[metadata] -name = openstack-ansible-os_zaqar -summary = os_zaqar for OpenStack Ansible -description-file = - README.rst -author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/openstack-ansible-os_zaqar/latest/ -classifier = - Intended Audience :: Developers - Intended Audience :: System Administrators - License :: OSI Approved :: Apache Software License - Operating System :: POSIX :: Linux - -[build_sphinx] -all_files = 1 -build-dir = doc/build -source-dir = doc/source - -[pbr] -warnerrors = True - -[wheel] -universal = 1 diff --git a/setup.py b/setup.py deleted file mode 100644 index 566d844..0000000 --- a/setup.py +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -# implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT -import setuptools - -# In python < 2.7.4, a lazy loading of package `pbr` will break -# setuptools if some other modules registered functions in `atexit`. -# solution from: http://bugs.python.org/issue15881#msg170215 -try: - import multiprocessing # noqa -except ImportError: - pass - -setuptools.setup( - setup_requires=['pbr>=2.0.0'], - pbr=True) diff --git a/tasks/main.yml b/tasks/main.yml deleted file mode 100644 index e3692b1..0000000 --- a/tasks/main.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Gather variables for each operating system - include_vars: "{{ item }}" - with_first_found: - - "{{ ansible_distribution | lower }}-{{ ansible_distribution_version | lower }}.yml" - - "{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version | lower }}.yml" - - "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml" - - "{{ ansible_distribution | lower }}.yml" - - "{{ ansible_os_family | lower }}.yml" - tags: - - always - -- include_tasks: zaqar_pre_install.yml -- include_tasks: zaqar_install.yml -- include_tasks: zaqar_post_install.yml - -- include_tasks: zaqar_service_setup.yml - run_once: yes - -- include_tasks: "zaqar_{{ (zaqar_install_apache | bool) | ternary('apache', 'nginx') }}.yml" - -- name: Flush handlers - meta: flush_handlers diff --git a/tasks/zaqar_apache.yml b/tasks/zaqar_apache.yml deleted file mode 100644 index 1f3a079..0000000 --- a/tasks/zaqar_apache.yml +++ /dev/null @@ -1,74 +0,0 @@ ---- -# Copyright 2016, Catalyst IT Limited -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Add zaqar apache WSGI script - template: - src: "zaqar-wsgi.py.j2" - dest: "/var/www/cgi-bin/zaqar/app" - owner: "{{ zaqar_system_user_name }}" - group: "{{ zaqar_system_group_name }}" - mode: "0755" - notify: - - Restart Apache - -- name: Add zaqar apache configuration files - template: - src: "{{ item.src }}" - dest: "{{ item.dest }}" - owner: "root" - group: "root" - with_items: - - { src: "zaqar_apache_ports.conf.j2", dest: "/etc/apache2/ports.conf" } - - { src: "zaqar-httpd.conf.j2", dest: "/etc/apache2/sites-available/zaqar-httpd.conf" } - notify: - - Restart Apache - -- name: Disable default apache site - file: - path: "/etc/apache2/sites-enabled/000-default.conf" - state: "absent" - notify: - - Restart Apache - -- name: Enabled zaqar vhost - file: - src: "/etc/apache2/sites-available/zaqar-httpd.conf" - dest: "/etc/apache2/sites-enabled/zaqar-httpd.conf" - state: "link" - notify: - - Restart Apache - -- name: Ensure Apache ServerName - lineinfile: - dest: "/etc/apache2/apache2.conf" - line: "ServerName {{ inventory_hostname }}" - notify: - - Restart Apache - -- name: Ensure Apache ServerTokens - lineinfile: - dest: "/etc/apache2/conf-available/security.conf" - regexp: '^ServerTokens' - line: "ServerTokens Prod" - notify: - - Restart Apache - -- name: Ensure Apache ServerSignature - lineinfile: - dest: "/etc/apache2/conf-available/security.conf" - regexp: '^ServerSignature' - line: "ServerSignature Off" - notify: - - Restart Apache diff --git a/tasks/zaqar_install.yml b/tasks/zaqar_install.yml deleted file mode 100644 index 1260f98..0000000 --- a/tasks/zaqar_install.yml +++ /dev/null @@ -1,51 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# TODO(odyssey4me): -# This can be simplified once all the roles are using -# python_venv_build. We can then switch to using a -# set of constraints in pip.conf inside the venv, -# perhaps prepared by giving a giving a list of -# constraints to the role. -- name: Create developer mode constraint file - copy: - dest: "/opt/developer-pip-constraints.txt" - content: | - {% for item in zaqar_developer_constraints %} - {{ item }} - {% endfor %} - when: - - zaqar_developer_mode | bool - -- name: Ensure remote wheel building is disabled in developer mode - set_fact: - venv_build_host: "{{ ansible_hostname }}" - when: - - zaqar_developer_mode | bool - -- name: Install the python venv - include_role: - name: "python_venv_build" - private: yes - vars: - venv_build_distro_package_list: "{{ zaqar_devel_distro_packages }}" - venv_install_destination_path: "{{ zaqar_bin | dirname }}" - venv_install_distro_package_list: "{{ zaqar_package_list }}" - venv_pip_install_args: "{{ zaqar_pip_install_args }}" - venv_pip_packages: "{{ zaqar_pip_packages }}" - venv_facts_when_changed: - - section: "zaqar" - option: "venv_tag" - value: "{{ zaqar_venv_tag }}" diff --git a/tasks/zaqar_nginx.yml b/tasks/zaqar_nginx.yml deleted file mode 100644 index 5851a05..0000000 --- a/tasks/zaqar_nginx.yml +++ /dev/null @@ -1,55 +0,0 @@ ---- -# Copyright 2016, Catalyst IT Limited -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Add zaqar nginx WSGI script - template: - src: "zaqar-wsgi.py.j2" - dest: "/var/www/cgi-bin/zaqar/app.py" - owner: "{{ zaqar_system_user_name }}" - group: "{{ zaqar_system_group_name }}" - mode: "0755" - notify: - - Restart Nginx - -# Actually, we should also add an upstart script to automatically start uWSGI -# at boot time. Here is just for testing purpose. -- name: Run uwsgi service - command: > - {{ zaqar_bin }}/uwsgi - --socket /tmp/zaqar.sock - --pythonpath /var/www/cgi-bin/zaqar/ - --module app - --daemonize /var/log/zaqar/uwsgi_zaqar.log - --pidfile /tmp/zaqar_pid.pid - --vacuum - notify: - - Restart Nginx - -- name: Add zaqar nginx configuration file - template: - src: "zaqar-nginx.conf.j2" - dest: "/etc/nginx/sites-available/zaqar-nginx.conf" - owner: "root" - group: "root" - notify: - - Restart Nginx - -- name: Enabled zaqar vhost - file: - src: "/etc/nginx/sites-available/zaqar-nginx.conf" - dest: "/etc/nginx/sites-enabled/zaqar-nginx.conf" - state: "link" - notify: - - Restart Nginx diff --git a/tasks/zaqar_post_install.yml b/tasks/zaqar_post_install.yml deleted file mode 100644 index 7483efd..0000000 --- a/tasks/zaqar_post_install.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Copy zaqar service config - config_template: - src: "zaqar.conf.j2" - dest: "/etc/zaqar/zaqar.conf" - owner: "{{ zaqar_system_user_name }}" - group: "{{ zaqar_system_group_name }}" - mode: "0644" - config_overrides: "{{ zaqar_zaqar_conf_overrides }}" - config_type: "ini" - notify: - - Restart zaqar services - -- name: Copy zaqar logging config - copy: - src: "logging.conf" - dest: "/etc/zaqar/logging.conf" - notify: - - Restart zaqar services - diff --git a/tasks/zaqar_pre_install.yml b/tasks/zaqar_pre_install.yml deleted file mode 100644 index 990f77a..0000000 --- a/tasks/zaqar_pre_install.yml +++ /dev/null @@ -1,67 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Create the system group - group: - name: "{{ zaqar_system_group_name }}" - state: "present" - system: "yes" - -- name: Create the zaqar system user - user: - name: "{{ zaqar_system_user_name }}" - group: "{{ zaqar_system_group_name }}" - comment: "{{ zaqar_system_comment }}" - shell: "{{ zaqar_system_shell }}" - system: "yes" - createhome: "yes" - home: "{{ zaqar_system_user_home }}" - -- name: Create zaqar dir - file: - path: "{{ item.path }}" - state: directory - owner: "{{ item.owner|default(zaqar_system_user_name) }}" - group: "{{ item.group|default(zaqar_system_group_name) }}" - mode: "{{ item.mode|default('0755') }}" - with_items: - - { path: "/openstack", mode: "0755", owner: "root", group: "root" } - - { path: "/etc/zaqar" } - - { path: "{{ zaqar_system_user_home }}" } - - { path: "{{ zaqar_system_user_home }}/.ssh", mode: "0700" } - - { path: "/var/www/cgi-bin", owner: root, group: root } - - { path: "/var/www/cgi-bin/zaqar" } - - { path: "/var/cache/zaqar", mode: "0700" } - -- name: Test for log directory or link - shell: | - if [ -h "/var/log/zaqar" ]; then - chown -h {{ zaqar_system_user_name }}:{{ zaqar_system_group_name }} "/var/log/zaqar" - chown -R {{ zaqar_system_user_name }}:{{ zaqar_system_group_name }} "$(readlink /var/log/zaqar)" - else - exit 1 - fi - register: log_dir - failed_when: false - changed_when: log_dir.rc != 0 - -- name: Create zaqar log dir - file: - path: "/var/log/zaqar" - state: directory - owner: "{{ zaqar_system_user_name }}" - group: "{{ zaqar_system_group_name }}" - mode: "0755" - when: log_dir.rc != 0 diff --git a/tasks/zaqar_service_setup.yml b/tasks/zaqar_service_setup.yml deleted file mode 100644 index 152223d..0000000 --- a/tasks/zaqar_service_setup.yml +++ /dev/null @@ -1,104 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# We set the python interpreter to the ansible runtime venv if -# the delegation is to localhost so that we get access to the -# appropriate python libraries in that venv. If the delegation -# is to another host, we assume that it is accessible by the -# system python instead. -- name: Setup the service - delegate_to: "{{ zaqar_service_setup_host }}" - vars: - ansible_python_interpreter: "{{ zaqar_service_setup_host_python_interpreter }}" - block: - - name: Add service to the keystone service catalog - os_keystone_service: - cloud: default - state: present - name: "{{ zaqar_service_name }}" - service_type: "{{ zaqar_service_type }}" - description: "{{ zaqar_service_description }}" - endpoint_type: admin - verify: "{{ not keystone_service_adminuri_insecure }}" - register: add_service - until: add_service is success - retries: 5 - delay: 10 - - - name: Add service project - os_project: - cloud: default - state: present - name: "{{ zaqar_service_project_name }}" - description: "{{ zaqar_service_description }}" - domain: "Default" - endpoint_type: admin - verify: "{{ not keystone_service_adminuri_insecure }}" - register: add_service - until: add_service is success - retries: 5 - delay: 10 - - - name: Add service user - os_user: - cloud: default - state: present - name: "{{ zaqar_service_user_name }}" - password: "{{ zaqar_service_user_password }}" - domain: default - default_project: "{{ zaqar_service_project_name }}" - endpoint_type: admin - verify: "{{ not keystone_service_adminuri_insecure }}" - register: add_service - until: add_service is success - retries: 5 - delay: 10 - no_log: True - - - name: Add service user to admin role - os_user_role: - cloud: default - state: present - user: "{{ zaqar_service_user_name }}" - role: "{{ zaqar_service_role_name }}" - project: "{{ zaqar_service_project_name }}" - endpoint_type: admin - verify: "{{ not keystone_service_adminuri_insecure }}" - register: add_service - until: add_service is success - retries: 5 - delay: 10 - - - name: Add endpoints to keystone endpoint catalog - os_keystone_endpoint: - cloud: default - state: present - service: "{{ zaqar_service_name }}" - endpoint_interface: "{{ item.interface }}" - url: "{{ item.url }}" - region: "{{ zaqar_service_region }}" - endpoint_type: admin - verify: "{{ not keystone_service_adminuri_insecure }}" - register: add_service - until: add_service is success - retries: 5 - delay: 10 - with_items: - - interface: "public" - url: "{{ zaqar_service_publicurl }}" - - interface: "internal" - url: "{{ zaqar_service_internalurl }}" - - interface: "admin" - url: "{{ zaqar_service_adminurl }}" diff --git a/templates/zaqar-httpd.conf.j2 b/templates/zaqar-httpd.conf.j2 deleted file mode 100644 index b630bba..0000000 --- a/templates/zaqar-httpd.conf.j2 +++ /dev/null @@ -1,17 +0,0 @@ -# {{ ansible_managed }} - - - WSGIDaemonProcess zaqar-api user={{ zaqar_system_user_name }} group={{ zaqar_system_group_name }} processes={{ zaqar_wsgi_processes }} threads={{ zaqar_wsgi_threads }} display-name=%{GROUP} - WSGIProcessGroup zaqar-api - WSGIScriptAlias / /var/www/cgi-bin/zaqar/app - WSGIApplicationGroup %{GLOBAL} - - = 2.4> - ErrorLogFormat "%{cu}t %M" - - - LogLevel {{ zaqar_apache_log_level }} - ErrorLog /var/log/zaqar/zaqar-apache-error.log - CustomLog /var/log/zaqar/zaqar-access.log combined - Options +FollowSymLinks - diff --git a/templates/zaqar-nginx.conf.j2 b/templates/zaqar-nginx.conf.j2 deleted file mode 100644 index e1aa2c8..0000000 --- a/templates/zaqar-nginx.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ -# {{ ansible_managed }} - -server { - listen {{ zaqar_api_bind_port }}; - - location / { - include uwsgi_params; - uwsgi_pass unix:/tmp/zaqar.sock; - } -} diff --git a/templates/zaqar-wsgi.py.j2 b/templates/zaqar-wsgi.py.j2 deleted file mode 100644 index c642fd5..0000000 --- a/templates/zaqar-wsgi.py.j2 +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2015 Catalyst IT Limited -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -import os - -activate_this = os.path.expanduser("{{ zaqar_bin }}/activate_this.py") -execfile(activate_this, dict(__file__=activate_this)) - -from keystonemiddleware import auth_token -from zaqar.transport.wsgi import app - -application = auth_token.AuthProtocol(app.app, {}) diff --git a/templates/zaqar.conf.j2 b/templates/zaqar.conf.j2 deleted file mode 100644 index 326d220..0000000 --- a/templates/zaqar.conf.j2 +++ /dev/null @@ -1,601 +0,0 @@ -#{{ ansible_managed}} - -[DEFAULT] -# Disable stderr logging -use_stderr = False -debug = {{ debug }} - -# -# From zaqar.common.configs -# - -# Activate privileged endpoints. (boolean value) -admin_mode = true - -# Enable pooling across multiple storage backends. If pooling is -# enabled, the storage driver configuration is used to determine where -# the catalogue/control plane data is kept. (boolean value) -# Deprecated group/name - [DEFAULT]/sharding -pooling = {{ zaqar_enable_pooling }} - -# Disable all reliability constraints. (boolean value) -unreliable = {{ zaqar_unreliable }} - -# -# From zaqar.transport.base -# - -# Backend to use for authentication. For no auth, keep it empty. -# Existing strategies: keystone. See also the keystone_authtoken -# section below (string value) -auth_strategy = keystone - - -[drivers] - -# -# From zaqar.common.configs -# - -# Transport driver to use. (string value) -#transport = wsgi - -# Storage driver to use as the messaging store. (string value) -# Deprecated group/name - [DEFAULT]/storage -#message_store = mongodb - -# Storage driver to use as the management store. (string value) -management_store = sqlalchemy - - -[drivers:management_store:mongodb] - -# -# From zaqar.storage.mongodb -# - -# The private keyfile used to identify the local connection against -# mongod. If included with the ``certifle`` then only the -# ``ssl_certfile`` is needed. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_keyfile -#ssl_keyfile = - -# The certificate file used to identify the local connection against -# mongod. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_certfile -#ssl_certfile = - -# Specifies whether a certificate is required from the other side of -# the connection, and whether it will be validated if provided. It -# must be one of the three values ``CERT_NONE``(certificates ignored), -# ``CERT_OPTIONAL``(not required, but validated if provided), or -# ``CERT_REQUIRED``(required and validated). If the value of this -# parameter is not ``CERT_NONE``, then the ``ssl_ca_cert`` parameter -# must point to a file of CA certificates. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_cert_reqs -#ssl_cert_reqs = CERT_REQUIRED - -# The ca_certs file contains a set of concatenated "certification -# authority" certificates, which are used to validate certificates -# passed from the other end of the connection. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_ca_certs -#ssl_ca_certs = - -# Mongodb Connection URI. If ssl connection enabled, then -# ``ssl_keyfile``, ``ssl_certfile``, ``ssl_cert_reqs``, -# ``ssl_ca_certs`` need to be set accordingly. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/uri -#uri = - -# Database name. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/database -#database = zaqar - -# Maximum number of times to retry a failed operation. Currently only -# used for retrying a message post. (integer value) -# Deprecated group/name - [drivers:storage:mongodb]/max_attempts -#max_attempts = 1000 - -# Maximum sleep interval between retries (actual sleep time increases -# linearly according to number of attempts performed). (floating point -# value) -# Deprecated group/name - [drivers:storage:mongodb]/max_retry_sleep -#max_retry_sleep = 0.1 - -# Maximum jitter interval, to be added to the sleep interval, in order -# to decrease probability that parallel requests will retry at the -# same instant. (floating point value) -# Deprecated group/name - [drivers:storage:mongodb]/max_retry_jitter -#max_retry_jitter = 0.005 - -# Maximum number of times to retry an operation that failed due to a -# primary node failover. (integer value) -# Deprecated group/name - [drivers:storage:mongodb]/max_reconnect_attempts -#max_reconnect_attempts = 10 - -# Base sleep interval between attempts to reconnect after a primary -# node failover. The actual sleep time increases exponentially (power -# of 2) each time the operation is retried. (floating point value) -# Deprecated group/name - [drivers:storage:mongodb]/reconnect_sleep -#reconnect_sleep = 0.02 - - -[drivers:management_store:redis] - -# -# From zaqar.storage.redis -# - -# Redis connection URI, taking one of three forms. For a direct -# connection to a Redis server, use the form -# "redis://host[:port][?options]", where port defaults to 6379 if not -# specified. For an HA master-slave Redis cluster using Redis -# Sentinel, use the form -# "redis://host1[:port1][,host2[:port2],...,hostN[:portN]][?options]", -# where each host specified corresponds to an instance of redis- -# sentinel. In this form, the name of the Redis master used in the -# Sentinel configuration must be included in the query string as -# "master=". Finally, to connect to a local instance of Redis -# over a unix socket, you may use the form -# "redis:/path/to/redis.sock[?options]". In all forms, the -# "socket_timeout" option may be specified in the query string. Its -# value is given in seconds. If not provided, "socket_timeout" -# defaults to 0.1 seconds. (string value) -# Deprecated group/name - [drivers:storage:redis]/uri -#uri = redis://127.0.0.1:6379 - -# Maximum number of times to retry an operation that failed due to a -# redis node failover. (integer value) -# Deprecated group/name - [drivers:storage:redis]/max_reconnect_attempts -#max_reconnect_attempts = 10 - -# Base sleep interval between attempts to reconnect after a redis node -# failover. (floating point value) -# Deprecated group/name - [drivers:storage:redis]/reconnect_sleep -#reconnect_sleep = 1.0 - - -[drivers:management_store:sqlalchemy] - -# -# From zaqar.storage.sqlalchemy -# - -# An sqlalchemy URL (string value) -# Deprecated group/name - [drivers:storage:sqlalchemy]/uri -uri = {{ zaqar_mgmt_db_connection_string }} - - -[drivers:message_store:mongodb] - -# -# From zaqar.storage.mongodb -# - -# The private keyfile used to identify the local connection against -# mongod. If included with the ``certifle`` then only the -# ``ssl_certfile`` is needed. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_keyfile -#ssl_keyfile = - -# The certificate file used to identify the local connection against -# mongod. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_certfile -#ssl_certfile = - -# Specifies whether a certificate is required from the other side of -# the connection, and whether it will be validated if provided. It -# must be one of the three values ``CERT_NONE``(certificates ignored), -# ``CERT_OPTIONAL``(not required, but validated if provided), or -# ``CERT_REQUIRED``(required and validated). If the value of this -# parameter is not ``CERT_NONE``, then the ``ssl_ca_cert`` parameter -# must point to a file of CA certificates. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_cert_reqs -#ssl_cert_reqs = CERT_REQUIRED - -# The ca_certs file contains a set of concatenated "certification -# authority" certificates, which are used to validate certificates -# passed from the other end of the connection. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/ssl_ca_certs -#ssl_ca_certs = -# Mongodb Connection URI. If ssl connection enabled, then -# ``ssl_keyfile``, ``ssl_certfile``, ``ssl_cert_reqs``, -# ``ssl_ca_certs`` need to be set accordingly. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/uri -#uri = - -# Database name. (string value) -# Deprecated group/name - [drivers:storage:mongodb]/database -#database = zaqar - -# Maximum number of times to retry a failed operation. Currently only -# used for retrying a message post. (integer value) -# Deprecated group/name - [drivers:storage:mongodb]/max_attempts -#max_attempts = 1000 - -# Maximum sleep interval between retries (actual sleep time increases -# linearly according to number of attempts performed). (floating point -# value) -# Deprecated group/name - [drivers:storage:mongodb]/max_retry_sleep -#max_retry_sleep = 0.1 - -# Maximum jitter interval, to be added to the sleep interval, in order -# to decrease probability that parallel requests will retry at the -# same instant. (floating point value) -# Deprecated group/name - [drivers:storage:mongodb]/max_retry_jitter -#max_retry_jitter = 0.005 - -# Maximum number of times to retry an operation that failed due to a -# primary node failover. (integer value) -# Deprecated group/name - [drivers:storage:mongodb]/max_reconnect_attempts -#max_reconnect_attempts = 10 - -# Base sleep interval between attempts to reconnect after a primary -# node failover. The actual sleep time increases exponentially (power -# of 2) each time the operation is retried. (floating point value) -# Deprecated group/name - [drivers:storage:mongodb]/reconnect_sleep -#reconnect_sleep = 0.02 - -# Number of databases across which to partition message data, in order -# to reduce writer lock %. DO NOT change this setting after initial -# deployment. It MUST remain static. Also, you should not need a large -# number of partitions to improve performance, esp. if deploying -# MongoDB on SSD storage. (integer value) -# Deprecated group/name - [drivers:storage:mongodb]/partitions -#partitions = 2 - - -[drivers:message_store:redis] - -# -# From zaqar.storage.redis -# - -# Redis connection URI, taking one of three forms. For a direct -# connection to a Redis server, use the form -# "redis://host[:port][?options]", where port defaults to 6379 if not -# specified. For an HA master-slave Redis cluster using Redis -# Sentinel, use the form -# "redis://host1[:port1][,host2[:port2],...,hostN[:portN]][?options]", -# where each host specified corresponds to an instance of redis- -# sentinel. In this form, the name of the Redis master used in the -# Sentinel configuration must be included in the query string as -# "master=". Finally, to connect to a local instance of Redis -# over a unix socket, you may use the form -# "redis:/path/to/redis.sock[?options]". In all forms, the -# "socket_timeout" option may be specified in the query string. Its -# value is given in seconds. If not provided, "socket_timeout" -# defaults to 0.1 seconds. (string value) -# Deprecated group/name - [drivers:storage:redis]/uri -#uri = redis://127.0.0.1:6379 - -# Maximum number of times to retry an operation that failed due to a -# redis node failover. (integer value) -# Deprecated group/name - [drivers:storage:redis]/max_reconnect_attempts -#max_reconnect_attempts = 10 - -# Base sleep interval between attempts to reconnect after a redis node -# failover. (floating point value) -# Deprecated group/name - [drivers:storage:redis]/reconnect_sleep -#reconnect_sleep = 1.0 - - -[drivers:transport:wsgi] - -# -# From zaqar.transport.wsgi -# - -# Address on which the self-hosting server will listen. (ip address -# value) -bind = 0.0.0.0 - -# Port on which the self-hosting server will listen. (port value) -# Minimum value: 1 -# Maximum value: 65535 -#port = 8888 - -[keystone_authtoken] -#signing_dir = /var/cache/zaqar -auth_type = {{ zaqar_keystone_auth_plugin }} -auth_url = {{ keystone_service_adminuri }} -www_authenticate_uri = {{ keystone_service_internaluri }} -project_domain_id = default -user_domain_id = default -project_name = {{ zaqar_service_project_name }} -username = {{ zaqar_service_user_name }} -password = {{ zaqar_service_user_password }} -#cafile = {{ zaqar_service_cafile_path }} - -# -# From keystonemiddleware.auth_token -# - -# Complete public Identity API endpoint. (string value) -#www_authenticate_uri = - -# API version of the admin Identity API endpoint. (string value) -#auth_version = - -# Do not handle authorization requests within the middleware, but -# delegate the authorization decision to downstream WSGI components. -# (boolean value) -#delay_auth_decision = false - -# Request timeout value for communicating with Identity API server. -# (integer value) -#http_connect_timeout = - -# How many times are we trying to reconnect when communicating with -# Identity API Server. (integer value) -#http_request_max_retries = 3 - -# Env key for the swift cache. (string value) -#cache = - -# Required if identity server requires client certificate (string -# value) -#certfile = - -# Required if identity server requires client certificate (string -# value) -#keyfile = - -# A PEM encoded Certificate Authority to use when verifying HTTPs -# connections. Defaults to system CAs. (string value) -#cafile = - -# Verify HTTPS connections. (boolean value) -#insecure = false - -# The region in which the identity server can be found. (string value) -#region_name = - -# Directory used to cache files related to PKI tokens. (string value) -#signing_dir = - -# Optionally specify a list of memcached server(s) to use for caching. -# If left undefined, tokens will instead be cached in-process. (list -# value) -# Deprecated group/name - [DEFAULT]/memcache_servers -#memcached_servers = - -# In order to prevent excessive effort spent validating tokens, the -# middleware caches previously-seen tokens for a configurable duration -# (in seconds). Set to -1 to disable caching completely. (integer -# value) -#token_cache_time = 300 - -# Determines the frequency at which the list of revoked tokens is -# retrieved from the Identity service (in seconds). A high number of -# revocation events combined with a low cache duration may -# significantly reduce performance. (integer value) -#revocation_cache_time = 10 - -# (Optional) If defined, indicate whether token data should be -# authenticated or authenticated and encrypted. Acceptable values are -# MAC or ENCRYPT. If MAC, token data is authenticated (with HMAC) in -# the cache. If ENCRYPT, token data is encrypted and authenticated in -# the cache. If the value is not one of these options or empty, -# auth_token will raise an exception on initialization. (string value) -#memcache_security_strategy = - -# (Optional, mandatory if memcache_security_strategy is defined) This -# string is used for key derivation. (string value) -#memcache_secret_key = - -# (Optional) Number of seconds memcached server is considered dead -# before it is tried again. (integer value) -#memcache_pool_dead_retry = 300 - -# (Optional) Maximum total number of open connections to every -# memcached server. (integer value) -#memcache_pool_maxsize = 10 - -# (Optional) Socket timeout in seconds for communicating with a -# memcached server. (integer value) -#memcache_pool_socket_timeout = 3 - -# (Optional) Number of seconds a connection to memcached is held -# unused in the pool before it is closed. (integer value) -#memcache_pool_unused_timeout = 60 - -# (Optional) Number of seconds that an operation will wait to get a -# memcached client connection from the pool. (integer value) -#memcache_pool_conn_get_timeout = 10 - -# (Optional) Use the advanced (eventlet safe) memcached client pool. -# The advanced pool will only work under python 2.x. (boolean value) -#memcache_use_advanced_pool = false - -# (Optional) Indicate whether to set the X-Service-Catalog header. If -# False, middleware will not ask for service catalog on token -# validation and will not set the X-Service-Catalog header. (boolean -# value) -#include_service_catalog = true - -# Used to control the use and type of token binding. Can be set to: -# "disabled" to not check token binding. "permissive" (default) to -# validate binding information if the bind type is of a form known to -# the server and ignore it if not. "strict" like "permissive" but if -# the bind type is unknown the token will be rejected. "required" any -# form of token binding is needed to be allowed. Finally the name of a -# binding method that must be present in tokens. (string value) -#enforce_token_bind = permissive - -# If true, the revocation list will be checked for cached tokens. This -# requires that PKI tokens are configured on the identity server. -# (boolean value) -#check_revocations_for_cached = false - -# Hash algorithms to use for hashing PKI tokens. This may be a single -# algorithm or multiple. The algorithms are those supported by Python -# standard hashlib.new(). The hashes will be tried in the order given, -# so put the preferred one first for performance. The result of the -# first hash will be stored in the cache. This will typically be set -# to multiple values only while migrating from a less secure algorithm -# to a more secure one. Once all the old tokens are expired this -# option should be set to a single value for better performance. (list -# value) -#hash_algorithms = md5 - -# Prefix to prepend at the beginning of the path. Deprecated, use -# identity_uri. (string value) -#auth_admin_prefix = - -# Host providing the admin Identity API endpoint. Deprecated, use -# identity_uri. (string value) -#auth_host = 127.0.0.1 - -# Port of the admin Identity API endpoint. Deprecated, use -# identity_uri. (integer value) -#auth_port = 5000 - -# Protocol of the admin Identity API endpoint (http or https). -# Deprecated, use identity_uri. (string value) -#auth_protocol = https - -# Complete admin Identity API endpoint. This should specify the -# unversioned root endpoint e.g. https://localhost:5000/ (string -# value) -#identity_uri = - -# This option is deprecated and may be removed in a future release. -# Single shared secret with the Keystone configuration used for -# bootstrapping a Keystone installation, or otherwise bypassing the -# normal authentication process. This option should not be used, use -# `admin_user` and `admin_password` instead. (string value) -#admin_token = - -# Service username. (string value) -#admin_user = - -# Service user password. (string value) -#admin_password = - -# Service tenant name. (string value) -#admin_tenant_name = admin - - -[notification] - -# -# From zaqar.common.configs -# - -# The command of smtp to send email. The format is "command_name arg1 -# arg2". (string value) -#smtp_command = /usr/sbin/sendmail -t -oi - - -[pooling:catalog] - -# -# From zaqar.storage.pooling -# - -# If enabled, the message_store will be used as the storage for the -# virtual pool. (boolean value) -enable_virtual_pool = true - - -[signed_url] - -# -# From zaqar.common.configs -# - -# Secret key used to encrypt pre-signed URLs. (string value) -secret_key = {{ zaqar_secret_key }} - - -[storage] - -# -# From zaqar.storage.pipeline -# - -# Pipeline to use for processing queue operations. This pipeline will -# be consumed before calling the storage driver's controller methods. -# (list value) -#queue_pipeline = - -# Pipeline to use for processing message operations. This pipeline -# will be consumed before calling the storage driver's controller -# methods. (list value) -{% if zaqar_enable_notification %} -message_pipeline = zaqar.notification.notifier -{% endif %} -#message_pipeline = - -# Pipeline to use for processing claim operations. This pipeline will -# be consumed before calling the storage driver's controller methods. -# (list value) -#claim_pipeline = - -# Pipeline to use for processing subscription operations. This -# pipeline will be consumed before calling the storage driver's -# controller methods. (list value) -#subscription_pipeline = - - -[transport] - -# -# From zaqar.transport.base -# - -# Defines how long a message will be accessible. (integer value) -#default_message_ttl = 3600 - -# Defines how long a message will be in claimed state. (integer value) -#default_claim_ttl = 300 - -# Defines the message grace period in seconds. (integer value) -#default_claim_grace = 60 - -# -# From zaqar.transport.validation -# - -# Defines the maximum number of queues per page. (integer value) -# Deprecated group/name - [limits:transport]/queue_paging_uplimit -#max_queues_per_page = 20 - -# Defines the maximum number of messages per page. (integer value) -# Deprecated group/name - [limits:transport]/message_paging_uplimit -#max_messages_per_page = 20 - -# Defines the maximum number of subscriptions per page. (integer -# value) -# Deprecated group/name - [limits:transport]/subscription_paging_uplimit -#max_subscriptions_per_page = 20 - -# The maximum number of messages that can be claimed (OR) popped in a -# single request (integer value) -# Deprecated group/name - [DEFAULT]/max_messages_per_claim -#max_messages_per_claim_or_pop = 20 - -# Defines the maximum amount of metadata in a queue. (integer value) -# Deprecated group/name - [limits:transport]/metadata_size_uplimit -#max_queue_metadata = 65536 - -# Defines the maximum size of message posts. (integer value) -# Deprecated group/name - [DEFAULT]/max_message_size -# Deprecated group/name - [limits:transport]/message_size_uplimit -#max_messages_post_size = 262144 - -# Maximum amount of time a message will be available. (integer value) -# Deprecated group/name - [limits:transport]/message_ttl_max -#max_message_ttl = 1209600 - -# Maximum length of a message in claimed state. (integer value) -# Deprecated group/name - [limits:transport]/claim_ttl_max -#max_claim_ttl = 43200 - -# Defines the maximum message grace period in seconds. (integer value) -# Deprecated group/name - [limits:transport]/claim_grace_max -#max_claim_grace = 43200 - -# Defines supported subscriber types. (list value) -#subscriber_types = http,https,mailto diff --git a/templates/zaqar_apache_ports.conf.j2 b/templates/zaqar_apache_ports.conf.j2 deleted file mode 100644 index 88c0549..0000000 --- a/templates/zaqar_apache_ports.conf.j2 +++ /dev/null @@ -1,3 +0,0 @@ -# {{ ansible_managed }} - -Listen {{ zaqar_api_bind_port }} diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml deleted file mode 100644 index 45206d3..0000000 --- a/tests/ansible-role-requirements.yml +++ /dev/null @@ -1,49 +0,0 @@ ---- -- name: apt_package_pinning - src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning - scm: git - version: master -- name: pip_install - src: https://git.openstack.org/openstack/openstack-ansible-pip_install - scm: git - version: master -- name: openstack_hosts - src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts - scm: git - version: master -- name: lxc_hosts - src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts - scm: git - version: master -- name: lxc_container_create - src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create - scm: git - version: master -- name: rabbitmq_server - src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server - scm: git - version: master -- name: galera_client - src: https://git.openstack.org/openstack/openstack-ansible-galera_client - scm: git - version: master -- name: galera_server - src: https://git.openstack.org/openstack/openstack-ansible-galera_server - scm: git - version: master -- name: memcached_server - src: https://git.openstack.org/openstack/openstack-ansible-memcached_server - scm: git - version: master -- name: os_keystone - src: https://git.openstack.org/openstack/openstack-ansible-os_keystone - scm: git - version: master -- name: systemd_service - src: https://git.openstack.org/openstack/ansible-role-systemd_service - scm: git - version: master -- name: python_venv_build - src: https://git.openstack.org/openstack/ansible-role-python_venv_build - scm: git - version: master diff --git a/tests/group_vars/all_containers.yml b/tests/group_vars/all_containers.yml deleted file mode 100644 index 802a50f..0000000 --- a/tests/group_vars/all_containers.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -# Copyright 2016, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -container_networks: - management_address: - address: "{{ ansible_host }}" - bridge: "br-mgmt" - interface: "eth1" - netmask: "255.255.255.0" - type: "veth" -physical_host: localhost -properties: - service_name: "{{ inventory_hostname }}" diff --git a/tests/host_vars/infra1.yml b/tests/host_vars/infra1.yml deleted file mode 100644 index 995511b..0000000 --- a/tests/host_vars/infra1.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -# Copyright 2017, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -ansible_host: 10.1.0.2 -ansible_become: True -ansible_user: root -container_name: infra1 diff --git a/tests/host_vars/localhost.yml b/tests/host_vars/localhost.yml deleted file mode 100644 index 6c26f31..0000000 --- a/tests/host_vars/localhost.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Copyright 2016, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -bridges: - - "br-mgmt" diff --git a/tests/host_vars/openstack1.yml b/tests/host_vars/openstack1.yml deleted file mode 100644 index 275549c..0000000 --- a/tests/host_vars/openstack1.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -# Copyright 2017, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -ansible_host: 10.1.0.3 -ansible_become: True -ansible_user: root -container_name: openstack1 diff --git a/tests/inventory b/tests/inventory deleted file mode 100644 index 49175c7..0000000 --- a/tests/inventory +++ /dev/null @@ -1,31 +0,0 @@ -[all] -localhost -infra1 -openstack1 - -[hosts] -localhost - -[all_containers] -infra1 -openstack1 - -[keystone_all] -infra1 - -[service_all:children] -rabbitmq_all -galera_all -memcached_all - -[rabbitmq_all] -infra1 - -[galera_all] -infra1 - -[memcached_all] -infra1 - -[zaqar_all] -openstack1 diff --git a/tests/test-install-zaqar.yml b/tests/test-install-zaqar.yml deleted file mode 100644 index 3dd5f3c..0000000 --- a/tests/test-install-zaqar.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -# Copyright 2016, Catalyst IT Limited -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Install zaqar server - hosts: zaqar_all - user: root - roles: - - role: "os_zaqar" - zaqar_developer_mode: true - zaqar_install_apache: true - zaqar_mgmt_db_connection_string: 'sqlite:////tmp/zaqar.db' - vars_files: - - common/test-vars.yml diff --git a/tests/test-zaqar-functional.yml b/tests/test-zaqar-functional.yml deleted file mode 100644 index 9b83961..0000000 --- a/tests/test-zaqar-functional.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# Copyright 2015, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- name: Playbook for functional testing of zaqar - hosts: zaqar_all - user: root - gather_facts: false - vars_files: - - common/test-vars.yml - tasks: - - name: Check the zaqar-api - uri: - url: "http://localhost:8888" - status_code: 401 diff --git a/tests/test.yml b/tests/test.yml deleted file mode 100644 index ff99668..0000000 --- a/tests/test.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -# Copyright 2016, Comcast Corporation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Setup the host -- import_playbook: common/test-setup-host.yml - -# Prepare the containers -- import_playbook: common/test-prepare-containers.yml - -# Install RabbitMQ/MariaDB -- import_playbook: common/test-install-infra.yml - -# Install Keystone -- import_playbook: common/test-install-keystone.yml - -# Install Zaqar -- import_playbook: test-install-zaqar.yml - -# Test Zaqar -- import_playbook: test-zaqar-functional.yml diff --git a/tox.ini b/tox.ini deleted file mode 100644 index a7f26d6..0000000 --- a/tox.ini +++ /dev/null @@ -1,104 +0,0 @@ -[tox] -minversion = 2.0 -skipsdist = True -envlist = docs,linters,functional - - -[testenv] -usedevelop = True -install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} -commands = - /usr/bin/find . -type f -name "*.pyc" -delete -passenv = - COMMON_TESTS_PATH - HOME - http_proxy - HTTP_PROXY - https_proxy - HTTPS_PROXY - no_proxy - NO_PROXY - TESTING_BRANCH - TESTING_HOME - USER -whitelist_externals = - bash -setenv = - PYTHONUNBUFFERED=1 - ROLE_NAME=os_zaqar - TEST_IDEMPOTENCE=false - VIRTUAL_ENV={envdir} - WORKING_DIR={toxinidir} - - -[testenv:docs] -basepython = python3 -deps = -r{toxinidir}/doc/requirements.txt -commands= - bash -c "rm -rf doc/build" - doc8 doc - sphinx-build -b html doc/source doc/build/html - - -[doc8] -# Settings for doc8: -extensions = .rst - - -[testenv:releasenotes] -basepython = python3 -deps = -r{toxinidir}/doc/requirements.txt -commands = - sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html - - -# environment used by the -infra templated docs job -[testenv:venv] -basepython = python3 -commands = - {posargs} - - -[testenv:pep8] -basepython = python3 -commands = - bash -c "{toxinidir}/tests/common/test-pep8.sh" - - -[flake8] -# Ignores the following rules due to how ansible modules work in general -# F403 'from ansible.module_utils.basic import *' used; -# unable to detect undefined names -ignore=F403 - - -[testenv:bashate] -commands = - bash -c "{toxinidir}/tests/common/test-bashate.sh" - - -[testenv:ansible-syntax] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-syntax.sh" - - -[testenv:ansible-lint] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-lint.sh" - - -[testenv:functional] -basepython = python3 -commands = - bash -c "{toxinidir}/tests/common/test-ansible-functional.sh" - - -[testenv:linters] -basepython = python3 -commands = - bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh" - {[testenv:pep8]commands} - {[testenv:bashate]commands} - {[testenv:ansible-lint]commands} - {[testenv:ansible-syntax]commands} diff --git a/vars/debian.yml b/vars/debian.yml deleted file mode 100644 index a409515..0000000 --- a/vars/debian.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -# Copyright 2016, Rackspace, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -## APT Cache options -cache_timeout: 600 - -zaqar_devel_distro_packages: - - git - -zaqar_distro_packages: - - gcc - - libxml2-dev - - libxslt1-dev - - libpython-dev - - python2.7-dev - - python-dev - - zlib1g-dev - -zaqar_apache_distro_packages: - - apache2 - - libapache2-mod-wsgi - -zaqar_nginx_distro_packages: - - nginx diff --git a/vars/main.yml b/vars/main.yml deleted file mode 100644 index 60d0bd1..0000000 --- a/vars/main.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -# Copyright 2018, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# -# Compile a list of the distro packages to install based on -# the options enabled. -# - -zaqar_package_list: |- - {% set packages = zaqar_distro_packages %} - {% if zaqar_install_apache | bool %} - {% set _ = packages.extend(zaqar_apache_distro_packages) %} - {% elif zaqar_install_nginx | bool %} - {% set _ = packages.extend(zaqar_nginx_distro_packages) %} - {% endif %} - {{ packages }} diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml deleted file mode 100644 index 2a33251..0000000 --- a/zuul.d/project.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2017, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- project: - templates: - - openstack-ansible-role-jobs - - check-requirements - - publish-openstack-docs-pti - - release-notes-jobs-python3 - check: - jobs: - # TODO(jrosser) Revert this once centos-7 passes - - openstack-ansible-functional-centos-7: - voting: false - # TODO(jrosser) Revert this once opensuse-150 passes - - openstack-ansible-functional-opensuse-150: - voting: false - # TODO(jrosser) Revert this once opensuse-423 passes - - openstack-ansible-functional-opensuse-423: - voting: false - gate: - jobs: - # TODO(jrosser) Revert this once centos-7 passes - - openstack-ansible-functional-centos-7: - voting: false - # TODO(jrosser) Revert this once opensuse-150 passes - - openstack-ansible-functional-opensuse-150: - voting: false - # TODO(jrosser) Revert this once opensuse-423 passes - - openstack-ansible-functional-opensuse-423: - voting: false