Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
cc41a9459902f2a6f6c941550c1517689fa8b219
/
apps
/
openstacknetworking
/
app
« Previous
e6110b7
Fix: resolve the service not found exception caused by openstack4j
by Jian Li
· 6 years ago
6041f10
Fixes default arp mode to proxy in OpenstackNetworking app.
by Daniel Park
· 6 years ago
e2e03a5
Fix: do not add fake gateway ARP rule for FLAT typed network
by Jian Li
· 6 years ago
753280e
Support collecting outbound vFlow stats for FLAT typed network
by Jian Li
· 6 years ago
960ae51
Fix: pipeline to stat flat outbound table rather than flat table
by Jian Li
· 6 years ago
87ded82
Augment SONA pipeline to support both vTap and vFlow stats features
by Jian Li
· 6 years ago
5a38ab6
Fix openstack telemetry, networking, vtap app maven build
by Jian Li
· 6 years ago
bcc53d3
Sonar fixes
by Ray Milkey
· 6 years ago
3a14059
Fixes to avoid NPE of OpenstackSecurityGroupHandler in case OpenstackNetworking app is modified
by Daniel Park
· 6 years ago
d9d4c29
Supports classless static route option in SONA
by Daniel Park
· 6 years ago
613ac37
Fixes setFakeGatewayArpRule called with in case of openstack node event.
by Daniel Park
· 6 years ago
04f9ffe
Adds host routes to OpenstackNetworkListCommanAdds.
by Daniel Park
· 6 years ago
6ed9cf0
Fixes OpenStackRoutingHandler deal with OPENSTACK_NODE_UPDATED event
by Daniel Park
· 6 years ago
803a1d5
Add REST API used for quering floating IPs mapped with fixed IPs
by Jian Li
· 6 years ago
77323c5
Fix: resolve NPE caused by null portId of instancePort at two events
by Jian Li
· 6 years ago
e1a3903
Fix: remove floating IP related rules only if the instance was removed
by Jian Li
· 6 years ago
9a921b4
[ONOS-7684] Support VM Live Migration (FLAT)
by Jian Li
· 6 years ago
24ec59f
[ONOS-7684] Support VM Live Migration (VxLAN + VLAN)
by Jian Li
· 6 years ago
8abf2fe
Extend the SONA pipeline to support gathering vFlow stats
by Jian Li
· 6 years ago
0b56428
Add REST interface for synchronizing openstack states and rules
by Jian Li
· 6 years ago
d1b14d3
Fix: Avoid from deleting flat jump rules even if there are remained vm's in same host
by Daniel Park
· 6 years ago
f3a28b0
Fix: remove FixedIpAddress associated with FloatingIp when purge VM
by Jian Li
· 6 years ago
a171a43
Fix: install flow rules to corresponding GW by listening fip events
by Jian Li
· 6 years ago
9dc5739
Sonar suggestion - Don't use a mutable collection in a public interface
by Ray Milkey
· 6 years ago
51b844c
Support openstack controller node status check feature
by Jian Li
· 6 years ago
c4d0640
[ONOS-7627] Support the creation of sr-iov port type for LiquidIO smart NIC
by Daniel Park
· 6 years ago
d4066ea
Bugfix: resolve a NPE caused by quering a non-existing router MAC
by Jian Li
· 6 years ago
de67978
Fix: avoid ICMP DUP replies caused by duplicated rules in GW nodes
by Jian Li
· 6 years ago
14a79f2
Fix: handles ARP Reply msg only if it is received by gateway node
by Jian Li
· 6 years ago
0933609
Fix: resolve the maven build error caused by cyclic dependency
by Jian Li
· 6 years ago
1064e4f
Initial implementation of gateway load balancer for SONA app
by Jian Li
· 6 years ago
4df657b
Bugfix: fix ARP reply rule using external gateway snat IP
by Jian Li
· 6 years ago
75e3d7f
Fixes OpenstackRoutingFloatingIpHandler don't create illegal upstream rules in case of multiple gateway nodes.
by Daniel Park
· 6 years ago
1478f29
Set SONA ARP mode as broadcast by default for better avaialability
by Jian Li
· 6 years ago
3ad8213
Fixes OpenstackRoutingFloatingIpHandler don't create illegal rules in case of multiple gateway nodes.
by Daniel Park
· 6 years ago
92d42fc
Add endpoint attribute to openstack controller node
by Jian Li
· 6 years ago
c07b5ca
Specify the openstack endpoint using hostname when mgmtIp is empty
by Jian Li
· 6 years ago
f96685c
Refactor: split the flow rule setup logic for compute and ctrl nodes
by Jian Li
· 6 years ago
6031225
[ONOS-7606] Support ARP broadcast at gatewaynode (VLAN + VxLAN)
by Jian Li
· 6 years ago
b311c7e
Fix: assign correct subnet CIDR as a DHCP router option
by Jian Li
· 6 years ago
5965788
[ONOS-7606] Support ARP broadcast for VLAN type network
by Jian Li
· 6 years ago
c64b4c6
Fix SONA to support vlan network mode.
by Daniel Park
· 6 years ago
0665396
Fix: enable resolve MAC address in ARP proxy mode at gateway node
by Jian Li
· 6 years ago
70a2c3f
Implemented extended SONA pipeline /w splitting VNI from DHCP Table
by Jian Li
· 7 years ago
99892e9
Fix: remove FloatingIp related flow rules when removing a VM
by Jian Li
· 7 years ago
859db25
bugfix
by daniel park
· 7 years ago
3905787
[ONOS-7621] Use OpenstackAuth info to authenticate keystone in CLI
by Jian Li
· 7 years ago
bca9049
Starting snapshot 1.14.0-SNAPSHOT
by Ray Milkey
· 7 years ago
2a43cb3
Config ARP proxy mode by default ensure it works in VXLAN and VLAN
by Jian Li
· 7 years ago
bb4f541
Fix: resolve NPE by obtaining networkId from subnet instead of port
by Jian Li
· 7 years ago
eae1236
[ONOS-7606] Support ARP broadcast (VxLAN) to handle CP failure
by Jian Li
· 7 years ago
8cbc3b9
Refactor sync-state command, allow specifying perspective as option
by Jian Li
· 7 years ago
b43b067
Allow to specify endpoint perspective property through SONA CLI
by Jian Li
· 7 years ago
1a9e71c
Ignore SSL varification when authenticate with keystone service
by Jian Li
· 7 years ago
c2a2ed6
Add trace for OpenstackRoutingFloatingIpHandler
by daniel park
· 7 years ago
dea0fdb
Refactor with adding unit test for OpenstackNetworkingUtil
by Jian Li
· 7 years ago
2694976
Refactor: move RulePopulatorUtil into util package, w/ minor fixes
by Jian Li
· 7 years ago
8e7e6cd
Add unit test for OpenstackSwitchingArpHandler
by Jian Li
· 7 years ago
3e70d8a
Add unit test for OpenstackSwitchingDhcpHandler
by Jian Li
· 7 years ago
15506e8
Fix gateway ip address in OpenstackSwitchingDhcpHandler
by daniel park
· 7 years ago
4d5c5c3
Refactor: simplify setoutput port to controller using punt method
by Jian Li
· 7 years ago
a10137c
Fixing residual ON.Lab references.
by Thomas Vachuska
· 7 years ago
65e1c20
Fix OpenstackRoutingFloatingIpHandler to retrieve external peer router.
by daniel park
· 7 years ago
7ddea78
Fix: resolve NPE when inject non-existing compute node through SONA
by Jian Li
· 7 years ago
edc8b76
Refactor: replace OSNetworkService with OSNetworkAdminService
by Jian Li
· 7 years ago
796c2eb
Support flat network type
by daniel park
· 7 years ago
32b4220
[ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore
by daniel park
· 7 years ago
8769d5b
Support both keystone v2.0 and v3 authentication
by Jian Li
· 7 years ago
576969a
[ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore
by daniel park
· 7 years ago
a0ef13b
Urgent patch to support OpenStack keystone API 3.0
by sangho
· 7 years ago
c5cd662
Fix: resolve REST Unit test failure caused by incorrect jersey deps
by Jian Li
· 7 years ago
2153659
Refactor: make query methods visible in OpenStackSecurityGroupAdminService
by Jian Li
· 7 years ago
719e510
Add openstack end point auto-completion feature for openstack-sync-state cmd.
by daniel park
· 7 years ago
da7c6cb
Refactor: make query methods visible in OpenStackRouterAdminService
by Jian Li
· 7 years ago
ea1b966
Refactor: add javadoc, restrict visibility, etc for sona switching
by Jian Li
· 7 years ago
9d676fb
Refactor: remove duplication, simplify SONA switching host provider
by Jian Li
· 7 years ago
5a15fe6
Refactor: make query methods visible in OpenStackNetworkAdminService
by Jian Li
· 7 years ago
78885a2
Refactor: perform further code simplification using asJavaMap
by Jian Li
· 7 years ago
fb00549
Make DHCP data MTU be configurable in openstacknetworking
by Jian Li
· 7 years ago
71670d1
Fix: resolve critical issues reported by sonar
by Jian Li
· 7 years ago
3336163
Fix: resolve 400 HTTP error caused by incorrect example JSON string
by Jian Li
· 7 years ago
156c96f
Refactor: split api from single bundle for openstacknetworking
by Jian Li
· 7 years ago
b974fca
Refactored OpenstackSwitching app
by Hyunsun Moon
· 8 years ago
1b2aea8
Removing gratuitous relativePath from pom.xmls
by Brian O'Connor
· 8 years ago
e642f7c
Bumping version to 1.7.0-SNAPSHOT
by Brian O'Connor
· 8 years ago
5ab426f
Updating copyrights
by Brian O'Connor
· 9 years ago
9d61649
[ONOS-4042] Bump up Jersey from 1.19 to 2.22.2
by Jian Li
· 9 years ago
955c316
Starting snapshot 1.6.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
55b4d80
Tagging 1.5.0 (Falcon)
by Brian O'Connor
· 9 years ago
1.5.0
2369642
Starting snapshot 1.5.0-SNAPSHOT
by Madan Jampani
· 9 years ago
b7a5420
Tagging 1.5.0-rc3
by Madan Jampani
· 9 years ago
1.5.0-rc3
fd46e1d
Refine application title and category in app.xml and pom.xml
by Jian Li
· 9 years ago
2b746f4
Add missing application titles in app.xml with pom.xml clean up
by Jian Li
· 9 years ago
afae2f7
Apps-- added onos.app.title property to applications.
by Simon Hunt
· 9 years ago
5d8994f
Starting snapshot 1.5.0-SNAPSHOT
by Thomas Vachuska
· 9 years ago
40d5255
Tagging 1.5.0-rc2
by Thomas Vachuska
· 9 years ago
1.5.0-rc2
814a339
Resolve openstacknetworking and openstackswitching dependency issue
by Jian Li
· 9 years ago
0c2a3da
Refactoring of OpenstackSwitching and OpenstackRouting
by sangho
· 9 years ago