mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-02-28 11:01:28 +01:00
- Process Icmp packet sent from Host to external network for OpenstackGateway Node - Process Arp packet sent from physical router to gateway Change-Id: Ifcde71a9ca10180682811c9e1bcf58f991b36443
63 lines
2.4 KiB
JSON
63 lines
2.4 KiB
JSON
{
|
|
"apps" : {
|
|
"org.onosproject.openstackrouting" : {
|
|
"openstackrouting" : {
|
|
"physicalRouterMac" : "2a:a1:8a:89:dd:a4",
|
|
"gatewayBridgeId" : "of:0000000000000003",
|
|
"gatewayExternalInterfaceName" : "veth0",
|
|
"gatewayExternalInterfaceMac" : "be:15:c6:b0:df:9f"
|
|
}
|
|
},
|
|
"org.onosproject.openstacknode" : {
|
|
"openstacknode" : {
|
|
"nodes" : [
|
|
{
|
|
"hostname" : "compute-01",
|
|
"ovsdbIp" : "192.168.56.112",
|
|
"ovsdbPort" : "6640",
|
|
"bridgeId" : "of:0000000000000001",
|
|
"openstackNodeType" : "COMPUTENODE"
|
|
},
|
|
{
|
|
"hostname" : "compute-02",
|
|
"ovsdbIp" : "192.168.56.113",
|
|
"ovsdbPort" : "6640",
|
|
"bridgeId" : "of:0000000000000002",
|
|
"openstackNodeType" : "COMPUTENODE"
|
|
},
|
|
{
|
|
"hostname" : "network",
|
|
"ovsdbIp" : "192.168.56.114",
|
|
"ovsdbPort" : "6640",
|
|
"bridgeId" : "of:0000000000000003",
|
|
"openstackNodeType" : "GATEWAYNODE",
|
|
"gatewayExternalInterfaceName" : "veth0",
|
|
"gatewayExternalInterfaceMac" : "be:15:c6:b0:df:9f"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"org.onosproject.openstackinterface" : {
|
|
"openstackinterface" : {
|
|
"neutron_server" : "http://192.168.56.111:9696/v2.0/",
|
|
"keystone_server" : "http://192.168.56.111:5000/v2.0/",
|
|
"user_name" : "admin",
|
|
"password" : "nova"
|
|
}
|
|
}
|
|
},
|
|
"devices" : {
|
|
"of:0000000000000001" : {
|
|
"basic" : {
|
|
"driver" : "sona"
|
|
}
|
|
},
|
|
"of:0000000000000002" : {
|
|
"basic" : {
|
|
"driver" : "sona"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|