rimashah25 commented on pull request #4881: URL: https://github.com/apache/trafficcontrol/pull/4881#issuecomment-662135882
> Since `xmppId` is always no longer the hostname, CDN-in-a-Box won't finish starting up, because for some reason we were [using xmppIds as hostnames](https://github.com/apache/trafficcontrol/blob/8e4a27b38/infrastructure/cdn-in-a-box/traffic_ops/to-access.sh#L335): > > ```shell > current_servers_json=$(to-get 'api/'$TO_API_VERSION'/servers' 2>/dev/null | jq -c -e '[.response[] | .xmppId] | sort') > ``` > > Would you please change `.xmppId` there to `.hostName`? Done ---------------------------------------------------------------- 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: [email protected]
