Adding sadis example for voltha 1.x and 2.x
Change-Id: Ib111206870ea3399e2873a378b0ef7a3dec7f529
diff --git a/examples/sadis-minimal.json b/examples/sadis-minimal-voltha-1.json
similarity index 100%
rename from examples/sadis-minimal.json
rename to examples/sadis-minimal-voltha-1.json
diff --git a/examples/sadis-minimal-voltha-2.json b/examples/sadis-minimal-voltha-2.json
new file mode 100644
index 0000000..5c20625
--- /dev/null
+++ b/examples/sadis-minimal-voltha-2.json
@@ -0,0 +1,91 @@
+{
+ "org.opencord.sadis": {
+ "sadis": {
+ "integration": {
+ "cache": {
+ "enabled": true,
+ "maxsize": 50,
+ "ttl": "PT1m"
+ }
+ },
+ "entries": [
+ {
+ "id": "BBSM00000001-1",
+ "cTag": 900,
+ "sTag": 900,
+ "nasPortId": "BBSM00000001",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "High-Speed-Internet",
+ "downstreamBandwidthProfile": "User1-Specific"
+ },
+ {
+ "id": "BBSM00000002-1",
+ "cTag": 901,
+ "sTag": 900,
+ "nasPortId": "BBSM00000002",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "High-Speed-Internet",
+ "downstreamBandwidthProfile": "User1-Specific"
+ },
+ {
+ "id": "BBSM00000101-1",
+ "cTag": 902,
+ "sTag": 900,
+ "nasPortId": "BBSM00000101",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "High-Speed-Internet",
+ "downstreamBandwidthProfile": "User1-Specific"
+ },
+ {
+ "id": "BBSM00000102-1",
+ "cTag": 903,
+ "sTag": 900,
+ "nasPortId": "BBSM00000102",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "High-Speed-Internet",
+ "downstreamBandwidthProfile": "User1-Specific"
+ },
+ {
+ "id": "BBSIM_OLT_0",
+ "hardwareIdentifier": "00:1b:22:00:b1:78",
+ "ipAddress": "192.168.1.252",
+ "uplinkPort": 65536,
+ "nasId": "BBSIM_OLT_0"
+ }
+ ]
+ },
+ "bandwidthprofile": {
+ "integration": {
+ "cache": {
+ "enabled": true,
+ "maxsize": 40,
+ "ttl": "PT1m"
+ }
+ },
+ "entries": [
+ {
+ "id": "High-Speed-Internet",
+ "cir": 600,
+ "cbs": 2000,
+ "eir": 5000,
+ "ebs": 2000,
+ "air": 100000
+ }, {
+ "id": "User1-Specific",
+ "cir": 600,
+ "cbs": 3000,
+ "eir": 3000,
+ "ebs": 4000,
+ "air": 100000
+ }, {
+ "id": "Default",
+ "cir": 600,
+ "cbs": 30,
+ "eir": 400,
+ "ebs": 30,
+ "air": 100000
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file