Bug 1851320 - Shift on Stack UPI Docs refer to metadata.yaml but should refer to metadata.json
Summary: Shift on Stack UPI Docs refer to metadata.yaml but should refer to metadata.json
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.4
Hardware: x86_64
OS: All
unspecified
medium
Target Milestone: ---
: 4.5.z
Assignee: Samantha Gidlow
QA Contact: weiwei jiang
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-26 07:01 UTC by August Simonelli
Modified: 2021-04-07 12:50 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-05 15:57:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description August Simonelli 2020-06-26 07:01:51 UTC
Document URL: 

https://docs.openshift.com/container-platform/4.4/installing/installing_openstack/installing-openstack-user.html

Section Number and Name: 

https://docs.openshift.com/container-platform/4.4/installing/installing_openstack/installing-openstack-user.html#installation-osp-creating-bootstrap-machine_installing-openstack-user

and

https://docs.openshift.com/container-platform/4.4/installing/installing_openstack/installing-openstack-user.html#installation-osp-creating-compute-machines_installing-openstack-user

Describe the issue: 

The sections listed above refer to a file called "metadata.yaml" but the file is actually called "metadata.json"

[root@node02 ocpra]# ls -l
total 368
-rw-r--r--. 1 root root  12368 Jun 26 02:40 01_security-groups.yaml
-rw-r--r--. 1 root root   5274 Jun 26 02:41 02_network.yaml
-rw-r--r--. 1 root root   1046 Jun 26 02:47 03_bootstrap.yaml
drwxr-x---. 2 root root     50 Jun 26 02:25 auth
-rw-r--r--. 1 root root   1107 Jun 26 02:29 bootstrap-hostname.py
-rw-r-----. 1 root root 306057 Jun 26 02:30 bootstrap.ign
-rw-r--r--. 1 root root   1363 Jun 26 02:38 common.yaml
-rw-r--r--. 1 root root   1139 Jun 26 02:45 inventory.yaml
-rw-r-----. 1 root root   1805 Jun 26 02:25 master.ign
-rw-r-----. 1 root root    182 Jun 26 02:25 metadata.json
-rw-r--r--. 1 root root   3698 Jun 26 02:37 ocpra-dms7d-bootstrap-ignition.json
-rw-r--r--. 1 root root   2014 Jun 26 02:37 ocpra-dms7d-master-0-ignition.json
-rw-r--r--. 1 root root   2014 Jun 26 02:37 ocpra-dms7d-master-1-ignition.json
-rw-r--r--. 1 root root   2014 Jun 26 02:37 ocpra-dms7d-master-2-ignition.json
-rw-r-----. 1 root root   1805 Jun 26 02:25 worker.ign

[root@node02 ocpra]# find . -name metadata*
./metadata.json

There is no metadata.yaml file so the directions could be confusing.

Suggestions for improvement: 

Change metadata.yaml to metadata.json

Additional information:


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