Allow 1 ceph osd for updates job
Change Ie9bdd9b16bcb9f11107ece614b010e87d3ae98a9 disallowed a single osd by default, but for some reason the ci job did not catch the fact that this breaks our updates job configuration (I suspect ceph didn't get restarted after the config change was applied). This change just adds an environment that will allow a single osd again, which should unblock the updates job. Change-Id: I2da488400898e3cef6a7cc819abb8df27aad5d67 Closes-Bug: 1694847
This commit is contained in:
parent
499e16265a
commit
4a881bcd16
2
test-environments/ceph-min-osds.yaml
Normal file
2
test-environments/ceph-min-osds.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
parameter_defaults:
|
||||
CephPoolDefaultSize: 1
|
@ -189,6 +189,7 @@ for JOB_TYPE_PART in $(sed 's/-/ /g' <<< "${TOCI_JOBTYPE:-}") ; do
|
||||
-e $TRIPLEO_ROOT/tripleo-ci/test-environments/$CA_ENVIRONMENT_FILE
|
||||
--ceph-storage-scale 1
|
||||
-e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml
|
||||
-e $TRIPLEO_ROOT/tripleo-ci/test-environments/ceph-min-osds.yaml
|
||||
"
|
||||
# Disabling Telemetry after Newton, since we have scenario001 already covering it.
|
||||
# https://bugs.launchpad.net/tripleo/+bug/1693174
|
||||
|
Loading…
Reference in New Issue
Block a user