RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Anton Khaldin e3d63ab1ef Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of zaqar inside or outside of a Python virtual environment.
Installing within a venv is now the only supported deployment.

Additionally, a few changes have been made to make the creation of the
venv more resistant to interruptions during a run of the role.
* unarchiving a pre-built venv will now also occur when the venv
  directory is created, not only after being downloaded
* virtualenv-tools is run against both pre-built and non pre-built venvs
  to account for interruptions during or prior to unarchiving

Change-Id: I4a67a53d3d685c1e2f937114352569c9f45a74a0
Implements: blueprint only-install-venvs
2016-07-08 02:10:49 -07:00
defaults Only install to virtual environment 2016-07-08 02:10:49 -07:00
doc Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +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 Remove pip_lock_down dependency 2016-06-07 23:32:58 -05:00
releasenotes Only install to virtual environment 2016-07-08 02:10:49 -07:00
tasks Only install to virtual environment 2016-07-08 02:10:49 -07:00
templates Only install to virtual environment 2016-07-08 02:10:49 -07:00
tests Clean up container cache prep in tasks 2016-06-17 19:49:55 +01:00
vars Updating os_zaqar to use the Multi-Distro framework 2016-05-25 08:28:39 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:21:39 +01: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
os-zaqar-install.yml Add zaqar_local_mode 2016-03-15 15:11:37 +13:00
other-requirements.txt Updating os_zaqar to use the Multi-Distro framework 2016-05-25 08:28:39 +00:00
README.rst Updating os_zaqar to use the Multi-Distro framework 2016-05-25 08:28:39 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:57:18 +01:00
setup.cfg Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
setup.py Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
test-requirements.txt Pin test-requirements to match OpenStack requirements 2016-06-17 12:36:20 +01:00
tox.ini Merge "Adding role convergence test" 2016-04-14 02:12:18 +00:00
Vagrantfile Adding role convergence test 2016-04-11 12:09:35 -04:00

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'