mitchell852 commented on a change in pull request #5072:
URL: https://github.com/apache/trafficcontrol/pull/5072#discussion_r495126304
##########
File path: infrastructure/ansible/roles/traffic_portal/defaults/main.yml
##########
@@ -42,7 +42,14 @@ tp_default_properties_template:
_comment: These are the default properties for Traffic Portal. Customize
these values
to fit your needs.
properties:
+ _comments:
+ name: Customize the name of Traffic Portal if desired.
+ enforceCapabilities: Not currently supported. Must be false.
Review comment:
so this is a bit strange. i'm using yaml (which allows a comment) to
define a comment in json (which does not allow real comments). basically i'm
using yaml to create a json comment (_comment). 👍
but i can add the extra yaml comment as you suggested.
----------------------------------------------------------------
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]