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

topogen: allocate ipv4 subnets for docker #3840

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

lukedirtwalker
Copy link
Collaborator

@lukedirtwalker lukedirtwalker commented Jul 28, 2020

If we just specify an IPv6 subnet in a docker network, docker-compose chooses
an IPv4 subnet which might overlap with another IPv4 network that we allocated.
This will make the topology fail able to start. This commit prevents this and
should fix a few CI errors.

Also remove the --in-docker flag and supporting code, because it is no longer needed.
Also add extra_hosts entry for jaeger tracing.


This change is Reviewable

If we just specify an IPv6 subnet in a docker network, docker-compose chooses
an IPv4 subnet which might overlap with another IPv4 network that we allocated.
This will make the topology fail able to start. This commit prevents this and
should fix a few CI errors.

Also remove the `--in-docker` flag and supporting code, because it is no longer needed.
Also add extra_hosts entry for jaeger tracing.
@lukedirtwalker lukedirtwalker requested a review from scrye July 28, 2020 12:04
Copy link
Collaborator Author

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

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

Reviewed 18 of 18 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @scrye)

@lukedirtwalker lukedirtwalker removed the request for review from scrye July 28, 2020 12:20
@lukedirtwalker lukedirtwalker merged commit 303916b into scionproto:master Jul 28, 2020
@lukedirtwalker lukedirtwalker deleted the pubTopogen branch July 28, 2020 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant