From 531a1c81c02c0588e1a9afe36c6384edd967c17f Mon Sep 17 00:00:00 2001 From: Grzegorz Koper Date: Wed, 17 Jul 2024 14:01:30 +0200 Subject: [PATCH 1/4] Updating docs. Build should be done on overcloud hosts as seed is pointing to internet repositories. --- doc/source/contributor/package-updates.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/package-updates.rst b/doc/source/contributor/package-updates.rst index 5577fce65..9726e2b9d 100644 --- a/doc/source/contributor/package-updates.rst +++ b/doc/source/contributor/package-updates.rst @@ -237,15 +237,15 @@ Then run Octavia test script: https://gist.github.com/MoteHue/ee5990bddea0677f54d8bb93d307aa71#file-octavia_test-sh -Attempt to build OFED against the latest kernel +Attempt to build OFED against the latest kernel in ARK ############################################### Note that this only needs to be performed once. .. code-block:: console - kayobe seed host configure -t dnf -kt none - kayobe seed host package update --packages "*" + kayobe overcloud host configure -t dnf -kt none + kayobe overcloud host package update --packages "*" Then run the OFED test script: From 92a4c6ddc1a38666bd59d0ebe930e9511c0deef5 Mon Sep 17 00:00:00 2001 From: Grzegorz Koper Date: Wed, 17 Jul 2024 14:02:39 +0200 Subject: [PATCH 2/4] Removing kolla-tags, no longer available in 2023.1. --- doc/source/contributor/package-updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/package-updates.rst b/doc/source/contributor/package-updates.rst index 9726e2b9d..c99d2cde9 100644 --- a/doc/source/contributor/package-updates.rst +++ b/doc/source/contributor/package-updates.rst @@ -244,7 +244,7 @@ Note that this only needs to be performed once. .. code-block:: console - kayobe overcloud host configure -t dnf -kt none + kayobe overcloud host configure -t dnf kayobe overcloud host package update --packages "*" Then run the OFED test script: From 49c8eaff923323cddc9ec608da2c1965901f70cb Mon Sep 17 00:00:00 2001 From: Grzegorz Koper Date: Wed, 17 Jul 2024 14:11:37 +0200 Subject: [PATCH 3/4] Fixing title underline. --- doc/source/contributor/package-updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/package-updates.rst b/doc/source/contributor/package-updates.rst index c99d2cde9..0ae8ee38b 100644 --- a/doc/source/contributor/package-updates.rst +++ b/doc/source/contributor/package-updates.rst @@ -238,7 +238,7 @@ https://gist.github.com/MoteHue/ee5990bddea0677f54d8bb93d307aa71#file-octavia_te Attempt to build OFED against the latest kernel in ARK -############################################### +###################################################### Note that this only needs to be performed once. From bc4ba008aed0e1ff2c530d9346c78fd5d5360096 Mon Sep 17 00:00:00 2001 From: Grzegorz Koper Date: Wed, 17 Jul 2024 14:46:57 +0200 Subject: [PATCH 4/4] Clarifying from where to run the OFED script from. --- doc/source/contributor/package-updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/package-updates.rst b/doc/source/contributor/package-updates.rst index 0ae8ee38b..465dbdce4 100644 --- a/doc/source/contributor/package-updates.rst +++ b/doc/source/contributor/package-updates.rst @@ -247,7 +247,7 @@ Note that this only needs to be performed once. kayobe overcloud host configure -t dnf kayobe overcloud host package update --packages "*" -Then run the OFED test script: +Then run the OFED test script on one of the upgraded overcloud hosts: https://gist.github.com/cityofships/b4883ee19f75d14534f04115892b8465