Skip to content

Commit bf93067

Browse files
authored
AAP-36858: updates subscription info in managing automation content guide (#2682)
* updates subscription info * removes irrelevant subscription info * removes subscription info from assembly
1 parent 9c2b821 commit bf93067

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

downstream/assemblies/hub/assembly-populate-container-registry.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Make this change to any firewall configuration that specifically enables outboun
3131
Use the hostnames instead of IP addresses when configuring firewall rules.
3232
3333
After making this change you can continue to pull {ExecEnvShort}s from `registry.redhat.io` and `registry.access.redhat.com`. You do not require a `quay.io` login, or need to interact with the `quay.io` registry directly in any way to continue pulling Red Hat container images.
34-
35-
If you are using Red Hat Satellite Server, follow the link:https://docs.redhat.com/en/documentation/red_hat_satellite/{SatelliteVers}/html/managing_content/managing_red_hat_subscriptions_content-management#Importing_a_Red_Hat_Subscription_Manifest_into_Server_content-management[procedure in the Red Hat Satellite documentation to import a subscription manifest into Satellite Server].
3634
====
3735

3836
include::hub/proc-obtain-images.adoc[leveloffset=+1]

downstream/modules/hub/proc-obtain-images.adoc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,12 @@
88
[role="_abstract"]
99
Before you can push {ExecEnvShort}s to your {PrivateHubName}, you must first pull them from an existing registry and tag them for use. The following example details how to pull an {ExecEnvShort} from the Red Hat Ecosystem Catalog (registry.redhat.io).
1010

11-
[IMPORTANT]
12-
====
13-
As of early 2024, Red Hat no longer supports manifests or manifest lists on the Red Hat Subscription Management web platform, which has also been used interchangeably with “subscription allocations.” Red Hat also no longer supports most manifest functionality in Red Hat Satellite with one exception:
14-
* Red Hat Satellite users in closed network or “air gapped” networks that do not receive their updates directly from Red Hat servers can currently still use `access.redhat.com` until the release of Red Hat Satellite 6.16.
15-
16-
New Red Hat accounts automatically use Simple Content Access for their subscription tooling. New Red Hat accounts and existing Satellite customers who can connect to Red Hat's servers can find their manifests at `console.redhat.com`.
17-
====
18-
1911
.Prerequisites
2012

2113
* You have permissions to pull {ExecEnvName} from registry.redhat.io.
2214

23-
* A Red Hat account with Simple Content Access enabled.
24-
2515
.Procedure
2616

27-
. If you need to access your manifest for your container images log in to link:https://console.redhat.com/subscriptions/manifests[Red Hat Console].
28-
29-
. Click the three-dot menu for the manifest you need for your {ExecEnvName}, and click btn:[Export manifest].
30-
3117
. Log in to Podman by using your registry.redhat.io credentials:
3218
+
3319
-----
@@ -42,7 +28,6 @@ $ podman login registry.redhat.io
4228
$ podman pull registry.redhat.io/__<ee_name>__:__<tag>__
4329
-----
4430

45-
4631
.Verification
4732

4833
To verify that the {ExecEnvShort} you recently pulled is contained in the list, take these steps:

0 commit comments

Comments
 (0)