- 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
- 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
This commmit enhances application to have category, icon, URL and
readme. The web GUI and CLI will be implemented in separate commits
Change-Id: Ib02716d7118cc617b24f196f2213ea1fe99a34be
re-set up the private IP address to public IP address mapping
based on the mapping record in XOS.
re-calculates and re-installs all the intents.
Change-Id: I89aa75662da596b9793e02ba41398a43517ccecf
This commit is to handle the case:
We receive a DELETE to delete a vBNG, and then receive
a POST with the same private IP address to create vBNG.
At this moment, if the old vCPE is not down, and the new
vCPE is not up yet, onos will use the host with old
vCPE mac address to create the intent, which is not
correct, and hard to solve. Since onos does not know
the host in the system is old vCPE or new vCPE.
Thus, we change to ask XOS to post us host MAC
and hostname together with the private IP address.
Change-Id: I011924aada589ea81d80a479aefa41753fa2e223
If the vBNG manager failed to create a vBNG for a private IP address
for the first time, usurally because the next hop host or host configured
with private IP address is not in the ONOS system. During the first time
to create a vBNG, if such case happens, vBNG manager will send out the
probe packets to try to find those hosts.
Thus, we should try to create vBNG again after the probe packets.
Change-Id: Ib8684602d4f761d2d09ac8d93738120aa57ce225