File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ declare -a tools=(
14
14
" awk"
15
15
" sha256sum"
16
16
" eval"
17
+ " ps"
17
18
)
18
19
missing_tools=0
19
20
34
35
35
36
36
37
# 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 "
39
40
DESTINATION_FOLDER=" ./ib-isc-cs"
40
41
41
42
if [ -d " $DESTINATION_FOLDER " ]; then
@@ -103,4 +104,9 @@ echo " [!!!] Please find detailed usage instructions in $DESTINATION_FOLDER/R
103
104
echo " "
104
105
echo " Quick run:"
105
106
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"
You can’t perform that action at this time.
0 commit comments