Skip to content

Commit 4f7382e

Browse files
authored
Merge pull request #29988 from sagidlow/BZ1851320
BZ1851320 - Updated metadata file extension
2 parents d09d1ed + cf2a137 commit 4f7382e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/installation-osp-creating-bootstrap-machine.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create a bootstrap machine and give it the network access it needs to run on {rh
1111
* You downloaded the modules in "Downloading playbook dependencies."
1212
* You downloaded the playbooks in "Downloading the installation playbooks."
1313
* The `inventory.yaml`, `common.yaml`, and `bootstrap.yaml` Ansible playbooks are in a common directory.
14-
* The `metadata.yaml` file that the installation program created is in the same directory as the Ansible playbooks.
14+
* The `metadata.json` file that the installation program created is in the same directory as the Ansible playbooks.
1515

1616
.Procedure
1717

@@ -29,4 +29,4 @@ $ ansible-playbook -i inventory.yaml bootstrap.yaml
2929
[source,terminal]
3030
----
3131
$ openstack console log show "$INFRA_ID-bootstrap"
32-
----
32+
----

modules/installation-osp-creating-compute-machines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ After standing up the control plane, create compute machines. Red Hat provides a
1212
* You downloaded the modules in "Downloading playbook dependencies."
1313
* You downloaded the playbooks in "Downloading the installation playbooks."
1414
* The `inventory.yaml`, `common.yaml`, and `compute-nodes.yaml` Ansible playbooks are in a common directory.
15-
* The `metadata.yaml` file that the installation program created is in the same directory as the Ansible playbooks.
15+
* The `metadata.json` file that the installation program created is in the same directory as the Ansible playbooks.
1616
* The control plane is active.
1717

1818
.Procedure
@@ -28,4 +28,4 @@ $ ansible-playbook -i inventory.yaml compute-nodes.yaml
2828

2929
.Next steps
3030

31-
* Approve the certificate signing requests for the machines.
31+
* Approve the certificate signing requests for the machines.

0 commit comments

Comments
 (0)