Skip to content

Commit

Permalink
Merge "Disable Telemetry on ovb-updates jobs"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed May 29, 2017
2 parents 739e24a + 1dafd0d commit fbee761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions toci_gate_test-orig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbee761

Please sign in to comment.