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

SONiC Management Framework Release 1.0 #3488

Merged
merged 108 commits into from
Dec 24, 2019

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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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
  4. Configuration menu
    Copy the full SHA
    c8cd633 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18 from project-arlo/build-sonic-on-nfs

    Changes to fix build issue for mgmt framework
    jeff-yin committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    03ae04b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be243fd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from project-arlo/telemetry-refactor

    Fix exec path issue with telemetry
    jeff-yin committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    83e398c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    53dc75e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from project-arlo/build-sonic-on-nfs

    s5232[device] PSU detection and default led state support
    jeff-yin committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    1b7738c View commit details
    Browse the repository at this point in the history
  3. Processing of first boot in rc.local should not have premature exit

    Signed-off-by: Howard Persh <Howard_Persh@dell.com>
    hpersh-dell committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    e99a91f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    a11958a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba3305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05c8a1d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

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

    bumped up sonic-mgmt-framework commit id to pick 23rd July 2019 changes
    dutta-partha committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e67219a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Merge branch 'master' into dell_platform_dev

    Ravi Vasanthm committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    7c32c02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from Azure/master

    Merging latest changes from Azure/sonic-buildimage:master
    nirenjan committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    46570d1 View commit details
    Browse the repository at this point in the history
  3. Added mount options for telemetry docker to get access for system and…

    … platform info.
    Ravi Vasanthm committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    4c39486 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Merge branch 'master' into dell_platform_dev

    Ravi Vasanthm committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    7427a86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from project-arlo/dell_platform_dev

    Added backend support for handling openconfig platform and system components
    jeff-yin committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    e9d022d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf2381 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from project-arlo/fix-sonic-utilities-submodul…

    …e-commit
    
    Update commit for sonic-utilities
    nirenjan committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    a7c13e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    b0d7f96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from project-arlo/build-sonic-on-nfs

    [dell]: Corrected dport map and renamed config files for S5232F
    jeff-yin committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    ad4137b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Merge branch 'master' into upstream-2019-08-06

    # Conflicts:
    #	build_debian.sh
    #	device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-P-10G/td3-s5232f-8x100G-96x10G.config.bcm
    #	device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-P-10G/td3-s5232f-96x10G+8x100G.config.bcm
    #	device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-P-10G/td3-s5232f-96x10G-8x100G.config.bcm
    #	device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-P-25G/td3-s5232f-8x100G-96x25G.config.bcm
    #	device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-P-25G/td3-s5232f-96x25G+8x100G.config.bcm
    #	device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-P-25G/td3-s5232f-96x25G-8x100G.config.bcm
    #	src/sonic-utilities
    nirenjan committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    03a71be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from project-arlo/upstream-2019-08-06

    Merge latest changes from Azure - 2019-08-06
    nirenjan committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    dfc2b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c832bc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. added support for sonic-cli console

    Prabhu Sreenivasan committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    bf5f365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429f643 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Merge pull request #27 from project-arlo/brcm_poc

    added support for sonic-cli console
    sachinholla committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    1969e2c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Merge pull request #28 from Azure/master

    Merging latest changes from Azure - 2019-08-13
    jeff-yin committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    1e45d9f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. [Dell S5232F, Z9264F] Harden FPGA driver kernel module

    For Dell S5232F and Z9264F platforms, be more strict when checking state
    in ISR of FPGA driver, to harden against spurious interrupts.
    
    Signed-off-by: Howard Persh <Howard_Persh@dell.com>
    hpersh-dell committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    bdba462 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

    back merge Dell changes to brcm_poc
    PrabhuSreenivasan committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    30dcbe3 View commit details
    Browse the repository at this point in the history
  2. update mgmt-framework submodule to 27th Aug commit.

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

    update mgmt-framework submodule to pick latest (27th Aug) changes.
    PrabhuSreenivasan committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a49a76f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. remove changes not related to mgmt-framework and sonic-telemetry

    Prabhu Sreenivasan committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    2101176 View commit details
    Browse the repository at this point in the history
  2. Revert "Replace src/telemetry as submodule to sonic-telemetry"

    This reverts commit 11c3192.
    Prabhu Sreenivasan committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    14015f5 View commit details
    Browse the repository at this point in the history
  3. Revert "Replace src/telemetry as submodule to sonic-telemetry"

    This reverts commit 11c3192.
    Prabhu Sreenivasan committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    cace6d1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cleanup_for_pr' of https://github.com/project-arlo/soni…

    …c-buildimage into cleanup_for_pr
    Prabhu Sreenivasan committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    f568879 View commit details
    Browse the repository at this point in the history
  5. make submodule changes and remove a change not related to PR

    Prabhu Sreenivasan committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    b19c2d1 View commit details
    Browse the repository at this point in the history
  6. more changes

    Prabhu Sreenivasan committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    042bee7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29ef6c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Update .gitmodules

    PrabhuSreenivasan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    0922838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79a067 View commit details
    Browse the repository at this point in the history
  3. Update .gitmodules

    PrabhuSreenivasan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    5adb829 View commit details
    Browse the repository at this point in the history
  4. Update .gitmodules

    PrabhuSreenivasan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    cbc502b View commit details
    Browse the repository at this point in the history
  5. Update .gitmodules

    reverting experimental change
    PrabhuSreenivasan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    4912a0e View commit details
    Browse the repository at this point in the history
  6. Removed syspoll for release_1.0

    Signed-off-by: Jeff Yin <29264773+jeff-yin@users.noreply.github.com>
    jeff-yin committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    2cfcd3d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    14694c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3eb8b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75e17e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14f28c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6e2aa8 View commit details
    Browse the repository at this point in the history
  6. Revert "Processing of first boot in rc.local should not have prematur…

    …e exit"
    
    This reverts commit e99a91f.
    hpersh committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    f3f07ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07cc6ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5348c91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6550e08 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge from upstream & resolve conflicts

    Senthil Kumar Ganesan authored and Senthil Kumar Ganesan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    de94601 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ce4dd34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c908b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54b6eb1 View commit details
    Browse the repository at this point in the history
  5. Add missing export

    seiferteric committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    a4e924a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

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

Commits on Dec 4, 2019

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

Commits on Dec 12, 2019

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

Commits on Dec 20, 2019

  1. Update sonic-utilites point latest commit id

    Senthil Kumar Ganesan authored and Senthil Kumar Ganesan committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    edfa330 View commit details
    Browse the repository at this point in the history
  2. Point sonic-utilities to Azure accepted SHA

    Senthil Kumar Ganesan authored and Senthil Kumar Ganesan committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0204c17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    960c91d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Add sonic-telemetry submodule

    Senthil Kumar Ganesan authored and Senthil Kumar Ganesan committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    5262e22 View commit details
    Browse the repository at this point in the history
  2. Update the mgmt-framework commit id

    Senthil Kumar Ganesan authored and Senthil Kumar Ganesan committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    4a0fe27 View commit details
    Browse the repository at this point in the history