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

Fix support for macvlan driver in docker provider #2827

Merged
merged 1 commit into from
Feb 12, 2018

Conversation

mmatur
Copy link
Member

@mmatur mmatur commented Feb 8, 2018

What does this PR do?

This PR fix support of macvlan driver in docker swarm mode.

Today it is impossible to support macvlan driver in swarm mode because we are not able to retrieve IP addresses of containers running on other host in the cluster

Motivation

Fixes #2412

More

  • Added/updated tests

@mmatur mmatur added this to the 1.6 milestone Feb 8, 2018
@mmatur mmatur requested a review from a team as a code owner February 8, 2018 08:51
@mmatur mmatur force-pushed the feature/docker-macvlan branch 3 times, most recently from 243d400 to 5cc271f Compare February 8, 2018 09:12
Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmatur mmatur changed the title Add support for macvlan driver in docker provider Fix support for macvlan driver in docker provider Feb 9, 2018
@mmatur mmatur force-pushed the feature/docker-macvlan branch 2 times, most recently from b7b14aa to a7250ac Compare February 9, 2018 15:02
Copy link
Contributor

@nmengin nmengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker stack with macvlan network: backend server url http://<nil>:80
5 participants