Bump cirros version to 0.4.0

To synchronize with other infrared components that use 0.4.0 already.

Change-Id: I4c40690877dcaa666617760d224fea6e23db965c
(cherry picked from commit 9602c30e98)
This commit is contained in:
Sergii Golovatiuk 2019-10-29 16:22:59 +01:00
parent bfaa256e5d
commit 92a77495e7
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ Set to true to launch an instance before starting upgrade. This can be useful fo
Name of the external network providing floating IPs for instance connectivity. This provides external connectivity and needs to exist beforehand, created by the user.
workload_image_url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
workload_image_url: "https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
URL of the image used for the workload instance.

View File

@ -50,7 +50,7 @@ timestamper_cmd: >-
# launch workload before update/upgrade
workload_launch: false
external_network_name: "public"
workload_image_url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
workload_image_url: "https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
workload_memory: "512"
workload_user: "cirros"
workload_disk: 5

View File

@ -49,7 +49,7 @@ subparsers:
type: Value
help: |
Image URL to be used for spawning instance before upgrade.
default: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
default: https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
upgrade-workloadmemory:
type: Value
help: |