Bug 2218600 - The ceph and ose-prometheus is not appended to the satellite_images file
Summary: The ceph and ose-prometheus is not appended to the satellite_images file
Keywords:
Status: NEW
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 17.1 (Wallaby)
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-29 15:08 UTC by Kenny Tordeurs
Modified: 2023-07-05 07:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-26228 0 None None None 2023-06-29 15:09:53 UTC

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


Note You need to log in before you can comment on or make changes to this bug.