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

updated to support snmp config from redis configdb #6134

Merged
merged 11 commits into from
Jan 5, 2021

Commits on Dec 4, 2020

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

Commits on Dec 5, 2020

  1. updated for cases when configdb is empty

    trvanduy committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    98aca9d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. updated per PR comments

    trvanduy committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    f227173 View commit details
    Browse the repository at this point in the history
  2. updated snmp jinja2 file to use ConfigDB as main source and snmp.yml …

    …on if it does not exist in the ConfigDB
    trvanduy committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    df113e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. updated to add new changes

    Merge branch 'master' into tsvanduy/snmpd_jinja2_update
    trvanduy committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    4712476 View commit details
    Browse the repository at this point in the history
  2. updated jinja file to get info from only configdb. The snmp.yml file …

    …will already be add via the snmp_yml_to_configdb.py
    trvanduy committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0b749eb View commit details
    Browse the repository at this point in the history
  3. removing snmp.yml file from SONIC_CFGGEN_ARGS as it was already picke…

    …d up via snmp_yml_to_configdb.py
    trvanduy committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    fabc562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def1c15 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. removed unneeded else per PR comments

    trvanduy committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    e05110f View commit details
    Browse the repository at this point in the history
  2. updated to removed unneeded 'else' in template

    trvanduy committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fbe5d36 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. updated jinja template to fix spacing issues and update else to be el…

    …if 'RW'
    trvanduy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9b1d597 View commit details
    Browse the repository at this point in the history