RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Jonathan Rosser f94e78205c Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Mark newly introduced failing jobs as non-voting.

Depends-On: https://review.openstack.org/588962
Change-Id: I559d19d38a419a373d5cbb3d9f423607f8d29a74
2018-08-06 10:29:10 +00:00
defaults Execute service setup against a delegated host using Ansible built-in modules 2018-07-13 15:36:09 +00:00
doc Updated from global requirements 2018-03-15 07:39:48 +00:00
files Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00
handlers Fix usage of "|" for tests 2018-07-30 10:44:21 +02:00
meta Remove pip_install dependency 2017-12-05 11:56:43 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-17 08:09:00 +01:00
tasks Fix usage of "|" for tests 2018-07-30 10:44:21 +02:00
templates Replace port 35357 with 5000 for "identity_uri" 2018-05-21 13:17:23 +07:00
tests Execute service setup against a delegated host using Ansible built-in modules 2018-07-13 15:36:09 +00:00
vars Trivial: Fix the pep8 warning 2018-05-08 14:07:02 +08:00
zuul.d Switch to using project-templates 2018-08-06 10:29:10 +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 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 Update server to service 2018-06-28 08:33:35 +00: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 Add zaqar_local_mode 2016-03-15 15:11:37 +13: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 Use tests repo for common role test requirements 2018-07-02 13:06:31 -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.

Linux Distribution Support: Ubuntu 14.04

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'