You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/02/02 02:23:46 UTC

[GitHub] Shihta commented on a change in pull request #3287: CIAB: Fix Traffic Vault Enrollment

Shihta commented on a change in pull request #3287: CIAB: Fix Traffic Vault Enrollment
URL: https://github.com/apache/trafficcontrol/pull/3287#discussion_r253249576
 
 

 ##########
 File path: infrastructure/cdn-in-a-box/traffic_ops/to-access.sh
 ##########
 @@ -168,85 +172,68 @@ to-enroll() {
 	else
 		export MY_CDN="CDN-in-a-Box"
 	fi
+	if [[ ! -z "$3" ]]; then
+		export MY_CACHE_GROUP="$3"
+	else
+		export MY_CACHE_GROUP="CDN_in_a_Box_Edge"
+	fi
+	if [[ ! -z "$4" ]]; then
+		export MY_TCP_PORT="$4"
+	else
+		export MY_TCP_PORT="80"
+	fi
+	if [[ ! -z "$5" ]]; then
+		export MY_HTTP_PORT="$5"
+	else
+		export MY_HTTP_PORT="443"
 
 Review comment:
   This should be a typo. I'll fix it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services