These are scripts that can be used to automatically create images for an OpenStack Environment.
Currently, only Scripts for CentOS 7 are considered stable, 6 is WIP, other Linux distributions might be added later.
Create a .env file that contains your $targetip, $targetport, $targetuser and $targetpw
bash build.sh $dist $task
Current options are:
$dist
= centos
, ubuntu-14.04
, ubuntu-15.04
$task
= build
, pack
, upload
, deploy
, complete