aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rwxr-xr-xdata/get_env_info.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/data/get_env_info.sh b/data/get_env_info.sh
deleted file mode 100755
index 98ad6dd6..00000000
--- a/data/get_env_info.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/bash
-
-usage() {
- echo "usage $0 -n <installer_type> -i <installer_ip>"
-}
-
-
-
-while getopts ":n:i:" optchar; do
- case "${optchar}" in
- n)
- export INSTALLER_TYPE=${OPTARG};;
-
- i)
- export INSTALLER_IP=${OPTARG};;
-
- *)
- echo "Incorrect usage"
- usage ;;
- esac
-done
-./fetch_os_creds.sh -d opnfv-creds.sh