Skip to content

Update VM requirements for supported Linux versions#2877

Merged
manojs1978 merged 5 commits into
mainfrom
doc-flex6.1.0-changes
Jun 12, 2026
Merged

Update VM requirements for supported Linux versions#2877
manojs1978 merged 5 commits into
mainfrom
doc-flex6.1.0-changes

Conversation

@manojs1978

@manojs1978 manojs1978 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Documentation
    • Updated installation guides for newer OS targets: RHEL 9 (EL9) artifacts and bundles, SUSE 16 packages, and Ubuntu 22.04 & 24.04.
    • Revised VM requirements to list RHEL 9–10, Ubuntu 22.04/24.04, and SUSE 16 variants.
    • Adjusted install and package verification examples to reference the corresponding EL9/SUSE16 packages and verification bundle names.

Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com>
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@manojs1978, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 52 minutes and 12 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 429e676f-6ae0-45a5-aca0-7c4b3abae3a6

📥 Commits

Reviewing files that changed from the base of the PR and between 205ee99 and 62cf73e.

📒 Files selected for processing (1)
  • docs/install/vm-install/vm-requirements.md
📝 Walkthrough

Walkthrough

Updated VM installation docs and requirements: the supported distro matrix now lists newer Ubuntu, SUSE, and RHEL versions; RHEL guide references EL9 artifacts and simplified mod_auth_openidc install; SUSE guide references SUSE 16 artifacts and updated verification/install commands.

Changes

Supported Linux Distro Version Updates

Layer / File(s) Summary
Supported Distribution Versions Matrix
docs/install/vm-install/vm-requirements.md
Replaced the supported distro list with Ubuntu 22.04 and 24.04, SUSE SLES 16 / openSUSE Leap 16 / Tumbleweed, and RHEL 9-10.
RHEL Installation Guide for EL9
docs/install/vm-install/rhel.md
Simplified mod_auth_openidc install to yum -y install mod_auth_openidc, updated download and yum install commands to EL9 RPM paths, and adjusted cosign verification to use the EL9 bundle and RPM name.
SUSE Installation Guide for SUSE 16
docs/install/vm-install/suse.md
Updated download URL to SUSE 16 RPM, changed cosign --bundle to SUSE 16 bundle filename, and updated zypper install to the SUSE 16 RPM.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • GluuFederation/flex#2785: Earlier updates to RHEL and SUSE installation docs adjusting cosign verification and artifact references.

Suggested reviewers

  • ossdhaval
  • moabu

Poem

🐰 A hop, a nibble, docs made anew,
EL9 and SUSE 16 in clear view.
Packages updated, bundles in line,
Install commands neat and fine.
Hooray — the rabbit seals it with a chew! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change across all three modified files, which collectively update Linux version requirements and installation guides for multiple distributions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch doc-flex6.1.0-changes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mo-auto mo-auto added the area-documentation Documentation needs to change as part of issue or PR label Jun 10, 2026
Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com>
Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com>
@manojs1978 manojs1978 requested a review from ossdhaval June 11, 2026 10:03
@manojs1978 manojs1978 marked this pull request as ready for review June 11, 2026 10:45

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
docs/install/vm-install/suse.md (1)

59-59: ⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Incorrect version placeholder and bundle filename in download URL.

The bundle download command has two issues:

  1. The URL path uses vreplace-janssen-version but should use vreplace-flex-version (consistent with the RHEL guide at line 59 and Ubuntu guide examples)
  2. The bundle filename to download should be flex-suse16-replace-flex-version-stable.bundle to match the filename referenced in the cosign verification command at Line 66

This will cause the download and subsequent verification to fail.

