Bug 1673141 - Convert references to NodeDataLookup to regular JSON (or YAML)
Summary: Convert references to NodeDataLookup to regular JSON (or YAML)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 14.0 (Rocky)
Hardware: Unspecified
OS: Unspecified
urgent
medium
Target Milestone: z1
: ---
Assignee: Laura Marsh
QA Contact:
URL:
Whiteboard:
Depends On: 1671049
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-02-06 18:31 UTC by Giulio Fidente
Modified: 2019-02-18 18:07 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-02-18 18:07:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Giulio Fidente 2019-02-06 18:31:32 UTC
NodeDataLookup parameter valud needs to be valid JSON or YAML; it is not a string anymore

Consequently, all the references to the NodeDataLookup parameter in our docs (like [1] and [2]), where we use a notation like:

NodeDataLookup: |
  ...

(note the pipe after the colon)

need to be updated removing the pipe; then the actual value can either be kept in JSON format but pulled one line above OR converted into YAML format.

There is an upstream change implementing this same change at: https://review.openstack.org/#/c/635206/

1. https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/html-single/deploying_an_overcloud_with_containerized_red_hat_ceph/#map_disk_layout_non-homogen_ceph
2. https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/html-single/deploying_an_overcloud_with_containerized_red_hat_ceph/#proc_ceph-defining-crush-hierarchy-assembly_ceph-second-tier-storage


Note You need to log in before you can comment on or make changes to this bug.