- 24 Mar, 2016 20 commits
-
-
- 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 -
Theme updates are now propagated to all user sessions. Change-Id: If0e3f417294ee503c1186710c614d813b7cbd88e
Thomas Vachuska authored
- 23 Mar, 2016 17 commits
-
-
Introduced a new INSTANCE_READY type of ClusterEvent. Change-Id: I7f77ebae56cb18c196cd3ec7f2735faa4ca363db
Thomas Vachuska authored -
- MPLS encapsulation using constraint - New MPLS encapsulation test - Fix VLAN encapsulation test Change-Id: I94670bcd51a95a0272f786681e51d6785a56c4f5
Michele Santuari authored -
Also add validation that the given JSON node is appropriate for the config type (list vs object). Change-Id: Ib1c12b538860a6f18b8311c5f5a786608c04beb8
Jonathan Hart authored -
- Specify Logger for the Executor - Use Executor#execute instead of ExecutorService#submit for fire and forget type of usage. Note: submit() will swallow thrown Exception Change-Id: I507b841dc3feedf4ad20a746c304518d68fb846a
HIGUCHI Yuta authored -
- Added MapListener for cordvtn node store and made the init process to be triggered by map event, so that the leader can do its job regardless of the location where node init CLI command happens - Fixed equals and hashCode override to use all node attributes except for the node init state - Adjusted some log levels Change-Id: I45688afa60de3516d91132e8a6c49cf90c4dcae4
Hyunsun Moon authored -
This helps in fixing "address in use" exceptions while creating the datagram sockets. This was hit while triggering repeated radius server reconfigurations. Change-Id: I084c1d83499c010036fcfbca0ad86d40f4e4db88
A.R Karthick authored
- 22 Mar, 2016 3 commits