-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow SUMA4.3 VM image #1442
Merged
jordimassaguerpla
merged 13 commits into
uyuni-project:master
from
aaannz:switch_base_to_43VM
Feb 9, 2024
Merged
Allow SUMA4.3 VM image #1442
jordimassaguerpla
merged 13 commits into
uyuni-project:master
from
aaannz:switch_base_to_43VM
Feb 9, 2024
Conversation
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
aaannz
force-pushed
the
switch_base_to_43VM
branch
from
December 13, 2023 15:11
cf420cf
to
bd31079
Compare
aaannz
force-pushed
the
switch_base_to_43VM
branch
2 times, most recently
from
January 15, 2024 10:06
8289681
to
f1ab779
Compare
srbarrios
approved these changes
Jan 16, 2024
srbarrios
reviewed
Jan 16, 2024
@@ -79,7 +79,7 @@ variable "host_settings" { | |||
|
|||
// server | |||
variable "product_version" { | |||
description = "One of: 4.2-nightly, 4.2-released, 4.3-nightly, 4.3-released, 4.3-pr, 4.3-beta, head, uyuni-master, uyuni-released, uyuni-pr" | |||
description = "One of: 4.2-nightly, 4.2-released, 4.3-nightly, 4.3-released, 4.3-pr, 4.3-beta, 4.3-VM, 4.3-VM-released, head, uyuni-master, uyuni-released, uyuni-pr" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would maybe use lowercase in those words, but it's just a matter of taste.
This is to mirror the images in minima-mirror servers: https://gitlab.suse.de/galaxy/infrastructure/-/merge_requests/862 |
Devel images are in the mirrors. |
jordimassaguerpla
force-pushed
the
switch_base_to_43VM
branch
2 times, most recently
from
February 9, 2024 12:32
0fac9de
to
b251b69
Compare
When ignition is used to setup VM os_pool_repo is not added. This ordering of states ensure that repos are added before avahi installation attempt
Add same repos as 4.3-nightly Signed-off-by: Jordi Massaguer Pla <[email protected]>
Otherwise, for testing 4.3 VM, where users exists, is a problem. Signed-off-by: Jordi Massaguer Pla <[email protected]>
Otherwise, the chowner has no effect. Signed-off-by: Jordi Massaguer Pla <[email protected]>
jordimassaguerpla
force-pushed
the
switch_base_to_43VM
branch
from
February 9, 2024 12:40
b251b69
to
0093a81
Compare
Signed-off-by: Jordi Massaguer Pla <[email protected]>
jordimassaguerpla
force-pushed
the
switch_base_to_43VM
branch
from
February 9, 2024 12:43
0093a81
to
0f43c90
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR change?
Preparing SLE15SP4 EOL, new SUMA4.3 releases will be image based. This PR adds support for
4.3-VM
and4.3-VM-released
version.Another changes: