mirror of
https://opendev.org/openstack/kolla-ansible.git
synced 2026-01-16 23:12:09 +00:00
Allow to override Cirros image URL for air-gapped environments
Change-Id: I917b63ac93a7370e4e064a3fcce70820521387d4
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
(cherry picked from commit b9c5fb3616)
This commit is contained in:
parent
f5f4e1eb80
commit
92e0bea511
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ fi
|
|||
ARCH=$(uname -m)
|
||||
CIRROS_RELEASE=${CIRROS_RELEASE:-0.6.2}
|
||||
IMAGE_PATH=/opt/cache/files/
|
||||
IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/
|
||||
IMAGE_URL=${IMAGE_URL:-"https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/"}
|
||||
IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img
|
||||
IMAGE_NAME=cirros
|
||||
IMAGE_TYPE=linux
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue