Disable Telemetry on ovb-updates jobs

Disabling Telemetry on ovb-updates jobs to save memory, on Ocata and
Pike CIs.

Keep coverage for Newton since we didn't have scenario001 in place yet.

Change-Id: I5b0320ce369b86ce8fb70da6ecb3f39596f43b95
Related-Bug: #1693174
Depends-On: Idefe9f0de47c5b0f29b7326642d697ed179e2eb8
This commit is contained in:
Emilien Macchi 2017-05-29 11:24:18 +02:00
parent 7548af6a7c
commit 1dafd0dcb7
1 changed files with 5 additions and 0 deletions

View File

@ -185,6 +185,11 @@ for JOB_TYPE_PART in $(sed 's/-/ /g' <<< "${TOCI_JOBTYPE:-}") ; do
--ceph-storage-scale 1
-e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml
"
# Disabling Telemetry after Newton, since we have scenario001 already covering it.
# https://bugs.launchpad.net/tripleo/+bug/1693174
if [ "$STABLE_RELEASE" != "newton" ]; then
OVERCLOUD_DEPLOY_ARGS="$OVERCLOUD_DEPLOY_ARGS -e /usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml"
fi
OVERCLOUD_UPDATE_ARGS="-e /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml $OVERCLOUD_DEPLOY_ARGS"
NETISO_V6=1
PACEMAKER=1