diff --git a/modules/installation-osp-creating-bootstrap-machine.adoc b/modules/installation-osp-creating-bootstrap-machine.adoc index 3290d111225d..9b8d6724d3d5 100644 --- a/modules/installation-osp-creating-bootstrap-machine.adoc +++ b/modules/installation-osp-creating-bootstrap-machine.adoc @@ -11,7 +11,7 @@ Create a bootstrap machine and give it the network access it needs to run on {rh * You downloaded the modules in "Downloading playbook dependencies." * You downloaded the playbooks in "Downloading the installation playbooks." * The `inventory.yaml`, `common.yaml`, and `bootstrap.yaml` Ansible playbooks are in a common directory. -* The `metadata.yaml` file that the installation program created is in the same directory as the Ansible playbooks. +* The `metadata.json` file that the installation program created is in the same directory as the Ansible playbooks. .Procedure @@ -29,4 +29,4 @@ $ ansible-playbook -i inventory.yaml bootstrap.yaml [source,terminal] ---- $ openstack console log show "$INFRA_ID-bootstrap" ----- \ No newline at end of file +---- diff --git a/modules/installation-osp-creating-compute-machines.adoc b/modules/installation-osp-creating-compute-machines.adoc index fa60aca081c7..aaf19acebc05 100644 --- a/modules/installation-osp-creating-compute-machines.adoc +++ b/modules/installation-osp-creating-compute-machines.adoc @@ -12,7 +12,7 @@ After standing up the control plane, create compute machines. Red Hat provides a * You downloaded the modules in "Downloading playbook dependencies." * You downloaded the playbooks in "Downloading the installation playbooks." * The `inventory.yaml`, `common.yaml`, and `compute-nodes.yaml` Ansible playbooks are in a common directory. -* The `metadata.yaml` file that the installation program created is in the same directory as the Ansible playbooks. +* The `metadata.json` file that the installation program created is in the same directory as the Ansible playbooks. * The control plane is active. .Procedure @@ -28,4 +28,4 @@ $ ansible-playbook -i inventory.yaml compute-nodes.yaml .Next steps -* Approve the certificate signing requests for the machines. \ No newline at end of file +* Approve the certificate signing requests for the machines.