RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Jesse Pretorius 0fc824798e Use a common python build/install role
In order to radically simplify how we prepare the service
venvs, we use a common role to do the wheel builds and the
venv preparation. This makes the process far simpler to
understand, because the role does its own building and
installing. It also reduces the code maintenance burden,
because instead of duplicating the build processes in the
repo_build role and the service role - we only have it all
done in a single place.

We also change the role venv tag var to use the integrated
build's common venv tag so that we can remove the role's
venv tag in group_vars in the integrated build. This reduces
memory consumption and also reduces the duplication.

This is by no means the final stop in the simplification
process, but it is a step forward. The will be work to follow
which:

1. Replaces 'developer mode' with an equivalent mechanism
   that uses the common role and is simpler to understand.
   We will also simplify the provisioning of pip install
   arguments when doing this.

This patch also cleans up the unnecessary tags and makes a
few changes to the role to tidy things up a bit.

Depends-On: https://review.openstack.org/598957
Change-Id: I61d005d4732bd1d6cf4125cbf1adfdb1479a4b1b
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
2018-09-04 13:47:41 +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 a common python build/install role 2018-09-04 13:47:41 +00:00
templates Replace port 35357 with 5000 for "identity_uri" 2018-05-21 13:17:23 +07:00
tests Remove httplib2 install from tests 2018-08-19 16:38:24 +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-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 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 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 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'