From 8514d2638bb2c05d2dc4a94df719b4949d28f286 Mon Sep 17 00:00:00 2001 From: Nathan C Date: Wed, 24 Apr 2019 15:24:12 -0700 Subject: [PATCH 1/2] Update global.vars.sh --- scripts/global.vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global.vars.sh b/scripts/global.vars.sh index ef4c74b..635da20 100644 --- a/scripts/global.vars.sh +++ b/scripts/global.vars.sh @@ -304,7 +304,7 @@ case "${OCTET[0]}.${OCTET[1]}" in NW2_VLAN=$(( ${OCTET[2]} * 10 + 1 )) NW2_SUBNET="${IPV4_PREFIX}.129/25" NW2_DHCP_START="${IPV4_PREFIX}.132" - NW2_DHCP_END="${IPV4_PREFIX}.254" + NW2_DHCP_END="${IPV4_PREFIX}.253" ;; 10.132 ) # https://sewiki.nutanix.com/index.php/SH-COLO-IP-ADDR DNS_SERVERS='10.132.71.40' From 6493865c3750545f565a399f8a239a447fd2419a Mon Sep 17 00:00:00 2001 From: Nathan C Date: Thu, 16 May 2019 09:32:54 -0700 Subject: [PATCH 2/2] Update bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 42ec6dd..b68142c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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