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
52446720
Commit
52446720
authored
2 years ago
by
Sara Stentvedt Luggenes
Browse files
Options
Downloads
Patches
Plain Diff
cock
parent
c5ca7084
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configuration/manager/startCockroachCluster.sh
+1
-1
1 addition, 1 deletion
configuration/manager/startCockroachCluster.sh
with
1 addition
and
1 deletion
configuration/manager/startCockroachCluster.sh
+
1
−
1
View file @
52446720
...
...
@@ -5,11 +5,11 @@ source /home/ubuntu/dcsg2003/configuration/base.sh
# 1) Hent inn alle aktuelle ip addresser
#ipList=$(cat /home/ubuntu/logs/ipList)
ipList
=
"192.168.133.95 192.168.130.160 192.168.134.43"
glusterListIp
=
""
# 2) Lag startup kommando for hver ip addresse
for
mainIp
in
$ipList
do
glusterListIp
=
""
kommando
=
"cockroach start --insecure --store=/bfdata --listen-addr=0.0.0.0:26257 --http-addr=0.0.0.0:8080 --background --join="
for
ip
in
$ipList
...
...
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