Explicitly pin CIRROS_VERSION
It appear the push to Cirros 0.6.1 has re-occured, and we now have things failing as a result. Specifically ironic-grenade is trying to run with Cirros 0.5.2, yet the file is not found later on. Anyhow, an explicit pin should resolve this. Change-Id: I97a1403820c8dbe633cf1d529adc79e8af463e80
This commit is contained in:
parent
2afaf4d0a0
commit
124ad571fd
@ -70,6 +70,7 @@
|
|||||||
# which cuts API memory utilziation in half reducing the risk of
|
# which cuts API memory utilziation in half reducing the risk of
|
||||||
# oom-killer events in CI.
|
# oom-killer events in CI.
|
||||||
API_WORKERS: 1
|
API_WORKERS: 1
|
||||||
|
CIRROS_VERSION: 0.6.1
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
ironic: https://opendev.org/openstack/ironic
|
ironic: https://opendev.org/openstack/ironic
|
||||||
tempest_plugins:
|
tempest_plugins:
|
||||||
@ -898,6 +899,7 @@
|
|||||||
LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images
|
LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images
|
||||||
INSTANCE_WAIT: 120
|
INSTANCE_WAIT: 120
|
||||||
MYSQL_GATHER_PERFORMANCE: False
|
MYSQL_GATHER_PERFORMANCE: False
|
||||||
|
CIRROS_VERSION: 0.6.1
|
||||||
old:
|
old:
|
||||||
IRONIC_VM_LOG_DIR: '{{ devstack_bases.old }}/ironic-bm-logs'
|
IRONIC_VM_LOG_DIR: '{{ devstack_bases.old }}/ironic-bm-logs'
|
||||||
grenade_localrc:
|
grenade_localrc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user