Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.0.3 #756

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3b145f2
Update Mellanox firmware, SDK, SAI 1.0.1
qiluo-msft Apr 20, 2017
7b966c5
Update submodules: sonic-sairedis, sonic-swss
qiluo-msft Jun 8, 2017
5ab0ca3
Fix swss dependencies
qiluo-msft Jun 9, 2017
798b325
orchagent doesn't need to wait HIDDEN key
qiluo-msft Jun 14, 2017
9ab68bc
*** temp: Don't build LIBSAITHRIFT_DEV_MLNX, DOCKER_PTF_MLNX, PYTHON_…
qiluo-msft Jun 9, 2017
4791f0f
*** temp: use local build BRCM SDK and SAI
qiluo-msft Jun 16, 2017
26ce23d
*** temp: Don't build DOCKER_PTF_BRCM, LIBSAITHRIFT_DEV_BRCM, PYTHON_…
qiluo-msft Jun 16, 2017
c12bf18
Update submodules: sonic-swss-common, sonic-sairedis
qiluo-msft Jun 19, 2017
4a30ac8
Update libsaibcm version
qiluo-msft Jun 20, 2017
8fe59b5
Update libsaibcm version
qiluo-msft Jun 22, 2017
d6a086f
[image]: add debian security update in the apt source list (#724)
lguohan Jun 20, 2017
7f1097e
Update Mellanox firmware, SDK, SAI 1.0.2
qiluo-msft Jun 21, 2017
1474624
Update submodule: sairedis with SAI v1.0.3
qiluo-msft Jun 23, 2017
5e2dd2c
Update submodule: sairedis
qiluo-msft Jun 23, 2017
c57abe6
Update submodule: sairedis
qiluo-msft Jun 23, 2017
61c215b
Update libsaibcm version
qiluo-msft Jun 26, 2017
b70d81f
update sonic-swss submodule (#758)
lguohan Jun 26, 2017
9cfb7a6
Update Mellanox SAI commit ID
qiluo-msft Jun 27, 2017
4ee9bec
Update sonic-sairedis (#769)
lguohan Jun 29, 2017
fa90bb6
[igb]: change download url to azure storage url (#770)
lguohan Jun 29, 2017
e3863f6
Merge master to v1.0.3 (#778)
qiluo-msft Jun 30, 2017
8867a0b
[swss]: Update SwSS submodule (#809)
Jul 13, 2017
630d9a6
Update submodule: sairedis, swss (#815)
qiluo-msft Jul 18, 2017
5608cb7
Update submodule: swss (#820)
qiluo-msft Jul 20, 2017
50f42ec
[SwSS]: Update SAI 1.0 SwSS submodules (#824)
Jul 20, 2017
7158fc0
Update Broadcom SAI version (#827)
qiluo-msft Jul 21, 2017
bec4785
Update Mellanox SAI commit ID (#828)
qiluo-msft Jul 21, 2017
1857df2
[swss]: Update SwSS submodule (#829)
Jul 22, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,19 @@ src/snmpd/*
src/thrift/*
!src/thrift/Makefile
src/sonic-device-data/src/device/
src/sonic-device-data/src/debian/
src/igb/*
!src/igb/Makefile
src/mpdecimal/*
!src/mpdecimal/Makefile
src/python3/*
!src/python3/Makefile

# Autogenerated Dockerfiles
dockers/docker-base/Dockerfile
dockers/docker-config-engine/Dockerfile
dockers/docker-database/Dockerfile
dockers/docker-dhcp-relay/Dockerfile
dockers/docker-fpm-frr/Dockerfile
dockers/docker-fpm-gobgp/Dockerfile
dockers/docker-fpm-quagga/Dockerfile
Expand All @@ -42,3 +50,8 @@ platform/*/docker-syncd-*-rpc/Dockerfile

# Installer-related files and directories
installer/x86_64/platforms/

# Config engine
src/sonic-config-engine/**/*.pyc
src/sonic-config-engine/build
src/sonic-config-engine/sonic_config_engine.egg-info
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@
[submodule "src/sonic-platform-daemons"]
path = src/sonic-platform-daemons
url = https://github.com/Azure/sonic-platform-daemons
[submodule "platform/broadcom/sonic-platform-modules-accton"]
path = platform/broadcom/sonic-platform-modules-accton
url = https://github.com/edge-core/sonic-platform-modules-accton.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To build SONiC installer image and docker images, run the following commands:

**NOTE**: We recommend reserving 50G free space to build one platform.

The SONIiC installer contains all docker images needed. SONiC use one image for all switches devices of a same ASIC vendor. The supported ASIC vendors are:
The SONiC installer contains all docker images needed. SONiC uses one image for all devices of a same ASIC vendor. The supported ASIC vendors are:

- PLATFORM=broadcom
- PLATFORM=marvell (*pending*)
Expand Down
3 changes: 3 additions & 0 deletions build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
sudo \
vim \
tcpdump \
dbus \
ntp \
ntpstat \
openssh-server \
Expand Down Expand Up @@ -264,6 +265,8 @@ set /files/etc/sysctl.conf/net.ipv6.conf.default.accept_dad 0
set /files/etc/sysctl.conf/net.ipv6.conf.all.accept_dad 0
set /files/etc/sysctl.conf/net.ipv6.conf.eth0.accept_ra_defrtr 0
set /files/etc/sysctl.conf/net.core.rmem_max 2097152
" -r $FILESYSTEM_ROOT

## docker-py is needed by Ansible docker module
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# name lanes alias
Ethernet0 49,50,51,52 hundredGigE1
Ethernet4 53,54,55,56 hundredGigE2
Ethernet8 57,58,59,60 hundredGigE3
Ethernet12 61,62,63,64 hundredGigE4
Ethernet16 65,66,67,68 hundredGigE5
Ethernet20 69,70,71,72 hundredGigE6
Ethernet24 73,74,75,76 hundredGigE7
Ethernet28 77,78,79,80 hundredGigE8
Ethernet32 33,34,35,36 hundredGigE9
Ethernet36 37,38,39,40 hundredGigE10
Ethernet40 41,42,43,44 hundredGigE11
Ethernet44 45,46,47,48 hundredGigE12
Ethernet48 81,82,83,84 hundredGigE13
Ethernet52 85,86,87,88 hundredGigE14
Ethernet56 89,90,91,92 hundredGigE15
Ethernet60 93,94,95,96 hundredGigE16
Ethernet64 97,98,99,100 hundredGigE17
Ethernet68 101,102,103,104 hundredGigE18
Ethernet72 105,106,107,108 hundredGigE19
Ethernet76 109,110,111,112 hundredGigE20
Ethernet80 17,18,19,20 hundredGigE21
Ethernet84 21,22,23,24 hundredGigE22
Ethernet88 25,26,27,28 hundredGigE23
Ethernet92 29,30,31,32 hundredGigE24
Ethernet96 113,114,115,116 hundredGigE25
Ethernet100 117,118,119,120 hundredGigE26
Ethernet104 121,122,123,124 hundredGigE27
Ethernet108 125,126,127,128 hundredGigE28
Ethernet112 1,2,3,4 hundredGigE29
Ethernet116 5,6,7,8 hundredGigE30
Ethernet120 9,10,11,12 hundredGigE31
Ethernet124 13,14,15,16 hundredGigE32
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7712-32x100G.config.bcm

3 changes: 3 additions & 0 deletions device/accton/x86_64-accton_as7712_32x-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONSOLE_PORT=0x2f8
CONSOLE_DEV=1
CONSOLE_SPEED=115200
Loading