Skip to content

Commit

Permalink
Merge pull request mlavi#18 from jncox/master
Browse files Browse the repository at this point in the history
Updates for cleanup
  • Loading branch information
Nathan C authored May 17, 2019
2 parents 5978b48 + a33812a commit bd4ae8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stage_workshop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEBUG=
# - PC #.#
WORKSHOPS=(\
"Bootcamp (AOS 5.10+/AHV PC 5.10+) = Current (AutoDC2)" \
"Citrix Desktop on AHV Workshop (AOS 5.10+/AHV PC 5.10+) = Development" \
#"Citrix Desktop on AHV Workshop (AOS 5.10+/AHV PC 5.10+) = Development" \
"Tech Summit 2019 (AOS 5.10+/AHV PC 5.10+) = Development" \
"Calm Workshop (AOS 5.8.x/AHV PC 5.8.x) = Stable (AutoDC2)" \
) # Adjust function stage_clusters, below, for file/script mappings as needed
Expand Down Expand Up @@ -267,10 +267,10 @@ function select_workshop() {
get_file
break
;;
"Validate Staged Clusters")
validate_clusters
break
;;
#"Validate Staged Clusters")
# validate_clusters
# break
# ;;
"Quit")
exit
;;
Expand Down Expand Up @@ -310,14 +310,14 @@ function select_workshop() {
. scripts/global.vars.sh
begin
_VALIDATE='Validate Staged Clusters'
# _VALIDATE='Validate Staged Clusters'
_CLUSTER_FILE='Cluster Input File'
CLUSTER_LIST=
# NONWORKSHOPS appended to WORKSHOPS
WORKSHOP_COUNT=${#WORKSHOPS[@]}
WORKSHOPS[${#WORKSHOPS[@]}]="Change ${_CLUSTER_FILE}"
WORKSHOPS[${#WORKSHOPS[@]}]=${_VALIDATE}
#WORKSHOPS[${#WORKSHOPS[@]}]=${_VALIDATE}
WORKSHOPS[${#WORKSHOPS[@]}]="Quit"
let NONWORKSHOPS=${#WORKSHOPS[@]}-${WORKSHOP_COUNT}
Expand Down

0 comments on commit bd4ae8c

Please sign in to comment.