Description of problem: GCP cloud provider config has node tags parameter hardcoded value Version-Release number of the following components: Latest & upstream master How reproducible: Nodes should be tagged as "'{{ openshift_gcp_prefix }}ocp' }" or loadbalancer services won't be accessible Steps to Reproduce: 1. Deploy OCP in GCP 2. Don't tag instances with the previous tag 3. Create a loadbalancer service Actual results: Firewall rules are created but not applied to nodes Expected results: Allow users to specify the tag used (and explain it in the docs) Additional info: https://github.com/openshift/openshift-ansible/issues/7979 & https://github.com/openshift/openshift-ansible/pull/7980
Closing based on discussion in PR where Clayton mentions we don't want to do this.