Skip to content

Commit 3aecfc7

Browse files
UladzislauDadzimauUladzislau Dadzimau
and
Uladzislau Dadzimau
authored
ISC CS v1.0.5 (#9)
Co-authored-by: Uladzislau Dadzimau <[email protected]>
1 parent c49b5f4 commit 3aecfc7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

isc_collection/isc-cs.sh

+9-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ declare -a tools=(
1414
"awk"
1515
"sha256sum"
1616
"eval"
17+
"ps"
1718
)
1819
missing_tools=0
1920

@@ -34,8 +35,8 @@ fi
3435

3536

3637
#region Hard-coded variables
37-
DOWNLOAD_URL="URL"
38-
EXPECTED_HASH="HASHSUM"
38+
DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.0.5.0/SLSENB_ISC_CS_1.0.5.0.tags-v1.0.5.fee408a.zip"
39+
EXPECTED_HASH="9743094C7C5EE6BDD33B11A679D3585586F5DBFE506129C11960461356AE65A4"
3940
DESTINATION_FOLDER="./ib-isc-cs"
4041

4142
if [ -d "$DESTINATION_FOLDER" ]; then
@@ -103,4 +104,9 @@ echo " [!!!] Please find detailed usage instructions in $DESTINATION_FOLDER/R
103104
echo " "
104105
echo " Quick run:"
105106
echo " cd $DESTINATION_FOLDER"
106-
echo " ./isc_cs_run-solution.sh <query-string>"
107+
echo " ./isc_cs_run-solution.sh --mode|-m <dns|dhcp> --scenario|-s <local|packer|ssh|mount> [--server|-c <servers list>] [--path|-p <path>] ... [<repeat set of parameters>]"
108+
echo " "
109+
echo " Examples:"
110+
echo " ./isc_cs_run-solution.sh --mode dns --scenario ssh --server 10.10.6.30,10.10.6.31"
111+
echo " ./isc_cs_run-solution.sh -m dns -s packer -p /home/user/data/"
112+
echo " ./isc_cs_run-solution.sh --mode dns --scenario ssh --server 10.10.6.30,10.10.6.31 --mode dhcp --scenario local"

0 commit comments

Comments
 (0)