Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@psachin
Created April 25, 2018 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psachin/97708deb39aa60484c95a9df6f535ba6 to your computer and use it in GitHub Desktop.
Save psachin/97708deb39aa60484c95a9df6f535ba6 to your computer and use it in GitHub Desktop.
telemetry
# 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