SADIS must use 1.13.8 tag of ONOS
Change-Id: I3daf7bd9817a67fe28261999ee5e0df04ea5f056
diff --git a/README-NEW-DESIGN.md b/README-NEW-DESIGN.md
index 3f6b6f6..caa3310 100644
--- a/README-NEW-DESIGN.md
+++ b/README-NEW-DESIGN.md
@@ -57,9 +57,9 @@
-------
To test the related work:
-- Run ONOS 1.13.6 using "ok clean"
+- Run ONOS 1.13.8 using "ok clean"
-- Go to 1.13.6/config directory and create cfg.json. If you want to test the remote address, then enter the entry:
+- Go to 1.13.8/config directory and create cfg.json. If you want to test the remote address, then enter the entry:
```
{
@@ -154,18 +154,14 @@
}
```
-- Install Cord-Config Oar - Be sure that this application ONOS dependency is also 1.13.6.
- ```
- onos-app localhost install ~/voltha-projects/config/target/cord-config-1.5.0-SNAPSHOT.oar
- ```
- Install and activate SADIS.
```
- onos-app localhost install ~/voltha-projects/sadis-new/sadis/app/target/sadis-app-2.2.0-SNAPSHOT.oar
+ onos-app localhost install ~/voltha-projects/sadis-new/sadis/app/target/sadis-3.0.0.oar
onos-app localhost activate org.opencord.sadis
```
- Add the config that refers to cfg.json.
```
- onos-netcfg localhost /tmp/1.13.6/config/cfg.json
+ onos-netcfg localhost /tmp/1.13.8/config/cfg.json
```
- Connect to ONOS CLI and run SADIS commands:
diff --git a/pom.xml b/pom.xml
index 2ee0044..e487ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.13.6</version>
+ <version>1.13.8</version>
<relativePath></relativePath>
</parent>
@@ -33,7 +33,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <onos.version>1.13.6</onos.version>
+ <onos.version>1.13.8</onos.version>
<onos.app.name>org.opencord.sadis</onos.app.name>
<onos.app.category>Utility</onos.app.category>
<onos.app.title>Subscriber and Access Device Information Service</onos.app.title>