Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1ec0bb53
authored
Sep 13, 2017
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update to mde2 and newer transportation domain
parent
a5841d9c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
4 deletions
docker/composers/commetoo-cloud/mcx-poc-domains.yml
docker/composers/commetoo-cloud/mcx-poc-front-control-client.yml
docker/composers/commetoo-cloud/mcx-poc-domains.yml
View file @
1ec0bb53
...
...
@@ -7,13 +7,16 @@ services:
-Ddemo.changeRandomality=6#
\
-DconfigFile.location=/opt/mcx/config/config.properties#
\
-DconfigLocation=/opt/mcx/config/#
\
-Dtransportation.updateTrafficLaneTimeout=30000
0
#
\
-Dtransportation.updateTrafficLaneTimeout=30000#
\
-Dhystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=30000#
\
-Dtransportation.dsServer.address=ds:50050#
\
-Dds.ip=ds:50050#
\
-Dtransportation.mdeServer.address=mde:50040"
-Dtransportation.server.address=transportation:50035#
\
-Dtransportation.mdeServer.address=mde:50040#
\
-Dtransportation.mde2Server.address=mde2:50041"
USE_DEBUG
:
"
yes"
image
:
172.16.1.212:5050/mcx/transportation:29-9207d8
image
:
municipalitybank.com:5050/mcx/transportation:6-ce3e15c
# image: municipalitybank.com:5050/mcx/transportation:4-e7b2bf7
# image: 172.16.1.212:5050/mcx/transportation:29-9207d8
networks
:
-
backend
# image: 172.16.1.212:5050/mcx/transportation:27-2bb5a9
...
...
docker/composers/commetoo-cloud/mcx-poc-front-control-client.yml
View file @
1ec0bb53
...
...
@@ -252,6 +252,44 @@ services:
# - "public-safety:178.62.63.127"
networks
:
-
backend
###### mde2 ###################
mde2
:
environment
:
ENV_PARAMS_COMMON
:
"
-Dredis.host=redis#
\
-Dhystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000"
ENV_PARAMS_apiHandler
:
"
-DconfigFile.location=/opt/mcx/config/apiHandler/config.properties#
\
-DconfigLocation=/opt/mcx/config/apiHandler"
DEBUG_apiHandler
:
"
yes"
ENV_PARAMS_httpAdapter
:
"
-DconfigFile.location=/opt/mcx/config/httpAdapter/config.properties#
\
-DconfigLocation=/opt/mcx/config/httpAdapter#
\
-Ddomain_comsrv=comm-service:50060"
DEBUG_httpAdapter
:
"
yes"
ENV_PARAMS_apiService
:
"
-DconfigFile.location=/opt/mcx/config/apiService/config.properties#
\
-DconfigLocation=/opt/mcx/config/apiService/#
\
-Dredis.host=redis#
\
-Dmde.cisco.username=devoperator11@cdp.com#
\
-Dmde.cisco.password=ejlFK0g9OSRK#
\
-Dmde.cisco.clientId=a27b18484c3c4e08a7c193e42c639347#
\
-Dmde.cisco.clientSecret=b863de8f453c4a05A88126F45B958CF1"
DEBUG_apiService
:
"
yes"
image
:
municipalitybank.com:5050/mcx/mde2:2-e9c7d03
ports
:
-
"
8040:8140"
# apiHandler debug port
-
"
8041:8141"
# apiService debug port
-
"
8042:8142"
# httpAdapter debug port
-
"
8043:8043"
# admin debug port
-
"
50041:50041"
# mde2(apiService) listening port
-
"
50042:50042"
# mde2(httpAdapter) listening port
-
"
50043:50043"
# mde2(admin) listening port
networks
:
-
backend
## Public Safety IC
public-safety-ic
:
environment
:
...
...
@@ -267,6 +305,17 @@ services:
-
"
50004:50004"
networks
:
-
backend
## COM SERVICE
comm-service
:
image
:
municipalitybank.com:5050/mcx/comm-service:latest
environment
:
PARGS
:
"
-m
server
-p
50000
-s
id#rest#http"
log4cpp.console
:
"
yes"
flushEveryLog
:
"
yes"
ports
:
-
"
50060:50060"
networks
:
-
backend
networks
:
backend
:
driver
:
bridge
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