RETIRED, Puppet module to install diskimage-builder and its depends
Go to file
Dirk Mueller 3393404098 Add gnupg2 install for zypper as well
As of today zypper is explicitly using /usr/bin/gpg2 for signature
validation but this is typically not installed on an Ubuntu host
because it defaults to gnupg (1.x, which only provides /usr/bin/gpg).

This change is needed so that the zypper-minimal element has a
chance of working on a Xenial host.

Change-Id: If57b07dcf31b8eeb2a3a44442315dd1d70b3523d
2017-05-24 23:03:35 +02:00
manifests Add gnupg2 install for zypper as well 2017-05-24 23:03:35 +02:00
spec Add acceptance tests for puppet-diskimage_builder. 2015-10-02 09:30:31 -03:00
.gitignore Add acceptance tests for puppet-diskimage_builder. 2015-10-02 09:30:31 -03:00
.gitreview Fix .gitreview file 2015-04-17 12:13:23 -04:00
Gemfile Use new infra_spec_helper for gem dependencies 2016-06-21 18:37:58 -07:00
LICENSE Initial commit of module to install diskimage-builder 2015-03-25 10:17:02 -04:00
README.md Initial commit of module to install diskimage-builder 2015-03-25 10:17:02 -04:00
Rakefile Initial commit of module to install diskimage-builder 2015-03-25 10:17:02 -04:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:42:59 +00:00

README.md

OpenStack diskimage-builder Module

Overview

Module to install diskimage-builder and the full set of requirements that are required for it to build OpenStack Infra images.