RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Zuul da2832edd2 Merge "Trivial: Fix the pep8 warning" 2018-09-27 03:39:22 +00:00
defaults Use a common python build/install role 2018-09-04 13:47:41 +00:00
doc Fix doc8 failures 2018-08-28 08:38:34 +02: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 use include_tasks instead of include 2018-09-06 08:15:51 +08:00
templates Replace port 35357 with 5000 for "identity_uri" 2018-05-21 13:17:23 +07:00
tests use include_tasks instead of include 2018-09-06 08:15:51 +08: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-03-27 15:57:22 +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 Fix doc8 failures 2018-08-28 08:38:34 +02:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:44:48 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:50 +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 2018-04-30 05:17:00 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:46:17 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:15 +00:00
tox.ini Merge "fix tox python3 overrides" 2018-08-23 03:43:10 +00: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 home is at:

https://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'