Skip to content

Update install vm script - #15110

Merged
jan-cerny merged 2 commits into
ComplianceAsCode:masterfrom
Mab879:fix_install_vm_help_text
Sep 17, 2026
Merged

jan-cerny merged 2 commits into
ComplianceAsCode:masterfrom
Mab879:fix_install_vm_help_text

Conversation

@Mab879

@Mab879 Mab879 commented Sep 9, 2026

Copy link
Copy Markdown
Member

Description:

  • Update for RHEL 10 release
  • Fix help text

Rationale:

  • Keep things up-to-date
  • So I don't have read the the source code for units

@Mab879 Mab879 added this to the 0.1.83 milestone Sep 9, 2026
@jan-cerny jan-cerny self-assigned this Sep 15, 2026
Comment thread tests/install_vm.py Outdated
}
DISTRO_EXTRA_REPO = {
"centos8": "http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/",
"centos9": "http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/",
"centos9": "http://mirror.centos.org/centos/9-stream/AppStream/x86_64/os/",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link returns error 404

Comment thread tests/install_vm.py
"centos8": "http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/",
"centos9": "http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/",
"centos9": "http://mirror.centos.org/centos/9-stream/AppStream/x86_64/os/",
"centos10": "http://mirror.stream.centos.org/10-stream/AppStream/x86_64/os/",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

centos10 needs to be added to KNOWN_DISTROS

@Mab879
Mab879 force-pushed the fix_install_vm_help_text branch from dbcf1af to 58bdef0 Compare September 15, 2026 21:46
Comment thread tests/install_vm.py
]

# put here any unreleased distro in development that needs to be tested
# and any working osinfo known to be used by default when installating it
UNRELEASED_DISTROS_AND_OSINFO = {
"rhel10": "rhel9-unknown"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The --help output now looks broken:

  --osinfo OSINFO       Specify OSInfo for virt-install command.

--osinfo details: 'For unreleased distros, these are the following
default data used as input {}.

I had to look at the source code for RAM and figured that
being clear for RAM isn't a bad idea.
@Mab879
Mab879 force-pushed the fix_install_vm_help_text branch from 58bdef0 to 101b43e Compare September 16, 2026 17:24
@openshift-ci

openshift-ci Bot commented Sep 16, 2026 •

Copy link
Copy Markdown

@Mab879: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.12-images 101b43e link true /test 4.12-images

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@jan-cerny
jan-cerny merged commit ae401dd into ComplianceAsCode:master Sep 17, 2026
74 of 75 checks passed
@Mab879
Mab879 deleted the fix_install_vm_help_text branch September 17, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants