Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
79b47008
Commit
79b47008
authored
Jul 29, 2020
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed network_constants to work with kubernetes
parent
3051a5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
network_constants.py
src/modules/network_constants.py
+11
-11
No files found.
src/modules/network_constants.py
View file @
79b47008
## Rabbit MQ
#
RABBIT_MQ_HOSTNAME = 'rabbit-mq'
#
RABBIT_MQ_PORT = 5672
RABBIT_MQ_HOSTNAME
=
'articonf1.itec.aau.at'
RABBIT_MQ_PORT
=
30302
RABBIT_MQ_HOSTNAME
=
'rabbit-mq'
RABBIT_MQ_PORT
=
5672
#
RABBIT_MQ_HOSTNAME = 'articonf1.itec.aau.at'
#
RABBIT_MQ_PORT = 30302
## Trace Retrieval
TRACE_RETRIEVAL_HOSTNAME
=
'trace-retrieval'
...
...
@@ -18,13 +18,13 @@ SEMANTIC_LINKING_DB_PORT = 27017
## Role Stage Discovery
ROLESTAGE_DISCOVERY_HOSTNAME
=
'role-stage-discovery'
ROLESTAGE_DISCOVERY_REST_PORT
=
30103
ROLESTAGE_DISCOVERY_DB_HOSTNAME
=
f
'
articonf1.itec.aau.at
'
ROLESTAGE_DISCOVERY_DB_PORT
=
30104
ROLESTAGE_DISCOVERY_REST_PORT
=
80
ROLESTAGE_DISCOVERY_DB_HOSTNAME
=
f
'
{ROLESTAGE_DISCOVERY_HOSTNAME}-db
'
ROLESTAGE_DISCOVERY_DB_PORT
=
27017
## Rest Gateway
# REST_GATEWAY_HOSTNAME = 'rest-gateway'
REST_GATEWAY_HOSTNAME
=
RABBIT_MQ_HOSTNAME
REST_GATEWAY_REST_PORT
=
30401
REST_GATEWAY_DB_HOSTNAME
=
RABBIT_MQ_HOSTNAME
REST_GATEWAY_DB_PORT
=
30402
\ No newline at end of file
REST_GATEWAY_HOSTNAME
=
'rest-gateway'
REST_GATEWAY_REST_PORT
=
80
REST_GATEWAY_DB_HOSTNAME
=
'rest-gateway-db'
REST_GATEWAY_DB_PORT
=
27017
\ No newline at end of file
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