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

[dhcp-relay] make DHCP relay an extension #6531

Merged
merged 66 commits into from
Jul 15, 2021

Commits on Nov 16, 2020

  1. [dockers] Tag all docker images with a version number

    Previously all docker images built into SONiC binary were tagged with
    SONiC version string. With the introduction of container upgrades and
    SONiC extension framework all docker images should have their own
    version numbers that do not relate with SONiC version. All dockers are
    tagged with version 1.0.0 in this PR. Whenever changes are introduced to
    a docker image that require a version change, the docker image
    maintainer should update the version number.
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a624e0c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. [dockers] Tag all docker images with a version number

    Previously all docker images built into SONiC binary were tagged with
    SONiC version string. With the introduction of container upgrades and
    SONiC extension framework all docker images should have their own
    version numbers that do not relate with SONiC version. All dockers are
    tagged with version 1.0.0 in this PR. Whenever changes are introduced to
    a docker image that require a version change, the docker image
    maintainer should update the version number.
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    875650f View commit details
    Browse the repository at this point in the history
  2. [dockers] label SONiC Docker with manifest

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    954cad9 View commit details
    Browse the repository at this point in the history
  3. [dockers] add package name to manifest

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    855fa60 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. remove swss dependency from dhcp-relay & router-advertiser

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    44685ba View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_manifest
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d337e08 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_version_tags
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5eb48a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_manifest
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    99d9d12 View commit details
    Browse the repository at this point in the history
  2. remove sonic-sdk added by mistake in this change

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ed1bd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50237b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    caf5c9e View commit details
    Browse the repository at this point in the history
  2. [dhcp-relay] make DHCP relay an extension

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9bc4464 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. [slave.mk] align lines in dependencies

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    efc69f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    31d4bbf View commit details
    Browse the repository at this point in the history
  2. [docker-macsec] add version number for docker-macsec

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    823eede View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dockers_version_tags' of github.com:stepanblyschak/soni…

    …c-buildimage into dockers_manifest
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    bdf0113 View commit details
    Browse the repository at this point in the history
  4. [docker-macsec] add manifest for macsec docker

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    05df4ed View commit details
    Browse the repository at this point in the history
  5. [slave.mk] fix missing comma

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e966fef View commit details
    Browse the repository at this point in the history
  6. [slave.mk] fix missing comma

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    d79293e View commit details
    Browse the repository at this point in the history
  7. [slave.mk] fix missing comma

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a90f9b4 View commit details
    Browse the repository at this point in the history
  8. [sonic_debian_extension.j2] use --enable instead of --enabled

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    74cd875 View commit details
    Browse the repository at this point in the history
  9. [slave.mk] fix target path

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2e5f097 View commit details
    Browse the repository at this point in the history
  10. [docker-dhcp-relay] add cli to docker

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e1b2c29 View commit details
    Browse the repository at this point in the history
  11. [docker-dhcp-relay] add cli to docker

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    db7ef7d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. [sonic_debian_extension.j2] fix merge conflict markers

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e0735d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. align install from tarball command

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    4897003 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. [dockers] use single manifest template

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    2066aa9 View commit details
    Browse the repository at this point in the history
  2. [dockers] use single manifest template

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    113bf30 View commit details
    Browse the repository at this point in the history
  3. [docker-dhcp-relay] define manifest parameters in makefile

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d6abc30 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. tag SONiC images the old way

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    422c245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd9278 View commit details
    Browse the repository at this point in the history
  3. check if docker has correct manifest after loading it

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    888a0ea View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. address review comment

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8ad8a05 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. fix checking manifest

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    53631d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 24, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_manifest
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9d76601 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. remove obsolete file

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3de0cb3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dockers_manifest' of github.com:stepanblyschak/sonic-bu…

    …ildimage into dockers_manifest
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a665d73 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. remove obsolete field from manifest. will be replaced by base-os comp…

    …onents approacgh
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b2f8fc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Apr 2, 2021

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

Commits on Apr 9, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    84bf4dd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b427b71 View commit details
    Browse the repository at this point in the history
  2. add comment

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    92ad8b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. remove not needed ARG in dockerfiles

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    57ec2f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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

Commits on Apr 21, 2021

  1. Merge branch 'dockers_manifest' of github.com:stepanblyschak/sonic-bu…

    …ildimage into dhcp-relay-ext
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    119b47c View commit details
    Browse the repository at this point in the history
  2. tests for cli plugins

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7c11312 View commit details
    Browse the repository at this point in the history
  3. add tests

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    662aa3d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    628071f View commit details
    Browse the repository at this point in the history
  2. default-owner to set-owner

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    66e2333 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. fix lgtm warnings

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    60076ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    368e9d3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0d5b19e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. add coverage report

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanb authored and stepanblyschak committed May 7, 2021
    Configuration menu
    Copy the full SHA
    dffcee0 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. [sonic-app-ext] support app extensions installation during build

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c1f7e32 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into app-e…

    …xt-build
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 31, 2021
    Configuration menu
    Copy the full SHA
    7cc9102 View commit details
    Browse the repository at this point in the history
  2. bring back dhcp_relay

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 31, 2021
    Configuration menu
    Copy the full SHA
    abe88c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b52be View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. introduce _INSTALL_PYTHON_WHEELS and _INSTALL_DEBS to not install son…

    …ic-utilities for dockers that dont need it
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9807d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1b606 View commit details
    Browse the repository at this point in the history
  3. add install targets for dhcp-relay

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    306feba View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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

Commits on Jul 2, 2021

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

Commits on Jul 12, 2021

  1. remove obsolete changes added back by mistake during upstream merge

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    42f8b36 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. add missing INCLUDE_DHCP_RELAY condition

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c86bb45 View commit details
    Browse the repository at this point in the history