- 22 Jan, 2016 6 commits
-
-
We need to ensure ApplicationService is fully activated before we try to load any applications that may depend on it. Change-Id: I77bcf2534cc43056facb5dca5b6947ab52e61dcc
Jonathan Hart authored -
- Hash method only uses hostname Change-Id: Ibc8309374c8d22138349b651fcac4b6e2bf8b0e0
Daniel Park authored -
This commit implements detail panel view of application. Current implementation adds id, state, category, version, origin, role and url properties to detail panel view. List of features and required applications will be added in a separated commit. Change-Id: Id5cd7ed128b3d69225153aca990c91b462e5a677
Jian Li authored -
FIxing an issue where onos-core-primitives were not getting loaded as part of onos-core-dist feature. Change-Id: I6e5a238770b2f896ab29cd2006db9e16ea16429b
Thomas Vachuska authored
-
- 21 Jan, 2016 9 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 6 commits