azvyagintsev | e1b236a | 2018-07-13 16:59:49 +0300 | [diff] [blame] | 1 | # Env variables and description: |
| 2 | #DO_API_TOKEN |
| 3 | PACKER_IMAGES_CACHE="${HOME}/packer_images_cache/" |
| 4 | |
| 5 | |
| 6 | # base.sh |
| 7 | UBUNTU_BASEURL=http://mirror.mirantis.com/stable/ubuntu/ |
| 8 | |
| 9 | # salt.sh |
Petr Ruzicka | 9138b18 | 2018-08-22 17:38:30 +0200 | [diff] [blame] | 10 | SALTSTACK_REPO=${SALTSTACK_REPO:-"deb [arch=amd64] https://mirror.mirantis.com/stable/saltstack-2017.7/trusty/ trusty main"} |
| 11 | SALTSTACK_GPG=${SALTSTACK_GPG:-"https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub"} |
azvyagintsev | e1b236a | 2018-07-13 16:59:49 +0300 | [diff] [blame] | 12 | |
| 13 | |
| 14 | |
| 15 | # resulted openstack|qemu image name part |
| 16 | IMAGE_NAME="ubuntu-14-04-x64" |
| 17 | |