aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application-test.properties7
-rw-r--r--src/main/resources/application.properties5
2 files changed, 11 insertions, 1 deletions
diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties
index 1a73f16..ac3efec 100644
--- a/src/main/resources/application-test.properties
+++ b/src/main/resources/application-test.properties
@@ -30,12 +30,17 @@ onap.lcpCloudRegionId = RegionOne
onap.tenantId = 31047205ce114b60833b23e400d6a535
onap.cloudOwner = CloudOwner
+# k8s
+onap.k8sCloudRegionId = k8sregionfour
+onap.k8sCloudOwner = k8scloudowner4
+k8s-rb-profile-name = default
+
# NBI
nbi.url = http://localhost:${server.port}${server.servlet.context-path}
nbi.callForVNF = false
# SCHEDULER
-scheduler.pollingDurationInMins = 0.1
+scheduler.pollingDurationInMins = 0.2
serviceOrder.schedule = 5000
serviceOrder.initial = 1
executionTask.schedule = 2000
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index e719c6f..b010f50 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -40,6 +40,11 @@ onap.lcpCloudRegionId = RegionOne
onap.tenantId = 6e97a2bd51d74f6db5671d8dc1517d82
onap.cloudOwner = CloudOwner
+# k8s
+onap.k8sCloudRegionId = k8sregionfour
+onap.k8sCloudOwner = k8scloudowner4
+k8s-rb-profile-name = default
+
# NBI
nbi.url = https://localhost:${server.port}${server.servlet.context-path}
nbi.public.url = https://${server.public.ip}:${server.port}${server.servlet.context-path}