Updating Nokia driver 07/30807/20
authorDenes Nemeth <denes.nemeth@nokia.com>
Mon, 12 Feb 2018 19:55:54 +0000 (20:55 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Fri, 23 Feb 2018 10:44:45 +0000 (11:44 +0100)
commitb17042b955489d8a023d09abad5436ff9b900dc3
tree1e4392ac04a2fb1ed8d17075d504cf6594acaf16
parentd4982f7b1777e9cdae9a4cc7d0d104263889ac69
Updating Nokia driver

Change-Id: I950afe6acbdb359cd67a448024f006a45e8fc293
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
171 files changed:
nokiav2/.gitignore [new file with mode: 0644]
nokiav2/deployment/pom.xml [new file with mode: 0644]
nokiav2/deployment/src/assembly/assembly.xml [new file with mode: 0644]
nokiav2/deployment/src/main/resources/.gitignore [new file with mode: 0644]
nokiav2/deployment/src/main/resources/Dockerfile [new file with mode: 0755]
nokiav2/deployment/src/main/resources/LICENSE [new file with mode: 0644]
nokiav2/deployment/src/main/resources/application.properties [new file with mode: 0644]
nokiav2/deployment/src/main/resources/build_image.sh [new file with mode: 0755]
nokiav2/deployment/src/main/resources/docker-entrypoint.sh [new file with mode: 0755]
nokiav2/docs/.gitignore [new file with mode: 0644]
nokiav2/docs/Makefile [new file with mode: 0644]
nokiav2/docs/conf.py [new file with mode: 0644]
nokiav2/docs/index.rst [new file with mode: 0644]
nokiav2/docs/integration.rst [new file with mode: 0644]
nokiav2/docs/onboarding.rst [new file with mode: 0644]
nokiav2/docs/sample/aai.create.customer.request.json [new file with mode: 0644]
nokiav2/docs/sample/aai.create.tenant.request.json [new file with mode: 0644]
nokiav2/docs/sample/cbam.collectConnectionPoints.js [new file with mode: 0644]
nokiav2/docs/sample/cbam.post.collectConnectionPoints.js [new file with mode: 0644]
nokiav2/docs/sample/cbam.pre.collectConnectionPoints.js [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simple/cbam.instantiation.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simple/simple.csar [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simple/vfc.ns.create.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simple/vfc.ns.instantiation.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/cbam.instantiation.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/sample/vfc.to.cbam.instantiation.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/simpleDual.csar [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/vfc.ns.create.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/vfc.ns.heal.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/vfc.ns.instantiation.request.json [new file with mode: 0644]
nokiav2/docs/sampleVnfs/simpleDual/vfc.vnf.scale.request.json [new file with mode: 0644]
nokiav2/docs/samplevnf.rst [new file with mode: 0644]
nokiav2/docs/vnfintegration.rst [new file with mode: 0644]
nokiav2/driver/pom.xml [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/NokiaSvnfmApplication.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/api/IGrantManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/api/INotificationSender.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/api/IPackageProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/api/VimInfoProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/api/VnfmInfoProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/api/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/GenericExternalSystemInfoProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/IpMappingProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/MsbApiProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/SelfRegistrationManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/VfcExternalSystemInfoProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/VfcGrantManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/VfcNotificationSender.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/VfcPackageProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/VfcRestApiProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/CbamVnfPackageBuilder.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/CbamVnfdBuilder.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/OnapVnfPackageBuilder.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/OnapVnfdBuilder.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/ConverterApi.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/LcmApi.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/LcnApi.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/SwaggerApi.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/Conditions.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/RealConfig.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/ServletInitializer.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/CbamUtils.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/StoreLoader.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/SystemFunctions.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/AdditionalParams.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/CatalogManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/CbamRestApiProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/CbamTokenProvider.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/DriverProperties.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/ILifecycleChangeNotificationManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/JobManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/LifecycleManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/LifecycleChangeNotificationManager.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/ProcessedNotification.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/ReportedAffectedConnectionPoints.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/ReportedAffectedCp.java [new file with mode: 0644]
nokiav2/driver/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/package-info.java [new file with mode: 0644]
nokiav2/driver/src/main/resources/MainServiceTemplate.meta [new file with mode: 0644]
nokiav2/driver/src/main/resources/TOSCA.meta [new file with mode: 0644]
nokiav2/driver/src/main/resources/cbam.collectConnectionPoints.js [new file with mode: 0644]
nokiav2/driver/src/main/resources/cbam.post.collectConnectionPoints.js [new file with mode: 0644]
nokiav2/driver/src/main/resources/cbam.pre.collectConnectionPoints.js [new file with mode: 0644]
nokiav2/driver/src/main/resources/self.swagger.json [new file with mode: 0644]
nokiav2/driver/src/main/resources/upload.html [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/TestNokiaSvnfmApplication.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/ct/CTReal.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/TestCbamRestApiProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/TestGenericExternalSystemInfoProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/TestIpMappingProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/core/TestMsbApiProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/TestVfcExternalSystemInfoProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/TestVfcGrantManager.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/TestVfcNotificationSender.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/TestVfcPackageProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/onap/vfc/TestVfcRestApiProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/TestCbamVnfPackageBuilder.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/TestCbamVnfdBuilder.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/TestOnapVnfPackageBuilder.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/packagetransformer/TestOnapVnfdBuilder.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/TestConverterApi.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/TestLcmApi.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/TestLcnApi.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/TestSwaggerApi.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/restapi/TestSwaggerDefinitionConsistency.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/TestConditions.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/TestRealConfig.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/spring/TestServletInitializer.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/TestCbamUtils.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/TestStoreLoader.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/TestSystemFunctions.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/util/TestUtil.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestAdditionalParams.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestBase.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestCbamCatalogManager.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestCbamTokenProvider.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestDriverProperties.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestJobManager.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestLifecycleManager.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/TestSelfRegistrationManager.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/TestLifecycleChangeNotificationManager.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/TestProcessedNotification.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/TestReportedAffectedConnectionPoints.java [new file with mode: 0644]
nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/vnfm/notification/TestReportedAffectedCp.java [new file with mode: 0644]
nokiav2/driver/src/test/resources/.gitignore [new file with mode: 0644]
nokiav2/driver/src/test/resources/application.properties [new file with mode: 0644]
nokiav2/driver/src/test/resources/test.jks [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/cbam.package.zip [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/empty.zip [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/lcn.json [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/localhost.cert.pem [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/localhost.jks [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/maria.vnfd.scalable.tosca.nated.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/missing.vnfd.zip [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/cbam.full.modified.vnfd.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/cbam.full.original.vnfd.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/cbam.minimal.modified.vnfd.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/cbam.minimal.original.vnfd.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/cbam.package.zip [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/cbam.package.zip.vnfd [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/empty.vnfd.cbam.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/empty.vnfd.onap.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/nodes.vnfd.cbam.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/nodes.vnfd.inconsistent.cbam.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/packageconverter/nodes.vnfd.onap.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/sample.cert.pem [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml [new file with mode: 0644]
nokiav2/driver/src/test/resources/unittests/vnfd.scale.yaml [new file with mode: 0644]
nokiav2/driverwar/pom.xml [new file with mode: 0644]
nokiav2/generatedapis/pom.xml [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/nokia.catalog.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/nokia.vnfm.api.v3.lcm.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/nokia.vnfm.api.v3.lcn.subscription.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/patch [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/resource.manager.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/sdc.internal.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/sdc.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/vfc.catalog.swagger.json [new file with mode: 0644]
nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json [new file with mode: 0644]
nokiav2/generatedapis/src/test/java/TestInhertence.java [new file with mode: 0644]
nokiav2/generatortools/pom.xml [new file with mode: 0644]
nokiav2/generatortools/src/main/java/com/nokia/cbam/swagger/CbamJavaClientCodegen.java [new file with mode: 0644]
nokiav2/pom.xml [new file with mode: 0644]
pom.xml