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 support for ELB v2 (application ELB) in boto_elb #36456

Closed
nullify005 opened this issue Sep 21, 2016 · 4 comments
Closed

Add support for ELB v2 (application ELB) in boto_elb #36456

nullify005 opened this issue Sep 21, 2016 · 4 comments
Labels
Awesome Execution-Module Feature new functionality including changes to functionality and code refactors, etc. P4 Priority 4 RIoT Relates to integration with cloud providers, hypervisors, API-based services, etc. stale
Milestone

Comments

@nullify005
Copy link
Contributor

Description of Issue/Question

AWS introduced ELB v2 & the Application Load Balancer a while ago & after trawling through the salt code I cannot seem to find any updates which indicate that boto_elb is capable of supporting it

boto3 has support for ELB v2 here: https://boto3.readthedocs.io/en/latest/reference/services/elbv2.html

AWS documentation on ELB v2 is here: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html

Pretty please can we have support in modules / states for ELB v2 in boto_elb (or a boto_elbv2)?

Setup

(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)

Steps to Reproduce Issue

(Include debug logs if possible and relevant.)

Versions Report

(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)

@gtmanfred gtmanfred added this to the Approved milestone Sep 21, 2016
@gtmanfred gtmanfred added Feature new functionality including changes to functionality and code refactors, etc. Execution-Module Awesome P4 Priority 4 RIoT Relates to integration with cloud providers, hypervisors, API-based services, etc. TEAM RIoT labels Sep 21, 2016
@gtmanfred
Copy link
Contributor

This would be great to have, I have tagged the Riot Team which works on boto.

If you could work on it and open a PR, it would be greatly appreciated.

Thanks!
Daniel

nareshov pushed a commit to rocket-labs-sysadmins/salt that referenced this issue May 31, 2017
Partial contribution to saltstack#36456
- add `create_target_group()`
- add `delete_target_group()`
@twellspring
Copy link
Contributor

Updated the existing boto_elbv2 with #43074 a little while ago. Now working on full ELB v2 functionality including creating/deleting ELB2v ELBs and the other necessary components ( listeners, rules, ... )

@twellspring
Copy link
Contributor

@rallytime looks like this issue and #44515 are duplicates.

@stale
Copy link

stale bot commented Apr 27, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.

@stale stale bot added the stale label Apr 27, 2019
@stale stale bot closed this as completed May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awesome Execution-Module Feature new functionality including changes to functionality and code refactors, etc. P4 Priority 4 RIoT Relates to integration with cloud providers, hypervisors, API-based services, etc. stale
Projects
None yet
Development

No branches or pull requests

3 participants