-
Notifications
You must be signed in to change notification settings - Fork 29
/
test.properties
44 lines (37 loc) · 1.99 KB
/
test.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Container Configuration
# Your external IP adress, e.g. 129.69.214.56
org.opentosca.container.hostname=172.17.0.1
org.opentosca.container.port=1337
# IA Engine Configuration (endpoint and credentials)
org.opentosca.container.engine.ia.plugin.tomcat.url=http://localhost:8098
org.opentosca.container.engine.ia.plugin.tomcat.password=admin
org.opentosca.container.engine.ia.plugin.tomcat.username=admin
org.opentosca.container.engine.ia.plugin.tomcat.java17.url=http://localhost:8099
org.opentosca.container.engine.ia.plugin.tomcat.java17.password=admin
org.opentosca.container.engine.ia.plugin.tomcat.java17.username=admin
# BPEL Plan Engine Configuration (endpoint and credentials)
org.opentosca.container.engine.plan.plugin.bpel.engine=ODE
org.opentosca.container.engine.plan.plugin.bpel.url=http://localhost:9763/ode
org.opentosca.container.engine.plan.plugin.bpel.password=
org.opentosca.container.engine.plan.plugin.bpel.username=
org.opentosca.container.engine.plan.plugin.bpel.services.url=http://localhost:9763/ode/processes
# BPMN Plan Engine Configuration (endpoint and credentials)
org.opentosca.container.engine.plan.plugin.bpmn.engine=Camunda
org.opentosca.container.engine.plan.plugin.bpmn.url=http://localhost:8092/engine-rest
org.opentosca.container.engine.plan.plugin.bpmn.username=admin
org.opentosca.container.engine.plan.plugin.bpmn.password=admin
# Container Mode Repository (winery)
org.opentosca.container.connector.winery.url=http://localhost:8091/winery
# Local MQTT broker
org.opentosca.container.broker.mqtt.port=1883
org.opentosca.container.broker.mqtt.username=admin
org.opentosca.container.broker.mqtt.password=admin
# Distributed IA deployment
org.opentosca.container.collaboration.mode=false
org.opentosca.container.collaboration.hostnames=
org.opentosca.container.collaboration.ports=
# Testing
org.opentosca.deployment.tests=false
org.opentosca.bus.management.mocking=false
org.opentosca.engine.ia.keepfiles=true
org.opentosca.test.local.repository.path=/tmp/tosca-definitions-test-applications