-
Notifications
You must be signed in to change notification settings - Fork 398
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 support to enable multicast on transit gateway #2063
Merged
softwarefactory-project-zuul
merged 27 commits into
ansible-collections:main
from
cschimid:main
Jul 2, 2024
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
23fe103
Add support for multicast option on transit gateway
cschimid 1887e2a
Add support for Multicast option on Transit Gateway
cschimid e01eb5a
Add info about multicast support for transit gateway
cschimid 114639f
Update ec2_transit_gateway_info.py
cschimid af489f8
Update ec2_transit_gateway_info.py
cschimid b207886
Create 2063-add-multicast-support.yml
cschimid 4025c20
Added version_added: 7.3.0 to ec2_transit_gateway.py
cschimid 00b94ba
Added version_added: 7.3.0 to ec2_transit_gateway_info.py
cschimid 9dca7b1
Added options.multicast-support: enable to teste with multiple filters
cschimid 19abc5b
Removed incorrectly inserted text on CHANGELOG.rst
cschimid 00a1009
changed default to false for multicast support
cschimid a58da99
Changed default to False for Multicast Support
cschimid a49e45b
removed default for multicast support
cschimid 75c0c71
Update plugins/modules/ec2_transit_gateway.py
cschimid 2250714
Add integration test to create with multicast enabled and check if is…
cschimid dc93baa
removed multicast filter from multiple filters test
cschimid 986c5ec
fix multicast test
cschimid e78a2c9
fix multicast test
cschimid 94f59e4
Update main.yml
cschimid 3c3a8f7
Update tests/integration/targets/ec2_transit_gateway/tasks/main.yml
cschimid f4e0de5
fix some multicast tests
cschimid 4519746
fix issues with multicast test
cschimid d7b5ae9
Remove trailing whitespace to fix transitgateway.py
cschimid 8959e35
Merge branch 'main' into main
cschimid 47b0a30
fixed CHANGELOG.rst
cschimid c6c67f3
try to remove trainling whitespace on line 9 ec2_transit_gateway_info.py
cschimid e90b8bd
bump version_added
tremble File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- ec2_transit_gateway - Support for enable multicast on Transit Gateway (https://github.com/ansible-collections/community.aws/pull/2063). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@cschimid You should restore this part.