RETIRED, Role os_zaqar for OpenStack-Ansible
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
OpenDev Sysadmins 7768676413
OpenDev Migration Patch
4 years ago
defaults Enable overriding the service setup host python interpreter 4 years ago
doc docs: drop sphinxmark 4 years ago
files Initial commit for zaqar ansible role 7 years ago
handlers Use a common python build/install role 5 years ago
meta Add bionic to galaxy_info metadata 5 years ago
releasenotes Update master for stable/stein 4 years ago
tasks Enable overriding the service setup host python interpreter 4 years ago
templates Replace port 35357 with 5000 for "identity_uri" 5 years ago
tests Set container_name as host_var in test inventory 4 years ago
vars Use a common python build/install role 5 years ago
zuul.d switch documentation job to new PTI 5 years ago
.gitignore Updated from OpenStack Ansible Tests 5 years ago
.gitreview OpenDev Migration Patch 4 years ago
CONTRIBUTING.rst Replace Chinese punctuation with English punctuation 5 years ago
LICENSE Implement base configuration for OpenStack-CI 7 years ago
README.rst Merge "Update README.rst information" 4 years ago
Vagrantfile Updated from OpenStack Ansible Tests 5 years ago
bindep.txt Updated from OpenStack Ansible Tests 4 years ago
manual-test.rc Use centralised test scripts 7 years ago
os-zaqar-install.yml Trivial: Fix the pep8 warning 5 years ago
run_tests.sh Updated from OpenStack Ansible Tests 4 years ago
setup.cfg Update mailinglist from dev to discuss 4 years ago
setup.py Updated from global requirements 6 years ago
tox.ini fix tox python3 overrides 5 years ago

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 source code repository is located at:

https://git.openstack.org/cgit/openstack/openstack-ansible-os_zaqar/

The project home is at:

https://launchpad.net/openstack-ansible

The bugs can be found at:

https://bugs.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'
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