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

Cloud Load Balancers add :create and :delete actions #20

Open
stevendgonzales opened this issue Jan 8, 2014 · 1 comment
Open

Cloud Load Balancers add :create and :delete actions #20

stevendgonzales opened this issue Jan 8, 2014 · 1 comment

Comments

@stevendgonzales
Copy link
Contributor

Update Cloud Load Balancers to have idempotent :create and :delete actions, as well as :create_and_add_node

:create - creates a load balancer if it does not exists. Updates components if the state of the load balancer does not meet the desired state specified in the provider. If the load balancer is in desired state - do nothing. This action should try and expose configurations available through the Fog client, especially ssl_termination

Will need to investigate if Fog will allow the creation of a load balancer with no nodes specified before deciding on implementing :create/:create_and_add_node as two separate actions

@stevendgonzales
Copy link
Contributor Author

Note: I should begin work on these proposed features sometime next week. Any feedback is appreciated.

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

No branches or pull requests

1 participant