From 5ea2a9638c192024fc98d4d5c9258e3da5f6f304 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 19 May 2015 08:37:42 +0200 Subject: Remove fuel master ssh key from $HOME/known_hosts JIRA: OCTO-3 Change-Id: I949ee80bbc4dbba6458c1ad1560f43fc791dee2d Signed-off-by: Fatih Degirmenci --- jjb/genesis/genesis-fuel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index e9f279ed9..909dc1b05 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -350,9 +350,6 @@ # list the build artifacts ls -al $BUILD_DIRECTORY - # list the contents of BUILD_OUTPUT directory - ls -al $BUILD_DIRECTORY - # save information regarding artifact into file ( echo "OPNFV_ARTIFACT_VERSION=$OPNFV_ARTIFACT_VERSION" @@ -376,6 +373,9 @@ set -o nounset set -o pipefail + # remove the fuel master ssh key from $HOME/.ssh/known_hosts + ssh-keygen -R 172.30.200.206 + # source the file so we get OPNFV vars source latest.properties @@ -391,7 +391,7 @@ echo # start the deployment - echo "sudo ${TOPDIR}/deploy/deploy.sh $WORKSPACE/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml" + sudo ${TOPDIR}/deploy/deploy.sh $WORKSPACE/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml echo echo "--------------------------------------------------------" -- cgit 1.2.3-korg