Ansible role to manage Shade
Go to file
Paul Belanger 13e2783eac
Start testing with ubuntu-bionic
We have nodes online in openstack-infra, so lets start using them.

Change-Id: I0f2a607622ba87f7e2f4aa7c797f2e4a445aab1b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-03-06 21:27:35 -05:00
defaults Update shade_git_dest location 2018-03-04 19:47:13 -05:00
doc/source Initial commit 2016-02-15 14:39:05 -05:00
meta Initial commit 2016-02-15 14:39:05 -05:00
tasks Update shade_git_dest location 2018-03-04 19:47:13 -05:00
tests Update shade_git_dest location 2018-03-04 19:47:13 -05:00
vars Add gcc as a build dependency 2016-12-30 15:49:35 -05:00
.gitignore Initial commit 2016-02-15 14:39:05 -05:00
.gitreview Added .gitreview 2016-02-15 17:49:14 +00:00
.zuul.yaml Start testing with ubuntu-bionic 2018-03-06 21:27:35 -05:00
LICENSE Initial commit 2016-02-15 14:39:05 -05:00
README.rst Remove epel-release / python-pip from role 2016-09-03 20:55:13 -04:00
bindep.txt Move ansible dependencies into bindep.txt 2016-12-27 11:56:25 -05:00
requirements.txt Initial commit 2016-02-15 14:39:05 -05:00
setup.cfg Initial commit 2016-02-15 14:39:05 -05:00
setup.py Initial commit 2016-02-15 14:39:05 -05:00
test-requirements.txt Initial commit 2016-02-15 14:39:05 -05:00
tox.ini Initial commit for zuulv3 support 2017-10-21 20:09:03 -04:00

README.rst

ansible-role-shade

Ansible role to manage Shade

Description

Shade is a simple client library for operating OpenStack clouds.

Requirements

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 shade
  hosts: nodepool
  roles:
    - ansible-role-shade