- 29 Jan, 2016 17 commits
-
-
- Remove the word "path" as no ResourcePath anymore - Write conditions that a method throws an exception Change-Id: Ie2f2e1cfd1c6c68051e6700ef4308363a71d9453
Sho SHIMIZU authored -
Will emit a RULE_UPDATE event if the state is changed. Update unit test accordingly. Change-Id: Ie84778c62f52f15b7636d41db246814145e73f77
Charles Chan authored -
With this commit, we can substitute the copyright year during archetype generation phase, so that we do not need to manually input the copyright year. Change-Id: I3c0e4cdc69a3fad7a90335332d5489604107b892
Jian Li authored -
- added size() function to radio button sets - removed noisy warning (panel resize when contents not defined) Change-Id: Id39cffe5c6c9f608b9d9af672b1535610a97f0fc
Simon Hunt authored -
- Implement REST API for gathering system metrics - Add unit test for REST API - Add swagger doc for REST API Change-Id: Iedd21a5f6ed14d595e4d35c1fa08270b48a5031e
Jian Li authored -
Existing implementation only monitors OpenFlow messages. This commit augments the metrics model in a way to monitor more number of control metrics including - CPU Load, total CPU time, sys CPU time, user CPU time, etc. - Used memory percentage, free memory percentage - Disk read/write bytes - Network incoming/outgoing bytes/packets Change-Id: I9e8eee163c3033132eb202f3c75bad246c87f133
Jian Li authored -
(also add linkupdate scenario). Change-Id: Ic0f6753745e43c5fc76a6cb180a0c8a66178c657
Simon Hunt authored
- 28 Jan, 2016 8 commits
-
-
Now, DiscreteResource/DiscreteResourceId is provided by DiscreteFactory. Similarly, ContinuousResource/ContinuousResourceId is provided by ContinuousFactory. These factory instances can be obtained by static factory method such as Resource.discrete(...) or Resource.continuous(...). Change-Id: Ic94f7336c0e1f74cf2dddcac899de300362aff3e
Sho SHIMIZU authored
- 27 Jan, 2016 15 commits
-
-
Fix associated with Change 7179. Change-Id: I1cc88bf59de5757c870a2a507ae4a5e999c1fd1a
Ayaka Koshibe authored -
- Uses netcfg defined value as available resource if defined, else uses port speed as available Bandwidth resource Change-Id: I2dde9a9194025194ed8785b4608f064debab182b
HIGUCHI Yuta authored -
- ResourceId -> DiscreteResourceId/ContinuousResourceId - Resource -> DiscreteResource/ContinuousResource In addition, stop sharing the implementations in the super classes Change-Id: I44662f6b7c23a23c30844a5b693e1cabab2cc091
Sho SHIMIZU authored -
- inherit managed Jackson version and scope Change-Id: I7952cad32b9bdfe49fa6728d77bcf6b51468ea35
HIGUCHI Yuta authored -
Related to this topic: - Disable the meter collector since right now it is not supported - Implement extension VLAN ID selector/treatment for OFDPA Since it requires two special flow entries to match untagged packets 0x1ffe/no mask (filtering rule, need to go first) 0x0000/0x1fff setvid 0x0ffe (assignment rule, need to go second) - Not able to point /32 IP address to ECMP group. Use /31 instead. In addition: - Implement serializer for ExtensionCriterion Change-Id: I621b3ad14014d7e6945c014cdae4f7cd2939288e
Charles Chan authored