From 04d216408b1fe94337775a6e528175733d055f25 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 27 Feb 2023 14:18:18 +0100 Subject: Update K8sPlugin API - add new methods for Instance API - added option to use K8sPlugin without MSB Issue-ID: TEST-391 Signed-off-by: Lukasz Rajewski Signed-off-by: Michal Jagiello Change-Id: I35b6c8ba9574ca2385c97edde5dbb036b30aebc9 --- integration_tests/local_urls.py | 1 + integration_tests/urls.py | 1 + 2 files changed, 2 insertions(+) (limited to 'integration_tests') diff --git a/integration_tests/local_urls.py b/integration_tests/local_urls.py index 9b73a67..8c2c30e 100644 --- a/integration_tests/local_urls.py +++ b/integration_tests/local_urls.py @@ -21,3 +21,4 @@ CDS_URL = "http://172.20.0.7:8080" MSB_URL = "http://172.20.0.8:5003" VES_URL = "http://172.20.0.9:30417" DMAAP_URL = "http://172.20.0.10:3904" +K8SPLUGIN_URL = "http://172.20.0.11:5004" diff --git a/integration_tests/urls.py b/integration_tests/urls.py index 2d6b11e..32ffed8 100644 --- a/integration_tests/urls.py +++ b/integration_tests/urls.py @@ -19,5 +19,6 @@ SDNC_URL = "http://sdnc.api.simpledemo.onap.org:5002" CLAMP_URL = "http://clamp.api.simpledemo.onap.org:30258" CDS_URL = "http://cds.api.simpledemo.onap.org:8080" MSB_URL = "http://msb.k8s.api.simpledemo.onap.org:5003" +K8SPLUGIN_URL = "http://k8splugin.api.simpledemo.onap.org:5004" VES_URL = "http://ves.api.simpledemo.onap.org:30417" DMAAP_URL = "http://dmaap.api.simpledemo.onap.org:3904" -- cgit 1.2.3-korg