RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Mohammed Naser 26fe529338 docs: drop sphinxmark
sphinxmark is no longer compatible with the latest release of Sphinx
which is causing all of our documentation jobs to fail.  This patch
removes it as our current usage of openstacktheme for documentation
already provides watermarks for current branch and notices for which
branch the documentation covers.

Change-Id: I2ff3fba7c160b95208bebad32c3b500cb9a39d4a
2019-04-04 05:01:18 +00:00
defaults Enable overriding the service setup host python interpreter 2018-11-30 16:59:05 +00:00
doc docs: drop sphinxmark 2019-04-04 05:01:18 +00:00
files Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00
handlers Use a common python build/install role 2018-09-04 13:47:41 +00:00
meta Add bionic to galaxy_info metadata 2018-08-02 20:31:44 +00:00
releasenotes Update reno for stable/rocky 2018-08-10 16:48:55 +00:00
tasks Enable overriding the service setup host python interpreter 2018-11-30 16:59:05 +00:00
templates Replace port 35357 with 5000 for "identity_uri" 2018-05-21 13:17:23 +07:00
tests Set container_name as host_var in test inventory 2018-10-22 12:58:13 +01:00
vars Use a common python build/install role 2018-09-04 13:47:41 +00:00
zuul.d switch documentation job to new PTI 2018-08-28 06:39:22 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:55:34 +00:00
.gitreview Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
CONTRIBUTING.rst Replace Chinese punctuation with English punctuation 2018-09-12 13:08:19 +00:00
LICENSE Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
README.rst Merge "Update README.rst information" 2018-11-30 20:37:02 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:22:26 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2019-03-22 22:06:53 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 11:41:06 +01:00
os-zaqar-install.yml Trivial: Fix the pep8 warning 2018-08-06 07:59:18 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2019-02-27 06:07:09 +00:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:15:01 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:15 +00:00
tox.ini fix tox python3 overrides 2018-09-26 18:44:38 -04:00

README.rst

Team and repository tags

image

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

../../defaults/main.yml

Required Variables

(to be completed)

Example Playbook

- 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