Skip to content

Commit 040672c

Browse files
pra-mohjleveque
authored andcommitted
[minigraph.py] Enable telemetry service by default (#3611)
1 parent 4026a8b commit 040672c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/sonic-config-engine/minigraph.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,12 @@ def parse_xml(filename, platform=None, port_config_file=None):
800800
results['DHCP_SERVER'] = dict((item, {}) for item in dhcp_servers)
801801
results['NTP_SERVER'] = dict((item, {}) for item in ntp_servers)
802802
results['TACPLUS_SERVER'] = dict((item, {'priority': '1', 'tcp_port': '49'}) for item in tacacs_servers)
803-
804803
results['ACL_TABLE'] = filter_acl_mirror_table_bindings(acls, neighbors, pcs)
804+
results['FEATURE'] = {
805+
'telemetry': {
806+
'status': 'enabled'
807+
}
808+
}
805809

806810
# Do not configure the minigraph's mirror session, which is currently unused
807811
# mirror_sessions = {}

0 commit comments

Comments
 (0)