summaryrefslogtreecommitdiffstats
path: root/common/src
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Replaced all tabs with spaces in java and pom.xmlBenjamin, Max (mb388a)324-12009/+11669
Added in maven plugins to enforce coding style rules Added in eclipse java formatting xml Change-Id: I3727bbf4ce8dc66abfd8ad21b6cfd0890c5d3ff0 Issue-ID: SO-1765 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-04Notification handling for instantiateMichaelMorris1-0/+1
Issue-ID: SO-1629 Change-Id: I3ef8aae6f40c83600b723d5c8a5e8a2c7d7b1516 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-03if audit fails write sub interface data to a aiBenjamin, Max (mb388a)1-0/+1
added logic to write sub interface information from openstack to a&ai when audit fails to find it Change-Id: I24266812dc60eb69bfd90e3e5b34113e9fd8f4f4 Issue-ID: SO-1737 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-03Send instantiate VNF Request to VNFMMichaelMorris1-0/+1
Issue-ID: SO-1624 Change-Id: Ida69ecaed5323e42ecebe189ef79c323133855f3 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-02fix catalogdb cvfnc customizationBenjamin, Max (mb388a)1-5/+6
Hibernate entities were all wrong and needed a complete rewrite. The scope kept growing and ended up touching a lot more of the code than originally planned. These changes make the db interactions much easier and more straightforward from java. The flyway script order had to change to make this migration possible. Change-Id: I6ce363a385661300eddb11923ac6a80538edaddc Issue-ID: SO-1710 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-02Merge "Check for existing VNF in VNFM"Byung-Woo Jun5-65/+121
2019-04-02Check for existing VNF in VNFMMichaelMorris5-65/+121
Issue-ID: SO-1622 Change-Id: I6aa6af3c6988032f436c5da79c0140370469439e Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-01Merge "replace all fixed wiremock ports"Steve Smokowski4-35/+9
2019-04-01replace all fixed wiremock portsBenjamin, Max (mb388a)4-35/+9
trying to get the tests that can be threaded to pass started to remove fixed port references Change-Id: I7bfe067a8f36c908039700646571681321e9a6f5 Issue-ID: SO-1676 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-01Merge "Added ETSI Delete VNF BB"Steve Smokowski2-0/+21
2019-03-30Added ETSI Delete VNF BBLathish2-0/+21
Change-Id: Ie82734f25468b75d9b4ab3096639a9afdf6fe2c1 Issue-ID: SO-1632 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-03-28delete with payload does not workBenjamin, Max (mb388a)2-3/+4
corrected wiremock stub after client delete change changed the method used to create a delete with payload Change-Id: I3cbda716af30e0d2954b42a4ac965e53b4897924 Issue-ID: SO-1712 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-27Merge "Migrate ccsdk/apps to ccsdk/cds"Steve Smokowski6-13/+12
2019-03-27set a default bean for RestTemplateBenjamin, Max (mb388a)1-0/+2
Change-Id: Ie32f5425d44f05fb5aa87e737aeabb393c978643 Issue-ID: SO-1706 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët6-13/+12
Change-Id: I63db09cba1083cdc2c24f1d21ed67b6925b4f416 Issue-ID: CCSDK-1178 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-24heatbridge implementation for openstack-adapterMunir Ahmad1-1/+4
Converted heatbridge to use AAI Client Removed open feign Removed new aai client implementation Removed aai helper classes Removed unnecessary pom.xml imports converted HeatBridgeImpl to rely on AAI transactions added some example unit tests Replaced MsoLogger with slf4j Resolved merge conflicts Change-Id: I933b49fae82c2f0d7a66d9a85b367b29006c73cc Issue-ID: SO-1484 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> Change-Id: I547b35ebdf51f4534de5d51d7d50a90bb9de4c72 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Issue-ID: SO-1484
2019-03-22Created new BB for so-etsiwaqas.ikram13-8/+922
Change-Id: I9bf6b4019c280b816925ee5e0d826bff69cb1583 Issue-ID: SO-1621 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-03-20Config AssignSunilB2-20/+17
Generic Bulding block for assign shall trigger controller for config assign action Change-Id: I2da91cccdbff9eacbb225b7f3a7bdbb253be607a Issue-ID: SO-1481 Change-Id: I2da91cccdbff9eacbb225b7f3a7bdbb253be607a Signed-off-by: sunilb <sb00577584@techmahindra.com>
2019-03-19Merge "Removed MsoLogger class"Steve Smokowski8-1103/+51
2019-03-18Removed MsoLogger classr.bogacki8-1103/+51
Bye bye MsoLogger class. Extracted constants to separated classes. Fixed imports. Change-Id: I7c8e0527e7dbd097d3ea93b9dab279354652da47 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-15Add VnfInPlaceSoftwareUpdate for WFDBonkur, Venkat (vb8416)2-12/+27
Added CheckPserversLocked,SetClosedLoopDisabled,UnsetClosedLoopDisabled, CheckClosedLoopDisabled, CheckInMain Change-Id: I6405b2c88d2109d952d452648bef2f99be6993df Issue-ID: SO-1518 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
2019-03-14Cleaned up content of MsoLoggerr.bogacki1-9/+0
Cleaned java and groovy code from 'getServiceName' method in MsoLogger. Change-Id: I23c3fc8005db5f89e94b87271bb60b7bcce72064 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-14Reduced content of MsoLoggerr.bogacki1-28/+1
Cleaned java code dependencies for 'setLogContext' and 'getServiceName' methods from MsoLogger. Fixed imports. Change-Id: I33251c837088ce580ffa1c44e69766c77283004b Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-13Merge "Openstack adapter can't resolve HEAT parameter"Steve Smokowski14-44/+204
2019-03-13Openstack adapter can't resolve HEAT parameterBenjamin, Max (mb388a)14-44/+204
only cast to Element if value is of that type added XmlAccessorType annotations to classes map of string, object now correctly maps with jaxb Null comma delimited lists can convert to null as well Handle null values all types in input parameters map. Change-Id: Ic46ed31c05b8f8551d39b2267ae731829abfc1f0 Issue-ID: SO-1617 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-13Merge "Removed MsoLogger from UUIDChecker"Steve Smokowski2-52/+7
2019-03-13Updated from 'timeStamp' to 'timestamp'Benjamin, Max (mb388a)2-3/+50
Updated from 'timeStamp' to 'timestamp' in RequestStatus Change-Id: I863c87126e4a58179d82e6fe5d524d72ef57b4f1 Issue-ID: SO-1643 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-13Removed MsoLogger from UUIDCheckerr.bogacki2-52/+7
Cleaned UUIDChecker from MsoLogger. Fixed imports. Change-Id: Ieecea2fcd08025f950025f3bf8a679dee1626a25 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-11Merge "Cleaned up MsoLogger class"Steve Smokowski1-78/+2
2019-03-11Cleaned up MsoLogger classr.bogacki1-78/+2
Removed setServiceName method from MsoLogger. Cleaned up unused methods from MsoLogger. Change-Id: I1fe033ed25dda32c07693a5087bf65de3ecc229c Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-09connect objects with specific aai edge labelBenjamin, Max (mb388a)1-2/+2
connect vnr configuration to service instances with AAIEdge Change-Id: I88ca7ae1a4f3f8e9628141256d4703ae43518ef2 Issue-ID: SO-1614 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-07Merge "Add support for CDS basic-auth"Steve Smokowski4-2/+64
2019-03-07add equals and hashcode support to dslquerybuilderBenjamin, Max (mb388a)4-12/+58
added equals and hashcode support to dsl query builder Change-Id: I8affdd5da489e5aeacb5682ba83320a9d99c211d Issue-ID: SO-1598 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-06query clients now have more useable result methodsBenjamin, Max (mb388a)20-26/+390
ResourceAndUrl now outputs the correct wrapper type query clients now have more useable result methods Change-Id: I000f8a7e7d4e204d1da7ad1c6bb5ce3e2d0135b2 Issue-ID: SO-1596 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-06Add support for CDS basic-authAlexis de Talhouët4-2/+64
Change-Id: I22834f989afb748917aa2099b1da78c5f794bbe5 Issue-ID: CCSDK-1055 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-28Merge "Added Junit for GRMClientCallFailed.java"Steve Smokowski1-0/+36
2019-02-28CorrelationId cleanupJoanna Jeremicz1-11/+0
Remove old correlationId field and references from ServiceInstancesRequest and rename correlationId to pnfCorrelationId Change-Id: I5d8861aebe14c68574b6c54bc8d4eadf2967478b Issue-ID: SO-1274 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-02-28Added Junit for GRMClientCallFailed.javaSudarshan Kumar1-0/+36
Added Junit for GRMClientCallFailed.java Issue-ID: SO-1576 Change-Id: Ia05c40399a400af8536732f172b0bb47691002f5 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-02-26Merge "Add CDS client"Steve Smokowski8-0/+505
2019-02-26Add CDS clientAlexis de Talhouët8-0/+505
Change-Id: I3f77a2c9e8341239b97675f5897cecf28c7dfb6f Issue-ID: SO-1483 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-26do not attempt to commit empty transactionsBenjamin, Max (mb388a)3-19/+21
do not attempt to commit empty transactions Change-Id: I0db4f87449e7362dbbc2dc6ccfffca9f75c077eb Issue-ID: SO-1569 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-02-25Merge "Added Junit For DMaaPConsumerFailure.java"Steve Smokowski1-0/+36
2019-02-25Merge "Removed MsoLogger from SO 'common' module"Steve Smokowski7-33/+58
2019-02-25Merge "Update long poll DMaaP timeout value to 55 seconds"Steve Smokowski1-1/+1
2019-02-25Added Junit For DMaaPConsumerFailure.javaSudarshan Kumar1-0/+36
Added Junit For DMaaPConsumerFailure.java Issue-ID: SO-1480 Change-Id: I1eff422baaf4e4475e3989d34f5dd591b1bfe4b1 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-02-25Removed MsoLogger from SO 'common' moduler.bogacki7-33/+58
Replaced MsoLogger with plain slf4j. Refactored login output. Change-Id: I3ff1882406782d64cf0f572c574ab1068449f76b Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-24Update long poll DMaaP timeout value to 55 secondsBenjamin, Max (mb388a)1-1/+1
Update long poll DMaaP timeout value to 55 seconds Change-Id: I19e5b19e81e202933478ce9c7c1c6f96d89125ec Issue-ID: SO-1567 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-02-24Remove deprecated code that duplicates enabledBenjamin, Max (mb388a)1-18/+1
Remove deprecated code that duplicates enabled parameter Change-Id: I286ba0e4239207fca3aab30e6c9a159baea92fc5 Issue-ID: SO-1565 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-02-22remove payload logging from metric/audit sideBenjamin, Max (mb388a)4-35/+38
fixed unit test after changing how entities are read remove payload logging from metric/audit side Change-Id: Ibfe7cf96c76920926e9ae9ce5041389324d09b46 Issue-ID: SO-1564 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-02-22Merge "assignvfmodulebb must send use-preload"Steve Smokowski1-11/+17