Remove fuel master ssh key from $HOME/known_hosts 92/592/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 19 May 2015 06:37:42 +0000 (08:37 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 19 May 2015 06:37:42 +0000 (08:37 +0200)
JIRA: OCTO-3

Change-Id: I949ee80bbc4dbba6458c1ad1560f43fc791dee2d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/genesis/genesis-fuel.yml

index e9f279e..909dc1b 100644 (file)
             # 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"
             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
 
             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 "--------------------------------------------------------"