From 75c1171a3a0d0fbfe8a71b8b9fe308356f45c35d Mon Sep 17 00:00:00 2001 From: eHanan <eoin.hanan@est.tech> Date: Tue, 13 Aug 2019 15:44:16 +0000 Subject: Create basic Test case to invoke ETSI flow Change-Id: I6786ec0a97789965825f4d0b390a44c5a3aa5d64 Issue-ID: SO-2144 Signed-off-by: eHanan <eoin.hanan@est.tech> --- .../so-monitoring/onapheat/override.yaml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plans/so/integration-etsi-testing/config/override-files/so-monitoring/onapheat/override.yaml (limited to 'plans/so/integration-etsi-testing/config/override-files/so-monitoring') 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 -- cgit