Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1851320

Summary: Shift on Stack UPI Docs refer to metadata.yaml but should refer to metadata.json
Product: OpenShift Container Platform Reporter: August Simonelli <asimonel>
Component: DocumentationAssignee: Samantha Gidlow <sagidlow>
Status: CLOSED CURRENTRELEASE QA Contact: weiwei jiang <wjiang>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 4.4CC: aos-bugs, jokerman, kalexand, wjiang
Target Milestone: ---   
Target Release: 4.5.z   
Hardware: x86_64   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-05 15:57:21 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 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: