Bug 1751649
| Summary: | [docs][CloudOps] Add DCN configuration details to SAF | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Emma Foley <efoley> |
| Component: | documentation | Assignee: | Joanne O'Flynn <joflynn> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | medium | Docs Contact: | Joanne O'Flynn <joflynn> |
| Priority: | high | ||
| Version: | 13.0 (Queens) | CC: | augol, dcadzow, joflynn, mmagr, mrunge, yobshans |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| 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: | 2019-11-15 12:41:24 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: | |||
I've submitted a PR for the doc. One outstanding issue is that the link to the DCN docs [3,above] is to OSP13, as opposed to something upstream. https://github.com/redhat-service-assurance/telemetry-framework-client/pull/24 Documentation is done on upstream side. |
Documentation for [1] and [2]. When configuring a DCN deployment, some changes are needed for SAF to run. The following additional changes are required in node_data.yaml in order to get edge compute nodes deployed correctly. parameter_defaults: ... Compute1ExtraConfig: ... tripleo::profile::base::metrics::collectd::amqp_host: "%{hiera('internal_api1')}" tripleo::profile::base::metrics::qdr::listener_addr: "%{hiera('internal_api1')}" Compute2ExtraConfig: ... tripleo::profile::base::metrics::collectd::amqp_host: "%{hiera('internal_api2')}" tripleo::profile::base::metrics::qdr::listener_addr: "%{hiera('internal_api2')}" These changes are based on the DCN documentation [3], and a document on how to reproduce the original bug [4]. Most likely, a note needs to be added to the SAF documentation about these additional config requirements for the DCN usecase, possibly in [5]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1744706 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1728408 [3] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html-single/spine_leaf_networking/ [4] https://docs.google.com/document/d/1UuIqXI_HMpKFjA2yHei0m7KvlWdJUJA3KQHUtMFOoNk/edit# [5] https://github.com/openstack/tripleo-heat-templates/tree/master/deployment