Revert "migrate sli to alu-SR1" 60/117260/1
authorDan Timoney <dtimoney@att.com>
Fri, 29 Jan 2021 17:42:42 +0000 (17:42 +0000)
committerDan Timoney <dtimoney@att.com>
Fri, 29 Jan 2021 17:42:42 +0000 (17:42 +0000)
commit0e4e58bf061df695341ac250beb97a978cefdaf7
tree06539b81ae2f3bbeddd3f7f30199cdd200a8480c
parentce4e5f9a00d2677495240ad367b9bfc4b74752d0
Revert "migrate sli to alu-SR1"

This reverts commit ce4e5f9a00d2677495240ad367b9bfc4b74752d0.

Reason for revert: ODL upgrade changes need to be backed out until issues in ccsdk/features are resolved.

Change-Id: I168e2519e37f3eee61609d0da890c14db49ec49e
70 files changed:
.gitignore
adaptors/aai-service/provider/src/main/resources/OSGI-INF/blueprint/aaiservice-blueprint.xml [new file with mode: 0755]
adaptors/mdsal-resource/provider/src/main/resources/OSGI-INF/blueprint/mdsal-resource-blueprint.xml [new file with mode: 0755]
adaptors/netbox-client/provider/src/main/resources/OSGI-INF/blueprint/netbox-client.xml [new file with mode: 0644]
adaptors/resource-assignment/provider/src/main/resources/OSGI-INF/blueprint/resource-assignment-blueprint.xml [new file with mode: 0755]
adaptors/resource-assignment/provider/src/main/resources/OSGI-INF/blueprint/resource-assignment.xml [new file with mode: 0755]
adaptors/saltstack-adapter/saltstack-adapter-provider/src/main/resources/OSGI-INF/blueprint/saltstack-adapter-blueprint.xml [new file with mode: 0755]
adaptors/sql-resource/provider/src/main/resources/OSGI-INF/blueprint/sql-resource-blueprint.xml [new file with mode: 0755]
core/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml [new file with mode: 0755]
core/features/ccsdk-dblib/pom.xml
core/features/ccsdk-sli/pom.xml
core/sli/provider-base/pom.xml
core/sli/provider/pom.xml
core/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/MdsalHelper.java
core/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/PrintYangToProp.java [new file with mode: 0644]
core/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicClassResolver.java
core/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicService.java
core/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
core/sli/provider/src/main/resources/OSGI-INF/blueprint/sli-blueprint.xml [new file with mode: 0644]
core/sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/MdsalHelperTest.java
core/sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/MdsalHelperTesterUtil.java
core/sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/PrintYangToPropTest.java
core/sliPluginUtils/provider/src/main/resources/OSGI-INF/blueprint/slipluginutils-blueprint.xml [new file with mode: 0644]
core/sliapi/model/swagger/src/main/json/sliapi.json
core/sliapi/model/swagger/src/main/yaml/sliapi.yaml
core/sliapi/provider/pom.xml
core/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/SliapiProvider.java
core/sliapi/provider/src/main/resources/OSGI-INF/blueprint/sliapi-blueprint.xml [new file with mode: 0644]
core/sliapi/provider/src/main/resources/org/opendaylight/blueprint/sliapi-blueprint.xml
core/sliapi/provider/src/test/java/org/onap/ccsdk/sli/core/sliapi/TestSliapiProvider.java
northbound/asdcApi/provider/pom.xml
northbound/asdcApi/provider/src/main/java/org/onap/ccsdk/sli/northbound/asdcapi/AsdcApiProvider.java
northbound/asdcApi/provider/src/main/resources/OSGI-INF/blueprint/asdc-blueprint.xml [new file with mode: 0644]
northbound/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml
northbound/asdcApi/provider/src/test/java/org/onap/ccsdk/sli/northbound/asdcapi/TestAsdcApiApi.java
northbound/daexim-offsite-backup/provider/pom.xml
northbound/daexim-offsite-backup/provider/src/main/java/org/onap/ccsdk/sli/northbound/daeximoffsitebackup/DaeximOffsiteBackupProvider.java
northbound/daexim-offsite-backup/provider/src/main/resources/OSGI-INF/blueprint/DaeximOffsiteBackup.xml [new file with mode: 0755]
northbound/daexim-offsite-backup/provider/src/main/resources/org/opendaylight/blueprint/DaeximOffsiteBackup.xml
northbound/daexim-offsite-backup/provider/src/test/java/org/onap/ccsdk/sli/northbound/daeximoffsitebackup/DaeximOffsiteBackupProviderTest.java
northbound/dataChange/provider/pom.xml
northbound/dataChange/provider/src/main/java/org/onap/ccsdk/sli/northbound/DataChangeProvider.java
northbound/dataChange/provider/src/main/resources/OSGI-INF/blueprint/datachange-blueprint.xml [new file with mode: 0644]
northbound/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml
northbound/dataChange/provider/src/test/java/org/onap/sdnc/northbound/dataChange/DataChangeClientTest.java
northbound/dataChange/provider/src/test/java/org/onap/sdnc/northbound/dataChange/TestDataChange.java
northbound/lcm/provider/pom.xml
northbound/lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmProvider.java
northbound/lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmSliClient.java
northbound/lcm/provider/src/main/resources/OSGI-INF/blueprint/lcm-blueprint.xml [new file with mode: 0644]
northbound/lcm/provider/src/main/resources/org/opendaylight/blueprint/lcm-blueprint.xml
northbound/lcm/provider/src/test/java/org/onap/ccsdk/sli/northbound/TestLcmProvider.java
northbound/ueb-listener/src/test/resources/incoming/src_test_resources_csars_service-NfodService-csar.csar [new file with mode: 0644]
plugins/features/ccsdk-restconf-client/pom.xml
plugins/grToolkit/provider/pom.xml
plugins/grToolkit/provider/src/main/java/org/onap/ccsdk/sli/plugins/grtoolkit/GrToolkitProvider.java
plugins/grToolkit/provider/src/main/resources/org/opendaylight/blueprint/GrToolkit.xml
plugins/grToolkit/provider/src/test/java/org/onap/ccsdk/sli/plugins/grtoolkit/GrToolkitProviderTest.java
plugins/properties-node/provider/src/main/resources/OSGI-INF/blueprint/properties-node-blueprint.xml [new file with mode: 0755]
plugins/restapi-call-node/provider/pom.xml
plugins/restapi-call-node/provider/src/main/resources/OSGI-INF/blueprint/restapi-call-node-blueprint.xml [new file with mode: 0755]
plugins/restconf-client/provider/pom.xml
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfapicall/RestconfApiCallNode.java
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfapicall/RestconfApiUtils.java
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/yangserializers/dfserializer/DfSerializerUtil.java
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/yangserializers/pnserializer/MdsalPropertiesNodeSerializer.java
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/yangserializers/pnserializer/MdsalPropertiesNodeUtils.java
plugins/restconf-client/provider/src/main/resources/OSGI-INF/blueprint/restconf-client-blueprint.xml [new file with mode: 0755]
plugins/restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/yangserializers/pnserializer/PropertiesSerializerTest.java
plugins/sshapi-call-node/provider/src/main/resources/OSGI-INF/blueprint/sshapi-call-node-blueprint.xml [new file with mode: 0755]