sonic-buildimage/src
Joe LeVeque 309a098b21
[201911][Python] Migrate applications/scripts to import sonic-py-common package (#5132)
As part of consolidating all common Python-based functionality into the new sonic-py-common package, this pull request:
1. Redirects all Python applications/scripts in sonic-buildimage repo which previously imported sonic_device_util or sonic_daemon_base to instead import sonic-py-common, which was added to the 201911 branch in https://github.com/Azure/sonic-buildimage/pull/5063
2. Replaces all calls to `sonic_device_util.get_platform_info()` to instead call `sonic_py_common.get_platform()` and removes any calls to `sonic_device_util.get_machine_info()` which are no longer necessary (i.e., those which were only used to pass the results to `sonic_device_util.get_platform_info()`.
3. Removes unused imports to the now-deprecated sonic-daemon-base package and sonic_device_util.py module

This is a step toward resolving https://github.com/Azure/sonic-buildimage/issues/4999
2020-08-13 16:35:53 -07:00
..
bash [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
dhcpmon [dhcpmon] Filter DHCP O/A Messages of Neighboring Vlans (#4469) 2020-04-30 22:12:21 -07:00
gobgp Update go version to 1.11.2 for gobgp and telemetry (#2230) 2018-11-09 21:56:39 -08:00
hiredis [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
ifupdown2 [baseimage]: Upgrade ifupdown2 to version 1.2.8 (#3180) 2019-07-19 23:09:14 -07:00
initramfs-tools [baseimage]: Build specific revision of initramfs-tools (#1957) 2018-08-21 00:00:46 -07:00
iproute2 [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
iptables Changes in sonic-buildimage to support the NAT feature (#3494) 2020-02-03 15:30:39 -08:00
isc-dhcp [isc-dhcp-relay] Patch to allow relay to discover interfaces even if (#3851) 2019-12-18 11:06:40 -08:00
ixgbe Upgrade linux-image version (#1294) 2018-01-31 11:39:48 -08:00
kdump-tools [baseimage]: kdump support (#3722) 2019-11-08 23:08:42 -08:00
libnl3 [libnl]: Debian Packaging libnl version 3.5.0 (#3967) 2020-02-03 15:46:17 -08:00
libteam [libteam]: Disregard current state when considering port enablement (#4215) 2020-03-04 11:58:41 -08:00
libyang libyang 1.0.73 (#3710) 2019-11-07 13:45:38 -08:00
lldpd [lldpd]: Ports few fixes from lldpd master (#3889) 2019-12-18 11:19:55 -08:00
lm-sensors Fix the error that 'sensord' daemon cannot be spawn correctly in pmon container (#4354) 2020-04-06 17:13:00 -07:00
monit [monit] Build from source and patch to use MemAvailable value if available on system (#3875) 2020-01-06 11:41:20 -08:00
mpdecimal [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
ptf@36a3e3d9ac [docker-sonic-mgmt] install ptf framework in mgmt container and upgrade ptf (#3239) 2019-07-30 10:19:48 -07:00
python3 [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
python-click Build python-click Debian package from version 6.7-4 source to fix CLI autocomplete/suggest (#1824) 2018-06-29 09:59:46 -07:00
radvd [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
redis [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
redis-dump-load@832a645e4d Build patched redis-dump-load (#2277) 2018-11-20 19:27:56 -08:00
redis-dump-load.patch Build patched redis-dump-load (#2277) 2018-11-20 19:27:56 -08:00
sflow [sFlow]: Upgrade hsflowd to 2.0.26-1 (#3812) 2019-11-24 15:21:43 -08:00
smartmontools [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
snmpd Revert "Disable SNMPv1 (#2156)" (#4088) 2020-02-03 15:39:41 -08:00
socat [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
sonic-bgpcfgd [bgpcfgd]: Clarify error messages on reset Loopback0 ip address (#5062) 2020-08-09 10:39:28 -07:00
sonic-config-engine [201911][Python] Migrate applications/scripts to import sonic-py-common package (#5132) 2020-08-13 16:35:53 -07:00
sonic-daemon-base [daemon_base] fix to not reregister signal handler (#4998) 2020-07-26 11:14:17 -07:00
sonic-dbsyncd@399ac217c6 [Submodule update] sonic-dbsyncd (#4801) 2020-06-20 08:09:38 -07:00
sonic-device-data [devices]: Fix the clock setting on arista 7280 (#3788) 2019-11-21 16:21:08 -08:00
sonic-frr Fix vrf test failed after frr update to 7.2 (#3763) 2020-05-27 07:11:23 +00:00
sonic-linux-kernel@6d10052a83 [kernel]: Update sonic-linux-kernel to pick up new fix (#5044) 2020-07-28 15:06:51 -07:00
sonic-mgmt-framework@f789b295f4 [submodule]: Update sonic-mgmt-framework to fix a build break fix. (#4318) 2020-03-26 12:11:08 -07:00
sonic-platform-common@10f25ad709 [sunmodule update] sonic-platform-common 2020-08-11 11:19:59 -07:00
sonic-platform-daemons@e2160e5466 [submodule update] sonic-platform-daemons 2020-08-01 14:24:13 -07:00
sonic-py-common [201911][Python] Migrate applications/scripts to import sonic-py-common package (#5132) 2020-08-13 16:35:53 -07:00
sonic-py-swsssdk@99b91b319b [submodule] update sonic-py-swsssdk 2020-08-09 12:04:07 -07:00
sonic-quagga@0fa66a0210 Updated Submodule Commit. 2020-01-06 11:25:53 -08:00
sonic-restapi@ed640ac1f9 Submodule update - sonic-restapi (#4749) 2020-06-16 08:16:11 -07:00
sonic-sairedis@f21baeea99 [submodule]: update submodule head for sonic-sairedis on 201911 (#5041) 2020-07-26 13:43:01 -07:00
sonic-snmpagent@2ba72d8746 [Submodule update] sonic-snmpagent 2020-07-14 22:05:13 -07:00
sonic-swss@2c9fc8cf98 [Submodule update] sonic-swss 2020-08-09 12:02:59 -07:00
sonic-swss-common@f58c2c16bb [submodule update] sonic-swss-common 2020-07-27 08:58:42 -07:00
sonic-telemetry@01b53652e8 [201911][sonic-telemetry] Update submodule (#4987) 2020-07-17 17:37:21 -07:00
sonic-utilities@ab4b452c48 [submodule update] sonic-util 2020-08-09 16:43:57 -07:00
sonic-ztp@c93fb6d332 [sonic-ztp]: Update submodule pointer (#4902) 2020-07-06 22:36:30 -07:00
supervisor [build]: sonic arm64 changes (#3419) 2019-09-11 09:41:38 -07:00
swig [FRR]: Update frr to frr-7.0.1 (#2899) 2019-05-16 10:59:12 -07:00
systemd-sonic-generator [systemd-generator]: Fix dependency update for multi-asic platform (#4820) 2020-07-05 15:26:07 -07:00
tacacs [build]: sonic arm64 changes (#3419) 2019-09-11 09:41:38 -07:00
thrift [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00