diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2019-03-30 02:20:01 -0700 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2019-04-02 18:44:18 -0700 |
commit | a0b95750675d602db85191e0875b4e41734db960 (patch) | |
tree | 2812c3fc1c7824660a245b6bfb9f2a976b88635b /adapters/mso-adapter-utils/src/test/resources/application-test.yaml | |
parent | 4a74d94ea4604504325b320d499e2f3708ef1514 (diff) |
Construct multicloud infra_workload endpoint
Use the cloudOwner and cloudRegion to construct the
multicloud endpoint for the multicloud VNF plugin adapter.
Use configuration to obtain the MSB IP and port number.
Stop using the cloud sites catalog DB since there is only
a single endpoint required talking to multicloud.
Change-Id: I0e9b45a51b6e36f4782226f851e7d01de7f1b133
Issue-ID: SO-1447
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Diffstat (limited to 'adapters/mso-adapter-utils/src/test/resources/application-test.yaml')
-rw-r--r-- | adapters/mso-adapter-utils/src/test/resources/application-test.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/adapters/mso-adapter-utils/src/test/resources/application-test.yaml b/adapters/mso-adapter-utils/src/test/resources/application-test.yaml index 368df847be..32a4db6b80 100644 --- a/adapters/mso-adapter-utils/src/test/resources/application-test.yaml +++ b/adapters/mso-adapter-utils/src/test/resources/application-test.yaml @@ -51,6 +51,8 @@ tomcat: max-threads: 50 mso: logPath: logs + msb-ip: localhost + msb-port: ${wiremock.server.port} catalog: db: spring: @@ -91,4 +93,4 @@ management: enabled-by-default: false endpoint: info: - enabled: true
\ No newline at end of file + enabled: true |