Skip to content

Commit

Permalink
rm subscription details
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Aug 11, 2023
1 parent 9cedb8c commit ff3518a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 41 deletions.
13 changes: 0 additions & 13 deletions docs/docsite/rst/administration/instances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ Scaling your mesh is only available on Openshift deployments of |aap| and is pos
Prerequisites
~~~~~~~~~~~~~~

- Be sure you have the minimum requirements for the RHEL virtual machine before proceeding. Refer to `Red Hat Ansible Automation Platform system requirements <https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.2/html/red_hat_ansible_automation_platform_installation_guide/planning-installation#red_hat_ansible_automation_platform_system_requirements>`_ for details.

- RHEL nodes must properly be subscribed to:

- RHEL subscription and with **baseos** and **appstream** repositories enabled
- |AAP| subscription and the proper |AAP| channel enabled:

::

ansible-automation-platform-2.3-for-rhel-8-x86_64-rpms for RHEL 8
ansible-automation-platform-2.3-for-rhel-9-x86_64-rpms for RHEL 9


- The system that is going to run the ``ansible-playbook`` requires the collection ``ansible.receptor`` to be installed:

- If machine has access to the internet:
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/common/settings-menu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pair: settings menu; configure the controller


To enter the Settings window for |at|, click **Settings** from the left navigation bar. This page allows you to modify your controller's configuration, such as settings associated with authentication, jobs, system, user interface, and view or retrieve your subscription information.
To enter the Settings window for |at|, click **Settings** from the left navigation bar. This page allows you to modify your controller's configuration, such as settings associated with authentication, jobs, system, and user interface.

.. image:: ../common/images/ug-settings-menu-screen.png

Expand Down
5 changes: 1 addition & 4 deletions docs/docsite/rst/quickstart/create_organization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ From the left navigation bar, click **Organizations**.

A default organization has been automatically created and is available to all users of the automation controller. It can be used as is or edited later as needed.

For the purpose of this Quick Start Guide, leave the default organization as is.

.. note::
If you are using the controller with a Basic subscription, you must use the default organization. Only Enterprise or Premium licenses have the ability to add new organizations beyond the default.
For the purpose of this Quick Start Guide, leave the default organization as is.

To edit the default organization later, expand its properties by clicking the Edit (|edit|) button and entering the appropriate details, then save your changes.

Expand Down
14 changes: 3 additions & 11 deletions docs/docsite/rst/release_notes/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ Automation Controller Version 4.3.1

**Automation Controller fixes:**

- Fixed issue upgrading to Ansible Automation Platform 2.3
- Fixed issue upgrading

**Automation Controller UI fixes**:

- The Hosts Automated field on the Subscriptions Detail page is now correctly translated
- The Hosts Automated field is now correctly translated


Automation Controller Version 4.3
Expand Down Expand Up @@ -285,10 +285,6 @@ Automation Controller Version 4.3
- Added options for setting the priority class on the control plane and PostgreSQL pods

.. tower #6063:
- Subscription Details indicating whether the customer is in or out-of-compliance with their subscriptions

.. tower-packaging #1718:
- Added the ability for Receptor Ansible collection to provision receptor nodes
Expand Down Expand Up @@ -557,7 +553,7 @@ None for this release
- Forks information no longer missing in running job details
- Upon saving a schedule, the date chooser no longer changes to the day before the selected date
- References to Ansible Tower are replaced with Automation Controller throughout the UI, including tooltips where documentation is referenced
- Corrected translations for the Japanese Subscription settings screen
- Corrected translations for the Japanese settings screen


**Installation fixes specific to Automation Controller**:
Expand Down Expand Up @@ -637,8 +633,6 @@ Automation Controller Version 4.2

- Fixed list search/pagination filters in place when clicking the **Back to <N>** button. Applies to all top-level list pages except the Schedules page.

- Updated Subscription and inventory usage details, including a status indicating whether the customer is in or out-of-compliance with their subscriptions

- Survey wizard now handles multiple choice/multi-select question-answers in both array and string form formerly only strings were supported

- Fixed error that resulted from relaunching an adhoc command with password
Expand Down Expand Up @@ -692,7 +686,6 @@ Automation Controller Version 4.1.2
- System management jobs are now able to be canceled
- Rsyslog no longer needs manual intervention to send out logs after hitting a 40x error
- Credential lookup plugins now respect the ``AWX_TASK_ENV`` setting
- Fixed the controller to list valid subscriptions from Satellite when having multiple quantities from the same SKU
- Updated Receptor version to 1.2.1, which includes several fixes

**Execution Environment fixes**:
Expand Down Expand Up @@ -842,7 +835,6 @@ Automation Controller Version 4.0
- PostgreSQL used to PostgreSQL 12, and moved to partitioned databases for performance
- The “container groups” feature to general availability from Tech Preview; now fully utilizes execution environments
- Insights remediation to use new Red Hat Insights inventory source rather than utilizing scan playbooks with arbitrary inventory
- Subscriptions display to count hosts automated on instead of hosts imported
- Inventory source, credential, and Ansible content collection to reference `controller` instead of `tower`

**Deprecated**
Expand Down
11 changes: 0 additions & 11 deletions docs/docsite/rst/userguide/project-sign.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ Assuming that the repository has already been configured for signing and verific
Prerequisites
--------------

- RHEL nodes must properly be subscribed to:

- RHEL subscription and with **baseos** and **appstream** repositories enabled
- |AAP| subscription and the proper |AAP| channel enabled:

::

ansible-automation-platform-2.3-for-rhel-8-x86_64-rpms for RHEL 8
ansible-automation-platform-2.3-for-rhel-9-x86_64-rpms for RHEL 9


- A valid GPG public/private keypair is required for signing content. Refer to `How to create GPG keypairs`_ for details.

.. _`How to create GPG keypairs`: https://www.redhat.com/sysadmin/creating-gpg-keypairs
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/userguide/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -490,4 +490,4 @@ Refer to `Managing Red Hat Certified and Ansible Galaxy Collections in Ansible H
If updates are needed from Galaxy or Collections, a sync is performed that downloads the required roles, consuming that much more space in your /tmp file. In cases where you have a big project (around 10 GB), disk space on ``/tmp`` may be an issue.


For more information on collections, refer to `Using Collections <https://docs.ansible.com/ansible/latest/user_guide/collections_using.html>`_. For more information on how Red Hat itself publishes one of these official collections, which can be used to automate your |at| install directly, refer to the `AWX Ansible Collection <https://cloud.redhat.com/ansible/automation-hub/ansible/tower/docs>`_ documentation. This page is accessible with your Red Hat customer credentials as part of your |rhaap| subscription.
For more information on collections, refer to `Using Collections <https://docs.ansible.com/ansible/latest/user_guide/collections_using.html>`_.

0 comments on commit ff3518a

Please sign in to comment.