The rook.spec package has "Requires: ceph-mon", "Requires: ceph-osd", "Requires: ceph-mgr". Because rook depends on all these packages, Pungi pulls them into the Tools repository. We need to keep ceph-mon/mgr and ceph-osd out of the Tools repository. Erwan, would you please build a rook package with those Requires lines removed?
I plan to remove rook from RHCS 3 until we can resolve this.
Created attachment 1458786 [details] Revert "DAEMON_PACKAGES: Adding rook package" Dropping rook from the product involves dropping rook from the RHCS container as well, and I'm attaching a patch to do that. Erwan, would you please resolve the Requires lines in rook.spec so we don't have to drop rook?
"Revert 'DAEMON_PACKAGES: Adding rook package'" patch at https://github.com/ceph/ceph-container/pull/1113
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2819
Note for posterity: rook.git's "images/ceph/Dockerfile.base" was the file that ran "yum install ceph-mon ceph-osd ceph-mds" etc. That led the original packager to add these RPM Requires: lines to rook.spec. The Rook upstream project now bases their rook container image directly on the main Ceph image: https://github.com/rook/rook/pull/1714 . This means that all the Ceph daemon binaries will be available in the rook image that way.