blob: 3a0e0b9cac8e0177be1fcd363539a4e1065001aa [file] [log] [blame]
azvyagintseve1b236a2018-07-13 16:59:49 +03001# Env variables and description:
2#DO_API_TOKEN
3PACKER_IMAGES_CACHE="${HOME}/packer_images_cache/"
4
5
6# base.sh
7UBUNTU_BASEURL=http://mirror.mirantis.com/stable/ubuntu/
8
9# salt.sh
Petr Ruzicka9138b182018-08-22 17:38:30 +020010SALTSTACK_REPO=${SALTSTACK_REPO:-"deb [arch=amd64] https://mirror.mirantis.com/stable/saltstack-2017.7/trusty/ trusty main"}
11SALTSTACK_GPG=${SALTSTACK_GPG:-"https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub"}
azvyagintseve1b236a2018-07-13 16:59:49 +030012
13
14
15# resulted openstack|qemu image name part
16IMAGE_NAME="ubuntu-14-04-x64"
17