Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Do
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
normal
-
5463
Description
I am using:
[autobuildrelease-1075]
https://nexus.opendaylight.org/content/repositories/autorelease-1075/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz
February 13, 2016
and [stable]
https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz
February 22, 2016
I bring up 3 dpn, with posting the internal transport zones in one post.
(POST) http://odl/restconf/config/itm:transport-zones/
{'transport-zone': [{'subnets': [{'gateway-ip': '0.0.0.0',
'prefix': '192.168.2.0/24',
'vlan-id': 0,
'vteps': [
,
,
]}],
'tunnel-type': 'odl-interface:tunnel-type-vxlan',
'zone-name': 'TZA'}]}
in both releases, although the internal transport is created correctly:
(GET) http://odl/restconf/config/itm:transport-zones/
{
"transport-zones": {
"transport-zone": [
{
"zone-name": "TZA",
"tunnel-type": "odl-interface:tunnel-type-vxlan",
"subnets": [
{
"prefix": "192.168.2.0/24",
"vlan-id": 0,
"vteps": [
,
,
{ "dpn-id": 68712021894977, "portname": "phy0", "ip-address": "192.168.2.4" } ],
"gateway-ip": "0.0.0.0"
}
]
}
]
}
}
(GET) http://odl/restconf/config/itm-state:dpn-endpoints/
{
"dpn-endpoints": {
"DPN-TEPs-info": [
{
"DPN-ID": 112782488287055,
"tunnel-end-points": [
]
},
{
"DPN-ID": 191959103210564,
"tunnel-end-points": [
]
},
{
"DPN-ID": 68712021894977,
"tunnel-end-points": [
]
}
]
}
}
it is not comming up on ovs on all hosts correctly:
Warning: Permanently added 'node-17,192.168.0.5' (ECDSA) to the list of known hosts. [30/8484]
2593f8aa-df19-4459-bbf4-114fb551afa5
Manager "tcp:192.168.0.3:6640"
is_connected: true
Bridge br-int
Controller "tcp:192.168.0.3:6633"
is_connected: true
Port br-int
Interface br-int
type: internal
Port "TUNNEL:6"
Interface "TUNNEL:6"
type: vxlan
options:
Port "TUNNEL:1"
Interface "TUNNEL:1"
type: vxlan
options:
ovs_version: "2.4.0"
Warning: Permanently added 'node-14,192.168.0.4' (ECDSA) to the list of known hosts.
7ef6c580-a288-4636-ba15-ff344ecc30aa
Manager "tcp:192.168.0.3:6640"
is_connected: true
Bridge br-int
Controller "tcp:192.168.0.3:6633"
is_connected: true
Port br-int
Interface br-int
type: internal
ovs_version: "2.4.0"
Warning: Permanently added 'node-16,192.168.0.6' (ECDSA) to the list of known hosts.
a68a0f20-3913-4650-88a3-a76eb5017bb9
Manager "tcp:192.168.0.3:6640"
is_connected: true
Bridge br-int
Controller "tcp:192.168.0.3:6633"
is_connected: true
Port br-int
Interface br-int
type: internal
Port "TUNNEL:4"
Interface "TUNNEL:4"
type: vxlan
options:
Port "TUNNEL:2"
Interface "TUNNEL:2"
type: vxlan
options:
ovs_version: "2.4.0"