Disk image elements for Sahara
Go to file
Luigi Toscano 114c3903a2 Set DIB_CDH_MINOR_VERSION when required
Set DIB_CDH_MINOR_VERSION in diskimage-create so that it could not
be an empty value. The order of the lines where DIB_CDH_VERSION is
assigned for other CDH versions where DIB_CDH_MINOR_VERSION is not
used was changed as well for consistency.
Also, in order to try to prevent future errors, set the value of
DIB_CDH_MINOR_VERSION based on DIB_CDH_VERSION in all elements where
it is used (thanks to the ${VAR:-value} syntax which does not fail
with set -u even if DIB_CDH_MINOR_VERSION is not assigned).

Closes-Bug: #1657482
Change-Id: I31b25fd4ba886d051b9b57902cd72349a4a2dbfa
(cherry picked from commit 3dfcb641c0)
2017-01-20 13:13:37 +01:00
bin Add main script for building sahara images 2015-03-30 16:43:06 +03:00
diskimage-create Set DIB_CDH_MINOR_VERSION when required 2017-01-20 13:13:37 +01:00
elements Set DIB_CDH_MINOR_VERSION when required 2017-01-20 13:13:37 +01:00
tools improve building images in gate for vanilla 2016-08-16 15:45:31 +03:00
.gitignore Remove duplicate .coverage in .gitignore file 2015-09-22 17:24:08 +05:30
.gitreview Update .gitreview for stable/newton 2016-09-15 12:32:16 -04:00
.mailmap Adding my alt email to .mailmap 2013-10-07 19:43:43 +04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Renaming all Savanna references to Sahara 2014-03-13 15:26:47 +04:00
LICENSE Add LICENSE file 2013-09-02 12:59:05 +04:00
MANIFEST.in Package with pbr 2013-09-02 13:00:09 +04:00
README.rst Use tox env for building images 2015-05-05 14:49:08 +03:00
classdist_noinst.stamp Adding Storm and Zookeeper elements 2014-08-04 08:49:16 -03:00
requirements.txt Updated from global requirements 2016-01-22 04:09:42 +00:00
setup.cfg Remove version from setup.cfg 2015-12-03 03:21:52 -08:00
setup.py Updated from global requirements 2015-09-21 14:42:50 +00:00
test-requirements.txt Updated from global requirements 2015-06-22 08:28:32 +00:00
tox.ini ignore safe sudo check 2016-06-10 14:52:49 +03:00

README.rst

Sahara image elements project

This repo is a place for Sahara-related for diskimage-builder elements.

Script for creating Fedora and Ubuntu cloud images with our elements and default parameters. You should only need to run this command:

tox -e venv -- sahara-image-create

Note: More information about script diskimage-create