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

Dell platform dev #3176

Closed
wants to merge 41 commits into from
Closed

Commits on Jun 19, 2019

  1. Added sonic-mgmt-framework as submodule / docker

    Prabhu Sreenivasan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    159e69f View commit details
    Browse the repository at this point in the history
  2. fix build issues

    Prabhu Sreenivasan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3a8ef73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from project-arlo/brcm_poc

    Brcm poc changes to include sonic-mgmt-framework docker to sonic-broadcom.bin
    jghalam authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3b3ded5 View commit details
    Browse the repository at this point in the history
  4. update sonic-mgmt-framework submodule branch to master

    Prabhu Sreenivasan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    477f233 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from project-arlo/brcm_poc

    update sonic-mgmt-framework submodule branch to master
    jghalam authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a1e885f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Merged changes 70007e6d2ba3a4c0b371cd693ccc63e0a8906e77..00d4fcfed6a7…

    …59e40d7b92120ea0ee1f08300fc6
    
    00d4fcfed6a759e40d7b92120ea0ee1f08300fc6 Modified environemnt variables
    dutta-partha committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    3d804a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from project-arlo/brcm_poc

    Merged changes 70007e6d2ba3a4c0b371cd693ccc63e0a8906e77..00d4fcfed6a7…
    PrabhuSreenivasan authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    23c4b77 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request #4 from Azure/master

    sync from Azure to Project-arlo
    srideepDell authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    6b7d777 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    efd773f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from project-arlo/dell_dev_changes1

    Changes to build sonic-mgmt-framework docker
    jghalam authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5334b91 View commit details
    Browse the repository at this point in the history
  3. bumped up sonic-mgmt-framework commit-id

    Prabhu Sreenivasan committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b4d36e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from project-arlo/brcm_poc

    bumped up sonic-mgmt-framework commit-id
    nirenjan authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    757bf99 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    e292c98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from Azure/master

    fix fast reboot compatibility (sonic-net#3083)
    srideepDell authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    1260d46 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    387b8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a825f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4b212 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from project-arlo/dell_dev_changes1

    Dell dev changes1
    jghalam authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    82acec7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Merge pull request #9 from project-arlo/master

    update brcm_poc from latest of master
    PrabhuSreenivasan authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    335b387 View commit details
    Browse the repository at this point in the history
  2. added libyang as dependent package

    Prabhu Sreenivasan committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    bc95cef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from project-arlo/brcm_poc

    added libyang as dependent package
    jghalam authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    5fc3cb0 View commit details
    Browse the repository at this point in the history
  4. Allow building images on NFS-mounted clones

    Prior to this change, `build_debian.sh` would generate a Debian
    filesystem in `./fsroot`. This needs root permissions, and one of the
    tests that is performed is whether the user can create a character
    special file in the filesystem (using mknod).
    
    On most NFS deployments, `root` is the least privileged user, and cannot
    run mknod. Also, attempting to run commands like rm or mv as root would
    fail due to permission errors, since the root user gets mapped to an
    unprivileged user like `nobody`.
    
    This commit changes the location of the Debian filesystem to `/fsroot`,
    which is a tmpfs mount within the slave Docker. The default squashfs,
    docker tarball and zip files are also created within /tmp, before being
    copied back to /sonic as the regular user.
    
    The side effect of this change is that the contents of `/fsroot` are no
    longer available once the slave container exits, however they are
    available within the squashfs image.
    
    Signed-off-by: Nirenjan Krishnan <Nirenjan.Krishnan@dell.com>
    nirenjan committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    de36781 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. bumped up sonc-mgmt-framework commit to include PR #18

    Prabhu Sreenivasan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c7ecb4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from project-arlo/brcm_poc

    bumped up sonic-mgmt-framework commit to include PR #18
    srideepDell authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    31ea940 View commit details
    Browse the repository at this point in the history
  3. REST Server startup script is enahnced to read the settings from

        ConfigDB. Below table provides mapping of db field to command line
        argument name.
    
        ============================================================
        ConfigDB entry key      Field name      REST Server argument
        ============================================================
        REST_SERVER|default     port            -port
        REST_SERVER|default     client_auth     -client_auth
        REST_SERVER|default     log_level       -v
        DEVICE_METADATA|x509    server_crt      -cert
        DEVICE_METADATA|x509    server_key      -key
        DEVICE_METADATA|x509    ca_crt          -cacert
        ============================================================
    Prabhu Sreenivasan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ef7d06b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from project-arlo/build-sonic-on-nfs

    Allow building images on NFS-mounted clones
    PrabhuSreenivasan authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    f17c27f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13 from project-arlo/brcm_poc

    REST Server startup script is enhanced to read the settings from DB
    sachinholla authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    12e8ed2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11c3192 View commit details
    Browse the repository at this point in the history
  7. Update telemetry commit HEAD

    nirenjan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4c5b824 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #14 from project-arlo/sonic-telemetry-submodule

    Replace src/telemetry as submodule to sonic-telemetry
    srideepDell authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9d96e56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff0e23a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #15 from project-arlo/sonic-telemetry-submodule

    Update sonic-telemetry commit HEAD
    srideepDell authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ec0d35d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. libyang env path update

    Prabhu Sreenivasan committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7597470 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from project-arlo/brcm_poc

    libyang env path update
    sachinholla authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    98abbd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    9385bc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from project-arlo/telemetry-refactor

    Add libyang dependency to telemetry
    srideepDell authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    66ea5b5 View commit details
    Browse the repository at this point in the history
  3. Add scripts to create JSON files for CLI backend

    Scripts to create /var/platform/syseeprom and /var/platform/system, which are back-end
    files for CLI, for system EEPROM and system information.
    
    Signed-off-by: Howard Persh <Howard_Persh@dell.com>
    hpersh-dell committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    1430d49 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    c45e80c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. In startup script, create directory where CLI back-end files live

    Signed-off-by: Howard Persh <Howard_Persh@dell.com>
    hpersh-dell committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    e86f0a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7e456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4125d6a View commit details
    Browse the repository at this point in the history