Add missing sniro simulator properties 36/70736/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 18 Oct 2018 14:11:14 +0000 (10:11 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 18 Oct 2018 14:11:14 +0000 (10:11 -0400)
Change-Id: I855c6b6d5af266d8f7aa159b29abbe44c56840a5
Issue-ID: SO-1146
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml

index 19c6028..0b1c5e5 100755 (executable)
@@ -106,7 +106,7 @@ mso:
     agnostic:
       sniro:
         endpoint: /sniro/api/v2/placement
-        host: http://c1.vm1.mso.simpledemo.onap.org:30253
+        host: http://sniro-emulator:80
   site-name: CamundaEngine
   sniro:
     auth: test:testpwd
@@ -256,6 +256,21 @@ appc:
     secret: 64AG2hF4pYeG2pq7CT6XwUOT
     service: ueb
     poolMembers: message-router.{{ include "common.namespace" . }}:3904,message-router.{{ include "common.namespace" . }}:3904
+sniro:
+  conductor:
+    enabled: true
+    host: http://sniro-emulator:80
+    uri: /v1/release-orders
+    headers.auth: Basic dGVzdDp0ZXN0cHdk
+  manager:
+    timeout: PT30M
+    host: http://sniro-emulator:80
+    uri.v1: /sniro/api/v2/placement
+    uri.v2: /sniro/api/placement/v2
+    headers.auth: Basic dGVzdDp0ZXN0cHdk
+    headers.patchVersion: 1
+    headers.minorVersion: 1
+    headers.latestVersion: 2
 server:
   port: 8081
   tomcat:
@@ -296,4 +311,4 @@ spring:
     -
       username: mso_admin
       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
-      role: ACTUATOR
+      role: ACTUATOR
\ No newline at end of file