sonic-buildimage/dockers
pavel-shirshov 1eb3dfe541
[docker-teamd]: Introducing tlm_teamd: telemetry for teamd (#4824)
**- What I did**
1. Updated submodule sonic-swss to bring tlm_teamd to the buildimage.
2. Updated supervisord for the teamd
3. Updated critical process list (not sure that tlm_teamd is critical for now)

**- How to verify it**
Build an image and run. Check that tlm_teamd is running and STATE_DB has information in the LAG_INTERFACE, and :LAG_MEMBER_INTERFACE
```
admin@sonic:~$ redis-cli -n 6 hgetall 'LAG_TABLE|PortChannel16'
 1) "state"
 2) "ok"
 3) "team_device.ifinfo.dev_addr"
 4) "4c:76:25:f5:48:80"
 5) "setup.kernel_team_mode_name"
 6) "loadbalance"
 7) "team_device.ifinfo.ifindex"
 8) "6"
 9) "runner.fast_rate"
10) "false"
11) "runner.active"
12) "true"
13) "setup.pid"
14) "35"
15) "runner.fallback"
16) "false"
```

```
admin@sonic:~$ redis-cli -n 6 hgetall 'LAG_MEMBER_TABLE|PortChannel16|Ethernet16'
 1) "runner.selected"
 2) "true"
 3) "runner.aggregator.selected"
 4) "true"
 5) "runner.aggregator.id"
 6) "26"
 7) "runner.actor_lacpdu_info.state"
 8) "61"
 9) "runner.state"
10) "current"
11) "runner.actor_lacpdu_info.system"
12) "4c:76:25:f5:48:80"
13) "runner.partner_lacpdu_info.state"
14) "61"
15) "link.up"
16) "true"
17) "ifinfo.dev_addr"
18) "4c:76:25:f5:48:80"
19) "ifinfo.ifindex"
20) "26"
21) "link_watches.list.link_watch_0.up"
22) "true"
23) "runner.actor_lacpdu_info.port"
24) "17"
25) "runner.partner_lacpdu_info.port"
26) "1"
27) "runner.partner_lacpdu_info.system"
28) "52:54:00:ff:34:1b"
```
2020-06-27 01:22:23 -07:00
..
docker-base [apt] Instruct apt-get to NOT check the "Valid Until" date in Release files (#3973) 2020-01-07 15:52:49 -08:00
docker-base-buster [redis] Install vanilla redis packages for Buster and Stretch; upgrade Buster to 6.0.5 (#4732) 2020-06-27 01:17:20 -07:00
docker-base-stretch [redis] Install vanilla redis packages for Buster and Stretch; upgrade Buster to 6.0.5 (#4732) 2020-06-27 01:17:20 -07:00
docker-basic_router Remove extra trailing newlines at EOF (#804) 2017-07-12 20:54:37 -07:00
docker-config-engine Remove unused packages in docker images and host (#2807) 2019-04-29 17:21:24 -07:00
docker-config-engine-buster [mgmt-framework]: convert mgmt-framework to use buster docker (#4480) 2020-04-28 15:57:13 -07:00
docker-config-engine-stretch [build]: Improve dockerfile instructions (#3048) 2019-06-22 11:26:23 -07:00
docker-database [redis] Install vanilla redis packages for Buster and Stretch; upgrade Buster to 6.0.5 (#4732) 2020-06-27 01:17:20 -07:00
docker-dhcp-relay [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-fpm-frr [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-fpm-gobgp [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-fpm-quagga [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-iccpd [docker-iccpd]: use service dependency in supervisord to start services 2020-05-22 11:01:28 -07:00
docker-lldp [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-nat [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-orchagent [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-platform-monitor [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-ptf [docker-ptf] Add support for spytest to ptf container (#4410) 2020-04-13 16:56:19 -07:00
docker-ptf-saithrift [docker-ptf-*]: Use buildimage infrastructure to build docker-ptf-* (#638) 2017-05-26 17:18:11 -07:00
docker-router-advertiser [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-sflow [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-snmp [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-sonic-mgmt [sonic-mgmt]: Support for pytest-html to control logs better (#4791) 2020-06-25 17:45:16 -07:00
docker-sonic-mgmt-framework [mgmt-framework]: REST server cert configurations (#4799) 2020-06-19 00:46:03 -07:00
docker-sonic-restapi [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-sonic-telemetry [dockers] Update critical_processes file syntax (#4831) 2020-06-25 21:18:21 -07:00
docker-teamd [docker-teamd]: Introducing tlm_teamd: telemetry for teamd (#4824) 2020-06-27 01:22:23 -07:00
dockerfile-macros.j2 Convert docker-snmp-sv2 to buster (#4529) 2020-05-14 10:23:37 -07:00