- 22 Jan, 2016 18 commits
-
-
- fix dialog button colors - Capitalize action word Change-Id: I11f619fe1f9055e4f5975e5c14c8b562e471fab7
Simon Hunt authored -
Adding arp-spa to flow from vRouter to distinguish between multiple untagged interfaces with the same macAddress. Change-Id: Ifd6e00f70c538c780c0f5728d9ba960a4c70b1db
Saurav Das authored -
- adjusted column widths. - fixed broken escape handler. - made URL in details pane a hyperlink. Change-Id: I0e9756ded47a297f5b2f15177678e7de8d37ee37
Simon Hunt authored -
- Aggregate output of some Discrete resources Currently supports: VlanID, MPLS label, Tributary slots - Add support for Continuous resource Change-Id: I5d002ba7f43f8b8d06228507b7463c29296aec90
HIGUCHI Yuta authored -
- Continuous resource was always considered not available - Support querying for child resource against Continuous (result is no children) - Resource equality to compare id and exact type - Add missing information in Continuous resource toString() - More concise String representation for ResourceId - additional logging added during above bug investigation. Change-Id: I58a95b95b91c246c3c5dbb136a1820f988c6fccd
HIGUCHI Yuta authored -
This commit adds features, permissions and requiredApps properties to Application panel view. Change-Id: I0df026c7fce49c65546eee33a4299b4db6debb08
Jian Li authored -
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 13 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