Skip to content

Commit bff1951

Browse files
authored
Merge pull request #83513 from amolnar-rh/ibi-typo-fix
2 parents 32dc9e9 + e85146a commit bff1951

8 files changed

+15
-15
lines changed

edge_computing/image-base-install/ibi-edge-image-based-install-standalone.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can manually generate a configuration ISO by using the {product-title} installation program. Attach the configuration ISO to your preinstalled target host to complete the deployment.
9+
You can manually generate a configuration ISO by using the `openshift-install` program. Attach the configuration ISO to your preinstalled target host to complete the deployment.
1010

1111
include::modules/ibi-create-standalone-config-iso.adoc[leveloffset=+1]
1212

1313
[role="_additional-resources"]
1414
.Additional resources
1515

16-
* xref:../../openshift_images/managing_images/using-image-pull-secrets.adoc[[Using image pull secrets]
16+
* xref:../../openshift_images/managing_images/using-image-pull-secrets.adoc#using-image-pull-secrets[Using image pull secrets]
1717
1818
include::modules/ibi-installer-configuration-config.adoc[leveloffset=+2]
1919

edge_computing/image-base-install/ibi-factory-image-based-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
Use the `openshift-install` installation program to create a live installation ISO for preinstalling {sno} on bare-metal hosts. For more information about downloading the installation program, see _"Installation process"_ in the _"Additional resources"_ section.
9+
Use the `openshift-install` program to create a live installation ISO for preinstalling {sno} on bare-metal hosts. For more information about downloading the installation program, see "Installation process" in the "Additional resources" section.
1010

1111
The installation program takes a seed image URL and other inputs, such as the release version of the seed image and the disk to use for the installation process, and creates a live installation ISO. You can then start the host using the live installation ISO to begin preinstallation. When preinstallation is complete, the host is ready to ship to a remote site for the final site-specific configuration and deployment.
1212

edge_computing/image-base-install/ibi-understanding-image-based-install.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ You can reference this image in a live installation ISO to consistently preinsta
3535
The following is a high-level overview of the image-based installation process:
3636

3737
* Generate an image from a {sno} cluster.
38-
* Use the {product-title} installation program to embed the seed image URL, and other installation artifacts, in a live installation ISO.
38+
* Use the `openshift-install` program to embed the seed image URL, and other installation artifacts, in a live installation ISO.
3939
* Start the host using the live installation ISO to preinstall the host.
4040
+
41-
During this process, the {product-title} installation program installs {op-system-first} to the disk, pulls the image you generated, and precaches release container images to the disk.
41+
During this process, the `openshift-install` program installs {op-system-first} to the disk, pulls the image you generated, and precaches release container images to the disk.
4242

4343
* When the installation completes, the host is ready to ship to the remote site for rapid reconfiguration and deployment.
4444

4545
[id="ibi-deployment-overview"]
4646
=== Image-based deployment for {sno} clusters
4747

48-
You can use the {product-title} installation program to configure and deploy a host that you preinstalled with an image-based installation. To configure the target host with site-specific details, you must create the following resources:
48+
You can use the `openshift-install` program to configure and deploy a host that you preinstalled with an image-based installation. To configure the target host with site-specific details, you must create the following resources:
4949

5050
* The `install-config.yaml` installation manifest
5151

@@ -64,7 +64,7 @@ Seed cluster:: Dedicated {sno} cluster that you use to create a seed image and i
6464

6565
{lcao}:: Generates the seed image, embeds the seed image URL in the live installation ISO, and reconfigures the host during remote site deployment.
6666

67-
`openshift-install` installation program:: Use the `openshift-install` program to manually create a configuration ISO. Attach the configuration ISO to a preinstalled host to complete the deployment.
67+
`openshift-install` program:: Use the `openshift-install` program to manually create a configuration ISO. Attach the configuration ISO to a preinstalled host to complete the deployment.
6868

6969
include::modules/ibi-image-based-install-cluster-guide.adoc[leveloffset=+1]
7070

modules/ibi-create-iso-for-bmh.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="ibi-create-iso-for-bmh_{context}"]
77
= Creating a live installation ISO for a {sno} image-based installation
88

9-
You can embed your {sno} seed image URL, and other installation artifacts, in a live installation ISO by using the `openshift-install` installation program.
9+
You can embed your {sno} seed image URL, and other installation artifacts, in a live installation ISO by using the `openshift-install` program.
1010

1111
[NOTE]
1212
====
@@ -15,7 +15,7 @@ For more information about the specification for the `image-based-installation-c
1515

1616
.Prerequisites
1717
* You generated a seed image from a {sno} seed cluster.
18-
* You downloaded the latest version of the `openshift-install` installation program.
18+
* You downloaded the latest version of the `openshift-install` program.
1919
* The target host has network access to the seed image URL and all other installation artifacts.
2020
* If you require static networking, you must install the `nmstatectl` library on the host that creates the live installation ISO.
2121

modules/ibi-create-standalone-config-iso.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="create-standalone-config-iso_{context}"]
7-
= Deploying a {sno} cluster using the {product-title} installation program
7+
= Deploying a {sno} cluster using the openshift-install program
88

9-
You can use the {product-title} installation program to configure and deploy a host that you preinstalled with an image-based installation. To configure the target host with site-specific details, you must create the following resources:
9+
You can use the `openshift-install` program to configure and deploy a host that you preinstalled with an image-based installation. To configure the target host with site-specific details, you must create the following resources:
1010

1111
* The `install-config.yaml` installation manifest
1212
* The `image-based-config.yaml` manifest
@@ -21,7 +21,7 @@ For more information about the specifications for the `image-based-config.yaml`
2121
.Prerequisites
2222

2323
* You preinstalled a host with {sno} using an image-based installation.
24-
* You downloaded the latest version of the `openshift-install` installation program.
24+
* You downloaded the latest version of the `openshift-install` program.
2525
* You created a pull secret to authenticate pull requests.
2626
2727
.Procedure

modules/ibi-installer-configuration-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The following content describes the specifications for the `image-based-config.yaml` manifest.
1010

11-
The {product-title} installation program uses the `image-based-config.yaml` manifest to create a site-specific configuration ISO for image-based deployments of {sno}.
11+
The `openshift-install` program uses the `image-based-config.yaml` manifest to create a site-specific configuration ISO for image-based deployments of {sno}.
1212

1313
.Required specifications
1414
[options="header"]

modules/ibi-installer-installation-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The following content describes the specifications for the `image-based-installation-config.yaml` manifest.
1010

11-
The {product-title} installation program uses the ``image-based-installation-config.yaml` manifest to create a live installation ISO for image-based installations of {sno}.
11+
The `openshift-install` program uses the `image-based-installation-config.yaml` manifest to create a live installation ISO for image-based installations of {sno}.
1212

1313
.Required specifications
1414
[options="header"]

modules/ibi-validated-software-versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An image-based installation and deployment requires the following minimum softwa
2525
|{lcao}
2626
|4.16 or later
2727

28-
|{product-title} installation program
28+
|`openshift-install` program
2929
|4.17
3030

3131
|====

0 commit comments

Comments
 (0)