Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
dbms-catalogue
Commits
a897d298
Commit
a897d298
authored
Dec 01, 2018
by
Daniel Seybold
Browse files
fixed mongodb sharded input file
parent
8b9711ee
Pipeline
#18828
passed with stage
in 7 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
20 deletions
+16
-20
input/applications/database/mongodbsharded_cluster.app
input/applications/database/mongodbsharded_cluster.app
+16
-20
No files found.
input/applications/database/mongodbsharded_cluster.app
View file @
a897d298
...
...
@@ -3,10 +3,13 @@ user : "someUser"
components :
-
name : "SEED"
incom
ingPorts
:
outgo
ingPorts:
-
name : "MONGOS_SEED"
number : 27017
name : "SEED_MONGOS_CONNECTION"
componentName : "MANAGEMENT"
portName : "SEED_MONGOS"
mandatory : true
script : ""
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
...
...
@@ -22,10 +25,13 @@ components :
-
name : "DATA"
incom
ingPorts
:
outgo
ingPorts:
-
name : "MONGOS_DATA"
number : 27017
name : "DATA_MONGOS_CONNECTION"
componentName : "MANAGEMENT"
portName : "DATA_MONGOS"
mandatory : true
script : ""
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
...
...
@@ -44,21 +50,11 @@ components :
name : "MANAGEMENT"
incomingPorts :
-
name : "CLIENT"
number : 27017
outgoingPorts :
-
name : "MONGOS_SEED_CONNECTION"
componentName : "SEED"
portName : "MONGOS_SEED"
mandatory : true
script : ""
name : "SEED_MONGOS"
number : 27018
-
name : "MONGOS_DATA_CONNECTION"
componentName : "DATA"
portName : "MONGOS_DATA"
mandatory : true
script : ""
name : "DATA_MONGOS"
number : 27017
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment