diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-08 13:43:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-08 13:43:45 +0000 |
commit | b5b816769e0fd6f3068c13eb004ad2ca95b9cd9b (patch) | |
tree | 996703e26a27d66267a94d4c07f87a47acc9f93b | |
parent | c6f21bed9c8144d5195232d28dfd1d1f9f1373e6 (diff) | |
parent | e35e1c04c20f8c7cb550b14e37c3779f9b19cb8b (diff) |
Merge "Configurations for SDNR OOFPCI Use case"
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 |