Qi Luo
e1f2a2dd75
[lldp] No need to config on port with no minigraph_neighbor, such as port in vlan ( #864 )
2017-08-02 20:28:00 -07:00
Taoyu Li
b6efe438b5
Introduce ConfigDB ( #808 )
...
* [cfggen] Support reading from and writing to configdb
* [bgp] Move bgp_admin_state to configdb, support dynamic admin state change
* [sonic-utilities] Adapt configDB for admin status, support config save and config load
2017-08-01 19:02:00 -07:00
Oleksandr Ivantsiv
c1fd0b1ae5
[orchagent]: Export platform information before orchagent run. ( #835 )
...
Export platform information in environment to be able to write vendor
specific code.
2017-07-25 10:05:27 +03:00
pavel-shirshov
d898011b2e
[docker-ptf]: Update entrypoint entry for docker-ptf ( #836 )
...
* Updated entrypoint for docker-ptf container
* Add main supervisord.conf file under /etc/supervisor. Run supervisord with option -c
2017-07-24 13:36:40 -07:00
pavel-shirshov
2201bf3496
[docker-ptf]: Install yaml module for python ( #821 )
...
* Install yaml python module in docker-ptf container
2017-07-19 23:21:03 -07:00
lguohan
3fd2014e93
[sonic-mgmt]: move sonic-mgmt docker build into sonic-slave ( #819 )
...
need to install sonic-device-data into sonic-mgmt docker
2017-07-19 08:10:45 -07:00
sihuihan88
1176508858
[bgpd]: support multiple peer range in single peer group ( #807 )
2017-07-13 15:03:10 -07:00
Joe LeVeque
f49cac086f
Remove extra trailing newlines at EOF ( #804 )
...
Files now end with a single newline
2017-07-12 20:54:37 -07:00
Oleksandr Ivantsiv
96fe120265
[mlnx]: Add support of Mellanox SN2740 platform. ( #786 )
...
- Update SAI (added support of SN2740 profile).
- Update SDK to version 4.2.3130.
- Update FW to version 13.1224.0140.
- Update HW MGMT to version 1.0.0160.
2017-07-07 14:26:53 +03:00
Shuotian Cheng
a74b3a1eb7
[teamd]: Fix Jinja2 template for calculating min_ports ( #791 )
...
In Jinja2, '|' cannot be treated directly as piping operator. The
operator precedence of '|' is higher than '*'. The filter only applies
to the value just before it. Group the expression to make sure that the
filter is applied to the outcome of the expression.
Update the unit test to add such case.
2017-07-06 16:33:24 -07:00
Joe LeVeque
a697e8efcf
[docker-base]: Build supervisor package from source in order to update to v3.3.2 ( #777 )
...
- Resolves issue #762
2017-07-06 10:32:27 -07:00
pavel-shirshov
7792f09437
[docker-ptf]: Install python modules from pypi ( #788 )
2017-07-06 02:27:05 -07:00
Joe LeVeque
bce5446dc4
[LLDP]: Port description (TLV 4) now contains '<neighbor_host_name>:<port_name>' ( #772 )
2017-06-29 16:37:37 -07:00
Joe LeVeque
3798262c1a
[DHCP Relay]: Fix Option 82 string - Remove quotes; add MAC address of receiving port as remote_id ( #763 )
2017-06-27 17:59:36 -07:00
Joe LeVeque
017eea8a87
[DHCP Relay]: Add support for custom Option 82 circuit_id of the form '<hostname>:<portname>' ( #747 )
...
* Add docker-dhcp-relay/Dockerfile to .gitignore
* Add isc-dhcp-relay .deb package to image build process, along with my Option 82 patch
* Install custom isc-dhcp-relay in dhcp_relay docker
* Install isc-dhcp-relay build dependencies in sonic-slave Docker container
* Copy the built .deb package to the destination directory
* Add dependencies for isc-dhcp-relay
* Change Option 82 string to '<hostname>:<portname>'
* Install dependencies of .deb files implicitly in Dockerfile
* Remove unused line
* Remove unnecessary space
2017-06-24 12:05:04 -07:00
Joe LeVeque
22819d9983
[docker-platform-monitor]: Add fancontrol ( #735 )
2017-06-23 15:23:00 -07:00
Shuotian Cheng
d1b12dc0ca
[swss]: Sleep 5 min regardless of arp_update return code ( #743 )
...
- arp_update return code is not guaranteed to be true/false.
When there is no VLAN, arp_update will return true.
When there are VLANs, arp_update will return false because the
command arping returns 1 due to the option '-w 0'.
- This script should be run every 5 minutes regardless of the return
code.
2017-06-22 21:26:33 -07:00
lguohan
4bdcac8e4f
[bgp]: move allowas-in into ipv6 section to enable allowas-in for ipv6 ( #741 )
2017-06-22 19:50:24 -07:00
sihuihan88
3268946de5
[BGPD]: add bgp dynamic neighbor configuration ( #708 )
...
* add bgp dynamic neighbor configuration
* [bgpd]: update as comments
* update as comment
* update to deployment_id_asn_map
* minor change
2017-06-21 18:52:50 -07:00
Taoyu Li
95906a6490
[installer] Copy old config files rather than only minigraph ( #730 )
2017-06-21 11:02:25 -07:00
sihuihan88
6867458058
[docker-ptf]: Install exabgp in docker ptf ( #709 )
2017-06-16 07:25:40 -07:00
Taoyu Li
5e6620e19e
[bgp] Save bgp admin state ( #690 )
...
* [bgp] Save admin state and set default state to shutdown
* Set default behavior to no shutdown
* Add build option SHUTDOWN_BGP_ON_START
* Script change for default admin state to be on
* Address CR comments to bgp_neighbor script
* Fix script bug
2017-06-12 11:05:22 -07:00
Joe LeVeque
d094ceecc2
[docker-platform-monitor]: Add LED control daemon and plugin for x86_64-arista_7050_qx32 platform ( #691 )
...
* Add files for building ledd package; add ledd to docker-platform-monitor; Control platform monitor docker using supervisord
* Add sonic-platform-daemons submodule
* Rename ledd.mk -> sonic-ledd.mk
* Add led_control.py plugin for x86_64-arista_7050_qx32 platform
* Rename Dockerfile -> Dockerfile.j2
* Fix build
* Remove blank line
2017-06-10 22:05:11 -07:00
pavel-shirshov
390591de90
[docker-bgp]: Use address-family ipv6 for ipv6 vlan addresses ( #692 )
...
* Fix SAI submodule id
* Fix bgpd template. Use v6 address family for vlan ipv6 addr
2017-06-10 17:05:48 -07:00
lguohan
bc5bca66cc
[dockerbase]: remove apt-get clean ( #685 )
2017-06-08 02:47:53 -07:00
Marian Pritsak
3903b45d41
[teamd.sh]: Remove LAG interfaces on exit ( #643 )
...
Use -k option for teamd to properly remove LAG interfaces when docker is
exiting.
Signed-off-by: marian-pritsak <marianp@mellanox.com>
2017-06-08 01:53:51 -07:00
lguohan
a7de6ebe24
[dockerbase]: make sure /var/cache/apt/archives directory exists ( #684 )
2017-06-08 00:26:42 -07:00
Qi Luo
ec273c8892
Disable snmpd native ipCidrRouteTable implementation ( #675 )
...
The SNMP subagent implements ipCidrRouteTable. If there is no nexthops
for default route, ie. switch isolated, the SNMP subagent will response
'no instance'. Then snmpd will response kernel routes, which include
non-front panel interfaces. To remove snmpd native implementation, we
only expose SNMP subagent's implementation.
2017-06-06 22:58:58 -07:00
Marian Pritsak
820e7aafd0
[docker-teamd]: Explicitly set LAG hwaddr ( #664 )
...
* [docker-teamd]: Explicitly set LAG hwaddr
Team device is initially created without any members and has a random HW
address, which is later changed to port's address. This configuration
sets team device's address explicitly to base MAC to avoid reassignment.
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* Update teamd config tests with hwaddr
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* Align HW addr byte for Centec and Mellanox
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* Change HW addr to unicast in config tests
Signed-off-by: marian-pritsak <marianp@mellanox.com>
2017-06-06 16:13:38 -07:00
Shuotian Cheng
d8c55840d0
[swss]: Update swss/common and add --batch_size 8192 option to orchagent ( #668 )
2017-06-04 01:35:47 -07:00
Shuotian Cheng
c3aa513dae
[swss]: Update orchagent.sh script to use asic_type to add arguments ( #667 )
...
- Right now Broadcom and Cavium platforms need to set MAC address when
starting orchagent daemon.
2017-06-03 13:49:33 -07:00
Shuotian Cheng
8944ee64f5
[Facebook]: Add Facebook Wedge 100 support ( #666 )
...
- Add a sample minigraph and Facebook-W100-C32 HWSKU
- update orchagent.sh script
2017-06-03 12:44:34 -07:00
Joe LeVeque
e0d22acc9e
[DHCP Relay]: Wait for all interfaces to come up before starting DHCP relay ( #660 )
2017-06-01 18:38:33 -07:00
Shuotian Cheng
8adc490fe6
[swss]: Exiting orchagent with unsupported HWSKU ( #650 )
...
Echo error message to stderr and exit orchagent.sh starting script
2017-05-31 10:57:31 -07:00
lguohan
26f98559b0
[docker-ptf]: add hping3 into docker-ptf ( #651 )
2017-05-31 10:49:31 -07:00
Joe LeVeque
b8c11bccf2
[DHCP Relay]: Listen on all front panel, VLAN and PortChannel interfaces with IPv4 addresses ( #645 )
...
* DHCP relay now listens on all front panel, VLAN and PortChannel interfaces with IPv4 addresses
* Add sample isc-dhcp-relay output file
2017-05-30 18:29:18 -07:00
pavel-shirshov
122c03caee
[docker-ptf]: Overwrite ubuntu scapy with version from p4lang ( #639 )
...
* Install scapy from p4lang
* Overwrite standard scapy version
2017-05-26 18:32:52 -07:00
Shuotian Cheng
e6bb4b20a1
[swss]: Update submodules and mount /var/log to swss docker ( #636 )
...
- [swss]: Update sairedis/swss/common submodules
- [orchagent]: Mount /var/log folder and use the folder to save recording files
- [orchagent]: Use -d to specify the folder path
2017-05-26 17:56:29 -07:00
pavel-shirshov
f3312b8e0b
[docker-ptf-*]: Use buildimage infrastructure to build docker-ptf-* ( #638 )
...
* Add files to build docker-ptf-{platform}
2017-05-26 17:18:11 -07:00
pavel-shirshov
edab38e321
Install ipython from packages ( #637 )
2017-05-26 13:31:33 -07:00
sihuihan88
13c18ed045
[device]: Add support for SKU Force10-S6000-Q32 ( #624 )
2017-05-24 11:59:01 -07:00
pavel-shirshov
519802ec09
[docker-swss]: Restore FDB and ARP entries after fast reboot ( #621 )
...
* Restore FDB and ARP entries right after fast reboot to minimize traffic corruption
* Fix typo
2017-05-24 11:57:33 -07:00
pavel-shirshov
867670665f
[docker-ptf]: Add less, ipython, and python ssh libraries ( #625 )
2017-05-24 01:34:37 -07:00
wadelnn
fb4cd63ac5
[Ingrasys] Add Ingrasys S8900 series platform ( #569 )
...
* Add Ingrasys S8900 series platform
* Add Ingrasys S8900-54XC platform driver
* Add Ingrasys S8900-64XC platform driver
* Reorganized Ingrasys debian package
* Move fancontrol config to device-specific file directory
* QSFP transceivers init on S9100-32X
* Update Thermal Policy in sensors.conf
* Add new Ingrasys S8900 series platform for docker-orchagent/orchagent.sh
Signed-off-by: Wade He <chihen.he@gmail.com>
2017-05-18 11:05:49 -07:00
Qi Luo
d70e973496
snmpd ignores unavailable disks ( #607 )
2017-05-16 16:46:30 -07:00
Samuel Angebault
cb969fc843
[platform] Add Arista DCS-7050QX-32S and missing plugins ( #597 )
...
* Update sonic-platform-modules-arista submodule
* Add sensors.conf for Arista DCS-7050QX-32S
* Add plugin/eeprom.py for Arista DCS-7050QX-32S
* Add plugin/sfputil.py for Arista DCS-7050QX-32S
* Add port_config.ini for Arista DCS-7050QX-32S
* Add plugin/sfputil.py for Arista DCS-7060CX-32S
* Add plugin/eeprom.py for Arista DCS-7060CX-32S
* Update plugin/eeprom.py for Arista DCS-7050QX-32
2017-05-16 08:07:47 -07:00
Shuotian Cheng
8af03fd0f9
[orchagent]: Add ARP update script to maintain VLAN neighbors ( #401 )
...
- Extend ARP reachable time to 30min
- Add arping to docker-swss
- Add arp_update script to routinely probe neighbors
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
2017-05-15 17:06:19 -07:00
pavel-shirshov
b26ec863e8
[docker-base]: Add less, strace, and configuration for vim ( #591 )
...
* Add less in docker-base. Add strace in docker_base_dbg.
* Make link vim to vim.tiny and have vim config file
2017-05-11 18:46:11 -07:00
Joe LeVeque
6e45307a49
[docker-orchagent]: Properly manage with supervisord ( #589 )
2017-05-11 11:18:10 -07:00
Joe LeVeque
d5c13c0a83
[dockers]: Disable autorestart on all supervisor processes inside containers ( #580 )
2017-05-09 17:37:08 -07:00