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

Support CNI_ARGS in static IPAM plugin #165

Merged
merged 8 commits into from
Sep 25, 2018

Commits on Jun 18, 2018

  1. Support CNI_ARGS in static IPAM plugin

    This change is to add CNI_ARGS support in static IPAM plugin.
    When IP/SUBNET/GATEWAY are given in CNI_ARGS, static IPAM adds
    these info in addition to config files.
    
    To configure ip address only from CNI_ARGS, 'address' field in config
    is changed to optional from required.
    s1061123 committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    6da1cb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Jul 27, 2018

  1. Incorporate Casey's comments

    s1061123 committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    cc3ad26 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Incorporate Dan's comments.

    s1061123 committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    60a99ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321467b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    61c1361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a412e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Incorporate Dan's comments.

    s1061123 committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    094c903 View commit details
    Browse the repository at this point in the history