RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Jesse Pretorius 0139b6270b Remove unified queue from gate pipeline
Initially the intent for adding this was to better test
any patches for roles together before they merge, but it
has had the unintended side-effect of causing patches to
take much longer to merge (because they all get lined up
in a single queue, rather than independent queues) and
a lot more infra resources are used (because a patch
that fails at the top of the queue will result in all
subsequent patches restarting all their tests).

As discussed in the channel, we'd prefer to revert back
to the previous independent queue method of testing. It
has served us well.

Change-Id: Ia8a54b619cf28fd924264206caff926ee9ed2ca8
2017-10-23 11:30:13 +01:00
defaults Deprecate auth_plugin option 2017-03-25 12:25:28 +08:00
doc Initial OSA zuul v3 role jobs 2017-10-17 20:57:20 +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 Add OpenStack-Ansible metadata 2017-10-11 09:03:43 +00:00
releasenotes Initial OSA zuul v3 role jobs 2017-10-17 20:57:20 +00:00
tasks Allow the developer constraints to be adjusted 2017-05-26 12:04:17 +01:00
templates Deprecate auth_plugin option 2017-03-25 12:25:28 +08:00
tests Initial OSA zuul v3 role jobs 2017-10-17 20:57:20 +00:00
vars Ansible 2.1.1 role testing 2016-09-12 16:44:52 -04:00
zuul.d Remove unified queue from gate pipeline 2017-10-23 11:30:13 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:20:12 +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 Show team and repo badges on README 2016-11-25 16:30:37 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:01:05 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-09-12 23:55:56 +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 Initial OSA zuul v3 role jobs 2017-10-17 20:57:20 +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
test-requirements.txt Updated from global requirements 2017-09-16 23:20:41 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:23:35 +01: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'