🐛 Proposed fix
-        wget https://github.com/GluuFederation/flex/releases/download/vreplace-janssen-version/flex_replace-flex-version-stable.bundle -P /tmp
+        wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-suse16-replace-flex-version-stable.bundle -P /tmp
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/install/vm-install/suse.md` at line 59, Update the wget command URL and
filename in the docs: change the path segment "vreplace-janssen-version" to
"vreplace-flex-version" and replace the bundle filename
"flex_replace-flex-version-stable.bundle" with
"flex-suse16-replace-flex-version-stable.bundle" so the downloaded file matches
the cosign verification step; edit the wget line in
docs/install/vm-install/suse.md accordingly.
docs/install/vm-install/rhel.md (1)

92-92: ⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Inconsistent RPM filename - references EL8 instead of EL9.

The install command references el8.x86_64.rpm but the entire guide was updated to use EL9 artifacts. The download command at Line 43 downloads the EL9 RPM, and the verification at lines 66-69 verifies the EL9 RPM. This inconsistency will cause the installation to fail with a "file not found" error.

🐛 Proposed fix
-sudo yum install ./flex-replace-flex-version-stable.el8.x86_64.rpm
+sudo yum install ./flex-replace-flex-version-stable.el9.x86_64.rpm
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/install/vm-install/rhel.md` at line 92, Replace the incorrect RPM
filename "flex-replace-flex-version-stable.el8.x86_64.rpm" used in the install
command with the EL9 artifact name
"flex-replace-flex-version-stable.el9.x86_64.rpm" so the install step matches
the earlier download and verification steps; update any other occurrences of the
el8 filename in this document to the el9 filename to keep the guide consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/install/vm-install/vm-requirements.md`:
- Line 13: Change the product name spelling in the docs entry that currently
reads "RedHat Enterprise Linux (version: 9 and 10)" to use the correct two-word
form "Red Hat Enterprise Linux (version: 9 and 10)"; update that exact string in
the vm-requirements.md content so the documentation consistently uses "Red Hat"
instead of "RedHat".

---

Outside diff comments:
In `@docs/install/vm-install/rhel.md`:
- Line 92: Replace the incorrect RPM filename
"flex-replace-flex-version-stable.el8.x86_64.rpm" used in the install command
with the EL9 artifact name "flex-replace-flex-version-stable.el9.x86_64.rpm" so
the install step matches the earlier download and verification steps; update any
other occurrences of the el8 filename in this document to the el9 filename to
keep the guide consistent.

In `@docs/install/vm-install/suse.md`:
- Line 59: Update the wget command URL and filename in the docs: change the path
segment "vreplace-janssen-version" to "vreplace-flex-version" and replace the
bundle filename "flex_replace-flex-version-stable.bundle" with
"flex-suse16-replace-flex-version-stable.bundle" so the downloaded file matches
the cosign verification step; edit the wget line in
docs/install/vm-install/suse.md accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8acb1083-bbcd-4eb3-a7ef-7c2cdec9971b

📥 Commits

Reviewing files that changed from the base of the PR and between 98056ef and f3e709b.

📒 Files selected for processing (3)
  • docs/install/vm-install/rhel.md
  • docs/install/vm-install/suse.md
  • docs/install/vm-install/vm-requirements.md

Comment thread docs/install/vm-install/vm-requirements.md Outdated
ossdhaval
ossdhaval previously approved these changes Jun 11, 2026
Comment thread docs/install/vm-install/vm-requirements.md Outdated
Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/install/vm-install/vm-requirements.md`:
- Line 13: The VM requirements line "Red Hat Enterprise Linux (version: 9 and
10)" is misleading because EL10 content is missing; either expand the VM install
docs to explicitly include EL10 entries (add EL10 package/bundle names, download
URLs, RPM bundle verification steps, and any EL10-specific prerequisites) or
change that phrase to only mention EL9. Locate the exact string "Red Hat
Enterprise Linux (version: 9 and 10)" in vm-requirements.md and update the
surrounding sections: if adding EL10, mirror the EL9 package/bundle names and
verification commands for EL10 (including automation/packaging/rpm/el10/
artifact names and expected checksums/signatures), or if removing EL10, change
the text to "Red Hat Enterprise Linux (version: 9)" and remove any EL10
references elsewhere in the document.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: e6b6ac24-2ede-4e8a-8a47-87800c034ea7

📥 Commits

Reviewing files that changed from the base of the PR and between f3e709b and 205ee99.

📒 Files selected for processing (1)
  • docs/install/vm-install/vm-requirements.md

Comment thread docs/install/vm-install/vm-requirements.md Outdated
Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com>
@manojs1978 manojs1978 requested a review from ossdhaval June 11, 2026 14:20
@manojs1978 manojs1978 merged commit 978ea5d into main Jun 12, 2026
5 checks passed
@manojs1978 manojs1978 deleted the doc-flex6.1.0-changes branch June 12, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-documentation Documentation needs to change as part of issue or PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants