vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

Refactor loadbalancer #135

Open vchrisb opened 5 years ago

vchrisb commented 5 years ago

this is related to #134 This PR is making the load_balancer module more flexible by:

Variables url_map_name, http_proxy_name, https_proxy_name, http_forwarding_rule_name and https_forwarding_rule_name were introduced to keep it backwards compatible.

Therefore all existing objects and names are kept, hence no update to existing deployments is required!

if merged, I would make consecutive PRs for adding an optional LB for service mesh (service mesh branch) and refactor isolation segment module to also use the load_balancer module (isoseg branch).