# Env variables and description: | |
#DO_API_TOKEN | |
PACKER_IMAGES_CACHE="${HOME}/packer_images_cache/" | |
# base.sh | |
UBUNTU_BASEURL=http://mirror.mirantis.com/stable/ubuntu/ | |
# salt.sh | |
SALTSTACK_REPO=${SALTSTACK_REPO:-"deb [arch=amd64] https://mirror.mirantis.com/stable/saltstack-2017.7/trusty/ trusty main"} | |
SALTSTACK_GPG=${SALTSTACK_GPG:-"https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub"} | |
# resulted openstack|qemu image name part | |
IMAGE_NAME="ubuntu-14-04-x64" | |