Skip to content

Commit

Permalink
octopus: ceph-iscsi bits from download.ceph.com
Browse files Browse the repository at this point in the history
We now have ceph-iscsi 3.x builds available on download.ceph.com so we
should use this source for the Ceph Octopus release.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 41f4d43)
  • Loading branch information
dsavineau committed Mar 26, 2020
1 parent 02bcd16 commit e53c51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ bash -c ' \
fi ; \
if [ -n "__ISCSI_PACKAGES__" ]; then \
curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/__ENV_[BASEOS_REPO]__/__ENV_[BASEOS_TAG]__/repo > /etc/yum.repos.d/tcmu-runner.repo ; \
if [[ "${CEPH_VERSION}" =~ master|octopus|^wip* ]]; then \
if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then \
curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/__ENV_[BASEOS_REPO]__/__ENV_[BASEOS_TAG]__/repo > /etc/yum.repos.d/ceph-iscsi.repo ; \
elif [[ "${CEPH_VERSION}" == nautilus ]]; then \
elif [[ "${CEPH_VERSION}" =~ nautilus|octopus ]]; then \
curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el__ENV_[BASEOS_TAG]__/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; \
else \
curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el__ENV_[BASEOS_TAG]__/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; \
Expand Down

0 comments on commit e53c51b

Please sign in to comment.