aboutsummaryrefslogtreecommitdiffstats
path: root/distribution
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-19 16:41:15 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-19 17:30:28 +0800
commit43bed0e28512332aecc3b70f9e24840682c59e92 (patch)
tree509c6c9f8912e39bcaa59e97ae427e357730b001 /distribution
parent4e1d1d797e185a0ae259e8251d292418232cff67 (diff)
Save Workflow Artifact to SDC.
Get SDC Serive Proxy Information from conf file. Call rest api to save workflow artifact to SDC Issue-ID: SDC-1004 Change-Id: I620674def79bdfb9fd71aebc96d0774bc7dfddd8 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'distribution')
-rw-r--r--distribution/src/main/assembly/conf/workflow-designer.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/distribution/src/main/assembly/conf/workflow-designer.yml b/distribution/src/main/assembly/conf/workflow-designer.yml
index 2e8409a9..b8242075 100644
--- a/distribution/src/main/assembly/conf/workflow-designer.yml
+++ b/distribution/src/main/assembly/conf/workflow-designer.yml
@@ -16,6 +16,10 @@ defaultName: ${DW_DEFAULT_NAME:-Stranger}
msbServerAddr: http://127.0.0.1:80
+sdcServiceProxy:
+ xEcompInstanceId: workflow
+ authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
+
# use the simple server factory if you only want to run on a single port
server:
type: simple