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
Started background task /pulp/api/v3/tasks/1f0a474a-b7c0-44b4-9ef4-ed633077f4d8/
243
230
.Done.
244
231
@@ -251,20 +238,20 @@ you will see a 404 error during ``pulp-repo-sync.yml``:
251
238
.. code-block:: console
252
239
253
240
TASK [stackhpc.pulp.pulp_repository : Sync RPM remotes into repositories] ****************************************************************************************************************************************
254
-
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: Exception: Task failed to complete. (failed; 404, message='Not Found', url=URL('https://ark.stackhpc.com/pulp/content/centos/8-stream/BaseOS/x86_64/os/20211122T102435'))
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: Exception: Task failed to complete. (failed; 404, message='Not Found', url=URL('https://ark.stackhpc.com/pulp/content/rocky/9/BaseOS/x86_64/os/20211122T102435'))
2. Follow the workflows documented `here <https://stackhpc.github.io/stackhpc-release-train/usage/content-howto/#update-package-repositories>`_. Sync the package repositories. Then, for each release:
23
23
@@ -98,7 +98,7 @@ Checkout the new kayobe-config branch (from the draft PR):
98
98
git fetch
99
99
git checkout <branch-name>
100
100
101
-
Bump the snapshot versions in /etc/yum/repos.d with:
101
+
For Rocky Linux 9, bump the snapshot versions in /etc/yum/repos.d with:
102
102
103
103
.. code-block:: console
104
104
@@ -119,7 +119,7 @@ Perform a rolling reboot of hosts:
119
119
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml --limit compute[0]
.. NOTE(Alex-Welsh): These instructions are a fair bit out of date now. While
152
+
.. the structure is probably fine, it should reference the most recent release
151
153
152
154
As this is not a full production system, only a reduced number of steps need to be followed to upgrade to a new release. Below describes these steps, with ``stackhpc/wallaby`` as the starting branch:
0 commit comments