Disable telemetry feature (#17166)
- 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.
This commit is contained in:
parent
1e93efaf93
commit
240853b7dd
@ -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'] = {
|
||||
|
Loading…
Reference in New Issue
Block a user