summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2015-09-21 08:25:51 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-21 08:25:51 +0000
commit2b29b25aac6ac1d29eca3f86333247eff7ddfb7d (patch)
tree94d2d49ac91389047cf108981d0bf6a1d5173fe7 /jjb
parent4f14fb148999f57ef3efd79102447be0db1f11ac (diff)
parent6955011c12a4c4c83fafef8921622e6dd683995b (diff)
Merge "Disable Fuel Healthcheck temporarily because of Opendaylight it will fail everytime"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/genesis/genesis-fuel.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml
index f13dc070c..fb25b07b6 100644
--- a/jjb/genesis/genesis-fuel.yml
+++ b/jjb/genesis/genesis-fuel.yml
@@ -604,8 +604,8 @@
# start the deployment
echo "Issuing command"
- echo "sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN"
- sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN
+ echo "sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN -nh"
+ sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN -nh
echo
echo "--------------------------------------------------------"