org.onap migration 71/29871/1
authorOfir Sonsino <os0695@att.com>
Wed, 31 Jan 2018 15:19:00 +0000 (17:19 +0200)
committerOfir Sonsino <os0695@att.com>
Wed, 31 Jan 2018 15:19:00 +0000 (17:19 +0200)
commit1cfb08779ea0e00be69e072a940b3063e049fe6b
tree6602a900387c8393ed0dcd81c0539381632903c6
parent2f20b001b9243e0f8b44aecc768ec265fd538732
org.onap migration

Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
999 files changed:
deliveries/pom.xml
deliveries/src/main/docker/docker-files/docker-compose.yml
epsdk-app-onap/pom.xml
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppConfig.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/HibernateMappingLocations.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/lm/FusionLicenseManagerImpl.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/lm/LicenseableClassImpl.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/login/LoginStrategyImpl.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/scheduler/Register.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/scheduler/RegistryAdapter.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/onap/portalapp/service/AdminAuthExtension.java [new file with mode: 0644]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/conf/ExternalAppConfig.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/conf/ExternalAppInitializer.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/conf/HibernateMappingLocations.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/lm/FusionLicenseManagerImpl.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/lm/LicenseableClassImpl.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/login/LoginStrategyImpl.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/scheduler/Register.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/scheduler/RegistryAdapter.java [deleted file]
epsdk-app-onap/src/main/java/org/openecomp/portalapp/service/AdminAuthExtension.java [deleted file]
epsdk-app-onap/src/main/resources/portal.properties
epsdk-app-onap/src/main/resources/portal_template.properties
epsdk-app-onap/src/main/resources/vid-data.sql
epsdk-app-onap/src/main/resources/vid-schema.sql
epsdk-app-onap/src/main/swm/common/common.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_asdc.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_cache.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_log4j.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_logback.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_portal.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_quartz.sh [deleted file]
epsdk-app-onap/src/main/swm/common/localize_system.sh [deleted file]
epsdk-app-onap/src/main/swm/deinstall/postproc/post_proc [deleted file]
epsdk-app-onap/src/main/swm/deinstall/preproc/pre_proc [deleted file]
epsdk-app-onap/src/main/swm/descriptor.xml [deleted file]
epsdk-app-onap/src/main/swm/fallback/postproc/post_proc [deleted file]
epsdk-app-onap/src/main/swm/fallback/preproc/pre_proc [deleted file]
epsdk-app-onap/src/main/swm/initinst/postproc/post_proc [deleted file]
epsdk-app-onap/src/main/swm/initinst/preproc/pre_proc [deleted file]
epsdk-app-onap/src/main/swm/install/postproc/post_proc [deleted file]
epsdk-app-onap/src/main/swm/install/preproc/pre_proc [deleted file]
epsdk-app-onap/src/main/swm/notes.txt [deleted file]
epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ds2/footer.jsp
epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ds2/header.jsp
epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp [new file with mode: 0644]
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/createnewserviceinstance.jsp [new file with mode: 0644]
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp [new file with mode: 0644]
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/serviceModels.jsp
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/subscriberdetails.jsp [new file with mode: 0644]
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/testViewEdit.jsp
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp
epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
epsdk-app-onap/src/main/webapp/app/vid/external/multiselect/angular-bootstrap-multiselect.min.js [deleted file]
pom.xml
vid-app-common/pom.xml
vid-app-common/src/main/java/org/ecomp/aai/model/AaiAICZones/AicZones.java [deleted file]
vid-app-common/src/main/java/org/ecomp/aai/model/AaiAICZones/Zone.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/RelatedTo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiGetVnfResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/OperationalEnvironment.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ServiceInstances.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ServiceInstancesSearchResults.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ServiceSubscription.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ServiceSubscriptions.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/Services.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/SubscriberAaiResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/SubscriberData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/SubscriberFilteredResults.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/SubscriberListWithFilterData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/SubscriberWithFilter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/exceptions/InvalidAAIResponseException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/exceptions/RoleParsingException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetAicZone/AicZones.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetAicZone/Zone.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetOperationalEnvironments/OperationalEnvironmentList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetPnfResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetPnfs/Pnf.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetServicesRequestModel/GetServicesAAIRespone.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetServicesRequestModel/Service.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetTenatns/GetTenantsResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiRelationResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/GetServiceModelsByDistributionStatusResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/LogicalLinkResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/Model.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ModelVer.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ModelVers.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/OwningEntity.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/OwningEntityResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/PnfProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/PnfResult.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/Project.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ProjectResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/RelatedToProperty.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/Relationship.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/RelationshipData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/RelationshipList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/Result.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceInstances.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceRelationships.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceSubscription.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/Services.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/VnfResult.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/AAIRestInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/CustomJacksonJaxBJsonProvider.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/HttpsAuthClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/HttpsComponentsClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/JettyObfuscationConversionCommandLineUtil.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/AsdcCatalogException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/AsdcClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/Artifact.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/Resource.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/SecureService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/SecureServices.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/Service.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/SubResource.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Capability.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Constraint.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Group.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Import.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Input.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/NodeTemplate.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Property.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Requirement.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Schema.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/SubstitutionMappings.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/TopologyTemplate.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/ToscaCsar.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/ToscaMeta.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/ToscaMetadata.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/ToscaModel.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/local/LocalAsdcClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/memory/InMemoryAsdcClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaParser.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaParserImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaParserImpl2.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/category/AddCategoryOptionResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/category/AddCategoryOptionsRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/category/CategoryParameterOptionRep.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/category/CategoryParametersResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/ChangeManagementRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/ChangeManagementResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/CloudConfiguration.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/CmResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/GetVnfWorkflowRelationRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/GetWorkflowsResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/LeanCloudConfiguration.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/ModelInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/ModelInfoOfRelatedInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/MsoRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/RelatedInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/RelatedInstanceList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/RequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/RequestDetailsWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/RequestInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/UpdateRequestInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfDetailsWithWorkflows.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfWorkflowRelationAllResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfWorkflowRelationRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfWorkflowRelationResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/WorkflowsDetail.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/client/FakeHttpSession.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/client/HttpBasicClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/client/HttpsBasicClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/AaiController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/ChangeManagementController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/ControllersUtils.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/HealthCheckController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/LoggerController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/MaintenanceController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/MsoConfig.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/MsoController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/OperationalEnvironmentController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/PolicyController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/PropertyController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/RoleGeneratorController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/VidController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/ViewLogController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/WebConfig.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/filter/PromiseEcompRequestIdFilter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/filter/TempFilterForCORS.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/test/TestAaiController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/test/TestAsdcController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/test/TestMsoController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/test/TestPageController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/dao/FnAppDoaImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/dao/ProfileDao.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/NotFoundException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/VidServiceUnavailableException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/factories/MsoRequestFactory.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/logging/VidLoggerAspect.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/CategoryParameter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/CategoryParameterOption.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/CommandProperty.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ExceptionResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ExceptionTranslator.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ListOfErrorsResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ModelConstants.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ModelUtil.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/MsoExceptionResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Network.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NewNetwork.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NewNode.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NewService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NewVNF.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Node.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/PortMirroringConfig.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ProxyResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/RequestReferencesContainer.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Resource.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Result.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Service.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ServiceInstanceSearchResult.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ServiceModel.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ServiceProxy.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Subscriber.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VNF.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VNFDao.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VersionByInvariantIdsRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VfModule.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VidWorkflow.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VolumeGroup.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Workflow.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoBusinessLogic.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoBusinessLogicImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoResponseWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoResponseWrapper2.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoResponseWrapperInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoUtil.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/RestObject.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/OperationalEnvironmentActivateInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/OperationalEnvironmentDeactivateInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/AsyncRequestStatus.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/MsoRestClientNew.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/OperationalEnvironment/OperationEnvironmentRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RelatedInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RelatedModel.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/Request.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/Response.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/Task.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/TaskList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyResponseWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInt.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceIfc.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyUtil.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/RestObject.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/rest/RequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/properties/AsdcClientConfiguration.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/properties/MsoClientConfiguration.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/roles/EcompRole.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/roles/Role.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/roles/RoleProvider.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/roles/RoleValidator.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/RestObject.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/RestObjects/RestObject.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceIfc.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AaiService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AaiServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CategoryParameterService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CategoryParameterServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/ChangeManagementService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/ChangeManagementServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CsvService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CsvServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/RoleGenaratorServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/RoleGeneratorService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/VidService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/WorkflowService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/WorkflowServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Intersection.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Logging.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Streams.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/aai/util/AAIProperties.java [deleted file]
vid-app-common/src/main/java/org/openecomp/aai/util/AAIRestInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/aai/util/CustomJacksonJaxBJsonProvider.java [deleted file]
vid-app-common/src/main/java/org/openecomp/aai/util/HttpsAuthClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/aai/util/HttpsComponentsClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/aai/util/JettyObfuscationConversionCommandLineUtil.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/RelatedTo.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiClientInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiGetVnfResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceInstance.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceInstances.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceProperties.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceSubscription.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceSubscriptions.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/Services.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberAaiResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberData.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberFilteredResults.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberListWithFilterData.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberWithFilter.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/VnfResult.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/exceptions/InvalidAAIResponseException.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/AaiGetServicesRequestModel/GetServicesAAIRespone.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/AaiGetServicesRequestModel/Service.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/AaiGetTenatns/GetTenantsResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/RelatedToProperty.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/Relationship.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/RelationshipData.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/RelationshipList.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceInstance.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceInstances.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceRelationships.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceSubscription.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/Services.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/AsdcCatalogException.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/AsdcClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/Artifact.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/Resource.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureService.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/Service.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Capability.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Constraint.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Group.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Import.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Input.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/NodeTemplate.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Property.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Requirement.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/Schema.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/SubstitutionMappings.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/TopologyTemplate.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/ToscaCsar.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/ToscaMeta.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/ToscaMetadata.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/ToscaModel.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/local/LocalAsdcClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/parser/ToscaParser.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/parser/ToscaParserImpl.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/parser/ToscaParserImpl2.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/asdc/rest/RestfulAsdcClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/ChangeManagementRequest.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/ChangeManagementResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/CloudConfiguration.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/CmResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/LeanCloudConfiguration.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/ModelInfo.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/ModelInfoOfRelatedInstance.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/MsoRequestDetails.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/RelatedInstance.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/RelatedInstanceList.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/RequestDetails.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/RequestDetailsWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/RequestInfo.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/RequestParameters.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/changeManagement/UpdateRequestInfo.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/client/FakeHttpSession.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/client/HttpBasicClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/client/HttpsBasicClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/AaiController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/BrowseServiceTypesController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/ChangeManagementController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/HealthCheckController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/MsoConfig.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/MsoController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/PolicyController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/PropertyController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/SchedulerController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/VidController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/ViewEditSubController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/ViewLogController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/WebConfig.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/test/TestAaiController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/test/TestAsdcController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/test/TestMsoController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/controller/test/TestPageController.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/dao/FnAppDoaImpl.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/dao/ProfileDao.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/exceptions/VidServiceUnavailableException.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/factories/MsoRequestFactory.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/CommandProperty.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/ExceptionResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/ModelConstants.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/ModelUtil.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Network.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/NewNetwork.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/NewNode.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/NewService.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/NewServiceModel.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/NewVNF.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Node.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/ProxyResponse.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Resource.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Result.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Service.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/ServiceModel.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/VNF.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/VersionByInvariantIdsRequest.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/VfModule.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/VolumeGroup.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/model/Workflow.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoBusinessLogic.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoClientFactory.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoLocalClient.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoLocalClientNew.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoProperties.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoResponseWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoRestInt.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoRestInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoRestInterfaceFactory.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoRestInterfaceIfc.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/MsoUtil.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/RestMsoImplementation.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/RestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/AsyncRequestStatus.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/MsoBusinessLogicNew.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/MsoRestClientNew.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/RelatedInstance.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/RelatedModel.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/Request.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/RequestDetails.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/RequestList.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/RequestWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/Response.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/RestInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/Task.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/mso/rest/TaskList.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyProperties.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyResponseWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyRestInt.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyRestInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyRestInterfaceFactory.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyRestInterfaceIfc.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/PolicyUtil.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/RestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/policy/rest/RequestDetails.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/properties/AsdcClientConfiguration.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/properties/MsoClientConfiguration.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/properties/VidProperties.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/roles/EcompRole.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/roles/Role.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/roles/RoleProvider.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/roles/RoleValidator.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/RestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/RestObjects/GetTimeSlotsRestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/RestObjects/PostCreateNewVnfRestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/RestObjects/PostSubmitVnfChangeRestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/RestObjects/RestObject.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerProperties.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerResponseWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/GetTimeSlotsWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostCreateNewVnfWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/SchedulerResponseWrapper.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerRestInt.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerRestInterface.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerRestInterfaceFactory.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerRestInterfaceIfc.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/SchedulerUtil.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/scheduler/rest/RequestDetails.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/AaiService.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/AaiServiceImpl.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/ChangeManagementService.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/ChangeManagementServiceImpl.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/VidService.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/VidServiceImpl.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/WorkflowService.java [deleted file]
vid-app-common/src/main/java/org/openecomp/vid/services/WorkflowServiceImpl.java [deleted file]
vid-app-common/src/main/resources/2f80c596.zip [new file with mode: 0644]
vid-app-common/src/main/resources/aai_config_instance_view_edit.json [new file with mode: 0644]
vid-app-common/src/main/resources/aai_get_node_template_instances.json [new file with mode: 0644]
vid-app-common/src/main/resources/adiod.zip [new file with mode: 0644]
vid-app-common/src/main/resources/csar317927061915233480.zip [new file with mode: 0644]
vid-app-common/src/main/resources/generateRoleScript.sh [new file with mode: 0644]
vid-app-common/src/main/resources/json/mso/modelInfo
vid-app-common/src/main/resources/json/mso/requestStatus
vid-app-common/src/main/resources/owning-entity-properties.JSON [new file with mode: 0644]
vid-app-common/src/main/resources/pnf.zip [moved from vid-app-common/src/main/resources/pnf.csar with 100% similarity]
vid-app-common/src/main/resources/scripts/category_parameter.sh [new file with mode: 0644]
vid-app-common/src/main/resources/scripts/update_category_option_name.sh [new file with mode: 0644]
vid-app-common/src/main/resources/scripts/vnf_wf.sh [new file with mode: 0644]
vid-app-common/src/main/resources/sdcservices.json
vid-app-common/src/main/resources/service-AmpPhSvc-csar.zip [new file with mode: 0644]
vid-app-common/src/main/resources/service-David-csar.csar [new file with mode: 0644]
vid-app-common/src/main/resources/service-DemoService1-csar.csar [new file with mode: 0644]
vid-app-common/src/main/resources/service-Servicecontainermultiplepprobes-csar.csar [new file with mode: 0644]
vid-app-common/src/main/resources/test.csv [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/external/upload-file/ng-file-upload.min.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/icons/collapse-change-managment.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/icons/expand-change-managment.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/icons/refresh-change-managment.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/attach.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/elipsis_menu_icon.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/emptyData.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/icon_noconnection.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/refresh.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/search.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/sort_down.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/sort_up.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/sprite.png [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/images/v.svg [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/version.json [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/AddNetworkNodeController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceProxyConfigController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/deleteResumeDialogController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/deletionDialogController.js [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitModalController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/pnfSearchAssociationController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/testEnvironmentsController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/directives/messageViewer.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js.orig [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/directives/progressBarDirective.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/directives/serviceMetadata.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-modal/alert-modal.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-modal/alert-modal.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-modal/alert-modal.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-new-scheduler/alert-new-scheduler.controller.js [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-new-scheduler/alert-new-scheduler.css [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-new-scheduler/alert-new-scheduler.html [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/attach-test-env-manifest/attach-test-env-manifest.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/attach-test-env-manifest/attach-test-env-manifest.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/attach-test-env-manifest/attach-test-env-manifest.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/cancel-pending-workflow/cancel-pending-workflow.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/cancel-pending-workflow/cancel-pending-workflow.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/cancel-pending-workflow/cancel-pending-workflow.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/in-progress-modal-management/in-progress-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/mso-commit/mso-commit.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/mso-commit/mso-commit.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.css [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-scheduler/new-scheduler.controller.js [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-scheduler/new-scheduler.css [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-scheduler/new-scheduler.html [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/pending-change-management/pending-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/service-metadata/service-metadata.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/service-metadata/service-metadata.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/OwningEntityService.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
vid-app-common/src/main/webapp/app/vid/scripts/services/componentService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/creationService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/dataService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/deleteResumeService.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/deletionService.js [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/services/msoService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/pnfService.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/schedulerService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/testEnvironmentsService.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/utilityService.js
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubs.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubscriberList.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiServiceTypes.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiSubDetails.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiSubViewEdit.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/addNetworkNode.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/view-models/createInstanceServiceModels.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/deleteResumeDialog.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/deletionDialog.htm [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/messageViewer.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/pnfSearchAssociation.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/search.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceMetadata.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceModels.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceProxyConfig.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/testEnvironments.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/buttons.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/change-management-icons.css
vid-app-common/src/main/webapp/app/vid/styles/change-management.css
vid-app-common/src/main/webapp/app/vid/styles/common.css
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/Apache License.txt [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-Bold.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-BoldItalic.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-ExtraBold.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-Italic.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-Light.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-LightItalic.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-Regular.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-Semibold.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/OpenSans/OpenSans-SemiboldItalic.ttf [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/fonts/icomoon.eot
vid-app-common/src/main/webapp/app/vid/styles/fonts/icomoon.svg
vid-app-common/src/main/webapp/app/vid/styles/fonts/icomoon.ttf
vid-app-common/src/main/webapp/app/vid/styles/fonts/icomoon.woff
vid-app-common/src/main/webapp/app/vid/styles/instantiate.css
vid-app-common/src/main/webapp/app/vid/styles/messageViewer.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/modal-buttons.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/modal-create-new.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/modals.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/networkNode.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/pnfSearchAssociation.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/search.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/serviceMetadata.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/serviceModels.css
vid-app-common/src/main/webapp/app/vid/styles/serviceProxyConfig.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/testEnvironments.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/vidTree.css
vid-app-common/src/main/webapp/test.jsp
vid-app-common/src/test/java/org/onap/aai/util/JettyObfuscationConversionCommandLineUtilTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/aai/util/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/ecomp/vid/selenium/FirstClass.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/ecomp/vid/selenium/LogOutLeftPane.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/fusion/core/MockApplicationContextTestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/fusionapp/controller/NetMapTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/fusionapp/service/ProfileServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/src/main/java/org/vid/dao/FnAppDoaImplTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/RelatedToTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/AaiGetVnfResponseTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/ServicePropertiesTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/SubscriberAaiResponseTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/SubscriberWithFilterTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/VnfResultTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/model/RelatedToPropertyTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/model/RelationshipDataTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/model/RelationshipTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/model/ServiceRelationshipsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/model/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/ArtifactTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/ResourceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/SubResourceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/CapabilityTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/ConstraintTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/GroupTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/NodeTemplateTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/TopologyTemplateTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/ToscaMetadataTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/ToscaModelTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/parser/ToscaParserImpl2Test.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/bl/AaiServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/client/FakeHttpSessionTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/client/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/AaiControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/HealthCheckControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/LocalWebConfig.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/MsoControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/PromiseEcompRequestIdFilterTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/PropertyControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/ToscaParserMockHelper.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/VidControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/ViewEditSubControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/integrationTest/AaiIntegrationTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/ModelUtilTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/NewNodeTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/NewServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/NewVNFTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/ServiceModelTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/VolumeGroupTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/WorkflowTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/oeModel.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/MsoBusinessLogicTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/MsoOperationalEnvironmentTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/MsoUtilTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/RestMsoImplementationTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/AsyncRequestStatusTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestId.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/RelatedInstanceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/RelatedModelTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/RequestDetailsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyResponseWrapperTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyRestIntTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyRestInterfaceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyUtilTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/RestObjectTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/rest/RequestDetailsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/policy/rest/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/properties/VidPropertiesTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/roles/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjects/GetTimeSlotsRestObjectTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjects/PostCreateNewVnfRestObjectTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjects/PostSubmitVnfChangeRestObjectTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjects/RestObjectTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerResponseWrappers/PostCreateNewVnfWrapperTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerResponseWrappers/SchedulerResponseWrapperTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerRestInterfaceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/rest/RequestDetailsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/scheduler/rest/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/selenium/FirstClass.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/selenium/LogOutLeftPane.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceImplTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceUnitTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/CsvServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/TestSuite.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/testUtils/IntersectionTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/testUtils/RegExMatcher.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/testUtils/TestUtils.java [new file with mode: 0644]
vid-app-common/src/test/java/org/opencomp/vid/controller/MsoControllerTest.java [deleted file]
vid-app-common/src/test/java/org/opencomp/vid/controller/ToscaParserMockHelper.java [deleted file]
vid-app-common/src/test/java/org/opencomp/vid/controller/VidControllerTest.java [deleted file]
vid-app-common/src/test/java/org/opencomp/vid/testUtils/TestUtils.java [deleted file]
vid-app-common/src/test/java/org/openecomp/aai/util/JettyObfuscationConversionCommandLineUtilTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/aai/util/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/ecomp/vid/selenium/FirstClass.java [deleted file]
vid-app-common/src/test/java/org/openecomp/ecomp/vid/selenium/LogOutLeftPane.java [deleted file]
vid-app-common/src/test/java/org/openecomp/fusion/core/MockApplicationContextTestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/fusionapp/controller/NetMapTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/fusionapp/service/ProfileServiceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/src/main/java/org/vid/dao/FnAppDoaImplTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/RelatedToTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/AaiGetVnfResponseTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/ServicePropertiesTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/SubscriberAaiResponseTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/SubscriberWithFilterTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/VnfResultTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/model/RelatedToPropertyTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/model/RelationshipDataTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/model/RelationshipTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/model/ServiceRelationshipsTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/aai/model/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/ArtifactTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/ResourceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/SubResourceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/CapabilityTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/ConstraintTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/GroupTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/NodeTemplateTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/TopologyTemplateTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/ToscaMetadataTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/asdc/beans/tosca/ToscaModelTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/client/FakeHttpSessionTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/client/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/controller/AaiControllerTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/controller/HealthCheckControllerTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/controller/PropertyControllerTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/controller/ViewEditSubControllerTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/ModelUtilTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/NewNodeTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/NewServiceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/NewVNFTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/ServiceModelTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/VolumeGroupTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/model/WorkflowTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/MsoLocalClientNewTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestInterfaceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/MsoUtilTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/rest/AsyncRequestStatusTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/rest/RelatedInstanceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/rest/RelatedModelTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/rest/RequestDetailsTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/mso/rest/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/PolicyResponseWrapperTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/PolicyRestIntTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/PolicyRestInterfaceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/PolicyUtilTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/RestObjectTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/rest/RequestDetailsTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/policy/rest/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/properties/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/roles/RoleProviderTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/roles/RoleValidatorTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/roles/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/RestObjects/GetTimeSlotsRestObjectTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/RestObjects/PostCreateNewVnfRestObjectTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/RestObjects/PostSubmitVnfChangeRestObjectTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/RestObjects/RestObjectTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/RestObjects/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostCreateNewVnfWrapperTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/PostSubmitVnfChangeTimeSlotsWrapperTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/SchedulerResponseWrapperTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerResponseWrappers/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/SchedulerRestInterfaceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/rest/RequestDetailsTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/scheduler/rest/TestSuite.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/services/ChangeManagementServiceImplTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/services/ChangeManagementServiceTest.java [deleted file]
vid-app-common/src/test/java/org/openecomp/vid/services/TestSuite.java [deleted file]
vid-app-common/src/test/resources/WEB-INF/conf/system.properties
vid-app-common/src/test/resources/WEB-INF/jsp/searchexistingsi.jsp
vid-app-common/src/test/resources/WEB-INF/jsp/serviceModels.jsp
vid-app-common/src/test/resources/WEB-INF/jsp/testMso.jsp
vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp
vid-app-common/src/test/resources/asdc.properties
vid-app-common/src/test/resources/csv_files/csv_to_json.csv [new file with mode: 0644]
vid-app-common/src/test/resources/csv_files/empty_file.csv [new file with mode: 0644]
vid-app-common/src/test/resources/csv_files/missing_content.csv [new file with mode: 0644]
vid-app-common/src/test/resources/csv_files/missing_values.csv [new file with mode: 0644]
vid-app-common/src/test/resources/csv_files/one_line.csv [new file with mode: 0644]
vid-app-common/src/test/resources/mso.properties
vid-app-common/src/test/resources/objectconfig.properties
vid-app-common/src/test/resources/payload_jsons/activateOperationalEnvironmentsPayloadToMso.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/createOperationalEnvironmentsPayloadToMso.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/deactivateOperationalEnvironmentsPayloadToMso.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/mso_request_create_configuration.json [new file with mode: 0644]
vid-app-common/src/test/resources/policy-configuration-csar.JSON [new file with mode: 0644]
vid-app-common/src/test/resources/services/change_management_software_update_expected_mso_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/services/change_management_software_update_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/vf-csar.JSON
vid-app-common/src/test/resources/vl-csar.JSON
vid-app-common/src/test/resources/vnfConfigUpdatePayload.json [new file with mode: 0644]
vid-automation/.gitignore [new file with mode: 0644]
vid-automation/TestNg.xml [new file with mode: 0644]
vid-automation/conf/credentials [new file with mode: 0644]
vid-automation/conf/environments [new file with mode: 0644]
vid-automation/conf/newEnvironment [new file with mode: 0644]
vid-automation/conf/services [new file with mode: 0644]
vid-automation/conf/users [new file with mode: 0644]
vid-automation/pom.xml [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/Constants.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/StartTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/infra/Click.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/infra/Exists.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/infra/Get.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/infra/Input.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/infra/SelectOption.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/infra/Wait.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/model/Credentials.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/model/Environment.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/model/Service.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/model/ServicesObject.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/model/User.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/model/UsersObject.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/BrowseASDCPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/ChangeManagementPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/CreateNewInstancePage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/CreationDialog.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/LoginExternalPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/PnfSearchAssociationPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/SearchExistingPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/SideMenu.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/TestEnvironmentPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/VidBasePage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/sections/ViewEditPage.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/services/BulkRegistration.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/services/ServicesService.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/services/SimulatorApi.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/services/UsersService.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/AssociatePnfTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/BrowseASDCTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/ChangeManagementTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/CreateInstanceDialogBaseTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/CreateNewInstanceTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/EnvironmentsTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/ReadOnlyTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/SearchExistingInstanceTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/VidBaseTestCase.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/test/ViewEditServiceInstanceTest.java [new file with mode: 0644]
vid-automation/src/main/java/vid/automation/test/utils/ReadFile.java [new file with mode: 0644]
vid-automation/src/main/resources/applicationEnvironment/bad_manifest_structure.json [new file with mode: 0644]
vid-automation/src/main/resources/applicationEnvironment/manifest.json [new file with mode: 0644]
vid-automation/src/main/resources/applicationEnvironment/manifest2.json [new file with mode: 0644]
vid-automation/src/main/resources/applicationEnvironment/manifest_with_wrong_recovery_action.json [new file with mode: 0644]
vid-automation/src/main/resources/applicationEnvironment/non_valid_json.json [new file with mode: 0644]
vid-automation/src/main/resources/ci/conf/log4j.properties [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/activateDeactivate/aai_get_service_instance.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/activateDeactivate/mso_activate_service_instance.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/activateDeactivate/mso_activate_service_instance_error.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/activateDeactivate/mso_activate_service_instance_orch_req.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/ecompportal_getSessionSlotCheckInterval.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_aai_get_subscribers.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_aai_sub_details.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_scheduler_details_short.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_sdc_catalog_services_2f80c596.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_service-design-and-creation.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_vnf_data_by_globalid_and_service_type.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/service-design-and-creation.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/ecompportal_getSessionSlotCheckInterval.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/activate/get_operational_environments_aai1.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/activate/mso_error_response_for_post_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/activate/post_activate_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/attachManifest/get_attachable_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/deactivate/error_deactivate_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/deactivate/get_operational_environments_aai1.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/deactivate/post_deactivate_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/status/get_cloud_resources_request_status.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/environment/status/get_cloud_resources_request_status_bad_response.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/get_empty_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/get_error_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/get_full_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/get_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/aai_get_logical_link.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/aai_get_service_instance_with_logical_links.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/aai_get_specific_pnf.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/aai_get_specific_pnf_error.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/mso_add_pnf_relationship.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/mso_add_pnf_relationship_error.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/mso_get_add_relationship_orch_req.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/mso_get_remove_relationship_orch_req.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/mso_remove_pnf_relationship.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/pProbe/mso_remove_pnf_relationship_error.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/post_operational_environment.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_filter_service_instance_by_id.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_filter_service_instance_by_id_2.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_get_full_subscribers.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_get_services.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_get_subscribers_for_customer.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_get_subscribers_for_customer_2.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_named_query_for_view_edit.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/search_for_service_instance/aai_named_query_for_view_edit_2.json [new file with mode: 0644]
vid-ext-services-simulator/README.txt [new file with mode: 0644]
vid-ext-services-simulator/pom.xml [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/controller/SimulatorController.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/errorHandling/VidSimulatorException.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/model/Misc.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/model/SimulatorRequest.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/model/SimulatorRequestResponseExpectation.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/model/SimulatorResponse.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/java/org/openecomp/simulator/service/TranslatorService.java [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/download_files/2f80c596.zip [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/aai_filter_service_instance_by_id.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/aai_get_full_subscribers.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/aai_get_services.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/aai_get_specific_pnf.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/aai_get_subscribers_for_customer.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/aai_named_query_for_view_edit.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/deactivate_service_instance.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/dissociate_pnf_from_service_instance.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/ecompportal_getSessionSlotCheckInterval.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_aai_get_subscribers.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_aai_sub_details.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_cloud_resources_request_status.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_logical_link.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_operational_environments_aai.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_scheduler_details_full.json.REMOVE_ME [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_scheduler_details_short.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_sdc_catalog_services_2f80c596.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_service-design-and-creation.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_service_instance.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/get_vnf_data_by_globalid_and_service_type.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/mso_add_relationships.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/post_activate_operational_environment.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/post_activate_or_deactivate_operational_environment.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/post_deactivate_operational_environment.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/post_operational_environment.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/preset_registration/service-design-and-creation.json [new file with mode: 0644]
vid-ext-services-simulator/src/main/resources/simulator.properties [new file with mode: 0644]
vid-ext-services-simulator/src/main/webapp/WEB-INF/rest-servlet.xml [new file with mode: 0644]
vid-ext-services-simulator/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]