Skip to content
Snippets Groups Projects
Commit 9bde29a3 authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz Committed by Radosław Piliszek
Browse files

cirros: upgrade to 0.5.1

We released CirrOS 0.5.1. Time to move then.

Change-Id: Ibca24836f19b3cbf6166fa39a3702883938feda8
parent becc4cda
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ tempest_extra_volumes: "{{ default_extra_volumes }}" ...@@ -30,7 +30,7 @@ tempest_extra_volumes: "{{ default_extra_volumes }}"
########################### ###########################
# Tempest Required Resource # Tempest Required Resource
########################### ###########################
image_url: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img" image_url: "https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-x86_64-disk.img"
tempest_image_id: tempest_image_id:
tempest_image_alt_id: "{{ tempest_image_id }}" tempest_image_alt_id: "{{ tempest_image_id }}"
......
...@@ -19,8 +19,8 @@ fi ...@@ -19,8 +19,8 @@ fi
ARCH=$(uname -m) ARCH=$(uname -m)
IMAGE_PATH=/opt/cache/files/ IMAGE_PATH=/opt/cache/files/
IMAGE_URL=http://download.cirros-cloud.net/0.4.0/ IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/0.5.1/
IMAGE=cirros-0.4.0-${ARCH}-disk.img IMAGE=cirros-0.5.1-${ARCH}-disk.img
IMAGE_NAME=cirros IMAGE_NAME=cirros
IMAGE_TYPE=linux IMAGE_TYPE=linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment