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 2020/11/17 17:15:48 UTC

[GitHub] [trafficcontrol] zrhoffman commented on a change in pull request #5283: Remove unnecessary CDN in a Box waits

zrhoffman commented on a change in pull request #5283:
URL: https://github.com/apache/trafficcontrol/pull/5283#discussion_r525339935



##########
File path: infrastructure/cdn-in-a-box/variables.env
##########
@@ -122,3 +122,5 @@ AUTO_SNAPQUEUE_ENABLED=true
 AUTO_SNAPQUEUE_SERVERS=trafficops,trafficops-perl,trafficmonitor,trafficrouter,trafficvault,edge,mid-01,mid-02
 AUTO_SNAPQUEUE_POLL_INTERVAL=2
 AUTO_SNAPQUEUE_ACTION_WAIT=2
+LOAD_TRAFFIC_OPS_DATA=${LOAD_TRAFFIC_OPS_DATA:-true}

Review comment:
       Where are you seeing `LOAD_TRAFFIC_OPS_DATA` being set to literal `${LOAD_TRAFFIC_OPS_DATA:-true}`? I tested on macOS with Docker Desktop and on Linux and was unable to reproduce. Testcase:
   
   ```shell
   docker-compose run --rm edge sh -c 'echo $LOAD_TRAFFIC_OPS_DATA'
   ```
   echos `true` for me.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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