Skip to content

Commit

Permalink
[Backport] - AAP-8522 - updated the system requirements for PAH (ansi…
Browse files Browse the repository at this point in the history
…ble#1003)

AAP-8522 - updated the system requirements for PAH (ansible#813)

AAP-8522 - resolving merge conflict
  • Loading branch information
dcdacosta authored May 10, 2023
1 parent 385107e commit d471eef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion downstream/titles/hub/install/docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<title>Installing and upgrading Private Automation Hub</title>
<productname>Red Hat Ansible Automation Platform</productname>
<productnumber>2.4</productnumber>
<subtitle>Installing an instance of Private Automation Hub or upgrading to a new version on online or offline Red Hat Enterprise Linux 7 and 8 physical or virtual machines.</subtitle>
<subtitle>Installing an instance of Private Automation Hub or upgrading to a new version on online or offline Red Hat Enterprise Linux 8.4 and 9 physical or virtual machines.</subtitle>
<abstract>
<para><emphasis role="strong">Providing Feedback:</emphasis></para>
<para> If you have a suggestion to improve this documentation, or find an error, please contact technical support at <link xlink:href="https://access.redhat.com"></link> to create an issue on the <emphasis role="strong">Ansible Automation Platform</emphasis> Jira project using the <emphasis role="strong">Docs</emphasis> component.</para>
Expand Down
24 changes: 11 additions & 13 deletions downstream/titles/hub/install/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
:experimental:
include::attributes/attributes.adoc[]

= Installing and upgrading {PrivateHubName}

You can install {PrivateHubName} or upgrade to a new version on a Red Hat Enterprise Linux 7 or 8 virtual or physical machine with a valid {PlatformName} subscription.
You can install Private Automation Hub or upgrade to a new version on a Red Hat Enterprise Linux (RHEL) 8.4 or later, or RHEL 9 or later virtual or physical machine with a valid Red Hat Ansible Automation Platform subscription.

include::aap-common/making-open-source-more-inclusive.adoc[leveloffset=+1]

Expand All @@ -22,34 +20,34 @@ Installing a {PrivateHubName} instance requires the following:

h| Subscription | Valid Red Hat {PlatformNameShort}

h| OS | Red Hat Enterprise Linux 7.7 or later 64-bit (x86) or 8.2 or later 64-bit (x86)
h| OS | RHEL 8.4 or later 64-bit (x86), or RHEL 9.0 or later 64-bit (x86)

h| Ansible | Version 2.9 required

h| RAM | 4 GB minimum
h| RAM | 8 GB minimum

h| CPUs | 2 minimum

h| Disk | 20 GB dedicated hard disk space
h| Disk | 60 GB dedicated hard disk space

Dependent on size of collections stored

h| Browser | A currently supported version of Mozilla Firefox or Google Chrome

h| Database | PostgreSQL version 10 |
h| Database | PostgreSQL version 13 |

|===

[NOTE]
====
You cannot install {PlatformNameShort} and a {PrivateHubName} instance on the same node.
The `inventory` file can handle the installation of both {PlatformNameShort} and {HubName}.
The `inventory` file can handle the installation of both {PlatformNameShort} and {HubName}.
These instructions are only for the installation of {PlatformNameShort}.
====

== Installing online or offline

Choose the {PlatformNameShort} installer you need to install {PrivateHubName} based on your Red Hat Enterprise Linux environment internet connectivity.
Choose the {PlatformNameShort} installer you need to install {PrivateHubName} based on your Red Hat Enterprise Linux environment internet connectivity.
Review the following scenarios and determine which {PlatformNameShort} installer meets your needs.

[NOTE]
Expand All @@ -59,7 +57,7 @@ You must have a valid Red Hat customer account to access {PlatformNameShort} ins

.Installing with internet access

Install {PrivateHubName} using the {PlatformNameShort} installer if your Red Hat Enterprise Linux environment is connected to the internet.
Install {PrivateHubName} using the {PlatformNameShort} installer if your Red Hat Enterprise Linux environment is connected to the internet.
Installing with internet access will retrieve the latest required repositories, packages, and dependencies.

. Navigate to link:https://access.redhat.com/downloads/content/480[Download Red Hat Ansible Automation Platform].
Expand All @@ -73,8 +71,8 @@ $ tar xvzf ansible-automation-platform-setup-<latest-version>.tar.gz

.Installing without internet access

Install {PrivateHubName} using the {PlatformNameShort} *Bundle* installer if you are unable to access the internet, or would prefer not to install separate components and dependencies from online repositories.
Access to Red Hat Enterprise Linux repositories is still needed.
Install {PrivateHubName} using the {PlatformNameShort} *Bundle* installer if you are unable to access the internet, or would prefer not to install separate components and dependencies from online repositories.
Access to Red Hat Enterprise Linux repositories is still needed.
All other dependencies are included in the tar archive.

. Navigate to link:https://access.redhat.com/downloads/content/480[Download Red Hat Ansible Automation Platform].
Expand Down Expand Up @@ -168,7 +166,7 @@ Your {PrivateHubName} is now ready for initial configuration. See the following

== Upgrading to the latest version

You can upgrade your {PrivateHubName} to the latest version using the {PlatformNameShort} setup bundle installer.
You can upgrade your {PrivateHubName} to the latest version using the {PlatformNameShort} setup bundle installer.
Perform this upgrade using the `inventory` file configured when you installed {PrivateHubName}.

. Navigate to link:https://access.redhat.com/downloads/content/480[Download Red Hat Ansible Automation Platform].
Expand Down

0 comments on commit d471eef

Please sign in to comment.