Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
e6bb28f1
Commit
e6bb28f1
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Ceph repo has been moved to download.ceph.org"
parents
5d90d930
875518eb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/base/Dockerfile.j2
+1
-1
1 addition, 1 deletion
docker/base/Dockerfile.j2
docker/base/ceph.yum.repo
+4
-4
4 additions, 4 deletions
docker/base/ceph.yum.repo
with
5 additions
and
5 deletions
docker/base/Dockerfile.j2
+
1
−
1
View file @
e6bb28f1
...
@@ -49,7 +49,7 @@ COPY ceph.yum.repo /etc/yum.repos.d/ceph.repo
...
@@ -49,7 +49,7 @@ COPY ceph.yum.repo /etc/yum.repos.d/ceph.repo
RUN yum -y install http://repo.percona.com/release/7/RPMS/x86_64/percona-release-0.1-3.noarch.rpm
RUN yum -y install http://repo.percona.com/release/7/RPMS/x86_64/percona-release-0.1-3.noarch.rpm
RUN rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB \
RUN rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB \
&& rpm --import https://
raw.githubusercontent.com/ceph/ceph/master
/keys/release.asc \
&& rpm --import https://
download.ceph.com
/keys/release.asc \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
{% if install_metatype in ['rdo', 'mixed'] %}
{% if install_metatype in ['rdo', 'mixed'] %}
...
...
This diff is collapsed.
Click to expand it.
docker/base/ceph.yum.repo
+
4
−
4
View file @
e6bb28f1
[ceph-x86_64]
[ceph-x86_64]
name=Ceph x86_64 packages
name=Ceph x86_64 packages
baseurl=http://ceph.com/rpm-hammer/el7/x86_64
baseurl=http://
download.
ceph.com/rpm-hammer/el7/x86_64
enabled=1
enabled=1
priority=2
priority=2
gpgcheck=1
gpgcheck=1
type=rpm-md
type=rpm-md
gpgkey=https://
raw.githubusercontent.com/ceph/ceph/master
/keys/release.asc
gpgkey=https://
download.ceph.com
/keys/release.asc
timeout=90
timeout=90
[ceph-noarch]
[ceph-noarch]
name=Ceph noarch packages
name=Ceph noarch packages
baseurl=http://ceph.com/rpm-hammer/el7/noarch
baseurl=http://
download.
ceph.com/rpm-hammer/el7/noarch
enabled=1
enabled=1
priority=2
priority=2
gpgcheck=1
gpgcheck=1
type=rpm-md
type=rpm-md
gpgkey=https://
raw.githubusercontent.com/ceph/ceph/master
/keys/release.asc
gpgkey=https://
download.ceph.com
/keys/release.asc
timeout=90
timeout=90
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment