rob05c opened a new pull request #6000: URL: https://github.com/apache/trafficcontrol/pull/6000
Adds flags for all the actual behaviors of t3c-apply (nee ORT) modes: `--report-only --files --install-packages --service-action --ignore-update-flag --update-ipallow --no-unset-update-flag --wait-for-parents --report-only`, Changes the internal code for mode flags to set the real behavior flags, Changes all config struct to not store the mode, and all behavioral logic to operate on the actual behavior flag. The intent is to make the app more flexible and powerful, and to make it easier to work with and more obvious and less subtle and confusing exactly what each mode does. - [x] This PR is not related to any other Issue ## Which Traffic Control components are affected by this PR? - Traffic Ops ORT ## What is the best way to verify this PR? Run tests. Run t3c-apply with modes and new behavior flags, verify behavior is expected. ## If this is a bug fix, what versions of Traffic Control are affected? Not a bug. ## The following criteria are ALL met by this PR - [x] This PR includes tests OR I have explained why tests are unnecessary - [x] This PR includes documentation OR I have explained why documentation is unnecessary - [x] This PR includes an update to CHANGELOG.md OR such an update is not necessary - [x] This PR includes any and all required license headers - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the Apache Software Foundation's security guidelines](https://www.apache.org/security/) for details) ## Additional Information -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
