You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operations.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ By default, the following utility packages are installed during the StackHPC ima
96
96
97
97
Additional packages can be added during image builds by:
98
98
99
-
1. Configuring an [docs/image-build.md](./image-build.md) to enable the
99
+
1. Configuring an [imagebuild](./image-build.md) to enable the
100
100
`extra_packages` group:
101
101
102
102
@@ -126,9 +126,9 @@ the OpenHPC installation guide (linked from the
126
126
corresponding `lmod` modules.
127
127
128
128
Packages *may* also be installed during the site.yml, by adding the `cluster`
129
-
group into the `extra_packages` group. An error will occur if Ark credentials
130
-
are defined in this case, as they are readable by unprivileged users in the
131
-
`.repo` files and a local Pulp mirror must be used instead.
129
+
group as a child of the `extra_packages` group. An error will occur if Ark
130
+
credential are defined in this case, as they are readable by unprivileged users
131
+
in the `.repo` files and a local Pulp mirror must be used instead.
132
132
133
133
If additional repositories are required, these could be added/enabled as necessary in a play added to `environments/$SITE_ENV/hooks/{pre,post}.yml` as appropriate. Note such a play should NOT exclude the builder group, so that the repositories are also added to built images. There are various Ansible modules which might be useful for this:
134
134
- `ansible.builtin.yum_repository`: Add a repo from an URL providing a 'repodata' directory.
0 commit comments