From 6cf01ef2b8cff0412640b6cc87112852afee9c87 Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Tue, 16 May 2017 14:11:02 +0800 Subject: delete unuse code in directory legacy Change-Id: I31427e8a59ea241e882f41222f211fffe709043f Signed-off-by: zhihui wu --- legacy/scripts/get_env_info.sh | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100755 legacy/scripts/get_env_info.sh (limited to 'legacy/scripts/get_env_info.sh') diff --git a/legacy/scripts/get_env_info.sh b/legacy/scripts/get_env_info.sh deleted file mode 100755 index cd49ac87..00000000 --- a/legacy/scripts/get_env_info.sh +++ /dev/null @@ -1,37 +0,0 @@ -#! /bin/bash - -usage() { - echo "usage $0 -n -i -k " -} - - - -while getopts ":n:i:k:" optchar; do - case "${optchar}" in - n) - export INSTALLER_TYPE=${OPTARG};; - - i) - export INSTALLER_IP=${OPTARG};; - - k) - export APEX_KEY=${OPTARG};; - - *) - echo "Incorrect usage" - usage ;; - esac -done - -if [ $INSTALLER_TYPE == "apex" ] - then - if [ -z $APEX_KEY ] - then - echo "Please provide the the key to access the APEX Instack VM" - usage - exit 1 - fi -fi - - -${REPOS_DIR}/releng/utils/fetch_os_creds.sh -d ${QTIP_DIR}/opnfv-creds.sh -- cgit 1.2.3-korg