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

201803 #1872

Closed
wants to merge 151 commits into from
Closed

201803 #1872

wants to merge 151 commits into from

Conversation

simonJi2018
Copy link
Contributor

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

simonJi2018 and others added 30 commits March 26, 2018 02:44
cfggen generates new eth0 configuration. Need to first
clean existing configuration on eth0 before bring up
new configuration on eth0. Thus, we need to first bring
down eth0 before putting new configuration into /etc/network/
interfaces

Signed-off-by: Guohan Lu <[email protected]>
…net#1549)

* [minigraph.py] Add support to parse tacacs server information
* Upgrade SAI to v1.2.4

* Add a new supported device accton as7116

* Add maintainer info for deb
…iner to support mellanox sdk and prm sniffer. (sonic-net#1551)

modified:   files/build_templates/docker_image_ctl.j2

  Signed-off-by:  Kebo Liu [email protected]
- Includes the following commits:
    - [bcmshell.py] Match extra whitespace before prompt in regex (#3)
    - add support for qsfp28 eeprom (#2)
* Set MAC address of mangement port in initramfs

* Fix boot0 for running in none-aboot environment
just merge from master
* [caclmgrd] Also ignore IP protocol if found in rule; we will only use our predefined protocols
* [snmp] support multiple community strings

* Use community old if communities is absent
* Table name separator now determined by database ID, no longer passed manually upon table creation

* Update submodules to include table name separator changes
Wirut Getbamrung and others added 27 commits May 23, 2018 02:55
…c-net#1727)

* Add noise config for PortChannel & EthernetInterface in simple-sample-graph.xml

* Add noise config for PORTCHANNEL_INTERFACE in simple-sample-graph.xml

Signed-off-by: Wenda <[email protected]>

* Add noice config for DEVICE_NEIGHBOR in t0-sample-graph.xml

Add unit test against introducing ports not existing in port_config.ini
into DEVICE_NEIGHBOR

Signed-off-by: Wenda <[email protected]>

* DeviceInterfaceLink in minigraph.xml can contain port not existing in
port_config.ini but contraining non-zero Bandwidth attribute

Add noice config in simple-sample-graph.xml to capture the case that
such a port is leaked into config_db.json

Signed-off-by: Wenda <[email protected]>

* Protect PORTCHANNEL from ports not existing in port_config.ini

Signed-off-by: Wenda <[email protected]>

* Protect PORTCHANNEL_INTERFACE from portchannels containing ports not
existing in port_config.ini

Signed-off-by: Wenda <[email protected]>

* Protect DEVICE_NEIGHBOR from ports not existing in port_config.ini

Signed-off-by: Wenda <[email protected]>

* Add noise config Ethernet1 in DeviceInterfaceLinks in simple-sample-graph.xml as it is in PortChannel1001

Signed-off-by: Wenda <[email protected]>

* Add noise config Ethernet1 in DeviceInterfaceLinks in simple-sample-graph.xml as it is in PortChannel1001

Signed-off-by: Wenda <[email protected]>

* Protect PORTCHANNEL from ports not existing in port_config.ini

Signed-off-by: Wenda <[email protected]>

* Protect PORTCHANNEL_INTERFACE from portchannels containing ports not
existing in port_config.ini

Signed-off-by: Wenda <[email protected]>

* Protect DEVICE_NEIGHBOR from ports not existing in port_config.ini

Signed-off-by: Wenda <[email protected]>

* Correct space in minigraph.py

Signed-off-by: Wenda <[email protected]>

* Does not allow non-port_config.ini port to get into the port list

Signed-off-by: Wenda <[email protected]>

* Check PORTCHANNEL against PORT list only if port_config_file exists

Signed-off-by: Wenda <[email protected]>

* Correct format

Signed-off-by: Wenda <[email protected]>

* print warning when a port coming from DeviceInterfaceLink is not in
port_config.ini

Signed-off-by: Wenda <[email protected]>

* Change Ethernet1 and 2 to fortyGigE0/1 and 2,respectively

Signed-off-by: Wenda <[email protected]>

* Change Ethernet1 and 2 to fortyGigE0/1 and 2,respectively

Signed-off-by: Wenda <[email protected]>

* print warning when ignoring ports, portchannels, portchannel interfaces, and
device neighbors

Update t0-sample-graph.xml with interface name 'fortyGigE0/2' and the
ACL_TABLE output

Signed-off-by: Wenda <[email protected]>
* [rc.local] refactor platform identification code to separate function

Signed-off-by: Ying Xie <[email protected]>

* [rc.local] infrastructure to take action according to installer.conf

* [serial port watchdog] add service to watch serial port processes

Monitor serial port processes. Kill ones stuck for too long.

Signed-off-by: Ying Xie <[email protected]>

* [rc.local] start watchdog on serial port specified by installer.conf

Signed-off-by: Ying Xie <[email protected]>
…ed ACL table configuration (sonic-net#1712)

* Fix minigraph parser issue when handling LAG related ACL table configuration
* rephrase the warning message.
* pick up swss change in sonic-net/sonic-swss#494
…et#1739)

* Add QoS and Buffers config for Mellanox MSN2410

Signed-off-by: Andriy Moroz <[email protected]>

* Add QoS and Buffers config for Mellanox MSN2100

Signed-off-by: Andriy Moroz <[email protected]>
…al (sonic-net#1752)

* [serial watchdog] remove serial watchdog service dependency to rc.local

When restarting this service in rc.local, the dependency causes an error
in syslog. Removing the dependency to mute the error log entry.

* remove lines with empty inputs
…thon (sonic-net#1756)

https://github.com/Azure/azure-kusto-python

azure-kusto-data Package provides the capability to query Kusto clusters with Python.
azure-kusto-ingest Package allows sending data to Kusto service - i.e. ingest data.

The removed package adal is a dependent of the Azure Kusto Library.
The removed azure-storage is deprecated and being replaced with new packages that are
also the dependents of the Azure Kusto Library. (https://github.com/Azure/azure-storage-python)

Signed-off-by: Shu0T1an ChenG <[email protected]>
* Revert "[serial watchdog] remove serial watchdog service dependency to rc.local (sonic-net#1752)"
* Revert "[service] introducing serial port watchdog service (sonic-net#1743)"
…ptables/ip6tables accordingly (sonic-net#1767)

* [caclmgrd] Heuristically determine whether ACL is IPv4 or IPv6, use iptables/ip6tables accordingly

* Check all rules in table until we find one with a SRC_IP
bcmsh is not copied to /usr/bin/ at host side
…to Azure-201803

Conflicts:
	device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-Q32/sai.profile.j2
	device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/qos.json
	device/mellanox/x86_64-mlnx_lssn2700-r0/LS-SN2700/sai.profile
	files/image_config/interfaces/interfaces-config.sh
	platform/broadcom/sai.mk
	platform/mellanox/fw.mk
	platform/mellanox/mlnx-sai.mk
	platform/mellanox/sdk.mk
	platform/vs/tests/conftest.py
	src/sonic-config-engine/sonic-cfggen
	src/sonic-config-engine/tests/sample_output/bgpd.conf
	src/sonic-config-engine/tests/sample_output/l2switch.json
	src/sonic-config-engine/tests/sample_output/ports.json
	src/sonic-config-engine/tests/sample_output/zebra.conf
	src/sonic-config-engine/tests/test_cfggen.py
	src/sonic-platform-common
	src/sonic-platform-daemons
Conflicts:
	device/accton/x86_64-accton_as7116_54x-r0/Accton-AS7116-54X/buffers.json.j2
	device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/qos.json
	device/ingrasys/x86_64-ingrasys_s9130_32x-r0/INGRASYS-S9130-32X/buffers.json.j2
	device/ingrasys/x86_64-ingrasys_s9130_32x-r0/INGRASYS-S9130-32X/qos.json.j2
	device/ingrasys/x86_64-ingrasys_s9230_64x-r0/INGRASYS-S9230-64X/buffers.json.j2
	device/ingrasys/x86_64-ingrasys_s9230_64x-r0/INGRASYS-S9230-64X/qos.json.j2
@simonJi2018 simonJi2018 deleted the 201803 branch July 26, 2018 06:47
abdosi added a commit that referenced this pull request Nov 24, 2021
3ce811960f19c514a6ca0b1c611b2c453eb3a0a3 (HEAD -> 201911, origin/201911) [201911][port2alias]: Fix to get right number of return values (#1907)
e648290b51fa4ec4d465efe55aa4d27d16edb249 disk_Check: Scan & mount as RW when disk turns into Read-only (#1872)

Signed-off-by: Abhishek Dosi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.