Skip to content

Commit

Permalink
Disable telemetry feature (sonic-net#17166)
Browse files Browse the repository at this point in the history
- Why I did it
PR checker is blocked by container_checker.

- How I did it
Disable telemetry in minigraph parser.

- How to verify it
Run pipeline and sanity check.
  • Loading branch information
ganglyu authored Nov 14, 2023
1 parent 1e93efa commit 240853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-config-engine/minigraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ def parse_xml(filename, platform=None, port_config_file=None, asic_name=None, hw
results['ACL_TABLE'] = filter_acl_table_bindings(acls, neighbors, pcs, pc_members, sub_role, current_device['type'] if current_device else None, is_storage_device, vlan_members)
results['FEATURE'] = {
'telemetry': {
'state': 'enabled'
'state': 'disabled'
}
}
results['TELEMETRY'] = {
Expand Down

0 comments on commit 240853b

Please sign in to comment.