summaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-24 13:21:09 -0400
committerDan Timoney <dtimoney@att.com>2021-03-24 13:21:09 -0400
commite4c7406d3142c4697a40aea5dd013d5cb63c8dae (patch)
treeea0f3c055123860c715358a1621f64c2b75a83d7 /installation
parent4c02840e6e6bf09656fccb5f61d228018a109585 (diff)
Update versions for sli fix
Update versions of ccsdk artifacts/parents to pick up version with sli fix Change-Id: I0d8d0dee73de5bdddc431935821b47f8a6f9a699 Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 93b7db8d89d06ed99fad0e1cc6af732a85419296
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc/pom.xml4
-rw-r--r--installation/src/main/properties/generic-resource-api-dg.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index b9766dad..80dc5a0a 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -24,8 +24,8 @@
<standalone.image.name>onap/sdnc-image</standalone.image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <sdnc.northbound.version>2.1.1</sdnc.northbound.version>
- <ccsdk.docker.version>1.1.1</ccsdk.docker.version>
+ <sdnc.northbound.version>2.1.2</sdnc.northbound.version>
+ <ccsdk.docker.version>1.1.2</ccsdk.docker.version>
<sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore>
<sdnc.keypass><![CDATA[;:G58,7ZhqOSI:7^oZCY[9Dv]]></sdnc.keypass>
<sdnc.secureport>8443</sdnc.secureport>
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties
index 980a2819..b29d3c08 100644
--- a/installation/src/main/properties/generic-resource-api-dg.properties
+++ b/installation/src/main/properties/generic-resource-api-dg.properties
@@ -1,7 +1,7 @@
restapi.templateDir=/opt/onap/sdnc/restapi/templates
controller.url=http://localhost:8181
controller.user=${ODL_USER}
-controller.pwd=${ODL_HOST}
+controller.pwd=${ODL_PASSWORD}
honeycomb.url=http://{honeycomb-instance-ip}:8183
honeycomb.user=${HONEYCOMB_USER}
honeycomb.pwd=${HONEYCOMB_PASSWORD}