aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-18Initial adds artifact handler and design servicesSkip Wonnell113-251/+6989
asdc-artifact-handler: an interface to receive artifacts distributed by SDC and persist them into the local database. appc-design-services: an interface to manage VNF configuration artifacts, primarily those generated by the configuration design tool. Includes these user stories: APPC-28/85 Change-Id: Ib207070d4593554fa424fc69d9c77a6cd5349fec Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-Id: APPC-9
2017-08-17Initial commit for appc-config-audit bundleSkip Wonnell33-8/+1768
This Bundle is used for Auditing against a running configurition Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-Id: APPC-22 Signed-off-by: Patrick Brady <pb071s@att.com> Change-Id: Id19c65e351cc377d32d6533d3fa73415019652f0
2017-08-17Initial commit for appc-config-adaptorSkip Wonnell26-0/+3809
This bundle contains utilities used by config-generator. Change-Id: I04877ebe90536fd57368d00c033189c280e77c90 Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-ID: APPC-67
2017-08-17Initial commit for config-generator bundleSkip Wonnell53-0/+2965
This bundle contains logic for creating the configuration, reading templates, and merging the data together Issue-ID: APPC-59 Change-Id: Ifd745964f659f075250d6acaf1b5f033da28e1c4 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-17Initial commit for appc-flow-controller bundleSkip Wonnell57-80/+5979
This bundle contains the APPC orchestration control for the directed graph for model driven transactions Issue-ID: APPC-73 Change-Id: Ia812fe14b2d6aa46c3acd5b2bfab0c004507c628 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-17Initial commit for appc-data-services bundleSkip Wonnell24-1/+2325
This bundle contains the generic execute nodes that interact with the database. Issue-ID: APPC-58 Change-Id: Ib1447443ed259f4133cd33d554a5ac43f2c3dd1b Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-16Fix APPC sonar coverageMarcus G K Williams1-7/+1
Issue-Id: APPC-156 Change-Id: Idccbf97538d05d173ebe74cef1442392c6a91486 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-16[APPC-144] OAM operation abort messagesbeili.zhou10-53/+289
Provide abort audit log as well as notification when OAM operation is interrupted by a new OAM operation request. Fix missing ID in audit log for reject message. Issue-Id: APPC-144 Change-Id: Ie87e19949be85c085444c753fdf061f4fc45e48f Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-16Initial commit for appc-encryption-tool bundleSkip Wonnell21-1/+1267
appc-encryption-tool: module to retrieve and store encryped credentials Change-Id: I3d45c662c9d58dbeec2ab7fffb51658c9ee0d5d3 Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-Id: APPC-67
2017-08-16Create and store Dependency model from ToscaMasal, Sushil (sm588m)13-104/+645
Updated asdc listerner bundle to create dependency model from tosca artifact reveived from SDC.This dependency model will be in JSON format and will be stored to ASDC_ARTIFACT table as new artifact. Also ASDC_REFERENCE table will be updated to with new artifact details. This commit also include bug fix for MDSALStore to handle all http code for successful rest calls Issue ID: APPC-32 Change-Id: Iaef6cdee67475917968a4bcdec131cd1bc4c4f41 Signed-off-by: Masal, Sushil (sm588m) <sushil.masal@amdocs.com>
2017-08-16Merge "Action-Identifier to support vf-module-id"Marcus Williams4-1/+18
2017-08-15Merge "[APPC-127] NPE on execution of LCM action Lock"Marcus Williams4-5/+4
2017-08-15[APPC-143] OAM restart operation with stop errorbeili.zhou7-134/+92
Fix OAM restart operation does not report stop failure. And also remove unused LCM OperationStatus and related comments. Issue-Id: APPC-143 Change-Id: Ia2580717ef515856725e3e50c63b17404f123325 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-15Added review commentAnand Chaturvedi51-0/+3918
Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi <ac204h@att.com> Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi <ac204h@att.com>
2017-08-15Action-Identifier to support vf-module-idKalpesh Chaniyara4-1/+18
As of now LCM Request Identifier supports vnf-id, vnfc-name and vserver-id. This change supports vf-module-id as action identifier and its value is set in DG context with key input.action-identifiers.vf-module-id when invoking DG Issue-Id : APPC-142 Change-Id: I65d44b073d32e39eaba183b8ce47584441921f3c Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
2017-08-15[APPC-127] NPE on execution of LCM action LockKalpesh Chaniyara4-5/+4
2 Constants classes were present under same package in appc-dispatcher sub modules, Moved one class under appc-request-handler-core to different package Issue-Id :APPC-127 Change-Id: I9bb9000b90862d245c2c8465495690a2635a741d Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
2017-08-14Initial commit for appc-config-paramsAnand Chaturvedi45-0/+3370
Change-Id: I5805591892184b4456dd30639417d783d353a6a3 Signed-off-by: Anand Chaturvedi <ac204h@att.com> Issue-Id:APPC-9
2017-08-14Update license plugin to exclude json filesSkip Wonnell1-0/+4
Change-Id: I843185af796729c71ccc9aa822844436d4804c3f Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-ID: APPC-87
2017-08-14OAM operations 3 - JUnit testsbeili.zhou10-0/+1693
OAM operations changes are large, need to be broken down to multiple submission based on size and compilability. This is the third (last) set which covers JUnit test cases. Includes these user stories: APPC-39/41/43/44/45/46/52/77. Issue Id: APPC-38 Change-Id: I2df5e6b371d05030fb18bdd48155e4bb23034997 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-14OAM operations 2 - oambeili.zhou19-557/+2687
OAM operations changes are large, need to break down to multiple submissions based on size and compilability. This is the second set which covers the following OAM operations: start, stop, restart, maintenance-mode, and timeout of the operation along with error OAM state. Includes these user stories: APPC-39/41/43/44/45/46/52/77. Issue Id: APPC-38 Change-Id: Iafad643c5ba2d2af24482b03db8f7a40397fa46e Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-14OAM operations 1 - miscellaneousbeili.zhou9-277/+410
OAM operations changes are large, need to break down to multiple submissions based on size and compilability. This is the first set which covers: feature installation, audit log message, listener instantiation and etc. Includes these user stories: APPC-39/41/43/44/45/46/52/77. Issue Id: APPC-38 Change-Id: Ifc0f5bd2468732d04ae462be09a6ad720aefba2b Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-11Merge "[APPC-44] revert license line ending changes"Marcus Williams30-1987/+1987
2017-08-11[APPC-45] appc-dg-common startbeili.zhou3-62/+76
Fix appc-dg-common bundle start issue (does not occur at the APPC start up) by using blueprint for its instantiation. Issue-Id: APPC-45 Change-Id: I40887701269a44ba711a00aa12a551e672b34532 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-11[APPC-44] command executor feature installerbeili.zhou6-20/+334
ONAP used karaf plugin installation which required each feature has installer, this one is adding the feature installer for command executor. Pre-change for APPC OAM operations. Issue-Id: APPC-44 Change-Id: I02080f4ee52ee0e9794237e11ef86f4c330de420 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-11Fixing dmaap authentication exceptionPatrick Brady1-10/+6
Dmaap http client was incorrectly throwing an exception if no authetication was present. This should not be since dmaap does not require authentication. Change-Id: If90ce1e52bf226bacc5a6c57bfe8aaa98e583bc5 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: APPC-135
2017-08-11[APPC-44] revert license line ending changesJoey Sullivan30-1987/+1987
Issue-Id: APPC-44 Change-Id: Id9350fb7e19512ee380d6ca480d5ca9569fe3bd4 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
2017-08-11[APPC-44] APPC Lifecycle Management refactorbeili.zhou56-1710/+2402
Pull APPC lifecycle Management out of APPC dispatcher, so that it can be used by both APPC dispatcher and APPC OAM. This is the pre-step of introducing APPC OAM operations. Issue-Id: APPC-44 Change-Id: Icbde399b5121fae9e1919cfdd5c77bbe55d61188 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-08[APPC-126] rename license diretory for windowsbeili.zhou4-1/+1
Change-Id: Ic93af88532864ca4f4e9d3024719c9f4fbd651a6 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-04[APPC-121]Fix VNF NumberFormatExceptionbeili.zhou1-44/+62
Change-Id: I14464adc0b11b909131232cdcb9d46cb0a01b000 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-03Avoid possible NEP in WorkingStateManagerImpl.javaSkip Wonnell1-1/+2
Squashed commit of the following: commit 7f62d9a1fa166aa55579795b7a592e22a6df3772 Author: Skip Wonnell <kw5258@att.com> Date: Thu Aug 3 13:22:22 2017 -0500 [APPC-92] Fix sonar blocker issue Check vnfWorkingStateDto for null before dereference. Change-Id: I4630df4bcd3d696041123e1fc0267c46a756425b Signed-off-by: Skip Wonnell <kw5258@att.com> Issue: APPC-92
2017-08-02Merging in bug fixesPatrick Brady88-1563/+4464
Change-Id: I85da90b9ba0d03149f42035a820c76ef0285e413 Signed-off-by: Patrick Brady <pb071s@att.com> Issue: APPC-100
2017-07-31Avoid possible NPEs in EventHandlerImpl.javaSkip Wonnell1-8/+12
Change-Id: Id2c5fe1b07ecf1c6e7b70261daae8fa3955400e7 Signed-off-by: Skip Wonnell <kw5258@att.com> Issue: APPC-98
2017-07-27Fix resource leak in ChefAdapterImpl.javaSkip Wonnell1-5/+4
Convert to Closeable versions of HttpClient and HttpResponse and instantiate both inside a TWR. Change-Id: I37ac34bab545592f51fb054068065fa1c00f7224 Signed-off-by: Skip Wonnell <kw5258@att.com> Issue: APPC-94
2017-07-20[APPC-93] Resource leak in appc.adapter.chef.chefclient.UtilsSkip Wonnell1-8/+2
Place instantiation of FileReader and BufferedReader inside a TWR Change-Id: Ibc0fffa76e536bdccca92731dc7ebc878faf67a1 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-07-20Applying license changes to all filesPatrick Brady760-2245/+3948
[APPC-87] Fix Maven License Plugin Change-Id: I23a95b6c1020618d05f17c63c72152cf86e4d4a0 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-07-19Adding custom license for maven license pluginPatrick Brady4-4/+48
[APPC-87] Fix Maven License Plugin Change-Id: If19274f46b2eaf83539642d313130bdcfa6a9eb7 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-07-14Refactor POM to inherit from oparentGary Wu1-26/+12
Refactor POM to inherit from oparent. Remove local settings related to nexus and checkstyle. Issue-id: APPC-78 Change-Id: I52167488d5d9216f351f306348ca77544cac9def Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-13[APPC-16] update the chef adapterroot8-362/+311
Change-Id: I712b42f0e09a250cd06ec3a67561ca2ce062f760 Signed-off-by: root <jh245g@att.com>
2017-07-07[feature/APPC-7] ansible server commitecnoel8-0/+1850
Change-Id: I87b4843ca5d646e390d985be27aa1e3b94491d07 Signed-off-by: ecnoel <eric.noel@att.com> Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-22Changing to sdnc snapshot version [APPC-15]Patrick Brady1-3/+3
Sdnc docker images do not seem to contain non-snapshot artifacts. Switching to use snapshot artifacts should fix the problem. Change-Id: Ie1e1c3b53ccfee9976c03d9f0934aef7f272eeb5 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-20Updating sdnc version [APPC-15]Patrick Brady1-3/+3
Change-Id: I523cc2ce8ec9ddbb606b2e41520dd161a13fcea9 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-15[feature/APPC-6]Ashwin Sridharan24-0/+3454
Added Ansible Adapter Extension for APP-C Change-Id: I4580fe5ebec526186fff5520fc7d12bff49f3fa4 Signed-off-by: Ashwin Sridharan <asridharan@research.att.com> Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-06Updating licenses in all filesPatrick Brady724-2167/+2930
Change-Id: Ic229be3cc3e4751b9bfbd3c5c08db84ec8e7e0cb Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-05Remove duplicated dependenciesVictor Morales1-14/+2
It was removed some duplicated entries from the pom.xml file of appc-chef-adapter-bundle project Change-Id: Idab32dcffcaa18af249ff4354453856ab378de2e Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-05Fixing logic in an if statementPatrick Brady1-1/+1
Change-Id: Ibc50b5e56953ce6ceed11b21e9d2042d5a540cad Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-02Merge of new rebased codePatrick Brady412-7355/+25642
Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-05-16Remove commented methods/fields in APPCMarcus G K Williams25-259/+3
Taking a stab at removing numerous commented out methods and fields. Almost all of what is removed is commented code with no explanation. Change-Id: I61cb1d7100ae6c75f6d42f500ade0504c97b760c Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-05-16Fix compilation errors in EclipseGary Wu4-6/+6
Change-Id: Ic5aa1977199237e006376231ae3970ece7f2cd26 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-05-16Enable NETCONF Adapter bundle loggingMarcus G K Williams1-2/+5
Change-Id: If746c9a29066f8cbf7c27b280a44665144fe96d9 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-05-16Merge "Remove unused class StreamHelper"Patrick Brady2-138/+0