Improve the simple-ecs 67/36967/1
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Sun, 13 Mar 2016 18:03:22 +0000 (02:03 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Thu, 31 Mar 2016 10:33:23 +0000 (18:33 +0800)
commitbb89f19cfae076dc02399b57f53801b4320ce55e
tree991279ac68bc93e43e7e96b2773d912930dd7a73
parent7dc7babadb55708099a0a0caa7d9474f990fec61
Improve the simple-ecs

 - Rename the endpointcostservice to simple-ecs for clarity

 - Modify the released feature to support specialized l2switch
   configuration using <contidion> tag

Change-Id: Ic4cfc9293faad6471cf0883aead3b684faa375b7
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
53 files changed:
alto-basic/pom.xml
alto-basic/simple-ecs/api/pom.xml [moved from alto-basic/endpointcostservice/api/pom.xml with 94% similarity]
alto-basic/simple-ecs/api/src/main/yang/endpointcostservice.yang [moved from alto-basic/endpointcostservice/api/src/main/yang/endpointcostservice.yang with 100% similarity]
alto-basic/simple-ecs/artifacts/pom.xml [moved from alto-basic/endpointcostservice/artifacts/pom.xml with 86% similarity]
alto-basic/simple-ecs/features/pom.xml [moved from alto-basic/endpointcostservice/features/pom.xml with 96% similarity]
alto-basic/simple-ecs/features/src/main/features/features.xml [moved from alto-basic/endpointcostservice/features/src/main/features/features.xml with 72% similarity]
alto-basic/simple-ecs/hostnodetracker/pom.xml [moved from alto-basic/endpointcostservice/hostnodetracker/pom.xml with 96% similarity]
alto-basic/simple-ecs/hostnodetracker/src/main/java/org/opendaylight/alto/basic/hostnode/tracker/topology/api/HostNodeTrackerService.java [moved from alto-basic/endpointcostservice/hostnodetracker/src/main/java/org/opendaylight/alto/basic/hostnode/tracker/topology/api/HostNodeTrackerService.java with 100% similarity]
alto-basic/simple-ecs/hostnodetracker/src/main/java/org/opendaylight/alto/basic/hostnode/tracker/topology/impl/HostNodeTrackerImpl.java [moved from alto-basic/endpointcostservice/hostnodetracker/src/main/java/org/opendaylight/alto/basic/hostnode/tracker/topology/impl/HostNodeTrackerImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/pom.xml [moved from alto-basic/endpointcostservice/impl/pom.xml with 96% similarity]
alto-basic/simple-ecs/impl/src/main/config/default-config.xml [moved from alto-basic/endpointcostservice/impl/src/main/config/default-config.xml with 100% similarity]
alto-basic/simple-ecs/impl/src/main/config/maven-metadata-local.xml [moved from alto-basic/endpointcostservice/impl/src/main/config/maven-metadata-local.xml with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/flow/FlowEntryMatcher.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/flow/FlowEntryMatcher.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/flow/FlowTableMatcher.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/flow/FlowTableMatcher.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/flow/MatchFields.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/flow/MatchFields.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/DataStoreHelper.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/DataStoreHelper.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/IPPrefixHelper.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/IPPrefixHelper.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/ServiceHelper.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/ServiceHelper.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/UtilHelper.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/helper/UtilHelper.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/impl/BasicECSImplementation.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/impl/BasicECSImplementation.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/impl/EndpointcostserviceProvider.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/impl/EndpointcostserviceProvider.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/impl/base/BaseECSImplementation.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/impl/base/BaseECSImplementation.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/exception/ReadDataFailedException.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/exception/ReadDataFailedException.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/HostNodeTrackerImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/HostNodeTrackerImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/LinkServiceImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/LinkServiceImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkElementImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkElementImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkFlowCapableNodeImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkFlowCapableNodeImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkHostNodeImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkHostNodeImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkPortStatisticsServiceImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/NetworkPortStatisticsServiceImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/RoutingServiceImpl.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/impl/RoutingServiceImpl.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/HostNodeTrackerService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/HostNodeTrackerService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/LinkService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/LinkService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkElementService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkElementService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkFlowCapableNodeService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkFlowCapableNodeService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkHostNodeService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkHostNodeService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkPortStatisticsService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/NetworkPortStatisticsService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/RoutingService.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/suportservice/service/RoutingService.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/InstanceIdentifierUtils.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/InstanceIdentifierUtils.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/LinkNode.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/LinkNode.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/NameConverter.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/NameConverter.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/NetworkServiceConstants.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/NetworkServiceConstants.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/RouteServiceConstants.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/alto/basic/endpointcostservice/util/RouteServiceConstants.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModule.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModule.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModuleFactory.java [moved from alto-basic/endpointcostservice/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModuleFactory.java with 100% similarity]
alto-basic/simple-ecs/impl/src/main/yang/endpointcostservice-impl.yang [moved from alto-basic/endpointcostservice/impl/src/main/yang/endpointcostservice-impl.yang with 100% similarity]
alto-basic/simple-ecs/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModuleFactoryTest.java [moved from alto-basic/endpointcostservice/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModuleFactoryTest.java with 100% similarity]
alto-basic/simple-ecs/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModuleTest.java [moved from alto-basic/endpointcostservice/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/endpointcostservice/impl/rev141210/EndpointcostserviceModuleTest.java with 100% similarity]
alto-basic/simple-ecs/it/pom.xml [moved from alto-basic/endpointcostservice/it/pom.xml with 87% similarity]
alto-basic/simple-ecs/it/src/test/java/org/opendaylight/alto/basic/endpointcostservice/it/EndpointcostserviceIT.java [moved from alto-basic/endpointcostservice/it/src/test/java/org/opendaylight/alto/basic/endpointcostservice/it/EndpointcostserviceIT.java with 100% similarity]
alto-basic/simple-ecs/karaf/pom.xml [moved from alto-basic/endpointcostservice/karaf/pom.xml with 89% similarity]
alto-basic/simple-ecs/pom.xml [moved from alto-basic/endpointcostservice/pom.xml with 82% similarity]
alto-release-features/pom.xml
alto-release-features/src/main/features/features.xml