summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--odlsli/odlsli-alpine/pom.xml1
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt8
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties2
3 files changed, 10 insertions, 1 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 708324a0..39664894 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -428,6 +428,7 @@
<directory>../src/main/properties</directory>
<includes>
<include>*.properties</include>
+ <include>*.vt</include>
</includes>
<filtering>false</filtering>
</resource>
diff --git a/odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt b/odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt
new file mode 100644
index 00000000..1cdd65e9
--- /dev/null
+++ b/odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt
@@ -0,0 +1,8 @@
+{
+ "input": {
+ "module-name": "oofpcipoc-api",
+ "rpc-name": $rpc_name,
+ "mode": "sync",
+ "sli-parameter": $sli_parameters
+ }
+} \ No newline at end of file
diff --git a/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties b/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties
index afcd89e1..d80bb5ce 100644
--- a/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties
+++ b/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties
@@ -1,5 +1,5 @@
restapi.templateDir=/opt/onap/ccsdk/restapi/templates
-controller.url=http://localhost:8181
+controller.url=http://sdnc.onap:8282
controller.user=admin
controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
ransim-mounted=false