aboutsummaryrefslogtreecommitdiffstats
path: root/aria
AgeCommit message (Collapse)AuthorFilesLines
2018-07-19unwanted LICENSE and setup files removalseshukm3-117/+0
Issue-ID: SO-729 Change-Id: I4e9da85f4f2bedd8c98f5a99b1eebc98b16b8ea1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-19removal of aria rest, incrementalseshukm5-766/+0
Issue-ID: SO-729 Change-Id: I4ce124e97e6ad7a0297340d71dc74cd636946d98 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-18remove the rest templatesseshukm1-3/+0
Issue-ID: SO-729 Change-Id: Iac05273800a282518cad1c4f60dfc9e9d6e7aa6b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-18delete plugin multivim python codeseshukm18-2519/+0
Issue-ID: SO-729 Change-Id: I15f374d03a0292284553eba5927bdc5290b2eba6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-18remove the keystone and openstack common pluginsseshukm11-2483/+0
Issue-ID: SO-729 Change-Id: Iaddd643a37431eaf8ffd5702e79ae7ea16e54ed8 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-18Delete the glance and neutron pluginsseshukm15-1743/+0
Issue-ID: SO-729 Change-Id: I785e680d603596827400d78b6f381051e67142bd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-18Deleting the ARIA cinder plugin and nova pluginsseshukm19-3197/+0
Issue-ID: SO-729 Change-Id: I283bf73ddc08ed5b1223686aba3976becb34dfd0 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-27Fix version to reside in setup.pyJeremy Phelps3-9/+2
There are better ways to do this according to the community but I cannot get it to work with tox atm. This will unblock the project though. Change-Id: Ia6b42c8b2078938b0cbc76618938f953f2ab9cb2 Issue-ID: CIMAN-145 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-03-27Dependency version updates for BeijingRob Daugherty4-4/+1
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-24Merge "Add files to help build python package"Seshu Kumar M3-0/+55
2018-03-23Add files to help build python packageJeremy Phelps3-0/+55
Added setup.py, VERSION, and tox.ini. Issue-ID: CIMAN-149 Change-Id: Iab8af0cec621c63351c2abe71f7094f93f72a4f1 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-03-23Remove aria-rest from the build - merge job failsRob Daugherty1-1/+1
The merge job fails with: Could not transfer artifact org.onap.aria:ariarest:pom:0.1.0-20180323.150712-1 from/to ecomp-snapshots (https://nexus.onap.org/content/repositories/snapshots): ReasonPhrase: Forbidden. Change-Id: Ic6f1daadab9d7b58df8bbe5b8ed2984af5b80cae Issue-ID: SO-529 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-21Disable the deploy phasesubhash kumar singh1-2/+2
Disable deploy phase. Change-Id: I6c657b5f6ca1b0ecc1e955d86a2c7005593ae41a Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-19testcases refactored for MsoVnfAdapterseshukm1-1/+0
Issue-ID: SO-369 Change-Id: I9561825683ecd823dfd55b3feb29f7b03a07cd1c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-19Pom had reference to dev nexus`dfilppi1-2/+2
Change-Id: I8e2812e5083065d7631e33feb2e6c5264238dce7 Issue-ID: SO-495 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-17Re-enable aria rest api builddfilppi1-1/+1
Change-Id: I4509a993f9a98cff005efd570c1cfa00639d8c50 Issue-ID: SO-494 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-17fixing python build/deploydfilppi3-91/+94
Change-Id: Ia5849d8f337fc9810631673ff01a7abfdb66a252 Issue-ID: SO-445 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-16AriaClientFactoryTest throws exceptionRob Daugherty1-0/+4
java.lang.NoClassDefFoundError: org/apache/http/conn/ssl/X509HostnameVerifier To fix, I added: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> Change-Id: Ic18ef074bf0d90c800ede19b5da5cbb1703da8b5 Issue-ID: SO-493 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-15Merge "Adding Junit"Seshu Kumar M10-0/+390
2018-03-15Adding JunitAS0046505910-0/+390
Adding Junit for: 1.AriaClientFactory.java 2.ExecutionDetails.java 3.ExecutionImpl.java 4.InputImpl.java 5.NodeTemplateImpl.java 6.OutputImpl.java 7.ServiceImpl.java 8.ServiceTemplateImpl.java 9.ValidationResultImpl.java 10.WorkflowImpl.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so%3Aaria-client%3Asrc%2Fmain%2Fjava%2Fcom%2Fgigaspaces%2Faria%2Frest%2Fclient Change-Id: I3b817a3b38d9ec68bb8cfb44c350867617e5e59d Issue-ID: SO-485 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty3-2/+33
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-13Fixed parent referencedfilppi2-2/+2
Change-Id: I2d7b0d6025789c0ff60495630f59ed3b70c99510 Issue-ID: SO-448 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-09Pom parents fixed in aria build.dfilppi2-1/+11
Change-Id: Idaf76197b8542dcebb5b242204d076c55892228c Issue-ID: SO-448 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-09Remove redundant groupId inherited from parentMunir Ahmad1-1/+0
Change-Id: If1df4b792fca2a127e169e393268d63ef31d9ed1 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-02-23Add ARIA subtree to builddfilppi1-0/+21
Change-Id: I59a7038c00527330458458b6164cdf14ef8c82fe Issue-ID: SO-444 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-02-21ARIA REST client bugsdfilppi2-8/+9
Change-Id: Ie3f1846589b5563707f4ab71406900c4f12ba0be Issue-ID: SO-440 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-02-20Added ability to PUT binary CSARdfilppi3-368/+421
Change-Id: Ib1dcad8b557cd543ecbf37c5e5947250ee0eb01e Issue-ID: SO-429 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-02-14Fixed build.dfilppi21-1/+59
Change-Id: I48e69958b08767c14085fef5e9befb4b7f9a5875 Issue-ID: SO-426 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-27Added copyright headerdfilppi1-0/+18
Change-Id: I855059a79aa19f7efe7494d50b5320b32618145d Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-26Added module to build for aria-rest-serverdfilppi1-3/+3
Change-Id: Ifd4dc937ba4047fd2de98c9f96d3202a55199b21 Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-26Updated build to create wheel and push to Pypidfilppi3-45/+121
Change-Id: I8cb80cf56ed5c0d459a64af8c6a9198c1c4f9fae Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-09Null POST/PUT bodies were causing REST failuresdfilppi1-6/+6
Change-Id: I11725dfd1feb7b080160a361cd9fec65bba4bf78 Issue-ID: SO-356 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-07added PUT capability. fixed ARIA version refdfilppi2-15/+68
Change-Id: I8d9100be25c884537099ff0de8533002bbefc49d Issue-ID: SO-220 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-01Bump minor versionJessica Wagantall3-5/+5
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-13Removed bad docsdfilppi11-1331/+0
Issue-id: SO-319 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Change-Id: I5870dae985df3279cc225eb411cde96a27e76749
2017-09-21Added support for userdata and metadatadfilppi2-546/+770
Change-Id: Idb24dddc2e23eb5bf7da8703512462660217d13f Issue-id: SO-154 Signed-off-by: DeWayne <dewayne@cloudify.co>
2017-09-07Added pom for aria rest server builddfilppi1-0/+116
Change-Id: I92221d72fa554aa4246c501e30d523732c4d7f47 Issue-id: SO-105 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-09-07reorg and add pom build for wheeldfilppi71-0/+95
Change-Id: Iab761e263f1e2380471dd38c2b7ce9b77f0aab0e Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Issue-id: SO-106
2017-08-31changed email and updated aria versiondfilppi1-2/+2
Change-Id: I13e4895730da6aa265cc14a15621283b89b1d083 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Issue-id: SO-104
2017-08-29changed var from openstack to multivimdfilppi1-1/+1
Change-Id: I4f218e333db1016f481fd210a1aa97c96a1e3bd7 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co> Issue-id: SO-102
2017-08-10Merge "ARIA java binding initial"Seshu Kumar M22-0/+1314
2017-08-10Merge "ARIA multivim plugin initial checkin"Seshu Kumar M72-0/+10952
2017-08-07ARIA multivim plugin initial checkindfilppi72-0/+10952
Change-Id: I3a24ab6fc5ba54466bfecaf596a13b8907248ae8 Issue-id: SO-77 Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
2017-08-07ARIA java binding initialdfilppi22-0/+1314
Change-Id: I806c879f7eddadec396adbb72f3fc2117dccbeb5 Issue-id: SO-77 Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
2017-08-03ARIA REST server initial commitdfilppi9-0/+832
Change-Id: Ibb34f3d2f7c1fd63e79e6a12394a70ca09cb8034 Issue-id: SO-25 Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>