Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCSG2003
Manage
Activity
Members
Plan
Wiki
Code
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
Analyze
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
Raphael Storm Larsen
DCSG2003
Commits
ecb1072e
Commit
ecb1072e
authored
2 years ago
by
Raphael Storm Larsen
Browse files
Options
Downloads
Patches
Plain Diff
new ips
parent
009fd76c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configuration/initWorker.sh
+1
-1
1 addition, 1 deletion
configuration/initWorker.sh
configuration/worker/haproxy.cfg
+3
-3
3 additions, 3 deletions
configuration/worker/haproxy.cfg
with
4 additions
and
4 deletions
configuration/initWorker.sh
+
1
−
1
View file @
ecb1072e
...
...
@@ -38,7 +38,7 @@ systemctl disable docker.service
systemctl disable docker.socket
# Add to docker swarm cluster as worker
#docker swarm join --token SWMTKN-1-
2b8s5pumm6c5liipvnp0gyv613hm9u5r6c567xjirtce1ng8bu-0kyd30qzbbnuvxi4p8c724ft8
192.168.13
3.95
:2377
#docker swarm join --token SWMTKN-1-
5msr1ct8s2de7vrwkj9c2zzcx50gvvg1e1ty8vvc10eiyarfic-6x253ue84qc8psdwqjnacuwll
192.168.13
4.127
:2377
# Sync time using NTP
apt-get
install
-y
ntpdate
...
...
This diff is collapsed.
Click to expand it.
configuration/worker/haproxy.cfg
+
3
−
3
View file @
ecb1072e
...
...
@@ -38,6 +38,6 @@ frontend db
backend
databases
mode
tcp
balance
roundrobin
server
server1
192.168.133.95:26257
server
server2
192.168.130.160:26257
server
server3
192.168.134.43:26257
\ No newline at end of file
server
server1
192.168.134.127:26257
server
server2
192.168.134.194:26257
server
server3
192.168.130.56:26257
\ No newline at end of file
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