Updated pom to remove distribution-management section and corrected aai base image... 75/118075/3
authorPolavarapu, Chaitanya (cp8128) <cp8128@att.com>
Fri, 12 Feb 2021 18:32:33 +0000 (13:32 -0500)
committerPolavarapu, Chaitanya (cp8128) <cp8128@att.com>
Tue, 23 Feb 2021 20:54:08 +0000 (15:54 -0500)
commit7f592e87a5ba61a8538d6f399f3778b884a9b3ce
treee08612504770b164d28b70a9008cae04d37738a7
parentde97feac66e234a0ebea9bf0774aa01136f3c04f
Updated pom to remove distribution-management section and corrected aai base image version

Issue-ID: AAI-2996
Change-Id: I28da9ccf5618e180e04e3f29b0440bab5e3ffc3f
Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
80 files changed:
pom.xml
src/main/bin/start.sh
src/main/docker/Dockerfile
src/main/java/org/onap/aai/babel/BabelApplication.java
src/main/java/org/onap/aai/babel/config/PropertyPasswordConfiguration.java [new file with mode: 0644]
src/main/java/org/onap/aai/babel/csar/CsarToXmlConverter.java
src/main/java/org/onap/aai/babel/csar/vnfcatalog/VnfVendorImageExtractor.java
src/main/java/org/onap/aai/babel/logging/LogHelper.java
src/main/java/org/onap/aai/babel/service/GenerateArtifactsServiceImpl.java
src/main/java/org/onap/aai/babel/xml/generator/ModelGenerator.java
src/main/java/org/onap/aai/babel/xml/generator/model/Widget.java
src/main/resources/application.properties
src/test/java/org/onap/aai/babel/csar/vnfcatalog/TestVnfVendorImageExtractor.java
src/test/java/org/onap/aai/babel/logging/TestApplicationLogger.java
src/test/java/org/onap/aai/babel/service/TestCsarToXmlConverter.java
src/test/java/org/onap/aai/babel/service/TestGenerateArtifactsServiceImpl.java
src/test/java/org/onap/aai/babel/util/ArtifactTestUtils.java
src/test/resources/auth/auth_policy.json
src/test/resources/compressedArtifacts/service-Dev2devnfodservice17July-csar.csar [new file with mode: 0644]
src/test/resources/compressedArtifacts/service-NetworkCloudVnfServiceMock-csar.csar [new file with mode: 0644]
src/test/resources/compressedArtifacts/service-RgCollector615-csar.csar [new file with mode: 0644]
src/test/resources/compressedArtifacts/service-VdbeSrv-csar.csar [new file with mode: 0644]
src/test/resources/compressedArtifacts/service_CosAvpn_csar.csar [new file with mode: 0644]
src/test/resources/generatedXml/AAI-COS_AVPN-service-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-ExtVL-resource-40.0.xml
src/test/resources/generatedXml/AAI-ExtVL-resource-48.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Fabric Configuration-resource-10.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Grouping Service for Test-service-1.0.xml
src/test/resources/generatedXml/AAI-Network Cloud VNF MOCK-resource-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Network Cloud VNF Service MOCK-service-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Network Res 1806-resource-4.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Network Res 1806..NetworkCollection..0-resource-1.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-NetworkCloudVnfMock..NC1_Test_Heat_08152018_base..module-0-resource-1.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Port Mirror_Test-service-1.0.xml
src/test/resources/generatedXml/AAI-Port Mirroring Configuration-resource-35.0.xml
src/test/resources/generatedXml/AAI-RG_collector_6-15-service-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-SCP-Test-VSP-resource-1.0.xml
src/test/resources/generatedXml/AAI-SD-WAN-Service-Test-service-1.0.xml
src/test/resources/generatedXml/AAI-SD-WAN-Test-VSP-resource-1.0.xml
src/test/resources/generatedXml/AAI-ScpTestVsp..asc_heat-int2..module-0-resource-1.xml
src/test/resources/generatedXml/AAI-SdWanTestVsp..DUMMY..module-0-resource-2.xml
src/test/resources/generatedXml/AAI-TEST CR_1-resource-7.0.xml
src/test/resources/generatedXml/AAI-TEST SVC_1-service-1.0.xml
src/test/resources/generatedXml/AAI-Tunnel_XConnTest-resource-2.0.xml
src/test/resources/generatedXml/AAI-VLAN Network Receptor Configuration-resource-3.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-VRF Entry Configuration-resource-3.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-Vscpaas_Test-service-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-groupingservicefortest..ResourceInstanceGroup..0-resource-1.xml
src/test/resources/generatedXml/AAI-groupingservicefortest..ResourceInstanceGroup..1-resource-1.xml
src/test/resources/generatedXml/AAI-oam_group-resource-3.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-testcr_1..NetworkCollection..0-resource-1.xml
src/test/resources/generatedXml/AAI-untr_group-resource-3.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-vDBE-resource-0.5.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-vDBE_srv-service-1.0.xml [new file with mode: 0644]
src/test/resources/generatedXml/AAI-vdbe0..Vdbe..main..module-0-resource-2.xml [new file with mode: 0644]
src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json [new file with mode: 0644]
src/test/resources/jsonFiles/vnfFromRequest.json [new file with mode: 0644]
src/test/resources/jsonFiles/vnfodservice-vendorImageConfigurations.json [new file with mode: 0644]
src/test/resources/logback.xml
src/test/resources/response/response.json
src/test/resources/response/responseWithVersionLessThan1.json
src/test/resources/response/validNoVnfConfigurationResponse.json
src/test/resources/ymlFiles/resource-Cindervolume-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Contrailport-template-1.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Contrailport-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Contrailv2virtualnetwork-template-1.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Contrailv2virtualnetwork-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-NestedcomplexvfNodesHeatOam-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-NestedcomplexvfNodesHeatPrx-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-NestedcomplexvfNodesHeatRdn-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Neutronport-template-1.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Neutronport-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-ScptestvspNodesBe-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-ScptestvspNodesFe0-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-ScptestvspNodesFe1-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-ScptestvspNodesSmp-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Securityrules-template.YML [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Subinterface-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Vl-template.yml [new file with mode: 0644]