Don't explicitly disable telemetry

Legacy telemetry has been disabled by default since
ussuri.

Change-Id: I08c8897c46aaa722b4b939d2677fe8fa2027c8f6
This commit is contained in:
ramishra 2021-06-05 11:13:06 +05:30 committed by Rabi Mishra
parent cd0261ab8c
commit 132641cec2
21 changed files with 45 additions and 41 deletions

View File

@ -63,9 +63,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -14,11 +14,11 @@ overcloud_nodes:
# Tell tripleo how we want things done.
extra_args: ''
# This config is extremely resource intensive, so we disable telemetry
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -69,9 +69,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -89,9 +89,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -70,9 +70,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -66,9 +66,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -10,9 +10,11 @@ step_introspect: true
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}
# Network settings
enable_pacemaker: false

View File

@ -20,9 +20,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -19,9 +19,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -18,9 +18,9 @@ ssl_overcloud: false
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -29,9 +29,9 @@ ssl_overcloud: false
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -17,9 +17,9 @@ ssl_overcloud: false
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -58,9 +58,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -48,9 +48,9 @@ overcloud_roles:
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -59,9 +59,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -63,9 +63,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -23,9 +23,11 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}
extra_args: >-
-e {{ overcloud_templates_path }}/ci/environments/ovb-ha.yaml

View File

@ -59,9 +59,9 @@ network_isolation_type: "single-nic-vlans"
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -62,9 +62,9 @@ network_isolation_args: >-
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by defaut from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -68,9 +68,9 @@ network_isolation_type: "single-nic-vlans"
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default from ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}

View File

@ -28,9 +28,9 @@ network_isolation_type: "single-nic-vlans"
# This featureset is extremely resource intensive, so we disable telemetry
# in order to reduce the overall memory footprint
# This is not required in newton
# Disabled by default in ussuri
telemetry_args: >-
{% if release != 'newton' %}
{% if release in ['queens', 'stein', 'train'] %}
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}