Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
tci-gateway-module
Grpc
Commits
49beb933
Commit
49beb933
authored
8 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
upgrade linux worker setup scripts
parent
dcd8d7cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/gce/create_linux_worker.sh
+1
-1
1 addition, 1 deletion
tools/gce/create_linux_worker.sh
tools/gce/linux_worker_init.sh
+1
-1
1 addition, 1 deletion
tools/gce/linux_worker_init.sh
with
2 additions
and
2 deletions
tools/gce/create_linux_worker.sh
+
1
−
1
View file @
49beb933
...
@@ -43,7 +43,7 @@ gcloud compute instances create $INSTANCE_NAME \
...
@@ -43,7 +43,7 @@ gcloud compute instances create $INSTANCE_NAME \
--project
=
"
$CLOUD_PROJECT
"
\
--project
=
"
$CLOUD_PROJECT
"
\
--zone
"
$ZONE
"
\
--zone
"
$ZONE
"
\
--machine-type
n1-standard-8
\
--machine-type
n1-standard-8
\
--image
ubuntu-1
4-04
\
--image
ubuntu-1
5-10
\
--boot-disk-size
1000
--boot-disk-size
1000
echo
'Created GCE instance, waiting 60 seconds for it to come online.'
echo
'Created GCE instance, waiting 60 seconds for it to come online.'
...
...
This diff is collapsed.
Click to expand it.
tools/gce/linux_worker_init.sh
+
1
−
1
View file @
49beb933
...
@@ -37,7 +37,7 @@ set -ex
...
@@ -37,7 +37,7 @@ set -ex
sudo
apt-get update
sudo
apt-get update
# Install JRE
# Install JRE
sudo
apt-get
install
-y
openjdk-
7
-jre
sudo
apt-get
install
-y
openjdk-
8
-jre
sudo
apt-get
install
-y
unzip lsof
sudo
apt-get
install
-y
unzip lsof
# Install Docker
# Install Docker
...
...
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