Adding logging for the gRPC channel as default and host configuration for mininet topo
Change-Id: I3e5fe43c68f8003ea0279c11f64d7429aa82cf1b
diff --git a/VERSION b/VERSION
index 26aaba0..538ee20 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0
+1.2.1-dev
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 10c2c84..bc4b229 100644
--- a/sdfabric/Chart.yaml
+++ b/sdfabric/Chart.yaml
@@ -7,7 +7,7 @@
description: A chart to deploy all SD-Fabric components
kubeVersion: ">=1.18.0"
type: application
-version: 1.2.0
+version: 1.2.1-dev
keywords:
- aether
- sdn
diff --git a/sdfabric/dev-values.yaml b/sdfabric/dev-values.yaml
index df1613e..68c1e51 100644
--- a/sdfabric/dev-values.yaml
+++ b/sdfabric/dev-values.yaml
@@ -112,6 +112,10 @@
{
"phasedRecovery": true
}
+ "org.onosproject.grpc.ctl.GrpcChannelControllerImpl": >
+ {
+ "enableMessageLog": true
+ }
netcfg: >
{
"devices": {
@@ -236,6 +240,30 @@
]
}
]
+ },
+ "device:leaf2/3": {
+ "interfaces": [
+ {
+ "name": "leaf2-3",
+ "ips": [
+ "172.16.3.254/24"
+ ],
+ "vlan-tagged": [
+ 300
+ ]
+ }
+ ]
+ },
+ "device:leaf2/4": {
+ "interfaces": [
+ {
+ "name": "leaf2-4",
+ "ips": [
+ "172.16.4.254/24"
+ ],
+ "vlan-untagged": 100
+ }
+ ]
}
},
"hosts": {