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
455d71d9
Commit
455d71d9
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Use local mirror of ceph and uca"
parents
7a82901a
4ece5236
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/setup_gate.sh
+2
-2
2 additions, 2 deletions
tools/setup_gate.sh
with
2 additions
and
2 deletions
tools/setup_gate.sh
+
2
−
2
View file @
455d71d9
...
@@ -30,12 +30,12 @@ function setup_config {
...
@@ -30,12 +30,12 @@ function setup_config {
# Optimize the repos to take advantage of the Infra provided mirrors for Ubuntu
# Optimize the repos to take advantage of the Infra provided mirrors for Ubuntu
sed
-i
's|^#apt_sources_list.*|apt_sources_list = /etc/kolla/sources.list|'
/etc/kolla/kolla-build.conf
sed
-i
's|^#apt_sources_list.*|apt_sources_list = /etc/kolla/sources.list|'
/etc/kolla/kolla-build.conf
sudo cp
/etc/apt/sources.list /etc/kolla/sources.list
sudo cp
/etc/apt/sources.list /etc/kolla/sources.list
sudo cat
/etc/apt/sources.list.available.d/ceph-deb-hammer.list |
sudo tee
-a
/etc/kolla/sources.list
sudo cat
/etc/apt/sources.list.available.d/ubuntu-cloud-archive.list |
sudo tee
-a
/etc/kolla/sources.list
# Append non-infra provided repos to list
# Append non-infra provided repos to list
cat
<<
EOF
| sudo tee -a /etc/kolla/sources.list
cat
<<
EOF
| sudo tee -a /etc/kolla/sources.list
deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/mitaka main
deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu trusty main
deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu trusty main
deb http://repo.percona.com/apt trusty main
deb http://repo.percona.com/apt trusty main
deb http://download.ceph.com/debian-hammer/ trusty main
deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
deb http://packages.elastic.co/kibana/4.4/debian stable main
deb http://packages.elastic.co/kibana/4.4/debian stable main
EOF
EOF
...
...
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