RETIRED, Role os_zaqar for OpenStack-Ansible
Go to file
Kevin Carter d355447d75 Remove deprecated ansible_ssh_host variable
This changes 'ansible_ssh_host' to 'ansible_host'. The 'ansible_ssh_host'
variable has been deprecated as noted here: [0].

[0] - http://docs.ansible.com/ansible/intro_inventory.html#hosts-and-groups

Change-Id: I7290dd50db66234a81a40c5613bf850f23afc938
Related-Bug: #1636606
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-25 19:43:34 +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 Enable release notes translation 2016-10-06 20:38:57 +02:00
tasks Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:46:43 -05:00
templates Disable stderr logging 2016-08-04 17:46:57 +00:00
tests Remove deprecated ansible_ssh_host variable 2016-10-25 19:43:34 +00:00
vars Ansible 2.1.1 role testing 2016-09-12 16:44:52 -04:00
.gitignore Update testing bits for consistency 2016-09-17 17:15:36 -04: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 Compress test execution logs 2016-09-09 10:51:02 +01: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 Update testing bits for consistency 2016-09-17 17:15:36 -04:00
setup.cfg Update homepage with developer documentation page 2016-09-20 12:43:47 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:12 +00:00
test-requirements.txt Updated from global requirements 2016-09-28 16:58:47 +00:00
tox.ini Use upper constraints for all tox targets 2016-10-19 07:45:16 +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'