Update default cirros image to 0.6.2
The 0.5.2 version being used so far as default, has a lot of kernel bugs that were fixed in the new version, so updating it to 0.6.2. Change-Id: Icd7330f4f58f1815d9f5b48ffd0a80277568023b
This commit is contained in:
parent
77977988cd
commit
94718fef1f
@ -24,13 +24,13 @@ TEMPEST_WORKSPACE = os.getcwd()
|
||||
DEPLOYER_INPUT = os.path.join(os.path.expanduser("~"),
|
||||
"tempest-deployer-input.conf")
|
||||
DEFAULT_IMAGE_DIR = 'etc'
|
||||
DEFAULT_IMAGE = ("https://download.cirros-cloud.net/0.5.2/"
|
||||
"cirros-0.5.2-x86_64-disk.img")
|
||||
DEFAULT_IMAGE = ("https://download.cirros-cloud.net/0.6.2/"
|
||||
"cirros-0.6.2-x86_64-disk.img")
|
||||
|
||||
DEFAULT_IMAGES = [("https://download.cirros-cloud.net/0.5.2/"
|
||||
"cirros-0.5.2-x86_64-disk.img"),
|
||||
DEFAULT_IMAGES = [("https://download.cirros-cloud.net/0.6.2/"
|
||||
"cirros-0.6.2-x86_64-disk.img"),
|
||||
("http://images.rdoproject.org/cirros/"
|
||||
"cirros-0.5.2-x86_64-disk.img")]
|
||||
"cirros-0.6.2-x86_64-disk.img")]
|
||||
DEFAULT_IMAGE_FORMAT = 'qcow2'
|
||||
|
||||
DEFAULT_FLAVOR_RAM = 128
|
||||
|
@ -40,7 +40,7 @@ Generating a sample profile.yaml file
|
||||
endpoint_type: null
|
||||
generate_profile: ./etc/profile.yaml
|
||||
http_timeout: null
|
||||
image: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
||||
image: http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img
|
||||
image_disk_format: qcow2
|
||||
insecure: false
|
||||
network_id: null
|
||||
|
@ -48,7 +48,7 @@ is then copied to tempest directory.
|
||||
|
||||
.. zuul:rolevar:: url_cirros_image
|
||||
:type: string
|
||||
:default: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
||||
:default: http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img
|
||||
|
||||
A URL address of the cirros image.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
devstack_base_dir: /opt/stack
|
||||
virtualenvs:
|
||||
tempestconf: ~/.virtualenvs/.tempestconf
|
||||
url_cirros_image: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
|
||||
url_cirros_image: "http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img"
|
||||
additional_tempestconf_params: ""
|
||||
test_demo_user: False
|
||||
test_accounts_file: /etc/openstack/accounts.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user