forked from agama-project/agama
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openQA: Allow overriding of install repos agama-project#1474 (agama-p…
…roject#1545) * Override urls by using agama.install_url=https://url1,https://url2 boot param * Add logger so we can print some repo related debug messages that can be captured by agama logs store ## Problem We need to be able to test installation of preproduction data. See details in agama-project#1474 ## Example usage Add agama.install_url as a boot argument to the linux kernel. Multiple urls can be seprated by commas. ![image](https://github.com/user-attachments/assets/2bed074a-156b-446d-8e2e-8ae5b727dc58) ``` # cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.10.5-1-default root=UUID=4fd273b6-0453-4b36-8f58-a81e70bc9b9a splash=silent mitigations=auto quiet security=apparmor agama.install_url=https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/product/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64,https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/standard/x86_64/ ``` This will now set https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/product/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64 as an installation_url to all products. This is extremely helpful for staging testing or any testing in openQA before publishing changes to the public repository. Note: if you specify incorrect urls, you can at least the value it in the overview screen :-) ![image](https://github.com/user-attachments/assets/9bd1ac35-18f4-4021-a8d7-c384bdf00d84)
- Loading branch information
Showing
3 changed files
with
60 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Mon Aug 19 15:13:46 UTC 2024 - Lubos Kocman <[email protected]> | ||
|
||
- Allow overriding of install repos which is needed by openQA | ||
- Override urls by using agama.install_url=https://.. boot param | ||
|
||
------------------------------------------------------------------- | ||
Mon Aug 12 11:44:15 UTC 2024 - Josef Reidinger <[email protected]> | ||
|
||
|