- 25 Mar, 2016 11 commits
-
-
Problems in distributed environment This reverts commit aa20d61c. Change-Id: I9f94927edb769afb2c7576a34e017cd77c7af730
Jonathan Hart authored -
Possible fix for ONOS-4206. Change-Id: I6782559b294297f6d929bda49ca6c0fc982cd672
Jonathan Hart authored
-
- 24 Mar, 2016 29 commits
-
-
Move all REST test case classes under org.onosproject.rest.resources package in a way to improve naming consistency. Change-Id: I0a154fe492b90aa426e6af38a3c08d7c1ee8d031
Jian Li authored -
This change breaks backward compatibility of IntentCompier API Change-Id: I471d0e28d97c2379f66d980d3176f89022c3a470
Sho SHIMIZU authored -
- Using Pair<DeviceId, MeterId> instead of MeterId in storedMeterMap to avoid duplicate key IllegalStateException - Replaced ADD operation with MODIFY in pushMeterMetrics method to avoid METER_EXISTS errors Change-Id: I80d3ccededa452445b11bb09b949fb2a208293a4
Konstantinos Kanonakis authored -
They were deprecated in Emu Change-Id: I4272c7788bcd74ad7f272392a67b07bde6b09df4
Sho SHIMIZU authored -
With existing implementation, influxDB access related configuration should be done in both reporter and retriever which may cause potential inconsistency. With this commit, both reporter and retriever refer to access configuration from InfluxDbMetricsConfig so that we do not need to configure access parameters two times. Change-Id: I25159abb24e46d9593ef71224da3f79e3687d36c
Jian Li authored -
- 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
Jian Li authored -
This is a preparation task for the future Intent Framework major enhancement that aims to consolidate resource allocation invocations into the Framework side instead of the compiler side. Declaring required resources and allocating the resources need to be clearly separated. This patch tries to separate these phases. Change-Id: Id254fe103803daf60ef2576fb5d717e9faa68c03
Sho SHIMIZU authored