antonpatenko
26f4c85825
Add possibility to install debug packages during build. ( #234 )
...
* Enabled common debug packages installation.
* Update gitignore.
* Make debug-packages installation disabled by default.
2017-02-03 21:38:32 -08:00
Oleksandr Ivantsiv
2b113c4175
Add FLUSH DB commands to swss service missed during merge ( #248 )
...
* Add FLUSH DB commands to swss service missed during merge
* Update swss.service.j2
2017-02-03 21:35:48 -08:00
Taoyu Li
b2e44834f1
SNMP will now bind on 0.0.0.0 if mgmt ip not specified in minigraph ( #253 )
...
Fix an issue that snmp will fail to start if mgmt ip is not specified in minigraph (e.g. default graph in oneimage where mgmt ip is from DHCP)
2017-02-03 21:01:34 -08:00
lguohan
68270f36df
[build break]: Revert "Conform with new Docker build method" ( #257 )
2017-02-03 20:15:55 -08:00
Shuotian Cheng
00fe0784b4
[Broadcom]: Update Broadcom debian packages and m3000-r0 m3000-r1 config.bcm files ( #251 )
...
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
2017-02-03 19:44:00 -08:00
pavel-shirshov
5890204e42
Update port_config.ini ( #256 )
2017-02-03 18:09:56 -08:00
Taoyu Li
6f5262bc2c
Fix config bug in snmp ( #252 )
...
1. Modify snmp user to Debian-snmp to fit snmpd 5.7.3
2. Fix a bug that cause sysLocation to be missing from snmpd.conf
2017-02-03 17:39:09 -08:00
Samuel Angebault
e4ed979b83
Add version file to the SWI required by newer Aboot ( #254 )
2017-02-03 16:33:33 -08:00
Samuel Angebault
92b32fd910
Add DCS-7060CX-32S support in boot0 ( #243 )
2017-02-03 16:32:42 -08:00
Joe LeVeque
76cfd672d1
Conform with new Docker build method ( #250 )
2017-02-03 14:21:57 -08:00
Joe LeVeque
b85c8dc89e
Fix isc-dhcp-relay template ( #246 )
2017-02-02 21:10:07 -08:00
Taoyu Li
60e1fc3c98
ONEImage - Read all platform dependent information from sonic-config-engine ( #238 )
...
Read all platform dependent information from sonic-config-engine
2017-02-02 20:34:34 -08:00
lguohan
523a738068
add dell platform driver to broadcom one image ( #242 )
2017-02-02 18:28:06 -08:00
Qi Luo
c05a9f2fd8
Update submodule sonic-snmpagent ( #244 )
2017-02-02 18:11:39 -08:00
Oleksandr Ivantsiv
793b842d60
Add DHCP client hook to update hostname. ( #235 )
...
* Add DHCP client hook to update hostname.
* Remove interface checking
* Update hostname in /etc/hosts file
2017-02-02 11:19:48 -08:00
Joe LeVeque
4cd3d31946
Update APT package lists before first attempt to install ( #241 )
...
* Update APT package lists before first attempt to install
* Move setting of environment variable before first call to apt-get
2017-02-02 11:12:04 -08:00
lguohan
caab516ea7
[snmpd]: download source files from azure storage blob ( #239 )
2017-02-02 07:53:46 -08:00
Joe LeVeque
61d4509f0b
Add new sonic-config dependencies to dhcp_relay Dockerfile ( #237 )
2017-02-01 21:29:50 -08:00
Qi Luo
c90efba372
Update submodule sonic-snmpagent ( #236 )
2017-02-01 19:44:54 -08:00
Samuel Angebault
921db0511a
Update boot0 ( #202 )
...
- Refactor of the whole script for readability purpose
- Now detect the root= partition automatically
- Allow more parameters to be passed to the cmdline using
/mnt/flash/kernel-params
- /host/machine.conf file will have to be generated at a later stage
since Aboot doesn't have enough information about the platform here
2017-02-01 13:02:29 -08:00
Oleksandr Ivantsiv
d6f0c4611b
Add platform-monitor container to one image. ( #232 )
2017-02-01 13:02:08 -08:00
Andriy Moroz
ddbda4ce2e
docker: Add ipaddress python module to the PTF docker ( #231 )
...
Needed for the FIB test
2017-02-01 12:49:43 -08:00
Petro Karashchenko
fbe2721543
[sonic-slave]: Fix issue "no space left on disk" while trying to add user in docker ( #233 )
...
Note: related to https://github.com/docker/docker/issues/5419
Signed-off-by: Petro Karashchenko <petro.karashchenko@caviumnetworks.com>
2017-02-01 11:56:50 -08:00
Taoyu Li
1c074367a1
Add daemon file which was missing in docker-fpm ( #229 )
2017-02-01 00:10:40 -08:00
Oleksandr Ivantsiv
4ce17b100f
Install orchagent and syncd containers to Broadcom and Cavium images ( #227 )
2017-02-01 00:09:02 -08:00
lguohan
1786a3389d
rename single image to one image ( #220 )
...
* rename single image to one image
2017-01-31 22:06:12 -08:00
lguohan
c2b4c870c6
remove fsroot after build ( #228 )
2017-01-31 22:05:24 -08:00
lguohan
5278f1a0e5
add instructions to change git path to relative path
2017-01-31 12:04:06 -08:00
lguohan
afe3fbf82f
make tty as an option in docker run ( #225 )
2017-01-31 11:47:52 -08:00
Taoyu Li
be8ed80554
teamd: Use 75% links upperbound as min-links ( #224 )
2017-01-30 17:33:03 -08:00
lguohan
4e3bbc8e13
update build instruction for one image
2017-01-29 16:10:35 -08:00
Oleksandr Ivantsiv
f2eed8f8a0
Added support of ONIE version 2016.11-5.1.0001 for Mellanox platforms. ( #218 )
2017-01-29 11:34:12 -08:00
Oleksandr Ivantsiv
34ea91349c
one image implementation ( #215 )
...
* Single image
* Fix review comments
* Update syncd service. Add HW mgmt to Mellanox single image.
* Add single image template for Broadcom platform.
SKU should be provided during configure:
make configure PLATFORM=broadcom SKU=Force10-S6000
* Add single image template for Cavium platform.
SKU should be provided during configure:
make configure PLATFORM=cavium SKU=AS7512
* Add description to sonic_debian_extension.j2 file.
2017-01-29 11:33:33 -08:00
Joe LeVeque
c18b65bc16
Refactor DHCP relay docker in sonicv2 style ( #217 )
...
* Refactor DHCP relay docker in sonicv2 style
2017-01-26 23:36:58 -08:00
Joe LeVeque
608980524f
[docker]: Install dpkt Python package in PTF docker ( #216 )
2017-01-25 18:19:15 -08:00
Taoyu Li
e87498d16d
Add platform config for 7050 and 6100 ( #212 )
...
* Add platform config for 7050 and 6100
* allow certain platform to have no sensors.conf file in sonic-cfggen
2017-01-25 18:18:25 -08:00
lguohan
ac7de25d94
[src]: update linux kernel to take tg3 patch on arista qx32 platfrom ( #214 )
2017-01-25 11:06:08 -08:00
lguohan
752062d571
[src]: Update sonic-sairedis/swss ( #213 )
2017-01-25 00:01:14 -08:00
lguohan
d1399e2380
[docker]: Add ptf docker to generic target ( #210 )
2017-01-24 19:18:42 -08:00
byu343
694e12b4b4
[Arista]: Add VFAT support in initramfs ( #208 )
2017-01-24 19:18:01 -08:00
Oleksandr Ivantsiv
c0aa0b9c17
[Mellanox]: Update Mellanox HW management to V1.0.0030 ( #209 )
2017-01-24 19:17:32 -08:00
Taoyu Li
1b49499b65
[docker]: Add a status file to mark that the file is generated by sonic-config-engine ( #211 )
2017-01-24 19:16:55 -08:00
byu343
6d8f57631b
[Arista]: Add support to convert vfat file system to ext4 ( #201 )
...
This commit will convert the existing file system of flash drive on Arista switches from VFAT to EXT4 in the booting of SONiC. It will take the whole flash and therefore remove the recovery partition. There is a check in the script making sure that the conversion operation will not happen on a non-Arista switch or if the existing file system is not VFAT.
2017-01-23 22:25:47 -08:00
Joe LeVeque
7bd90505a1
[docker]: Add DHCP relay docker to generic build ( #207 )
2017-01-23 22:18:53 -08:00
Shuotian Cheng
09f61a4894
[libteam]: Add patch 0001-libteam-Add-team_get_port_enabled-function.patch ( #205 )
2017-01-22 22:19:43 -08:00
Taoyu Li
9b940c3b3d
Remove apt purge which wrongly remove sonic-config-engine ( #204 )
2017-01-21 10:30:39 -08:00
Joe LeVeque
78f11a7ff3
[docker]: Make line breaks consistent in DHCP relay Dockerfile ( #203 )
2017-01-20 22:33:11 -08:00
Oleksandr Ivantsiv
ea65962fe4
Fix compilation issue. ( #198 )
...
Fix docker-platform-monitor compilation issue.
Update .gitignore file
2017-01-20 13:55:42 -08:00
Taoyu Li
4fe1bdcf87
sonic-cfggen with sonicv2 dockers ( #190 )
...
Add a sonic-config-engine to help generate config file based on minigraph and other data on runtime. Modify fpm, teamd, lldp, snmp, and platform-monitor docker to use sonic-config-engine to generate config in docker upon load.
2017-01-19 20:56:26 -08:00
Qi Luo
0d6b1e86a8
Change default password, so less confuse to sonic-mgmt playbook ( #197 )
2017-01-19 15:40:18 -08:00