RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Shashank Tavildar 73b6d0fa30 Added SNI support for os_zaqar role via OS packages
Some Linux distributions, such as CentOS 7 and Xenial, have trouble
validating SSL certificates when using get_url with servers
that use Server Name Indication (SNI).

This patch adds those packages to the list of required packages and
uses bindep to install them in developer test environments the same
way that the gate tests install them.

Change-Id: Ibe601b424074cd4d430c9abb303716972c4209e7
2016-08-19 14:45:43 +00:00
defaults Add project group to role 2016-08-04 05:20:48 +01:00
doc Update sphinx configuration 2016-07-12 16:54:32 +01: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 Mark this role supporting Ubuntu Xenial. 2016-08-10 11:53:41 -05:00
releasenotes Add ability to change apt/yum package state 2016-08-02 15:37:11 +01:00
tasks Add ability to change apt/yum package state 2016-08-02 15:37:11 +01:00
templates Disable stderr logging 2016-08-04 17:46:57 +00:00
tests Merge "Adding simple functional testing for the role" 2016-07-22 16:08:27 +00:00
vars Adding simple functional testing for the role 2016-07-21 17:58:56 -04:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:14:54 +10: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 Updating os_zaqar to use the Multi-Distro framework 2016-05-25 08:28:39 +00:00
Vagrantfile Adding role convergence test 2016-04-11 12:09:35 -04:00
bindep.txt Added SNI support for os_zaqar role via OS packages 2016-08-19 14:45:43 +00:00
os-zaqar-install.yml Add zaqar_local_mode 2016-03-15 15:11:37 +13:00
run_tests.sh Added SNI support for os_zaqar role via OS packages 2016-08-19 14:45:43 +00:00
setup.cfg Implement base configuration for OpenStack-CI 2016-03-16 15:39:18 +00:00
setup.py Updated from global requirements 2016-07-15 03:58:12 +00:00
test-requirements.txt Add python packages for SNI support in tests 2016-08-16 14:12:30 +00:00
tox.ini Include ansible commands for ansible linting 2016-08-11 18:10:50 +01:00

README.rst

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'