azvyagintsev | 4053eb2 | 2018-03-29 16:21:51 +0300 | [diff] [blame] | 1 | # Env variables and description: |
azvyagintsev | 0f697cf | 2018-06-22 11:44:13 +0300 | [diff] [blame] | 2 | #DO_API_TOKEN |
| 3 | PACKER_IMAGES_CACHE="${HOME}/packer_images_cache/" |
| 4 | |
azvyagintsev | 4053eb2 | 2018-03-29 16:21:51 +0300 | [diff] [blame] | 5 | |
| 6 | # base.sh |
| 7 | UBUNTU_BASEURL=http://mirror.mirantis.com/stable/ubuntu/ |
| 8 | |
| 9 | # salt.sh |
| 10 | SALTSTACK_REPO=${SALTSTACK_REPO:-"deb [arch=amd64] https://mirror.mirantis.com/stable/saltstack-2016.3/xenial/ xenial main"} |
| 11 | SALTSTACK_GPG=${SALTSTACK_GPG:-"https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3/SALTSTACK-GPG-KEY.pub"} |
| 12 | |
| 13 | |
| 14 | |
| 15 | IMAGE_NAME # resulted openstack|qemu image name part |
| 16 | |
| 17 | # Openstack-related |
| 18 | OS_USERNAME |
| 19 | OS_PASSWORD |
| 20 | OS_FLAVOR |
| 21 | OS_IMAGE # base image |