RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Jesse Pretorius 673dcb63a3 Enable overriding the service setup host python interpreter
In order to enable the service setup host python interpreter to
be changed easily, we make it a variable. This will be useful
when someone sets the service setup host to be the utility
container, because we'll be able to set this var by default.

Change-Id: I0c3f20032fc673a20088fb6a946c7af57d6a4841
2018-11-30 16:59:05 +00:00
defaults Enable overriding the service setup host python interpreter 2018-11-30 16:59:05 +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 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 add the project source code repository 2018-09-07 09:13:14 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:22:26 +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-09-29 04:56:31 +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 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

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'