8000 AAP-44420: Added CPU architecture req. and system requirements and other minor edits by sayjadha · Pull Request #3325 · ansible/aap-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AAP-44420: Added CPU architecture req. and system requirements and other minor edits #3325

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

Merged
merged 2 commits into from
Apr 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions downstream/modules/platform/ref-system-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ See link:{LinkTopologies} for more information on topology options.

.Base system

[cols="a,a,a"]
|===
| Requirement | Required | Notes

h| Subscription | Valid {PlatformName} |

h| OS | {RHEL} 8.8 or later minor versions of {RHEL} 8 (x86_64, aarch64). {RHEL} 9.2 or later minor versions of {RHEL} 9 (x86_64, aarch64). |{PlatformName} are also supported on OpenShift, see link:{LinkOperatorInstallation} for more information.

[cols="20%,40%,40%", options="header"]
|====
| Type | Description | Notes
h| Subscription | Valid {PlatformName} subscription |
h| Operating system
a|
* {RHEL} 8.8 or later minor versions of {RHEL} 8
* {RHEL} 9.2 or later minor versions of {RHEL} 9 | {PlatformName} are also supported on OpenShift, see link:{LinkOperatorInstallation} for more information.
h| CPU architecture | x86_64, AArch64, s390x (IBM Z), ppc64le (IBM Power) |
h| Ansible-core | Ansible-core version {CoreInstVers} or later | {PlatformNameShort} uses the system-wide ansible-core package to install the platform, but uses ansible-core {CoreUseVers} for both its control plane and built-in execution environments.

h| Database | {PostgresVers} | {PlatformName} {PlatformVers} requires the external (customer supported) databases to have ICU support.

|===
h| Browser | A currently supported version of Mozilla Firefox or Google Chrome. |
h| Database | {PostgresVers} | {PlatformName} {PlatformVers} requires the external (customer supported) databases to have ICU support.
|====

.Virtual machine requirements

Expand Down
0