Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jncox/stageworkshop
Browse files Browse the repository at this point in the history
  • Loading branch information
jncox committed May 17, 2019
2 parents d0a2ba8 + 3449ac6 commit a33812a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# curl --remote-name --location https://raw.githubusercontent.com/mlavi/stageworkshop/master/bootstrap.sh && SOURCE=${_} sh ${_##*/}

if [[ -z ${SOURCE} ]]; then
ORGANIZATION=jncox
ORGANIZATION=nutanixworkshops
REPOSITORY=stageworkshop
BRANCH=master
else
Expand Down
6 changes: 4 additions & 2 deletions scripts/global.vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ case "${OCTET[0]}.${OCTET[1]}" in
AUTODC_REPOS=(\
'https://s3.amazonaws.com/get-ahv-images/AutoDC2.qcow2' \
)
DNS_SERVERS='10.132.71.40'
NW1_SUBNET="${IPV4_PREFIX%.*}.128.4/17"

10.132 ) # https://sewiki.nutanix.com/index.php/SH-COLO-IP-ADDR
DNS_SERVERS='10.132.71.40'
NW1_SUBNET="${IPV4_PREFIX%.*}.128.4/17"
NW1_DHCP_START="${IPV4_PREFIX}.100"
NW1_DHCP_END="${IPV4_PREFIX}.250"
# PC deploy file local override, TODO:30 make an PC_URL array and eliminate
Expand Down

0 comments on commit a33812a

Please sign in to comment.