Skip to content

Commit 19a55ac

Browse files
committed
OSDOCS-13227: simplifies auth language rpm-ostree install MicroShift
1 parent b128923 commit 19a55ac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree-offline-use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Embedding {microshift-short} containers in an `rpm-ostree` commit means that you
1010

1111
include::modules/microshift-embed-microshift-image-offline-deploy.adoc[leveloffset=+1]
1212

13-
include::modules/microshift-embed-microshift-update-osbuilder-worker.adoc[leveloffset=+1]
13+
include::modules/microshift-embed-registry-auth-image-building.adoc[leveloffset=+1]
1414

1515
include::modules/microshift-embed-microshift-build-image.adoc[leveloffset=+1]
1616

modules/microshift-embed-images-offline-use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ sudo composer-cli blueprints push <my_blueprint>.toml
3232

3333
. If your workload containers are located in a private repository, you must provide image builder with the necessary pull secrets:
3434

35-
.. Set the `auth_file_path` in the `[containers]` section of the `osbuilder worker` configuration in the `/etc/osbuild-worker/osbuild-worker.toml` file to point to the pull secret.
35+
.. Set the `auth_file_path` in the `[containers]` section in the `/etc/osbuild-worker/osbuild-worker.toml` configuration file to point to the pull secret.
3636

3737
.. If needed, create a directory and file for the pull secret, for example:
3838
+

modules/microshift-embed-microshift-update-osbuilder-worker.adoc renamed to modules/microshift-embed-registry-auth-image-building.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// microshift_running_applications/embed-microshift-offline-deploy.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="microshift-embed-microshift-update-osbuilder-worker_{context}"]
7-
= Updating osbuilder worker configuration to prepare for image building
6+
[id="microshift-embed-registry-auth-image-building_{context}"]
7+
= Adding registry authentication to prepare for image building
88

9-
After you have updated the blueprint, you must update the osbuilder worker configuration to prepare for building the image with embedded {microshift-short} containers.
9+
After you have updated the blueprint, you must add authentication for the container registries to build the image with embedded {microshift-short} containers. To do this, update one of the systemd service files that are part of the Image Builder configuration.
1010

1111
.Prerequisites
1212

@@ -21,12 +21,12 @@ You can create an `/etc/osbuild-worker/osbuild-worker.toml` directory and config
2121

2222
.Procedure
2323

24-
. Add a pull secret for authenticating to the registry by setting the `auth_file_path` in the `[containers]` section of the `/etc/osbuild-worker/osbuild-worker.toml` osbuilder worker configuration file:
24+
. Add a pull secret for authenticating to the registry by setting the `auth_file_path` in the `[containers]` section of the `/etc/osbuild-worker/osbuild-worker.toml` configuration file:
2525
+
2626
[source,terminal]
2727
----
2828
[containers]
2929
auth_file_path = "/etc/osbuild-worker/pull-secret.json"
3030
----
3131

32-
. Restart the `osbuild-worker` to apply configuration changes by restarting the host. Restarting the host ensures that all `osbuild-worker` services currently running are restarted.
32+
. Restart the host to apply configuration changes.

0 commit comments

Comments
 (0)