[VOL-2761][VOL-2905] Support for DT workflow
Change-Id: I9fe1fae20d3a5970a474a234aa3bde0f9110569e
diff --git a/examples/sadis-in-bbsim.json b/examples/sadis-in-bbsim.json
index c016e82..1e972ce 100644
--- a/examples/sadis-in-bbsim.json
+++ b/examples/sadis-in-bbsim.json
@@ -1,17 +1,26 @@
{
"sadis": {
"integration": {
- "url": "http://bbsim.voltha.svc:50074/v1/subscribers/%s",
+ "url": "http://bbsim:50074/v2/subscribers/%s",
"cache": {
- "enabled": true,
+ "enabled": false,
"maxsize": 50,
- "ttl": "PT1m"
+ "ttl": "PT0m"
}
- }
+ },
+ "entries": [
+ {
+ "id": "BBSIM_OLT_0",
+ "hardwareIdentifier": "0a:0a:0a:0a:0a:00",
+ "ipAddress": "0.0.0.0",
+ "nasId": "BBSIM_OLT_0",
+ "uplinkPort": 1048576
+ }
+ ]
},
"bandwidthprofile": {
"integration": {
- "url": "http://bbsim.voltha.svc:50074/v1/bandwidthprofiles/%s",
+ "url": "http://bbsim:50074/v2/bandwidthprofiles/%s",
"cache": {
"enabled": true,
"maxsize": 40,
diff --git a/examples/sadis-in-bbsim2.json b/examples/sadis-in-bbsim2.json
deleted file mode 100644
index b0fcc91..0000000
--- a/examples/sadis-in-bbsim2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "sadis": {
- "integration": {
- "url": "http://bbsim.voltha.svc:50074/v2/subscribers/%s",
- "cache": {
- "enabled": true,
- "maxsize": 50,
- "ttl": "PT1m"
- }
- }
- },
- "bandwidthprofile": {
- "integration": {
- "url": "http://bbsim.voltha.svc:50074/v2/bandwidthprofiles/%s",
- "cache": {
- "enabled": true,
- "maxsize": 40,
- "ttl": "PT1m"
- }
- }
- }
-}
diff --git a/examples/sadis-minimal-voltha-1.json b/examples/sadis-minimal-voltha-1.json
deleted file mode 100644
index 259d3c4..0000000
--- a/examples/sadis-minimal-voltha-1.json
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "org.opencord.sadis": {
- "sadis": {
- "integration": {
- "cache": {
- "enabled": true,
- "maxsize": 50,
- "ttl": "PT1m"
- }
- },
- "entries": [
- {
- "id": "BBSM00000001",
- "cTag": 900,
- "sTag": 900,
- "nasPortId": "BBSM00000001",
- "technologyProfileId": 64,
- "upstreamBandwidthProfile": "High-Speed-Internet",
- "downstreamBandwidthProfile": "User1-Specific"
- },
- {
- "id": "BBSM00000002",
- "cTag": 901,
- "sTag": 900,
- "nasPortId": "BBSM00000002",
- "technologyProfileId": 64,
- "upstreamBandwidthProfile": "High-Speed-Internet",
- "downstreamBandwidthProfile": "User1-Specific"
- },
- {
- "id": "BBSM00000101",
- "cTag": 902,
- "sTag": 900,
- "nasPortId": "BBSM00000101",
- "technologyProfileId": 64,
- "upstreamBandwidthProfile": "High-Speed-Internet",
- "downstreamBandwidthProfile": "User1-Specific"
- },
- {
- "id": "BBSM00000102",
- "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
diff --git a/examples/sadis-minimal-voltha-2.json b/examples/sadis-minimal-voltha-2.json
deleted file mode 100644
index 5c20625..0000000
--- a/examples/sadis-minimal-voltha-2.json
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "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