Disable telemetry from fakeha-caserver job

I've been unable to figure out what's the issue, so I'm disabling
this temporarily to get the job passing and the rest of the services
tested. This will be re-enabled later.

Change-Id: Id244f05cd9ba5f1dbecdd0ea7477ee713a3c5d25
This commit is contained in:
Juan Antonio Osorio Robles 2017-06-20 13:56:30 +03:00
parent 94a7b804cf
commit 2aff47d36d
1 changed files with 8 additions and 1 deletions

View File

@ -364,7 +364,14 @@ for JOB_TYPE_PART in $(sed 's/-/ /g' <<< "${TOCI_JOBTYPE:-}") ; do
# In ci our overcloud nodes don't have access to an external network
# --ntp-server is here to make the deploy command happy, the ci env
# is on virt so the clocks should be in sync without it.
OVERCLOUD_DEPLOY_ARGS="$OVERCLOUD_DEPLOY_ARGS --control-scale 1 --ntp-server 0.centos.pool.ntp.org -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e $TRIPLEO_ROOT/tripleo-ci/test-environments/network-templates/network-isolation-absolute.yaml -e $TRIPLEO_ROOT/tripleo-ci/test-environments/network-templates/network-environment.yaml -e $TRIPLEO_ROOT/tripleo-ci/test-environments/net-iso.yaml"
OVERCLOUD_DEPLOY_ARGS="
$OVERCLOUD_DEPLOY_ARGS --control-scale 1
--ntp-server 0.centos.pool.ntp.org
-e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml
-e $TRIPLEO_ROOT/tripleo-ci/test-environments/network-templates/network-isolation-absolute.yaml
-e $TRIPLEO_ROOT/tripleo-ci/test-environments/network-templates/network-environment.yaml
-e $TRIPLEO_ROOT/tripleo-ci/test-environments/net-iso.yaml
-e /usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml"
NETISO_V4=1
PACEMAKER=1
;;