Skip to content

feat: allow placing workloads in any subnets#3592

Merged
mergify[bot] merged 6 commits intoaws:mainlinefrom
iamhopaul123:workload-subnets
May 25, 2022
Merged

feat: allow placing workloads in any subnets#3592
mergify[bot] merged 6 commits intoaws:mainlinefrom
iamhopaul123:workload-subnets

Conversation

@iamhopaul123
Copy link
Copy Markdown
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

@iamhopaul123 iamhopaul123 added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label May 20, 2022
@iamhopaul123 iamhopaul123 requested a review from a team as a code owner May 20, 2022 23:18
@iamhopaul123 iamhopaul123 requested review from huanjani and removed request for a team May 20, 2022 23:18
@iamhopaul123 iamhopaul123 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label May 23, 2022
Comment thread internal/pkg/deploy/cloudformation/stack/testdata/workloads/rdws-manifest.yml Outdated
Comment thread internal/pkg/manifest/workload.go Outdated
Comment thread internal/pkg/manifest/validate.go Outdated
Comment thread internal/pkg/template/templates/workloads/services/rd-web/cf.yml Outdated
Comment thread internal/pkg/template/templates/workloads/services/rd-web/cf.yml Outdated
Comment thread internal/pkg/manifest/validate.go Outdated
@dannyrandall dannyrandall added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label May 25, 2022
if err = r.Network.Validate(); err != nil {
return fmt.Errorf(`validate "network": %w`, err)
}
if r.Network.VPC.Placement.PlacementString != nil &&
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought we had this!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we had it before. In the previous PR we thought placing vpc connectors in public subnets work, so we removed this validation.

@iamhopaul123 iamhopaul123 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label May 25, 2022
@mergify mergify Bot merged commit 41223e6 into aws:mainline May 25, 2022
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

Successfully merging this pull request may close these issues.

5 participants