summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09Add Helm chart for Acumos adapter6.0.0-ONAPfrankfurtJack Lucas11-0/+319
Issue-ID: DCAEGEN2-2199 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Iffe4cb4ef9278815ddb6f8e275d6017bd859bbdf
2020-04-08Release runtimeapi 1.0.3Andrew Gauld1-0/+8
Change-Id: I0a7191a318154f2cdd37a4e469b83366a84c3f4f Issue-ID: DCAEGEN2-2194 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-04-07Create /maven/data dir owned by dcaegen:dcaegen1.0.3Andrew Gauld1-2/+2
Change-Id: If29c7a128fd3cc2b17f07109734179249cd5064f Issue-ID: DCAEGEN2-2194 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-31Merge "Release acumos-adapter 1.0.2"Jack Lucas1-0/+8
2020-03-31Merge "Release genprocessor 1.0.1"Jack Lucas1-0/+10
2020-03-31Merge "Release distributorapi 1.0.1"Jack Lucas1-0/+8
2020-03-31Merge "Release designtool 1.0.2"Jack Lucas1-0/+8
2020-03-31Merge "Release runtimeapi 1.0.2"Jack Lucas1-0/+8
2020-03-31Release runtimeapi 1.0.2Andrew Gauld1-0/+8
Issue-ID: DCAEGEN2-2170 Change-Id: I289208caf75694064a8c9ae34bd748fbc6ba5b4c Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-31Release onboardingapi 2.12.1Andrew Gauld1-0/+8
Issue-ID: DCAEGEN2-2170 Change-Id: I3226baa89610f1a263b3848c05caaada653c87f9 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-31Release genprocessor 1.0.1Andrew Gauld1-0/+10
Issue-ID: DCAEGEN2-2170 Change-Id: I9356aaf3dd3e184b300abe148d661265773311de Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-31Release distributorapi 1.0.1Andrew Gauld1-0/+8
Issue-ID: DCAEGEN2-2170 Change-Id: If548d5e38e4bc1e5e3d5aea909050cbb21ecc084 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-31Release designtool 1.0.2Andrew Gauld1-0/+8
Issue-ID: DCAEGEN2-2170 Change-Id: I711e85e95f4bf8f8e99d55f78989a00e5068a039 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-31Release acumos-adapter 1.0.2Andrew Gauld1-0/+8
Issue-ID: DCAEGEN2-2170 Change-Id: I262e5577bec7d1c5cc0b96d7e8a7d38d9e6aa2a5 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-30Correct user on correct image for genprocessorAndrew Gauld1-2/+2
Change-Id: I01091421d2f2e7b222ab02cb10e07c45f92e8eac Issue-ID: DCAEGEN2-2170 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-30genprocessor-http non-root permissions changesAndrew Gauld1-3/+3
Change-Id: I734bbfac8b1b260524ef174518fea3e2229cf175 Issue-ID: DCAEGEN2-2170 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-27Update images to run as non-root2.12.11.0.2Andrew Gauld23-35/+74
Images updated and the new versions are: adapter.acumos:1.0.2 mod.distributorapi:1.0.1 mod.onboardingapi:2.12.1 mod.designtool-web:1.0.2 mod.genprocessor-job:1.0.1 mod.genprocessor-http:1.0.1 mod.runtime-web:1.0.2 Note: image names all start with "onap/org.onap.dcaegen2.platform." designtool-web was already running as a non-root user. The others have been changed to create user "dcaemod" and run as that user. The listen port numbers on mod.distributorapi, mod.onboardingapi, and mod.genprocessor-http are changed from 80 to 8080. URLs in designtool-web, distributorapi, and genprocessor-job are adjusted to reflect the new port numbers. Change-Id: I510122952666c21cb92f3f64552e99d50af7c355 Issue-ID: DCAEGEN2-2170 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-20Update parent pom version in mod-registryAndrew Gauld1-1/+1
Change-Id: Iff4bdb5931fc1b7f894065f3e8019d109b6ce233 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-20Merge "Link DCAE MOD design tool to Acumos Adapter"Vijay Venkatesh Kumar25-5705/+987
2020-03-20Link DCAE MOD design tool to Acumos AdapterAndrew Gauld25-5705/+987
Add import item to global menu with choices of import models, component specs, and data formats. Add prefix to acumos adapter API for consistency with rest of DCAE MOD and to allow adding acumos adapter to k8s/rancher ingress or other reverse proxy mechanism so it can be accessed by browser javascript in the design tool. Remove dcae mod hostname mechanism for callbacks from browser javascript since browser security only allows javascript to call back to the originating host port. Clean up indentation only differences between original NiFi code and ONAP versions. Remove 3 ONAP java files that are now identical to original NiFi versions. Change-Id: I23bbd98d5b171d624ef35088cd821aff2918fc1b Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-19Release runtimeapi 1.0.1 with new bpgen, having validated E2E onboarding and ↵Deven Panchal1-0/+8
deployment of VES-TCAGen2 flow Issue-ID: DCAEGEN2-2089 Change-Id: I3f830b8d8f9be2ac2c1babe7557c319d05670e91 Signed-off-by: Deven <dp023n@att.com>
2020-03-17Merge "fixed quotes issue in runtime-api Update Runtime"Vijay Venkatesh Kumar5-8/+33
2020-03-17fixed quotes issue in runtime-api1.0.1Dhrumin Desai5-8/+33
Update Runtime Issue-ID: DCAEGEN2-2120 Change-Id: Ib07060717b43255f17f95d45023e856eed1de674 Signed-off-by: Dhrumin Desai <dd303q@att.com> Signed-off-by: Deven <dp023n@att.com>
2020-03-17Merge "release 1.3.1 bp-gen"Jack Lucas1-0/+4
2020-03-16release 1.3.1 bp-genVijay Venkatesh Kumar1-0/+4
Includes fix for quotation on defaults Change-Id: I2964bd20457b890e8c1b876caa1825fc866aaba1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2120 Issue-ID: DCAEGEN2-1891
2020-03-10Merge "Release Acumos adapter 1.0.0"Jack Lucas1-0/+8
2020-03-05fix bugs reported in sonar scanKotagiri, Ramprasad (rp5662)1-10/+10
Issue-ID: DCAEGEN2-1922 Change-Id: Ia980e53974428159b26123e0f72d52a6650420c6 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-03-05Merge "Release genprocessor job 1.0.0"Vijay Venkatesh Kumar1-0/+10
2020-03-05Release genprocessor job 1.0.0Deven Panchal1-0/+10
Issue-ID: DCAEGEN2-2125 Change-Id: I24eb68f443d10fe8727853db664f63287f69c38d Signed-off-by: Deven <dp023n@att.com>
2020-03-05Merge "Initial unit test coverage"Vijay Venkatesh Kumar11-108/+2053
2020-03-04Initial unit test coverageSchmalzried, Terry (ts862m)11-108/+2053
Issue-ID: DCAEGEN2-1922 Change-Id: Ibd50c9d87583244c0e82a9f050e0e795cde72f27 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
2020-03-04Release Acumos adapter 1.0.0Deven Panchal1-0/+8
Issue-ID: DCAEGEN2-2126 Change-Id: I95b0b20e703e6c01a540788f19ff37a176214fa3 Signed-off-by: Deven <dp023n@att.com>
2020-03-04Merge "Release Design Tool 1.0.0"Vijay Venkatesh Kumar1-0/+8
2020-03-04Merge "Release runtimeapi 1.0.0"Vijay Venkatesh Kumar1-0/+8
2020-03-04Release Design Tool 1.0.0Deven Panchal1-0/+8
Issue-ID: DCAEGEN2-2125 Change-Id: Id540be787df6d9f2e03f4e4bccec4af06dbb105d Signed-off-by: Deven <dp023n@att.com>
2020-03-04Merge "Release Mod Nifi registry 1.0.0"Vijay Venkatesh Kumar1-0/+8
2020-03-04Release Mod Nifi registry 1.0.0Deven Panchal1-0/+8
Issue-ID: DCAEGEN2-2125 Change-Id: Ieea9c2c0446c5865b1c2935f78e86151dcee2c82 Signed-off-by: Deven <dp023n@att.com>
2020-03-04Release runtimeapi 1.0.0Deven Panchal1-0/+8
Issue-ID: DCAEGEN2-2125 Change-Id: I0a1ca6470657c7a0676cf4a2b87bcade969de423 Signed-off-by: Deven <dp023n@att.com>
2020-03-04Release distributorapi 1.0.0Deven Panchal1-0/+8
Issue-ID: DCAEGEN2-2125 Change-Id: Ibbf4433fce2be3994d7c0e284ff271a94bb6260d Signed-off-by: Deven <dp023n@att.com>
2020-03-04Merge "Release onboardingapi 2.12.0"Vijay Venkatesh Kumar1-0/+8
2020-03-04Release onboardingapi 2.12.0Deven1-0/+8
Issue-ID: DCAEGEN2-2125 Change-Id: I9338fedf23a07b4c0907ab4461393696a16c11ce Signed-off-by: Deven <dp023n@att.com>
2020-03-04fixed input string type issue in bp_genDhrumin Desai1-5/+6
Issue-ID: DCAEGEN2-2120 Change-Id: I95f6c3093377921250adf7089eca96f38b838f93 Signed-off-by: Dhrumin Desai <dd303q@att.com>
2020-03-03Merge "Change reportPath to reportPaths in pom.xmls"Vijay Venkatesh Kumar4-4/+4
2020-03-03Change reportPath to reportPaths in pom.xmlsAndrew Gauld4-4/+4
Change-Id: I521e7fc48027d182f593ea1bc04fca5bf5370553 Issue-ID: DCAEGEN2-2119 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-03Use updated component spec schemaAndrew Gauld2-2/+60
Change-Id: Id1b85a5dd5db03430e28312dcfd35a290a3a6cc6 Issue-ID: DCAEGEN2-2118 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-02-28Merge "Modify Runtime for new bpgen dependency"Vijay Venkatesh Kumar11-51/+96
2020-02-28Modify Runtime for new bpgen dependencyDeven11-51/+96
Modify Runtime core and web components to build with the new bpgen dependency Issue-ID: DCAEGEN2-2091 Change-Id: Id9dac8f4cc24a39dac2dac8dce7a84b54c1e1229 Signed-off-by: Deven <dp023n@att.com>
2020-02-27Update server url in onboarding/start.sh2.12.0Deven1-1/+1
Update server url in onboarding/start.sh Issue-ID: DCAEGEN2-2093 Signed-off-by: Deven <dp023n@att.com> Change-Id: I008c6a6005f8e2c132fc80f81d0264292f3db542
2020-02-26Merge "Updates to onboarding and distributor api's"Vijay Venkatesh Kumar4-2/+8
2020-02-26Updates to onboarding and distributor api's1.0.0Deven4-2/+8
Update server url in onboardingapi/start.sh Update wekzeug dependency version in distributorapi/setup.py Update dcae cli version in onboardingapi/start.sh Update werkzeug dependency version Issue-ID: DCAEGEN2-2093 Signed-off-by: Deven <dp023n@att.com> Change-Id: Ife06a732a147bc1339a5041fa9bdab5791d8cf3f Signed-off-by: Deven <dp023n@att.com>