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
8b9711ee
Commit
8b9711ee
authored
Nov 30, 2018
by
Daniel Seybold
Browse files
final mongo fix
parent
c788b1af
Pipeline
#18808
passed with stage
in 7 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
input/applications/database/mongodbreplicated_cluster.app
input/applications/database/mongodbreplicated_cluster.app
+11
-8
No files found.
input/applications/database/mongodbreplicated_cluster.app
View file @
8b9711ee
...
...
@@ -5,8 +5,11 @@ components :
name : "SEED"
incomingPorts :
-
name : "
SEED_DATA
"
name : "
MONGOS_SEED
"
number : 27018
-
name : "DATA_SEED"
number : 27017
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
...
...
@@ -24,13 +27,13 @@ components :
name : "DATA"
incomingPorts :
-
name : "
DATA_
MONGOS"
name : "MONGOS
_DATA
"
number : 27018
outgoingPorts:
-
name : "
SEED_DATA
_CONNECTION"
name : "
DATA_SEED
_CONNECTION"
componentName : "SEED"
portName : "
SEED_DATA
"
portName : "
DATA_SEED
"
mandatory : true
script : ""
lifecycleActions :
...
...
@@ -51,15 +54,15 @@ components :
name : "MANAGEMENT"
outgoingPorts:
-
name : "
SEED_
MONGOS_CONNECTION"
name : "MONGOS_
SEED_
CONNECTION"
componentName : "SEED"
portName : "
SEED_
MONGOS"
portName : "MONGOS
_SEED
"
mandatory : true
script : ""
-
name : "
DATA_SEED
_CONNECTION"
name : "
MONGOS_DATA
_CONNECTION"
componentName : "DATA"
portName : "
DATA_
MONGOS"
portName : "MONGOS
_DATA
"
mandatory : true
script : ""
lifecycleActions :
...
...
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