Ansible role to manage diskimage-builder
Go to file
Paul Belanger 393d9005a5 Stop gating on ubuntu-xenial
There is no issues running ubuntu-bionic, so stop gating on
ubuntu-xenial to save us CI resources.

Change-Id: I4ccae7bc251a7a9c52ae99dd5cd6ba7299806c80
Depends-On: https://review.openstack.org/623074
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-05 23:14:02 -05:00
defaults Default install method to pip 2018-04-13 20:26:20 -04:00
doc/source Add tox support 2015-12-01 11:46:36 -05:00
meta Bump minimal version of ansible to 2.4.0 2018-04-19 14:15:16 -04:00
tasks Pass list of packages directly to package task 2018-04-14 16:21:31 -04:00
tests Refactor jobs to support pip / git installation testing 2018-04-13 16:57:14 -04:00
vars Add missing runtime dependencies 2016-12-30 20:47:36 -05:00
.gitignore Add tox support 2015-12-01 11:46:36 -05:00
.gitreview Prepare for the gate 2015-12-10 18:50:27 +00:00
.zuul.yaml Stop gating on ubuntu-xenial 2018-12-05 23:14:02 -05:00
LICENSE Initial commit 2015-09-14 20:51:27 -04:00
README.rst Remove epel-release / python-pip from role 2016-09-03 22:28:22 -04:00
bindep.txt Add yum-utils dependency for yumdownloader 2016-12-12 18:51:57 -05:00
requirements.txt Bump minimal version of ansible to 2.4.0 2018-04-19 14:15:16 -04:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 21:59:24 -05:00
setup.py Add tox support 2015-12-01 11:46:36 -05:00
test-requirements.txt Add tox support 2015-12-01 11:46:36 -05:00
tox.ini Limit linters to current working directory 2018-04-26 14:51:09 -04:00

README.rst

ansible-role-diskimage-builder

Ansible role to manage Diskimage Builder

Description

Diskimage builder is a tool for building disk images, file system images and ramdisk images.

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