diff options
author | eHanan <eoin.hanan@est.tech> | 2019-09-03 13:45:18 +0000 |
---|---|---|
committer | Eoin Hanan <eoin.hanan@est.tech> | 2019-09-03 13:48:31 +0000 |
commit | 319d0ad25fc3c0f088b8cc6cebd1e03463bbb9d3 (patch) | |
tree | d7167c25c7e7f7822177a9ef484e004e27983e4a /plans/so/integration-etsi-testing/config/override-files | |
parent | 6a8875e2bae1bf39f265179d1649fb8c9ed7e9a6 (diff) |
Create VNF Instantiation Testing
Change-Id: I230e569c0b25d31aaf63d5476c7585673c9eb58b
Issue-ID: SO-2238
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/config/override-files')
2 files changed, 25 insertions, 0 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 d38888d5..66e3b206 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 @@ -258,6 +258,12 @@ sdnc: svc: types: PORT-MIRROR,PPROBE +so: + vnfm: + adapter: + url: http://vnfm-adapter:9092/so/vnfm-adapter/v1/ + auth: Basic dm5mbTpwYXNzd29yZDEk + appc: client: topic: diff --git a/plans/so/integration-etsi-testing/config/override-files/vnfm-adapter/onapheat/override.yaml b/plans/so/integration-etsi-testing/config/override-files/vnfm-adapter/onapheat/override.yaml new file mode 100644 index 00000000..e2f8cc14 --- /dev/null +++ b/plans/so/integration-etsi-testing/config/override-files/vnfm-adapter/onapheat/override.yaml @@ -0,0 +1,19 @@ +server: + port: 9092 + tomcat: + max-threads: 4 +ssl-enable: false +aai: + auth: 221187EFA3AD4E33600DE0488F287099934CE65C3D0697BCECC00BB58E784E07CD74A24581DC31DBC086FF63DF116378776E9BE3D1325885 + version: v15 + endpoint: https://aai-simulator:9993 +mso: + key: 07a7159d3bf51a0e53be7a8f89699be7 +sdc: + username: mso + password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F + key: 566B754875657232314F5548556D3665 + endpoint: http://sdc-simulator:9991/ + toscametapath: Artifacts/Deployment/OTHER/TOSCA.meta +vnfmadapter: + endpoint: http://vnfm-adapter:9092
\ No newline at end of file |