cf-deployment-concourse-tasks
cf-deployment-concourse-tasks copied to clipboard
Obtain the load balancer type dynamically
What is this change about?
The change involves updating the bbl-up task to dynamically set the load balancer type. This is necessary to prepare for future IPv6 tests, which require switching to the 'nlb' type for dualstack support. Currently, the default is 'cf', suitable for IPv4, but updating to 'nlb' ensures compatibility with IPv6 testing requirements. This enhances network flexibility and readiness.
Please provide contextual information.
This adjustment to the pipeline is required as a result of this PR:
https://github.com/cloudfoundry/bosh-bootloader/pull/644
Please check all that apply for this PR:
- [ ] introduces a new task
- [X] changes an existing task
- [ ] changes the Dockerfile
- [ ] introduces a breaking change (other users will need to make manual changes when this is released)
Did you update the README as appropriate for this change?
- [ ] YES
- [X] N/A
How should this change be described in release notes?
Enhanced bbl-up task to support dynamic load balancer configuration
What is the level of urgency for publishing this change?
- [ ] Urgent - unblocks current or future work
- [X] Slightly Less than Urgent
Tag your pair, your PM, and/or team!
@oliver-heinrich @jochenehret @iaftab-alam