diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2019-09-19 15:40:46 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2019-09-19 16:51:49 +0100 |
commit | bba9cee85deacc78db0231dd9c786794db05e2ed (patch) | |
tree | 0a3a1b2c0274718b9f631ba351240a39e063c9de /plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat | |
parent | 4b4eb0dac8007f2b59f4242d8f06a43ec0af02a9 (diff) |
Run CSIT Tests on Latest Images 1.5.2
Change-Id: I126c97ea9b05cb3a38f40d84e945fab6a2a7a522
Issue-ID: SO-2296
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat')
-rw-r--r-- | plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml b/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml index 66e3b206..f2494fbb 100644 --- a/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml +++ b/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml @@ -261,7 +261,7 @@ sdnc: so: vnfm: adapter: - url: http://vnfm-adapter:9092/so/vnfm-adapter/v1/ + url: https://so-vnfm-adapter:9092/so/vnfm-adapter/v1/ auth: Basic dm5mbTpwYXNzd29yZDEk appc: @@ -326,3 +326,12 @@ org: onap: so: cloud-owner: CloudOwner +rest: + http: + client: + configuration: + ssl: + keyStore: classpath:org.onap.so.p12 + keyStorePassword: 'RLe5ExMWW;Kd6GTSt0WQz;.Y' + trustStore: classpath:org.onap.so.trust.jks + trustStorePassword: '6V%8oSU$,%WbYp3IUe;^mWt4' |