aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-24 17:34:04 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2018-07-25 11:39:10 +0300
commita52d50e788792a63e97a9176ab319d53db7a2853 (patch)
treeb1c2222cacf4b8192aea16d1e0315b1f005c5347 /docs
parent3c2665debb400aef7f0ed9e235698d2ff9f859db (diff)
Replaced old implementation at root
Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst16
-rw-r--r--docs/platform/architecture.rst16
-rw-r--r--docs/platform/consumedapis.rst7
-rw-r--r--docs/platform/delivery.rst10
-rw-r--r--docs/platform/human-interfaces.rst19
-rw-r--r--docs/platform/images/workflow architecture.PNGbin22125 -> 0 bytes
-rw-r--r--docs/platform/index.rst16
-rw-r--r--docs/platform/installation.rst33
-rw-r--r--docs/platform/offeredapis.rst4
-rw-r--r--docs/release-notes.rst43
10 files changed, 0 insertions, 164 deletions
diff --git a/docs/index.rst b/docs/index.rst
deleted file mode 100644
index 7198c38b..00000000
--- a/docs/index.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-SDC-Workflow-Designer
-------------------------------------------------
-
-Workflow Designer provides the ablitilty to design a bpmn workflow. It extends restful task and tosca task. so it can be combined with tosca template easily.
-
-This document is aimed to give the users some brief introductions of Workflow Designer. The users could find useful information, e.g. the architecture, the APIs and the installation steps, etc. as well as the release notes in this document.
-
-.. toctree::
- :maxdepth: 1
-
- platform/index.rst
- release-notes.rst
-
-
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
deleted file mode 100644
index 8569dd9f..00000000
--- a/docs/platform/architecture.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Architecture
-------------
-SDC Workflow Designer is a workflow design tool. It implements bpmn workflow standards. And it extends some elements for tosca specification. So in this designer the users can orchestrate services and interactive with tosca template more easily.
-
-SDC Workflow Designer is a component of SDC. Right now it doesn't depend on other components. It can work alone. In the future, it will depend on MSB and SDC Catalog.
-
-SDC Workflow Designer contains two parts: UI, Backend.
-
-.. image:: images/workflow-architecture.png
-
-UI is the designer. It can access SDC Catalog to get tosca template info. Users can orchestrate ONAP services.
-
-Backend is the storage of Workflow Designer. It will translate the workflow definition to standard bpmn workflow. And it can save workflow artifact to SDC catalog. \ No newline at end of file
diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst
deleted file mode 100644
index c18f59bb..00000000
--- a/docs/platform/consumedapis.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Consumed APIs
--------------
-
-In the Amsterdam release, Workflow Designer does not consume any APIs provided by other ONAP components. It will consume apis of MSB and SDC in the future.
diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst
deleted file mode 100644
index af33c9d5..00000000
--- a/docs/platform/delivery.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Delivery
---------
-
-:Docker:
- - onap/sdc/sdc-workflow-designer
-Docker containers can be downloaded from ONAP docker repository https://nexus3.onap.org/.
-
diff --git a/docs/platform/human-interfaces.rst b/docs/platform/human-interfaces.rst
deleted file mode 100644
index 4a0484e1..00000000
--- a/docs/platform/human-interfaces.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Human Interfaces
-----------------
-SDC Workflow Designer provides a Web GUI Portal for users.
-Users can orchestrate services. Right now, the designer supports parse swagger. Users can set services for every workflow by swagger.
-
-Target Users
-^^^^^^^^^^^^
-Workflow designer.
-
-Interface Type
-^^^^^^^^^^^^^^
-Web GUI.
-
-Access
-^^^^^^
-Http://MSB_API_GATEWAY_IP:80/workflow \ No newline at end of file
diff --git a/docs/platform/images/workflow architecture.PNG b/docs/platform/images/workflow architecture.PNG
deleted file mode 100644
index 35dcf7b0..00000000
--- a/docs/platform/images/workflow architecture.PNG
+++ /dev/null
Binary files differ
diff --git a/docs/platform/index.rst b/docs/platform/index.rst
deleted file mode 100644
index 4eceb6e6..00000000
--- a/docs/platform/index.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Platform
---------
-
-Workflow Designer provides the ablitilty to design a bpmn workflow. It extends restful task and tosca task. so it can be combined with tosca template easily.
-
-.. toctree::
- :maxdepth: 1
-
- architecture.rst
- offeredapis.rst
- consumedapis.rst
- delivery.rst
- installation.rst
- human-interfaces.rst
diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst
deleted file mode 100644
index 7362603b..00000000
--- a/docs/platform/installation.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Installation
-------------
-
-Install docker
-^^^^^^^^^^^^^^^^^^^^^^^
-
-sudo apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-xenial main'
-
-sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
-
-sudo apt-get update
-
-apt-cache policy docker-engine
-
-sudo apt-get install -y docker-engine
-
-docker ps
-
-Run sdc-workflow-designer docker
-^^^^^^^^^^^^^^^^^^^^^^^
-
-Login the ONAP docker registry first: sudo docker login -u docker -p docker nexus3.onap.org:10001
-
-sudo docker run -p 9519:8080 -d --net=host --name sdc-workflow-designer nexus3.onap.org:10001/onap/sdc/sdc-workflow-designer
-
-Check status of Workflow designer
-^^^^^^^^^^^^^^^^^^^^^^^
-
-Visit workflow designer web ui:
-
-http://127.0.0.1:9527/ \ No newline at end of file
diff --git a/docs/platform/offeredapis.rst b/docs/platform/offeredapis.rst
deleted file mode 100644
index f179df4d..00000000
--- a/docs/platform/offeredapis.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Offered APIs
-------------
-
-Right now, SDC Workflow Designer just provide a web UI. It will provides APIs in the future release. \ No newline at end of file
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
deleted file mode 100644
index 299586f0..00000000
--- a/docs/release-notes.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-
-SDC Workflow Designer Release Notes
-=============================
-
-Workflow Designer provides the ablitilty to design a bpmn workflow. It extends restful task and tosca task. so it can be combined with tosca template easily.
-
-
-
-Version: 1.0.0
---------------
-
-
-:Release Date: yyyy-mm-dd
-
-
-
-**New Features**
-
-
-* Support export workflow definition file;
-* Support basic workflow definition;
-
-
-**Bug Fixes**
-
-
-**Known Issues**
-
-**Security Issues**
-
-
-**Upgrade Notes**
-
-**Deprecation Notes**
-
-**Other**
-
-===========
-
-End of Release Notes