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

feat: Add ELB (EdgeGateway LoadBalancer) #987

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/892.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
`datasource/cloudavenue_elb_service_engine_group` - Added a new data source to retrieve information about a Service Engine Group.
```
3 changes: 3 additions & 0 deletions .changelog/901.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
`datasource/cloudavenue_elb_service_engine_groups` - Added a new data source to list all Service Engine Group attached to an Edge Gateway.
```
7 changes: 7 additions & 0 deletions .changelog/904.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
`resource/cloudavenue_org_certificate_library` - Added new resource to manage certificate in the Cloud Avenue Organization.
```

```release-note:new-data-source
`datasource/cloudavenue_org_certificate_library` - Added new datasource to get certificate information in the Cloud Avenue Organization.
```
7 changes: 7 additions & 0 deletions .changelog/973.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
`resource/cloudavenue_elb_virtual_service` - Add new resource `cloudavenue_elb_virtual_service` to manage edgegateway load balancer virtual services. A virtual service advertises an IP address and ports to the external world and listens for client traffic.
```

```release-note:new-data-source
`datasource/cloudavenue_elb_virtual_service` - Add new datasource `cloudavenue_elb_virtual_service` to read details of an existing edgegateway load balancer virtual service.
```
7 changes: 7 additions & 0 deletions .changelog/974.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
`resource/cloudavenue_elb_pool` - Added new resource `cloudavenue_elb_pool` to manage edgegateway load balancer pools. Pools maintain the list of servers assigned to them and perform health monitoring, load balancing, persistence.
```

```release-note:new-data-source
`datasource/cloudavenue_elb_pool` - Added new datasource `cloudavenue_elb_pool` to read details of an existing edgegateway load balancer pool.
```
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"remoteUser": "vscode",
"updateRemoteUserUID": true,
"features": {
"github-cli": "latest",
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/terraform:1": {},
"ghcr.io/guiyomh/features/golangci-lint:0": {},
"ghcr.io/meaningful-ooo/devcontainer-features/fish": {},
Expand All @@ -59,4 +59,4 @@
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace"
}
}
201 changes: 0 additions & 201 deletions .github/workflows/new-release.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions docs/data-sources/alb_pool.md

This file was deleted.

Loading
Loading