Skip to content

Commit

Permalink
Post GTS20 Bootcamp Staging updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jncox committed Mar 6, 2020
1 parent cf3f476 commit 13d487f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ After HPoC Foundation, you can have push-button Calm in about half an hour!
# Table of Contents #
<!-- MDTOC maxdepth:6 firsth1:0 numbering:0 flatten:0 bullets:1 updateOnSave:1 -->

- [Available Workshops](#available-workshops)
- [How To Workshop](#howto-workshop)
- [Available Workshops](#available-workshops)
- [HPoC Cluster Reservation](#hpoc-cluster-reservation)
- [Staging Your HPoC](#staging-your-hpoc)
- [Interactive Usage](#interactive-usage)
Expand All @@ -17,6 +18,10 @@ After HPoC Foundation, you can have push-button Calm in about half an hour!

<!-- /MDTOC -->
---
## How To Workshop ##

Please review the How To Workshop for the latest instructions http://ntnx.tips/howto

## Available Workshops ##

1. Calm Introduction Workshop (AOS/AHV 5.5+)
Expand Down
4 changes: 2 additions & 2 deletions scripts/lib.pe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ acli "vm.disk_create ${PrismOpsServer} clone_from_image=${PrismOpsServer}"
#acli "vm.nic_create ${PrismOpsServer} network=${NW1_NAME}"
acli "vm.nic_create ${PrismOpsServer} network=${NW1_NAME} ip=${PrismOpsServer_HOST}"

log "Power on ${VPrismOpsServer} VM..."
log "Power on ${PrismOpsServer} VM..."
acli "vm.on ${PrismOpsServer}"


Expand Down Expand Up @@ -782,7 +782,7 @@ function pc_configure() {
## TODO: If DEBUG is set, we run the below command with bash -x
_command="EMAIL=${EMAIL} \
PC_HOST=${PC_HOST} PE_HOST=${PE_HOST} PE_PASSWORD=${PE_PASSWORD} \
PC_LAUNCH=${PC_LAUNCH} PC_VERSION=${PC_VERSION} nohup bash -x ${HOME}/${PC_LAUNCH} PC"
PC_LAUNCH=${PC_LAUNCH} PC_VERSION=${PC_VERSION} nohup bash ${HOME}/${PC_LAUNCH} PC"
log "Remote asynchroneous launch PC configuration script... ${_command}"
remote_exec 'ssh' 'PC' "${_command} >> ${HOME}/${PC_LAUNCH%%.sh}.log 2>&1 &"
log "PC Configuration complete: try Validate Staged Clusters now."
Expand Down
3 changes: 1 addition & 2 deletions stage_workshop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ WORKSHOPS=(\
"Basic / API Bootcamp (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
"Private Cloud Bootcamp (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
"Databases with Era Bootcamp (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
"Citrix Bootcamp (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
"Files Bootcamp (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
"Calm Workshop (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
"Citrix Bootcamp (AOS 5.11.x/AHV PC 5.11.2.1) = Current" \
) # Adjust function stage_clusters, below, for file/script mappings as needed

function stage_clusters() {
Expand Down Expand Up @@ -112,7 +112,6 @@ function stage_clusters() {
_pc_launch=${_pe_launch}
fi


dependencies 'install' 'sshpass'

if [[ -z ${PC_VERSION} ]]; then
Expand Down

0 comments on commit 13d487f

Please sign in to comment.