aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/config/override-files
diff options
context:
space:
mode:
authoreHanan <eoin.hanan@est.tech>2019-08-13 15:44:16 +0000
committerEoin Hanan <eoin.hanan@est.tech>2019-08-13 15:46:12 +0000
commit75c1171a3a0d0fbfe8a71b8b9fe308356f45c35d (patch)
tree3f86f42541cea44aac60e1c1231536287df32550 /plans/so/integration-etsi-testing/config/override-files
parentdd4052610fab6da25d3c47c4ea3265daa2139df4 (diff)
Create basic Test case to invoke ETSI flow
Change-Id: I6786ec0a97789965825f4d0b390a44c5a3aa5d64 Issue-ID: SO-2144 Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/config/override-files')
-rw-r--r--plans/so/integration-etsi-testing/config/override-files/so-monitoring/onapheat/override.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plans/so/integration-etsi-testing/config/override-files/so-monitoring/onapheat/override.yaml b/plans/so/integration-etsi-testing/config/override-files/so-monitoring/onapheat/override.yaml
new file mode 100644
index 00000000..7e61c7d0
--- /dev/null
+++ b/plans/so/integration-etsi-testing/config/override-files/so-monitoring/onapheat/override.yaml
@@ -0,0 +1,24 @@
+server:
+ port: 30224
+ tomcat:
+ max-threads: 4
+ssl-enable: false
+camunda:
+ rest:
+ api:
+ url: http://bpmn-infra:8081/sobpmnengine/engine/
+ engine: default
+ auth: Basic YXBpaEJwbW46cGFzc3dvcmQxJA==
+mso:
+ database:
+ rest:
+ api:
+ url: http://request-db-adapter:8083/infraActiveRequests/
+ auth: Basic YnBlbDpwYXNzd29yZDEk
+spring:
+ security:
+ usercredentials:
+ -
+ username: gui
+ password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
+ role: GUI-Client