- 21 Jan, 2016 8 commits
-
-
Application codec returns permissions, requiredApps and features in string format. However, based on swagger doc, the codec is supposed to return array. This commit fixes the type inconsistent issue raised in application rest api. Change-Id: If47338b287518a981c98ff89ca543802579c7610
Jian Li authored -
…s-core-primitives bundle Change-Id: Icd5dbd4133cb2f21bd403bcd598e6012813e6bfd
Madan Jampani authored -
floatingip bind a vm, it can not be deleted and return a error status code to openstack, but openstack do not deal with the error status code and delete the floatingip, and this lead to APEX'functiontest does not pass, so we have modified the code logic and allowed to delete the floatingip which have bind a vm. Change-Id: Ic4473ed4ee170be62f95c4168b39a507e6aea8b0
lishuai authored -
Change related to this topic: - Support VLAN cross-connect traffic Utilize ports subjectClass to achieve. For non-xConnect port, set interface VLAN to -1 - Remove VLAN checking since we have multiple VLANs per port - Hash the L2 interface group key generation to include VLAN as well - Update the network-cfg.json sample Other refactoring changes: - Read next objective stores from srManager directly - Use constant for flow priority - CORD-267 Javadoc fix Change-Id: I4ca8c2d9c8b3633a4a0101c5070d19343f7e5b90
Charles Chan authored
- 20 Jan, 2016 19 commits
-
-
This commit bumps up karaf to 3.0.5. This commit also bumps up the jetty to 8.1.18.v20150929. Change-Id: I52849c38b535205db8c4e00e799b332f63b7e3f2
Jian Li authored -
Use $ONOS_WEB_{USER,PASS} to get infomation when forming ONOS cluster Change-Id: Id2b5bc4f66b58440eb0d7d1bd0b68f10e28d0e68
Phil Huang authored -
Adds the flow rules for router to the network node and compute nodes when a router is added. Change-Id: I6e159b813a32f8e8b48f488d66731f882cf867ed
sanghoshin authored -
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
Jian Li authored -
- Renamed CordVtnConfigManager to CordVtnNodeManager - Moved all node bootstrap logic to CordVtnNodeManager - CordVtnService now provides VM add/remove and service dependency create/remove - Made CordVtn implement HostProvider so that it can inject/eject VM to the system Change-Id: I0011ac692ecea240d2d7fe48b3e7a1db4973b76e
Hyunsun Moon authored
- 19 Jan, 2016 13 commits
-
-
Added AsyncDistributedSet that provides async set operations Change-Id: I83494075a7973694ea6b7445ff4799b7a1a50641
Madan Jampani authored