Bug 2218600

Summary: The ceph and ose-prometheus is not appended to the satellite_images file
Product: Red Hat OpenStack Reporter: Kenny Tordeurs <ktordeur>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: NEW --- QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 17.1 (Wallaby)CC: igallagh, jelle.hoylaerts.ext
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenny Tordeurs 2023-06-29 15:08:40 UTC
Description of problem:

The following is just being listed but not appended to the satellite_images file to be imported later on:
~~~
$ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-dashboard-rhel9
$ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-rhel9
$ sudo podman search --limit 1000 "registry.redhat.io/openshift" | grep ose-prometheus
~~~

The instructions go like:
$ sudo podman search --limit 1000 "registry.redhat.io/rhosp-rhel9" --format="{{ .Name }}" | sort > satellite_images
$ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-dashboard-rhel9
$ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-rhel9
$ sudo podman search --limit 1000 "registry.redhat.io/openshift" | grep ose-prometheus

There is no point in searching for these 3 if we don't do anything with them.


URL: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1-beta/html-single/installing_and_managing_red_hat_openstack_platform_with_director/index#proc_preparing-a-satellite-server-for-container-images_preparing-for-director-installation