Link DCAE MOD design tool to Acumos Adapter 24/102424/3
authorAndrew Gauld <agauld@att.com>
Wed, 26 Feb 2020 15:48:32 +0000 (15:48 +0000)
committerAndrew Gauld <agauld@att.com>
Fri, 20 Mar 2020 12:33:47 +0000 (12:33 +0000)
commit2d1528b34c45a650e2407bbc90737cc4ca6ec042
tree76bebbb36a444963353dee17cc294c40fa8cb0d0
parent45341fa5e6e64e86286254d49ca951c43726ab94
Link DCAE MOD design tool to Acumos Adapter

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>
25 files changed:
adapter/acumos/Changelog.md
adapter/acumos/aoconversion/index.html
adapter/acumos/aoconversion/scanner.py
adapter/acumos/pom.xml
adapter/acumos/setup.py
mod/designtool/designtool-web/pom.xml
mod/designtool/designtool-web/sh/applypatches.sh
mod/designtool/designtool-web/src/main/java/org/apache/nifi/NiFi.java [deleted file]
mod/designtool/designtool-web/src/main/java/org/apache/nifi/util/NiFiProperties.java
mod/designtool/designtool-web/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java [deleted file]
mod/designtool/designtool-web/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java
mod/designtool/designtool-web/src/main/java/org/apache/nifi/web/api/dto/FlowConfigurationDTO.java [deleted file]
mod/designtool/designtool-web/src/main/webapp/WEB-INF/partials/canvas/canvas-header.jsp
mod/designtool/designtool-web/src/main/webapp/WEB-INF/partials/canvas/navigation.jsp
mod/designtool/designtool-web/src/main/webapp/css/navigation.css
mod/designtool/designtool-web/src/main/webapp/fonts/flowfont/flowfont.eot [new file with mode: 0644]
mod/designtool/designtool-web/src/main/webapp/fonts/flowfont/flowfont.svg [new file with mode: 0644]
mod/designtool/designtool-web/src/main/webapp/fonts/flowfont/flowfont.ttf [new file with mode: 0644]
mod/designtool/designtool-web/src/main/webapp/fonts/flowfont/flowfont.woff [new file with mode: 0644]
mod/designtool/designtool-web/src/main/webapp/fonts/flowfont/flowfont.woff2 [new file with mode: 0644]
mod/designtool/designtool-web/src/main/webapp/js/jquery/dcae-mod.js
mod/designtool/designtool-web/src/main/webapp/js/nf/canvas/controllers/nf-ng-canvas-global-menu-controller.js [new file with mode: 0644]
mod/designtool/designtool-web/src/main/webapp/js/nf/canvas/nf-settings.js
mod/designtool/nifi-war-to-jar/pom.xml
mod/designtool/pom.xml