summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: reworked commentsManuel Messner2018-02-121-15/+6Star
|
* Makefile: packer: make optionalManuel Messner2018-02-121-1/+1
|
* Makefile: add spacingManuel Messner2018-02-121-0/+11
|
* Makefile: add timestamp to verbose outputManuel Messner2018-02-121-0/+2
|
* Makefile: check_rootpw: move downManuel Messner2018-02-121-1/+4
|
* Makefile: move help target to eofManuel Messner2018-02-121-5/+4Star
|
* Makefile: remove all targetManuel Messner2018-02-121-2/+2
|
* Makefile: add separator between verbose info and further ouputJonathan Bauer2018-02-121-0/+1
|
* Makefile: set verbose flag if debug flag is setManuel Messner2018-02-121-0/+1
|
* Makefile: search builder only if not definedManuel Messner2018-02-121-9/+11
|
* Makefile: remove unneeded branchManuel Messner2018-02-121-6/+1Star
| | | | As we do verbose printing below, this output is not needed anymore.
* Makefile: add verbosity flagManuel Messner2018-02-121-1/+16
| | | | If VERBOSE is set, then the important variables will be printed.
* Makefile: help: remove unneeded parenthesesManuel Messner2018-02-121-2/+2
|
* Makefile: support parallel buildsManuel Messner2018-02-121-27/+16Star
| | | | | | | | * now builds provisioned images in a timestamped subdirectory, copying the ansible-roles it was built with * simplified the post-processing of images builts using better paths :) Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* Makefile: rename vm_nameManuel Messner2018-02-121-3/+3
| | | | Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* ansible-roles: update to new revisionManuel Messner2018-02-121-0/+0
| | | | Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* centos-7.4-x86_64.json: change output pathManuel Messner2018-02-121-4/+4
| | | | Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* centos-7.3-x86_64.json: change output pathManuel Messner2018-02-121-4/+4
| | | | Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* ubuntu-16.04-amd64.json: change output pathManuel Messner2018-02-121-4/+4
| | | | Signed-off-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de>
* Makefile: remove unneeded variableJonathan Bauer2018-02-081-1/+1
|
* [centos-7.3] explicitly use kvm accel for qemuJonathan Bauer2018-02-081-0/+1
|
* Makefile: simplify BUILDER selectionManuel Messner2018-02-081-4/+1Star
| | | | | | | Instead of checking and/or defining the DEFAULT_BUILDER in every single step, we can safely skip that and use the first entry of AVAILABLE_BUILDERS instead. This should have the same result.
* Makefile: simplify ifndef+def -> ?=Manuel Messner2018-02-081-6/+2Star
|
* [ubuntu-16.04] explicitly use kvm accel for qemuJonathan Bauer2018-02-081-0/+1
|
* [centos-7.3] epel-release via yumJonathan Bauer2018-02-081-3/+2Star
|
* centos-7.4-x86_64.json: change kickstart file to 7.4Manuel Messner2018-02-081-1/+1
| | | | | | Packer did still use the 7.3 version of the kickstart file for the 7.4 image because nothing important has changed. We did a few changes now, so it's time to move.
* http: centos-7.4: anaconda-ks.cfg: add update to %post sectionManuel Messner2018-02-081-0/+1
|
* http: centos-7.4: anaconda-ks.cfg: add default mirrorManuel Messner2018-02-081-0/+1
|
* update ubuntu 16.04.2 -> 16.04.3Jonathan Bauer2018-02-081-2/+2
|
* Makefile: repair check_rootpw functionManuel Messner2018-02-081-5/+1Star
| | | | https://stackoverflow.com/questions/20389064/using-gnu-make-functions-to-check-if-variables-are-defined
* Makefile: indentation...Jonathan Bauer2018-02-071-1/+1
|
* Makefile: check_rootpw function & callsJonathan Bauer2018-02-071-3/+9
|
* Makefile: cleaned up help a bitJonathan Bauer2018-02-071-9/+7Star
|
* Makefile: reworked builder detection a bitJonathan Bauer2018-02-071-16/+11Star
|
* Makefile: small formatting changesJonathan Bauer2018-02-071-5/+8
|
* Makefile: remove old/completed TODOsJonathan Bauer2018-02-071-3/+1Star
|
* Makefile: remove incorrect comment signManuel Messner2018-02-071-1/+1
|
* Makefile: echo -e -> printfManuel Messner2018-02-071-4/+4
|
* Makefile: remove unneeded commentManuel Messner2018-02-071-1/+0Star
|
* Makefile: fix indentionManuel Messner2018-02-071-31/+31
|
* Merge branch 'master' of git.openslx.org:openslx-ng/packer-templatesManuel Messner2018-02-071-0/+1
|\
| * centos-7.4-x86_64.json: use qemu with kvmManuel Messner2018-02-071-0/+1
| |
* | Makefile: find provisioning flavors dynamically.Manuel Messner2018-02-071-1/+1
|/ | | | | | | This patch changes the way provisioning flavors are defined. In the past they were defined statically. Now there's a glob over all yaml files in $ANSIBLE_DIR which match a certain pattern.
* Makefile: fix indentionManuel Messner2018-02-071-1/+1
|
* Makefile: remove unneeded space in indentionManuel Messner2018-02-071-1/+1
|
* Makefile: remove trailing spaceManuel Messner2018-02-071-1/+1
|
* centos-7.4-x86_64.json: remove trailing spaceManuel Messner2018-02-071-3/+3
|
* centos-7.4 ksJonathan Bauer2017-12-151-0/+56
|
* centos-7.4-x86_64 templateJonathan Bauer2017-12-151-0/+99
|
* update ansible-roles commitJonathan Bauer2017-05-291-0/+0
|