Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/installation-osp-creating-bootstrap-machine.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -29,4 +29,4 @@ $ ansible-playbook -i inventory.yaml bootstrap.yaml
[source,terminal]
----
$ openstack console log show "$INFRA_ID-bootstrap"
----
----
4 changes: 2 additions & 2 deletions modules/installation-osp-creating-compute-machines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,4 +28,4 @@ $ ansible-playbook -i inventory.yaml compute-nodes.yaml

.Next steps

* Approve the certificate signing requests for the machines.
* Approve the certificate signing requests for the machines.