Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
fd9be7edbde1985675865c85d90b7fe782f8f148
/
apps
/
openstacknetworking
/
app
« Previous
95f7331
Fixes OpenstackSwitchingDirectPortProvider well even it there's interface added to the device already.
by Daniel Park
· 6 years ago
df1e373
Fixing pom.xml
by Yuta Higuchi
· 6 years ago
d486a73
Support to build openstack related apps using Bazel
by Jian Li
· 6 years ago
02db25c
Revert "Uses ICMPEcho class in OpenstackRoutingIcmpHandler and test class."
by Ray Milkey
· 6 years ago
48f1033
Adds default router option only when the gateway is set in subnet.
by Daniel Park
· 6 years ago
f8e422d
Removes default router option and adds unit tests in OpenstackSwitchingDhcpHandler.
by Daniel Park
· 6 years ago
ae3fcff
Add a set of unit tests for openstack telemetry app
by Jian Li
· 6 years ago
086ad70
Add unit tests for SONA apps codec register
by Jian Li
· 6 years ago
f740c2e
Uses ICMPEcho class in OpenstackRoutingIcmpHandler and test class.
by Daniel Park
· 6 years ago
4d48684
Adds unit test for OpenstackRoutingIcmpHandler.
by Daniel Park
· 6 years ago
468e785
Supports MTU option in OpenstackSwitching dhcp handler.
by Daniel Park
· 6 years ago
4d42100
Supports dns options in OpenstackSwitchingDhcpHandler.
by Daniel Park
· 6 years ago
6c0e2b8
Supports ping to other gateway IP's connected to the same router.
by Daniel Park
· 6 years ago
da03ce9
Fix: resolve a set of exceptions raised by tempest integration test
by Jian Li
· 6 years ago
07598ff
Add unit test for openstack switching host provider
by Jian Li
· 6 years ago
0ce2c41
Refactor: use distribute storage to store precommit data
by Jian Li
· 6 years ago
8f64feb
Add precommit capability to openstack port service to resolve NPE
by Jian Li
· 6 years ago
078cd20
Fix: resolve dup host insertion problem caused by resource contention
by Jian Li
· 6 years ago
9598538
Add unit tests for OpenstackNetworkingUtil.
by Daniel Park
· 6 years ago
78ac065
Add unit tests for openstack management REST API
by Jian Li
· 6 years ago
a077817
Add unit tests for OpenstackFlowRuleManager
by Jian Li
· 6 years ago
43e066b
Add unit tests for openstack security group (rule) manager and store
by Jian Li
· 6 years ago
91be8cd
Support Neutron network/port admin state up/down configuration
by Jian Li
· 6 years ago
ee8214a
Support VM resize and cold migration in openstack networking app
by Jian Li
· 6 years ago
cd806b0
Add instance port purge command line interface with completer
by Jian Li
· 6 years ago
c240359
Fix: do not (dis)associate fip if the inst port is not available
by Jian Li
· 6 years ago
f1efbe5
Support pretty JSON output for openstack node and networking apps
by Jian Li
· 6 years ago
5e2ad4a
Support JSON output in external router CLI, make router obj immutable
by Jian Li
· 6 years ago
577b69c
Implements flow tracer in Openstack Networking UI
by Daniel Park
· 6 years ago
67484d9
Added RBAC for REST APIs.
by Thomas Vachuska
· 6 years ago
2c63bd2
Add CLI for listing all openstack instance ports
by Jian Li
· 6 years ago
46b7400
Purge internal map variables by leveraging persistent store
by Jian Li
· 6 years ago
ec5c32b
Simplified the port handling logic for VM live migration case
by Jian Li
· 6 years ago
fae7b38
Add unit tests for instancePort and its manager classes
by Jian Li
· 6 years ago
ecae438
Add distributed persistent store and manager for instance port
by Jian Li
· 6 years ago
f6911bd
Fix Sonar warnings about NPEs after an exception
by Ray Milkey
· 6 years ago
f7934d5
Fix: guarantee to referring to the correct openstack node state
by Jian Li
· 6 years ago
88ae51e
Avoid parallelizing node initialization due to state contention
by Jian Li
· 6 years ago
cd91a07
Added src port and dst ip address option to forced acl functionality.
by Daniel Park
· 6 years ago
dd50eac
Fix problems detected by ErrorProne
by Ray Milkey
· 6 years ago
5b66ce0
Fix: resolve failure of E-W communication at ARP broadcast mode
by Jian Li
· 6 years ago
0e1c7b5
Added forced acl command in OpenstackNetworking app
by Daniel Park
· 6 years ago
7f024de
Add REST interface for configuring ARP mode
by Jian Li
· 6 years ago
7f70bb7
Add CLI for reconfiguring ARP mode on openstacknetworking app
by Jian Li
· 6 years ago
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
Next »