38 Commits

Author SHA1 Message Date
Jian Li
4d5c5c3fab Refactor: simplify setoutput port to controller using punt method
Change-Id: Ifb906fb40f96fb1d7b3565f5921fcdc4fea02ad0
2018-04-04 13:39:57 +00:00
Thomas Vachuska
a10137c0fc Fixing residual ON.Lab references.
Change-Id: Ic54a281ce67e49236c7aeb536729d3900dd9433d
2018-04-04 00:02:22 +00:00
daniel park
65e1c204df Fix OpenstackRoutingFloatingIpHandler to retrieve external peer router.
Fix OpenstackRoutingFloatingIpHandler to retrieve external peer router properly.

Change-Id: Ia240bcd21f8c74a253f322e4bd6d138f3bd6a86a
2018-04-03 13:20:42 +09:00
Jian Li
7ddea787bc Fix: resolve NPE when inject non-existing compute node through SONA
Change-Id: I4b828c0c8e303bc1c27854899a5dc568a8be55cb
2018-03-30 07:31:33 +00:00
Jian Li
edc8b76fb7 Refactor: replace OSNetworkService with OSNetworkAdminService
Change-Id: I216cd3bf5b823049c7e684903acd97d57d1e9dff
2018-03-28 10:25:50 +09:00
daniel park
796c2eb2a9 Support flat network type
Change-Id: Idacd79b9799466ac800a689a4700163ce74c3ca1
2018-03-28 01:18:44 +00:00
daniel park
32b42208e0 [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore
- Done: Deriving MAC address from external peer router, SNAT, Floating IP-based routing, SNAT with VLAN,
        Floating IP-based routing with VLAN
- Todo: GW loadbalancing

Change-Id: Ic3dee387e8b6215b5398691665135a00475a306c
2018-03-21 08:31:23 +00:00
Jian Li
8769d5b695 Support both keystone v2.0 and v3 authentication
Change-Id: Iae2aad3b3d78cc901ccbdde8bab62c75ae1e2e92
2018-03-13 16:01:39 +00:00
daniel park
576969a0ed [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore
- Done: Deriving MAC address from external peer router, SNAT, Floating IP-based routing, SNAT with VLAN
- Todo: Floating IP-based routing with VLAN, GW loadbalancing

Change-Id: I718b71eaf64a40049fc86687f10432446bb1b5bf
2018-03-12 09:29:59 +00:00
sangho
a0ef13b5c5 Urgent patch to support OpenStack keystone API 3.0
- Now os4j library uses keystone V3.0, and does not work with v2.0
- v2.0 has been deprecated from OpenStack Ocata version
- It was tested with OpenStack Ocata version
- The correct endpoint URL is http://IP_ADDRESS/identity/v3

Change-Id: I95500612b6c102f664061707aaa41ca941d06ba2
2018-03-09 13:56:39 +09:00
Jian Li
c5cd66235a Fix: resolve REST Unit test failure caused by incorrect jersey deps
Change-Id: I50f8914aed34c9014033ddaf9f4f66d938d07ade
2018-03-08 17:24:20 +00:00
Jian Li
2153659d1f Refactor: make query methods visible in OpenStackSecurityGroupAdminService
Change-Id: Ie698db5ff5de23219e967d43b8e053859265c706
2018-03-06 18:29:26 +00:00
daniel park
719e5104e8 Add openstack end point auto-completion feature for openstack-sync-state cmd.
Change-Id: If97f2db55ed14db4335378a7b6868ba6f0cc0b57
2018-03-06 17:40:41 +00:00
Jian Li
da7c6cb1f0 Refactor: make query methods visible in OpenStackRouterAdminService
Change-Id: I1b08bba03ca256fc2d75ad2574df33bb2a42786a
2018-03-06 17:31:33 +00:00
Jian Li
ea1b9669cb Refactor: add javadoc, restrict visibility, etc for sona switching
Change-Id: I9f5d8e53fb037a34f31dc15f9038a8fd0e756356
2018-03-06 17:27:56 +00:00
Jian Li
9d676fb6ed Refactor: remove duplication, simplify SONA switching host provider
Change-Id: Idd10360f352df34b84dd4b009e33864c4588037f
2018-03-06 17:27:56 +00:00
Jian Li
5a15fe6683 Refactor: make query methods visible in OpenStackNetworkAdminService
Change-Id: I79c9944387da1d93972cc0d79c7d0b7c57b47f21
2018-03-06 13:46:45 +09:00
Jian Li
78885a2240 Refactor: perform further code simplification using asJavaMap
Change-Id: If61d9a0c14f77768a902c8c18340733bfb5d5357
2018-03-05 23:33:41 +00:00
Jian Li
fb00549798 Make DHCP data MTU be configurable in openstacknetworking
Change-Id: Ia51807117f43e0d264c5becf3c2c43f69ef1a7cb
2018-03-05 23:33:34 +00:00
Jian Li
71670d1185 Fix: resolve critical issues reported by sonar
Change-Id: I5ff9363b95608a96e324c294995dbcb79bba1fa9
2018-03-02 21:31:07 +09:00
Jian Li
3336163b98 Fix: resolve 400 HTTP error caused by incorrect example JSON string
Change-Id: Id07a4aa4553ba44d88ffc553d2a03d911f14a2f0
2018-03-01 13:18:58 -08:00
Jian Li
156c96f7a9 Refactor: split api from single bundle for openstacknetworking
Change-Id: I8d94476d04bea1c0440e9735f519fdca3b1bd77d
2018-03-01 21:17:23 +00:00
Hyunsun Moon
b974fcacf0 Refactored OpenstackSwitching app
[DONE]
- Restructured to activate or deactivate switching and routing app separately
- Fixed to add or remove host when port is detected or vanished
- Use openstack node service to get integration bridges and data IP

[TODO]
- Remove use of OpenstackPortInfo
- Support installing flow rules for exising VMs
- Call security group update method when port update triggered from OpenStack

Change-Id: Ic0b2ac3f7ab07f0e20c97c6edfdd1928b9767baf
2016-07-12 00:06:20 +00:00
Brian O'Connor
1b2aea88c0 Removing gratuitous relativePath from pom.xmls
The default value for relativePath is: ../pom.xml

Change-Id: I1f5e5e6bfa1e91fcddae4f8cb8ab0c00c276e6b0
2016-06-16 07:05:31 +00:00
Brian O'Connor
e642f7cf7b Bumping version to 1.7.0-SNAPSHOT
Change-Id: Id105bf08ecbdac6d4e214ae035b4220aea90f29f
2016-05-23 18:35:29 -07:00
Brian O'Connor
5ab426f9ff Updating copyrights
New format: 'Copyright .year-present Open Networking Laboratory'

Change-Id: I1a9e58b355b775e75245ad875a2d7a4df3f03098
2016-04-09 01:20:21 -07:00
Jian Li
9d61649f0f [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2
- Fix unit test errors of web/api
- Fix default page redirection problem
- Fix compilation errors of web/gui
- Fix configuration of aaa, acl, cordfabric, cord-gui, dhcp, mfwd,
  olt, openstack, segmentrouting, vtn, virtualbng, xos-integration
- Fix unit test errors of cpman, vtn, acl, faultmanagement
- Fix compilation errors of openstack, virtualbng, xos-integration,
  REST SB controller
- Rearrange features.xml to resolve bundle dependencies
- Remove all of stale Jersey 1.x libraries
- Rearrange web.xml to point new Jersey 2.x servlet

Change-Id: Ic17f461ede0aa36fa8d470546d8069152dc1d134
2016-03-24 18:54:28 +00:00
Brian O'Connor
955c316b54 Starting snapshot 1.6.0-SNAPSHOT 2016-03-10 15:27:19 -08:00
Brian O'Connor
55b4d80176 Tagging 1.5.0 (Falcon) 2016-03-10 15:24:41 -08:00
Madan Jampani
23696428f8 Starting snapshot 1.5.0-SNAPSHOT 2016-03-09 14:02:04 -08:00
Madan Jampani
b7a5420285 Tagging 1.5.0-rc3 2016-03-09 13:47:32 -08:00
Jian Li
fd46e1d293 Refine application title and category in app.xml and pom.xml
- Remove ONOS keyword from application title
- Capitalize each keyword in application title
- Make it consistent to use App, Provider and Driver in
  application title
- Add right category name for each application
- Add missing application title and category
- Make application category comment more descriptive

Change-Id: Ib886b4a4293c38bd546a4107b20569f1bd7031a7
2016-03-08 18:41:50 +00:00
Jian Li
2b746f4cbd Add missing application titles in app.xml with pom.xml clean up
Change-Id: I543572d696f30f2ceebd39d9c6c33be55f5da38d
2016-03-08 06:06:32 +00:00
Simon Hunt
afae2f71fc Apps-- added onos.app.title property to applications.
Change-Id: Id845390ee0bee5b871c0ce9f47b2ce98fbcf26b9
2016-03-07 19:30:59 +00:00
Thomas Vachuska
5d8994ffce Starting snapshot 1.5.0-SNAPSHOT 2016-03-03 17:13:26 -08:00
Thomas Vachuska
40d5255ca9 Tagging 1.5.0-rc2 2016-03-03 17:08:36 -08:00
Jian Li
814a339458 Resolve openstacknetworking and openstackswitching dependency issue
Change-Id: If246d09af29cfa0379ee9666de2931a3175f46e9
2016-02-25 23:59:06 +00:00
sangho
0c2a3daad4 Refactoring of OpenstackSwitching and OpenstackRouting
Change-Id: Ib7caea98006274dcdfebfe27c07e3533730ab23e
2016-02-23 07:54:25 +00:00