Ansible role to manage OpenStackSDK
Go to file
Paul Belanger 219f2593b0 Clean up zuul tests
Sync latest version of our testing jobs.

Change-Id: Ieeb1eddd52ed61239893de85cd005ce29e6116aa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-06 20:27:26 -05:00
defaults Initial commit 2018-08-05 10:36:21 -04:00
doc/source Initial commit 2018-08-05 10:36:21 -04:00
meta Initial commit 2018-08-05 10:36:21 -04:00
tasks Initial commit 2018-08-05 10:36:21 -04:00
tests Initial commit 2018-08-05 10:36:21 -04:00
vars Initial commit 2018-08-05 10:36:21 -04:00
.gitignore Initial commit 2018-08-05 10:36:21 -04:00
.gitreview Added .gitreview 2018-06-04 12:36:16 +00:00
.zuul.yaml Clean up zuul tests 2018-12-06 20:27:26 -05:00
LICENSE Initial commit 2018-08-05 10:36:21 -04:00
README.rst Initial commit 2018-08-05 10:36:21 -04:00
bindep.txt Initial commit 2018-08-05 10:36:21 -04:00
requirements.txt Initial commit 2018-08-05 10:36:21 -04:00
setup.cfg Initial commit 2018-08-05 10:36:21 -04:00
setup.py Initial commit 2018-08-05 10:36:21 -04:00
test-requirements.txt Initial commit 2018-08-05 10:36:21 -04:00
tox.ini Clean up zuul tests 2018-12-06 20:27:26 -05:00

README.rst

ansible-role-openstacksdk

Ansible role to manage OpenStackSDK

Description

OpenStackSDK is a simple client library for operating OpenStack clouds.

Requirements

  • pip3 to be installed if using openstacksdk_install_method: (git|pip)

See bindep.txt for role dependencies.

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install openstacksdk
  hosts: nodepool
  roles:
    - ansible-role-openstacksdk