Bug 1576732
| Summary: | GCP cloud provider config has node tags parameter hardcoded value | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eduardo Minguez <eminguez> |
| Component: | Installer | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED WONTFIX | QA Contact: | Johnny Liu <jialiu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-02 12:18:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Closing based on discussion in PR where Clayton mentions we don't want to do this. |
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