Prince Sunny
91effa249c
Submodule update ( #1351 )
2018-01-30 09:13:23 -08:00
Qi Luo
26efb653fc
[snmpagent]: update sonic-snmpagent submodule ( #1350 )
...
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
2018-01-29 18:08:10 -08:00
Ying Xie
474b3f08e7
[dhcp_relay] make dhcp_relay service depends on teamd as well ( #1348 )
...
When teamd service restarted, the port channels will be recreated.
Dhcp relay service needs to be restarted after that to listen on the
right port channels.
2018-01-29 16:26:54 -08:00
lguohan
1d0a57a465
[dell]: add psuutil support for s6000 ( #1342 )
...
also remove w83627dhg as it raises false alarm.
2018-01-29 11:21:30 -08:00
Joe LeVeque
bdbf956dec
[sonic-utilities] Update submodule ( #1346 )
2018-01-29 11:08:32 -08:00
Shuotian Cheng
a8a4c7b9ae
[device]: Remove unused qos.json files ( #1315 )
2018-01-29 10:08:10 -08:00
Marian Pritsak
43554c8b1a
[slave.mk]: Clear deb_dist directory ( #1344 )
...
Python packages, having their version changed, will fail to build
because deb_dist directory contains both build directories for old and
new version, and (for some uncleaer reason) debian utilities don't know
which one to choose.
Signed-off-by: marian-pritsak <marianp@mellanox.com>
2018-01-29 08:14:01 -08:00
Andriy Moroz
58d8302b53
Buffers configuration update on port speed change ( #1345 )
...
* Move buffer configuration to ConfigDB
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Converted Dell and Arista configs
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Add buffer configs for ACS-MSN2740
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Updated buffers template
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Fixed j2 unit test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config for Force10-S6100
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update VS docker to support speed and buffers test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config generation
- fixed support of sonic-to-sonic install
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update submodules pointers for buffers config
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
2018-01-29 08:11:05 -08:00
Joe LeVeque
da10ff5aa9
[minigraph.py] Only add 'service' field to control plane ACLs, not dataplane ACLs ( #1341 )
...
* [minigraph.py] Only add 'service' field to control plane ACLs, not dataplane ACLs
* Modify unit test accordingly
2018-01-26 20:29:20 -08:00
Ying Xie
2b91c9681d
Revert "Buffers configuration update on port speed change ( #1250 )" ( #1340 )
...
This reverts commit 814e50fd5e
.
2018-01-26 10:13:43 -08:00
Andriy Moroz
814e50fd5e
Buffers configuration update on port speed change ( #1250 )
...
* Move buffer configuration to ConfigDB
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Converted Dell and Arista configs
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Add buffer configs for ACS-MSN2740
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Updated buffers template
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Fixed j2 unit test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config for Force10-S6100
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update VS docker to support speed and buffers test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config generation
- fixed support of sonic-to-sonic install
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
2018-01-26 08:09:31 -08:00
Brand
8471499077
Upload wnc-osw1800
2018-01-26 16:44:02 +08:00
chenyuqiang
ff6066db5e
[PLATFORM] Centec update E582 driver fan/epprom/sensor ( #1332 )
2018-01-24 19:42:37 -08:00
Taoyu Li
6f12ff286d
[minigraph]: Set hostname in all default minigraphs to 'sonic' ( #1333 )
2018-01-23 18:16:15 -08:00
kram
3709499283
update refpoint for makefiles
2018-01-23 11:52:13 -08:00
kram
8da1f5ca08
export asic platform for build
2018-01-23 11:30:17 -08:00
Joe LeVeque
ab26a5c589
Install sonic-platform-common package in platform-monitor docker for ledd ( #1330 )
...
* Install sonic-platform-common package in platform-monitor docker for ledd
* Specify Python wheel dependencies in docker-platform-monitor.mk; Remove explicit specifications from Dockerfile.j2
2018-01-22 10:52:52 -08:00
kram
c47c409a3a
update sairedis to older refpoint till we debug clean build
2018-01-19 19:01:47 -08:00
kram
0af3331edc
Merge branch 'rel_7_0' of github.com:barefootnetworks/sonic-buildimage into rel_7_0
2018-01-19 16:18:34 -08:00
kram
fdbb3a65f6
update refpoint - sairedis
2018-01-19 16:18:05 -08:00
pavel-shirshov
5e01fb366e
Prevent supervisor from restarting configdb-load.sh ( #1324 )
2018-01-18 21:52:24 -08:00
kram
6a42e777e1
update refpoint for Makefile chnage in sairedis
2018-01-18 20:48:24 -08:00
pavel-shirshov
8cfa223ef9
[scripts]: Fix issues with checking status of the DB. Use one approach everywhere. ( #1323 )
2018-01-18 19:55:11 -08:00
Shuotian Cheng
b4157e7afa
[Broadcom]: Update Boradcom SAI package to 3.0.3.3-3 ( #1312 ) ( #1321 )
...
- update Arista 7050-QX32S config.bcm file
- update Accton th-as771*-32x100G.config.bcm files
2018-01-18 19:12:36 -08:00
Ying Xie
163a0e2165
[Arista7260cx3] Add platform specific reboot tool ( #1318 )
...
* [Arista7260cx3] Add platform specific reboot tool
* [utilities] update sonic-utilities submodule
2018-01-18 17:28:36 -08:00
Qi Luo
33157dc2ad
Install azure cli into docker-sonic-mgmt ( #1322 )
...
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
2018-01-18 15:35:38 -08:00
ZivErlich
9a66152d4c
[Marvell]: Add support for SLM5401-54x device ( #1307 )
...
* Marvell's updates for SONiC.201712 & SAI v1.0
* [Platform] Add Marvell's SLM5401-54x for branch 201712
2018-01-18 14:54:05 -08:00
Qi Luo
8db959d2a3
[sonic-py-swsssdk]: Update submodule pointer ( #1319 )
...
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
2018-01-18 14:08:27 -08:00
Joe LeVeque
0fa64cc618
[supervisor] Add patch to prevent 'supervisorctl start' command from hanging if system time has rolled backward ( #1311 )
...
* Add patch to prevent 'supervisorctl start' command from hanging if system time has rolled backward
* Also add unit tests for clock rollback scenarios
2018-01-18 11:43:57 -08:00
kram
4dfca905f1
update refpoint to handle Makefile change (no functional change)
2018-01-17 17:27:51 -08:00
kram
176c8c58cb
fix syncd rpc make files
2018-01-17 17:26:24 -08:00
Joe LeVeque
134707f822
Move platform-specific hardware plugin base packages to sonic-platform-common submodule ( #1301 )
2018-01-17 17:11:31 -08:00
Wenda Ni, Ph.D
6cd307920f
[baseimage]: Add missing dependency of igb & ixgbe ( #1316 )
2018-01-17 17:08:49 -08:00
Qi Luo
9d62fbfb66
[snmpagent]: Update sonic-snmpagent submodule ( #1314 )
...
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
2018-01-17 17:03:44 -08:00
pavel-shirshov
22a3e4817a
Run docker containers with /tmp and /var/tmp mounted to tmpfs ( #1313 )
2018-01-16 23:20:13 -08:00
Shuotian Cheng
c568e8fd27
[Broadcom]: Update Boradcom SAI package to 3.0.3.3-3 ( #1312 )
...
- update Arista 7050-QX32S config.bcm file
- update Accton th-as771*-32x100G.config.bcm files
2018-01-16 19:16:34 -08:00
pavel-shirshov
6a8062da2c
[submodule]: Update sairedis ( #1310 )
2018-01-16 16:37:38 -08:00
Qi Luo
8eb4241f0e
[snmpagent]: Update sonic-snmpagent submodule ( #1308 )
...
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
2018-01-16 14:24:27 -08:00
lguohan
b8a0a10e8d
[baseimage]: add mkfs.ext3 and fsck.ext3 in initrd to support ext3 partition ( #1306 )
2018-01-16 10:50:43 -08:00
lguohan
292de7dcda
[submodule]: update sonic-sairedis to enable syncd-rpc ( #1304 )
2018-01-13 09:33:56 -08:00
Qi Luo
a836fc42ac
[device]: Fix Mellanox sku check ( #1303 )
...
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
2018-01-13 03:43:14 -08:00
jostar-yang
5c83be5d28
Add support for Accton AS7712-32X platform ( #1299 )
...
* Add support as7716_32x sfp/psu/portled/eeprom
* Add as7716_32x drv code(not inlcude .*.o)
* Update platform-modules-accton.mk
* Update platform-modules-accton.mk
1.Modify platform-modules-accton.mk to use new style code add_extra_package
2. fix error code
* Add as7716_32x build to debian control,rule
* Add as7716_32x export
2018-01-12 19:34:51 -08:00
kram
6998c2113b
update sairedis (fast-boot refpoint)
2018-01-12 10:07:06 -08:00
lguohan
fac28cf63f
[build]: build libsaithrift-dev and docker-ptf-[platform] ( #1300 )
2018-01-12 09:34:51 -08:00
pavel-shirshov
47aba6f76d
[libsaithrift-dev]: Enable building libsaithrift-dev and pythonthrift libraries ( #1296 )
...
* Fix build of libsaithrift for broadcom
* Restore libsaithrift-dev building
* Comment out libsaithrift library on cavium and marvell. Both of them have old SAI drivers
* Revert back unintentional acton changes
* Don't run the package checks when building sairedis package
2018-01-11 20:32:14 -08:00
kaiyu22
ac0de13705
[Platform] Update switch configuration files and download link for Ingrasys S9130-32X/S9230-64X ( #1295 )
...
- What I did
Updating switch configuration files and download link
- How I did it
Updating related switch configuration files in device/ingrasys
Updating related mk files in platform/nephos
- How to verify it
Check system and network feature is worked as well
- Description for the changelog
Update switch configuration files and download link for Ingrasys S9130-32X/S9230-64X
- A picture of a cute animal (not mandatory but encouraged)
Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
2018-01-11 15:18:50 -08:00
nealtai
41cdb8971f
[Delta]: Add psuutil support for ag9032v1 ( #1298 )
...
Fix the bug of psu module for ag9032v1
Signed-off-by: neal <neal.tai@deltaww.com>
2018-01-11 15:17:55 -08:00
lguohan
9669b3477e
Revert "[Dell S6100, Z9100] psusutil sysfs attribute changes for hwmon ( #1264 )" ( #1297 )
...
This reverts commit 1ceb07a2c5
.
2018-01-10 18:42:45 -08:00
paavaanan
1ceb07a2c5
[Dell S6100, Z9100] psusutil sysfs attribute changes for hwmon ( #1264 )
2018-01-10 11:53:50 -08:00
Roy Lee
8ae3c6c88a
[Platform]As7712-32x update for sensors test ( #1292 )
...
* Update sonic-platform-modules-accton to lastest
Signed-off-by: roylee123 <roy_lee@accton.com>
* [platform]AS7712.
1. update device driver.
- move 7712 modules to common dir, and linked to them.
- add new lm75 node at I2C address 0x4B.
- add optoe module for QSFP eeprom access.
- add accton_pmbus_3y.c module for pmbus access.
2. masked sensor.conf for matching of sku-sensors-data.yml.
Signed-off-by: roylee123 <roy_lee@accton.com>
2018-01-10 03:08:05 -08:00