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

Update DW Cluster module logic to handle endpoint requirements for subnets #138

Open
wmudge opened this issue Jan 24, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wmudge
Copy link
Member

wmudge commented Jan 24, 2024

private_load_balancer:
description: Flag to set up a load balancer for private subnets.
type: bool
default: False
aws_lb_subnets:
description:
- List of zero or more AWS Subnet IDs where the cluster load balancer should be deployed.
- Required if I(state=present) and the I(env) is deployed to AWS.
type: list
elements: str
aws_worker_subnets:
description:
- List of zero or more AWS Subnet IDs where the cluster worker nodes should be deployed.
- Required if I(state=present) and the I(env) is deployed to AWS.
type: list
elements: str

Endpoint now requires full declaration of private/worker subnets. (Previous versions allowed for a default.)

@wmudge wmudge self-assigned this Jan 24, 2024
@wmudge wmudge added the bug Something isn't working label Jan 24, 2024
@wmudge wmudge added this to the Release 2.4.0 milestone Jan 24, 2024
@wmudge wmudge modified the milestones: Release 2.4.0, Release 2.5.0 May 21, 2024
@wmudge wmudge modified the milestones: Release 2.5.0, Release 2.6.0 Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant