aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2019-08-02Merge "General sonar fixes"Seshu Kumar M3-6/+7
2019-08-02Merge "Add oauth for calls from VNFM to VNFM adapter"Seshu Kumar M7-11/+180
2019-08-02General sonar fixesArindam Mondal3-6/+7
+) Add logger to log exception ++) Format logger Issue-ID: SO-2187 Change-Id: Id77271340070a61e7ce82822321d7e5b8b03f759 Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-08-01Add SO Increase Action_category column widthBonkur, Venkat (vb8416)1-0/+3
Action_category column width in Controller_selection_category table is increased to accommodate activity categories like DistributeTrafficCheck which are longer than the column width. Issue-ID: SO-2185 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: Ia5c813bfabfc95d4502c7ade4413672c64ad8ada
2019-08-01Add oauth for calls from VNFM to VNFM adapterMichaelMorris7-11/+180
Change-Id: I6ff1f9ed130b8331f6a001d3dcb64b9dcfb30eb5 Issue-ID: SO-2180 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-07-31Add oauth for calls from VNFM adapter to VNFMMichaelMorris10-114/+211
Change-Id: I0e6ba16bbeab457ec0c1985e345e26f544434667 Issue-ID: SO-2169 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-07-31Merge "Replaced constructor call with Boolean.valueOf() call to prevent ↵Seshu Kumar M1-1/+1
static analyzer warning about inefficient use of constructor"
2019-07-30Replaced constructor call with Boolean.valueOf() callOleksandr Moliavko1-1/+1
to prevent static analyzer warning about inefficient use of constructor Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Id5a883628726bdd0313a46ea4808a36eccf03c9a
2019-07-30Merge "Added null check to heatStack.getOutputs() to prevent crash at get() ↵Seshu Kumar M1-10/+13
call; removed redundant null check to simplify the code"
2019-07-30Added null check to heatStack.getOutputs()Oleksandr Moliavko1-10/+13
to prevent crash at get() call; removed redundant null check to simplify the code Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: If9d8dcba3008cd7ebe60c17c08c71a07a6df9df4
2019-07-30Merge "Replaced constructor call with valueOf() call to remove static ↵Seshu Kumar M1-1/+1
analyzer warning about inefficient use of constructor"
2019-07-30commented out bad tests, will revisitDeWayne Filppi1-34/+31
Change-Id: I57e0e1378e743074b3fad3533756179776bfaf0b Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Issue-ID: SO-1836
2019-07-30Merge "Sonar fix: CreateVfModuleRequest.java"Seshu Kumar M1-1/+2
2019-07-30Merge "Sonar fix: HealthStackAudit.java"Seshu Kumar M1-1/+2
2019-07-30Merge "Sonar Fix: VduArtifact.java"Seshu Kumar M1-10/+10
2019-07-30Replaced constructor call with valueOf() call toOleksandr Moliavko1-1/+1
remove static analyzer warning about inefficient use of constructor Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I5b6285aa8708b57bb54a90d38130a21b07c2b2c5
2019-07-29Merge "Implement TLS for calls into VNFM adapter"Steve Smokowski4-4/+25
2019-07-29Merge "Upgrade springboot.version from 2.0.5 to 2.1.5."Steve Smokowski4-0/+10
2019-07-29Merge "Add SpringClientFilter in ValetClient to autolog"Steve Smokowski1-6/+6
2019-07-29Merge "store heat env file sent to heat"Steve Smokowski3-2/+56
2019-07-26Upgrade springboot.version from 2.0.5 to 2.1.5.Sangalang, Felix4-0/+10
Upgrade springboot.version from 2.0.5 to 2.1.5. Fixed APIHandler junit test cases with expected DB error messages. Issue-ID: SO-2157 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I77ce873018b88268b9221226b95c9c106f93a8d0
2019-07-26Merge "Fixed sonar issue in QueryServiceVnfs.java"Seshu Kumar M1-3/+2
2019-07-25Add SpringClientFilter in ValetClient to autologMcblain, Thomas1-6/+6
Add SpringClientFilter in ValetClient to autolog msgs Modify to use our RestTemplateConfig for RestTemplate Use Provider for thread-safe RestTemplate autowire Issue-ID: SO-2160 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I02d1995ebd6d2c93477008feb13193d3c0b3cd05
2019-07-25store heat env file sent to heatGamboa, Gilbert3-2/+56
Initial commit, include heat environment info in cloud-api_requests. Updated MSOHeatUtilsTest.saveStackTest unit test to assert cloudApiRequests requestBody Issue-ID: SO-2158 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I333cae7746459917ba5e64feb07db4f710b8d99b
2019-07-23Major Sonar fixesr.bogacki3-38/+17
Major Sonar fixes in different classes: -Removed unnecessary code. -Removed unused variables. -Removed unnecessary imports. -Simplified diamond operators. -Improved String comparisons in equals. Issue-ID: SO-2102 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I279c63f8e7161d6e33d5d6a28b938c0c64e90f1f
2019-07-22Implement TLS for calls into VNFM adapterMichaelMorris4-4/+25
Issue-ID: SO-2143 Change-Id: I2fcacab7aebc9a22b952d881b0bf2404e1638b37 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-07-22Merge "Added servicename to MDC so that it gets logged"Steve Smokowski5-4/+20
2019-07-19Added servicename to MDC so that it gets loggedBoslet, Cory5-4/+20
Added servicename to MDC so that it gets logged and added enter and exit markers. Issue-ID: SO-2122 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I63ff5e5de21d851c989ffa5db2051755751d9ead
2019-07-19Sonar fix: HealthStackAudit.javaArundathi Patil1-1/+2
Fixed sonar issues across this file Issue-ID: SO-2137 Change-Id: I7650e1746bc3da5149310e6eb4b53f2ee98e3d9f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Sonar fix: CreateVfModuleRequest.javaArundathi Patil1-1/+2
Fixed sonar issues across this file Issue-ID: SO-2135 Change-Id: I77071a51c7bda9e9eb44dbedab2b17576b69d608 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-18Merge "Added null check for yaml to prevent crash at getParameterListFromEnvt()"Steve Smokowski1-3/+6
2019-07-18Merge changes I5e72e1c6,I5e1cb624Steve Smokowski1-8/+16
* changes: Added null check for function param pFqdns to prevent crash at for loop. Added check for null ptr before dereferencing at gBBInput.getCustomer().getServiceSubscription() - to prevent static analyzer warning
2019-07-18Removing application-local.yaml filesRoy, Amresh6-422/+0
Removing the application-local.yaml files because they're no longer maintained or working. Issue-ID: SO-2121 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I191c8775de931671a4657be8940e6aec64023359
2019-07-18Merge "Implement TLS for calls from VNFM adapter to VNFM"Steve Smokowski8-6/+86
2019-07-18Merge "Add SO BPMN name for NAME in tbl workflow"Steve Smokowski1-2/+2
2019-07-18Merge "We need to expand column request_status"Steve Smokowski1-0/+3
2019-07-18Implement TLS for calls from VNFM adapter to VNFMMichaelMorris8-6/+86
Issue-ID: SO-2116 Change-Id: I1e5bdfcf3164545c89fb370014d49ef3ae6a9cf1 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-07-18Add SO BPMN name for NAME in tbl workflowBonkur, Venkat (vb8416)1-2/+2
Added SO update the R__WorkflowDesignerData.sql script to insert name of BPMN process instead of description in the NAME field of workflow table for VnfInPlaceUpdate and VnfConfigUpdate Issue-ID: SO-2112 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I288a1159e95c3798c37ff41a599662e5df8317ba
2019-07-17We need to expand column request_statusGamboa, Gilbert1-0/+3
New script to expand column request_status on table archived_infra_requests as well. Issue-ID: SO-2114 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> Change-Id: Ife1168e658bbb9e7fa69541de42173947564cac8
2019-07-17add query stack data and populate table stepBoslet, Cory13-22/+560
Need to check if audit is enabled first in the delete record task Updates to audit delete redeisgn and data to table Various updates to logging, audit object, added tag to query, updated tag value. Updated write method to make sure an entry for this heat stack doesnt already exist to avoid duplicate entrys Updated unit test to account for get query Added so that id is not hidden from query results Updated the was delete is done plus minor updates. Updated delete method to use resttemplate instead of bowman client Combined the write and get stack data task into the external tasks. Removed the task to delete the stack data from db Updates to junit request id so its not a random id for test Updated service tasks in att BB to call external task Update to be a real uuid format due to failing unit test Updated fields to protected and updated unit test Issue-ID: SO-2111 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> Change-Id: I8f479a046cf837403f60c330ed6ad8bc08a9c82f
2019-07-15Added null check for yaml to prevent crash atOleksandr Moliavko1-3/+6
getParameterListFromEnvt() Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I8fabba8d99e311f01a5fd5dad166e0bb643044e3
2019-07-12Added null check for function param pFqdns toOleksandr Moliavko1-8/+16
prevent crash at for loop. Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I5e72e1c6d74c5f197479062348090ab2b87fafae
2019-07-11Sonar Fix: VduArtifact.javaArundathi Patil1-10/+10
Moved constructors as per Java code conventions Issue-ID: SO-2108 Change-Id: I45dc918380e87617b712ead3f9615d4e2c47deff Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-10Sonar Fix: SDNCAdapterApplication.javaArundathi Patil1-2/+2
Removed unused imports from the file Issue-ID: SO-2103 Change-Id: Id126f5203789d866b340d86b55bbc616991afc99 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-09Sonar fix in CreateInventoryTask.javaArundathi Patil1-4/+8
Fixed multiple sonar issues in this file Issue-ID: SO-2098 Change-Id: I7da9ffae8ee11d8475445b5263bc7cfb78834a9c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-08Merge "Added null check to prevent call of getVnfResources() method for null ↵Steve Smokowski1-2/+4
vf object"
2019-07-08Merge "Added null check for heatStack to prevent crash at getCanonicalName() ↵Steve Smokowski1-1/+1
call"
2019-07-08Merge "Fixed sonar issue in QueryGroups.java"Seshu Kumar M1-1/+2
2019-07-05Fixed sonar issue in QueryGroups.javaArundathi Patil1-1/+2
Fixed sonar issues across this file Issue-ID: SO-2096 Change-Id: Ib2b9fb5d12da2eb1f99562466c5a5d9039b0e50f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issue in QueryServiceVnfs.javaArundathi Patil1-3/+2
Fixed sonar issues across this file Issue-ID: SO-2094 Change-Id: I51cb4711814c83786dafba22c735244bd1898331 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>