Created
April 25, 2018 08:42
-
-
Save psachin/97708deb39aa60484c95a9df6f535ba6 to your computer and use it in GitHub Desktop.
telemetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This config is extremely resource intensive, so we disable telemetry | |
# in order to reduce the overall memory footprint | |
# This is not required in newton | |
telemetry_args: >- | |
{% if release != 'newton' %} | |
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment