Bug 1522388
| Summary: | [RFE] Allow deploy metrics with no-default storageclass | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
| Component: | Hawkular | Assignee: | John Sanda <jsanda> |
| Status: | CLOSED NOTABUG | QA Contact: | Junqi Zhao <juzhao> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.1 | CC: | anli, aos-bugs, bmcelvee, grodrigu, mmckinst, mwringe, rmeggins, sauchter |
| Target Milestone: | --- | ||
| Target Release: | 3.7.z | ||
| 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-21 01:33:29 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: | |||
|
Description
Anping Li
2017-12-06 03:13:33 UTC
@Matt, Could we fix it in v3.7.z? @anli: we could fix it in v3.7.z, this should be a fairly simple change to how ansible does things @snegrea: will you have time to look into this soon? *** Bug 1561799 has been marked as a duplicate of this bug. *** There's an undocumented variable to tell it what storage class to use: openshift_metrics_cassanda_pvc_storage_class_name . https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/generate_cassandra_pvcs.yaml#L44 Also note the variable name is spelled 'openshift_metrics_cassanda_pvc_storage_class_name' in the code, it should probably be changed to 'openshift_metrics_cassandra_pvc_storage_class_name' with the corrected spelling of 'cassandra' . Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/cee64799b583a29cb14bdeb1ed3efba9c287fa21 Bug 1522388 Add openshift_metrics_cassandra_storage_class_name variable and description https://github.com/openshift/openshift-docs/commit/4eaaf7bf6034259eb6d1adda21d406ecc0e5bcab Merge pull request #10045 from bmcelvee/BZ1522388 Bug 1522388 Add openshift_metrics_cassandra_storage_class_name variable and description @john, Yes, It is doc issue. |