Change cirros image
This is a simple change that will switch the cirros image used for sanity from a .qcow2 file extension to .img. The version is still the latest available one. Change-Id: I93b988aaaa84a0ec9a6ed917dd41e0a952795cae Signed-off-by: George Postolache <george.postolache@intel.com>changes/84/717284/1
parent
25b287f923
commit
3ac210a078
|
@ -2,7 +2,7 @@
|
|||
LOG_PATH = /tmp/logs
|
||||
IP_UNIT_0_ADDRESS = 10.10.10.3
|
||||
IP_UNIT_1_ADDRESS = 10.10.10.4
|
||||
CIRROS_FILE = cirros-0.4.0-x86_64-disk.qcow2
|
||||
CIRROS_FILE = cirros-0.4.0-x86_64-disk.img
|
||||
CENTOS_FILE = CentOS-7-x86_64-GenericCloud.qcow2
|
||||
UBUNTU_FILE = xenial-server-cloudimg-amd64-disk1.qcow2
|
||||
WINDOWS_FILE = windows_server_2012_r2.qcow2
|
||||
|
|
|
@ -376,7 +376,7 @@ __ https://cloudbase.it/windows-cloud-images/
|
|||
.. code:: bash
|
||||
|
||||
[general]
|
||||
CIRROS_FILE = cirros-0.4.0-x86_64-disk.qcow2
|
||||
CIRROS_FILE = cirros-0.4.0-x86_64-disk.img
|
||||
CENTOS_FILE = CentOS-7-x86_64-GenericCloud.qcow2
|
||||
UBUNTU_FILE = xenial-server-cloudimg-amd64-disk1.qcow2
|
||||
WINDOWS_FILE = windows_server_2012_r2.qcow2
|
||||
|
|
Loading…
Reference in New Issue