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

Add networking support in agent #258

Merged
merged 2 commits into from
Apr 8, 2016
Merged

Add networking support in agent #258

merged 2 commits into from
Apr 8, 2016

Commits on Apr 7, 2016

  1. Update engine-api godeps

    Updated engine-api godeps to `mrjana/engine-api agent`
    
    Signed-off-by: Jana Radhakrishnan <[email protected]>
    mrjana committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    bb80e21 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Add networking support in agent

    This commit adds networking support in agent by processing
    task downloads and detecting network references in the task.
    When a network reference is detected, a network is created
    on the first reference and removed when the last task with a
    reference to that network is DEAD.
    
    Also, injected task side networking configuration so that
    containers are properly plumbed into the appropriate network.
    
    Signed-off-by: Jana Radhakrishnan <[email protected]>
    mrjana committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    bf2cb9b View commit details
    Browse the repository at this point in the history