| # 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/xenial/ xenial main"} |
| SALTSTACK_GPG=${SALTSTACK_GPG:-"https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub"} |
| |
| |
| |
| IMAGE_NAME # resulted openstack|qemu image name part |
| |
| # Openstack-related |
| OS_USERNAME |
| OS_PASSWORD |
| OS_FLAVOR |
| OS_IMAGE # base image |