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
4b70bd6b
Commit
4b70bd6b
authored
Nov 30, 2018
by
Daniel Seybold
Browse files
another mongodb try
parent
91595f85
Pipeline
#18804
passed with stage
in 7 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
22 deletions
+17
-22
input/applications/database/mongodbreplicated_cluster.app
input/applications/database/mongodbreplicated_cluster.app
+17
-22
No files found.
input/applications/database/mongodbreplicated_cluster.app
View file @
4b70bd6b
...
...
@@ -3,14 +3,19 @@ user : "someUser"
components :
-
name : "SEED"
incom
ingPorts
:
outgo
ingPorts:
-
name : "DATA_SEED"
number : 27018
name : "SEED_MONGOS_CONNECTION"
componentName : "SEED"
portName : "SEED_MONGOS"
mandatory : true
script : ""
-
name : "SEED_MONGOS"
number : 27017
name : "DATA_SEED_CONNECTION"
componentName : "SEED"
portName : "DATA_SEED"
mandatory : true
script : ""
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
...
...
@@ -26,13 +31,10 @@ components :
-
name : "DATA"
outgoingPorts:
-
name : "DATA_SEED_CONNECTION"
componentName : "SEED"
portName : "DATA_SEED"
mandatory : true
script : ""
incomingPorts :
-
name : "DATA_SEED"
number : 27018
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
...
...
@@ -51,15 +53,8 @@ components :
name : "MANAGEMENT"
incomingPorts :
-
name : "CLIENT"
number : 27017
outgoingPorts:
-
name : "SEED_MONGOS_CONNECTION"
componentName : "SEED"
portName : "SEED_MONGOS"
mandatory : true
script : ""
name : "SEED_MONGOS"
number : 27018
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