-
Notifications
You must be signed in to change notification settings - Fork 121
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 'ingress' option to docker_network module #998
Conversation
Docs Build 📝This PR is closed and any previously published docsite has been unpublished. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Please add a changelog fragment. Thanks.
tests/integration/targets/docker_network/tasks/tests/overlay.yml
Outdated
Show resolved
Hide resolved
docker_network: | ||
name: "{{ nname_1 }}" | ||
driver: overlay | ||
ingress: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This task currently fails with
01:43 An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible_collections.community.docker.plugins.module_utils._api.errors.APIError: 409 Client Error for http+docker://localhost/v1.43/networks/create: Conflict ("rpc error: code = AlreadyExists desc = ingress network (j14ca3x29squ0lvqcyooyr5ik) is already present")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in a952631
…warm mode multiple times in the same test.
Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
Add 'ingress' option to docker_network module
ISSUE TYPE
COMPONENT NAME
docker_network