summaryrefslogtreecommitdiffstats
path: root/adapter
AgeCommit message (Collapse)AuthorFilesLines
2022-05-31[MOD/AAdapter] Include containername propertyVijay Venkatesh Kumar2-18/+19
Container name specified in CI, new property added to be used by OGR tool for name consistency checks Change-Id: I3b1c599f6d5b09b7543be49205e677fc347fad06 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3090 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-12-09Acumos Adapter updates to support v3 schema1.0.7-adapter-acumosshabs202018-55/+129
Enhanced Adapter to support component spec v3 schema of Istanbul release Additionally corrected config file for no_proxy variable Issue-ID: DCAEGEN2-2877 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: Ie6f2decb6afcd1e164fafab6fd943d6b6c8e7cf0 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
2021-06-08Adapt DCAE adapter to work with Acumos Demeter's metadata structure change1.0.6-adapter-acumosshabs20208-6/+139
Fix the dataformat generation failure due to Demeter's metadata change. At the same maintain its backward compatibility with Acumos Clio. Issue-ID: DCAEGEN2-2825 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: I0f665415d1b3c94e774eec5a56c8df598d222cd3 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
2021-05-06Enable Adapter to work behind proxyshabs20209-19/+54
Adapter is now capable of metadata installation during docker image generation both with and without proxy. Issue-ID: DCAEGEN2-2755 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: Icc428db4afcf71103828683f3ac3b4b6d22ec1d0 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
2021-02-22Improve code coverage of Acumos-DCAE adapter1.0.4-adapter-acumosshabs20207-4/+161
Adding and modifying unit test scripts to increase code coverage of the Acumos-DCAE adapter Issue-ID: DCAEGEN2-2633 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: I22e752d8ce33373b3326757594445e0288874b35 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
2021-02-02[acumos-adapter] Add ingress path in deploymentdemskeq81-1/+2
define ingress service path for dcae-acumos-adapter Issue-ID: DCAEGEN2-2614 Change-Id: I26f532c195c5ef9edfea7a31826e8a030da8d1a3 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
2021-01-27base url added and base addr updated in values.yamlshabs20201-2/+3
base url added as simpledemo.onap.org for virtual host of ingress and base addr updated to dcaemod for ingress-service Issue-ID: OOM-2641 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: I66551225162b712ad1f77fdb9e282abd28fcfdbe Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
2021-01-07Modify metadata matchershabs20203-3/+5
Add additional condition to check name metadata for correct selection of metadata.json artifact by Acumos adapter Issue-ID: DCAEGEN2-2578 Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com> Change-Id: I76aacd854d1f6c7dff08321e9ecfd030172c07bd Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
2020-07-28Pull JSON schemas at build/test not run timeAndrew Gauld16-1339/+86
Change-Id: I4f095a8a80f1c2868319c58bb0e9db916044d067 Issue-ID: DCAEGEN2-2221 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-04-09Add Helm chart for Acumos adapter6.0.0-ONAPfrankfurtJack Lucas10-0/+316
Issue-ID: DCAEGEN2-2199 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Iffe4cb4ef9278815ddb6f8e275d6017bd859bbdf
2020-03-27Update images to run as non-root2.12.11.0.2Andrew Gauld6-6/+13
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-20Merge "Link DCAE MOD design tool to Acumos Adapter"Vijay Venkatesh Kumar5-11/+13
2020-03-20Link DCAE MOD design tool to Acumos AdapterAndrew Gauld5-11/+13
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-03Merge "Change reportPath to reportPaths in pom.xmls"Vijay Venkatesh Kumar1-1/+1
2020-03-03Change reportPath to reportPaths in pom.xmlsAndrew Gauld1-1/+1
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>
2019-11-15Add acumos adapter projectAndrew Gauld33-0/+3133
Signed-off-by: Andrew Gauld <agauld@att.com> Issue-ID: DCAEGEN2-1860 Change-Id: Ib22fd2aa61fe7761bacf85e69540d11803c7acee Signed-off-by: Andrew Gauld <agauld@att.com>