RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
OpenDev Sysadmins 667ac863b4 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:36:14 +00:00
defaults Update repo for stable/ocata 2017-02-08 11:08:48 +00:00
doc Initial Zuul v3 role jobs 2017-11-23 12:34:52 +00:00
files Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00
handlers Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00
meta Use updated get_url module checksum functionality 2016-11-07 17:39:13 +00:00
releasenotes Initial Zuul v3 role jobs 2017-11-23 12:34:52 +00:00
tasks Fix for lookup and get_url occuring in different places 2018-01-08 10:56:18 +00:00
templates Disable stderr logging 2016-08-04 17:46:57 +00:00
tests Replace openstack.org git:// URLs with https:// 2019-03-24 20:35:03 +00:00
vars Ansible 2.1.1 role testing 2016-09-12 16:44:52 -04:00
zuul.d import zuul job settings from project-config 2018-08-21 13:30:14 +00:00
.gitignore Updated from OpenStack Ansible Tests 2017-10-24 16:43:21 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:14 +00:00
CONTRIBUTING.rst Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
LICENSE Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
README.rst Show team and repo badges on README 2016-11-25 16:30:37 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-10-24 16:43:21 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-10-24 16:43:21 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 11:41:06 +01:00
os-zaqar-install.yml Add zaqar_local_mode 2016-03-15 15:11:37 +13:00
run_tests.sh Used cached git sources and enable depends-on 2017-11-06 18:24:35 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-20 12:43:47 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:12 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:11:19 +00:00
tox.ini Used cached git sources and enable depends-on 2017-11-06 18:24:35 +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.

Linux Distribution Support: Ubuntu 14.04

Default Variables

../../defaults/main.yml

Required Variables

(to be completed)

Example Playbook

- 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'