From: Giulio Fidente Date: Wed, 10 Dec 2014 10:38:24 +0000 (+0100) Subject: Default BlockStorageCount to 0 for without-mergepy jobs X-Git-Tag: opnfv-6.0.0~2693^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=11660bf3296801732dac858c7875a0a9d2599fba;p=apex-tripleo-heat-templates.git Default BlockStorageCount to 0 for without-mergepy jobs We have never created these additional storage nodes by default with the old templates; we agreed on adding a job for this in CI [1] so we will override the default value in the specific CI job. 1. https://github.com/openstack-infra/tripleo-ci/blob/master/docs/wanted_ci_jobs.csv Change-Id: Iaec38807bc209fc28d83e3d6922269e803110053 --- diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index ae61ec4b..234b9c77 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -433,7 +433,7 @@ parameters: # Block storage specific parameters BlockStorageCount: type: number - default: 1 + default: 0 BlockStorageImage: default: overcloud-cinder-volume type: string