Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN \
# download and install packages from web, cleaning any files as you go.
# Installs should support install of ganesha for luminous
microdnf update -y --setopt=install_weak_deps=0 --nodocs && \
microdnf install -y --disablerepo=* --enablerepo rhceph-9-tools-for-rhel-10-x86_64-rpms python-cryptography && \
microdnf install -y --setopt=install_weak_deps=0 --nodocs util-linux python3-saml python3-setuptools udev device-mapper \
ca-certificates \
e2fsprogs \
Expand Down
6 changes: 3 additions & 3 deletions compose.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[rhceph-9-tools-for-rhel-10-$basearch-rpms]
name=rhceph-9-tools-for-rhel-10-rpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4455730/compose/Temporary/$basearch/os
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4456189/compose/Temporary/$basearch/os
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
Expand All @@ -10,7 +10,7 @@ enabled_metadata=1

[rhceph-9-tools-for-rhel-10-$basearch-debug-rpms]
name=rhceph-9-tools-for-rhel-10-debug-rpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4455730/compose/Temporary/$basearch/debug/tree
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4456189/compose/Temporary/$basearch/debug/tree
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
Expand All @@ -20,7 +20,7 @@ enabled_metadata=1

[rhceph-9-tools-for-rhel-10-$basearch-source-rpms]
name=rhceph-9-tools-for-rhel-10-srpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4455730/compose/Temporary/source/tree
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4456189/compose/Temporary/source/tree
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
Expand Down
30 changes: 1 addition & 29 deletions get-compose
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,4 @@ podman run -it quay.io/redhat-appstudio/tools@sha256:89258fa69543312e80180a2308b
create-tag \
--sigkey "none" \
--arch "x86_64" \
ceph-9.0-rhel-9-candidate \
python3-saml \
ceph-common \
ceph-mon \
ceph-osd \
ceph-mds \
cephfs-mirror \
cephfs-top \
rbd-mirror \
ceph-mgr \
ceph-mgr-cephadm \
ceph-mgr-dashboard \
ceph-mgr-diskprediction-local \
ceph-mgr-k8sevents \
ceph-mgr-rook \
ceph-grafana-dashboards \
ceph-radosgw \
libradosstriper1 \
nfs-ganesha \
nfs-ganesha-ceph \
nfs-ganesha-rgw \
nfs-ganesha-rados-grace \
nfs-ganesha-rados-urls \
ganesha_monitoring \
nfs-ganesha-utils \
ceph-immutable-object-cache \
ceph-volume \
ceph-exporter \
ceph-node-proxy \
ceph-9.0-rhel-10-candidate
Loading