terraform-ibm-modules / terraform-ibm-landing-zone-vsi

Creates virtual server instances (VSI) across multiple subnets with any number of block storage volumes that are connected by any number of load balancers
Apache License 2.0
3 stars 8 forks source link

feat: add NLB support #654

Closed maheshwarishikha closed 5 months ago

maheshwarishikha commented 5 months ago

Description

Add NLB support

Issue: #8353

Release required?

Release notes content

It adds the functionality to create Network Load Balancer(NLB). When the profile value in var.load_balancers is set as network-fixed, it signifies to setup a NLB. The existing subnet can be provided to provision NLB otherwise NLB resides at the first subnet from the subnets list. Subsequently, a listener, a pool, and pool members are connected to the NLB.

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

For mergers

maheshwarishikha commented 5 months ago

/run pipeline

maheshwarishikha commented 5 months ago

/run pipeline

maheshwarishikha commented 5 months ago

/run pipeline

maheshwarishikha commented 5 months ago

/run pipeline

maheshwarishikha commented 5 months ago

/run pipeline

maheshwarishikha commented 5 months ago

/run pipeline

maheshwarishikha commented 5 months ago

/run pipeline

ocofaigh commented 5 months ago

@maheshwarishikha can you please provide more info on the release note?

Adds the functionality to create Network Load Balancer using module.

How does a consumer do this? What variable(s) do they need to use etc..

maheshwarishikha commented 5 months ago

@maheshwarishikha can you please provide more info on the release note?

Adds the functionality to create Network Load Balancer using module.

How does a consumer do this? What variable(s) do they need to use etc..

done. thanks

terraform-ibm-modules-ops commented 5 months ago

:tada: This PR is included in version 3.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: