summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10Runtimeapi dependency updatesAndrew Gauld3-6/+13
Change-Id: Ied9b193eb47554db4824238a986d48b67aabf158 Issue-ID: DCAEGEN2-2272 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-27Update images to run as non-root2.12.11.0.2Andrew Gauld1-1/+5
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-17fixed quotes issue in runtime-api1.0.1Dhrumin Desai2-4/+8
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-02-28Modify Runtime for new bpgen dependencyDeven5-23/+44
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-01-24Improve mod/runtimeapi code coverageAndrew Gauld8-277/+457
Change-Id: Ic8b23955deed9411ac2c216571ec2548a9fc5e42 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-21runtimeapi & genprocessor pom.xml docker changesAndrew Gauld2-13/+28
Change-Id: I1595bf1c08dae161530c4dcdbc3e53b909164a10 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-17mod-runtimeapi fix docker build and code coverageAndrew Gauld1-26/+39
Change-Id: I2038934553b831d98bbbdbd893d253cb5b733aa6 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2019-12-12Add+disable maven-deploy for runtimeapiMichael Hwang1-0/+11
Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com> Change-Id: I27c1ad85dcbe821ae3162d6203eb02a9dfbe006d
2019-12-11Add mod/runtimeapiMichael Hwang34-0/+3148
Change-Id: I6c0a45ddf460a63a1e4b9284e19bf4ab111bd463 Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com>