summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/design/service-design/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/onap-user/design/service-design/index.rst')
-rw-r--r--docs/guides/onap-user/design/service-design/index.rst51
1 files changed, 40 insertions, 11 deletions
diff --git a/docs/guides/onap-user/design/service-design/index.rst b/docs/guides/onap-user/design/service-design/index.rst
index fc290cb27..a1337991e 100644
--- a/docs/guides/onap-user/design/service-design/index.rst
+++ b/docs/guides/onap-user/design/service-design/index.rst
@@ -9,6 +9,8 @@ Service Design
**Goal:** Add models and other artifacts required to create, configure,
instantiate, and manage services. Validate and certify the services.
+Besides the manual creation of a Service Model, an existing model can
+be imported via a CSAR file
**Tool:** SDC
@@ -23,9 +25,10 @@ instantiate, and manage services. Validate and certify the services.
#. `Create Service`_
#. `Create a Management Workflow [optional]`_
#. `Create a Network Callflow [optional]`_
- #. `Add Service Inputs [optional]`_
+ #. `Manage Service Properties [optional]`_
#. `Update Service [optional]`_
#. `Certify Service`_
+ #. `Import Service CSAR [optional]`_
.. _doc_guide_user_des_ser-cre_serv:
@@ -90,12 +93,11 @@ Create Service
action)
- **Management Workflow** model service lifecycle workflows for execution
in SO (see `Create a Management Workflow [optional]`_)
- - **Network Call Flow** model interactions among VFs (see `Create a
- Network Callflow [optional]`_)
+ - **Network Call Flow** model interactions among VFs (see
+ `Create a Network Callflow [optional]`_)
- **Deployment** view HEAT modules in VSPs
- **Properties Assignment** define or update properties,
- policies and input parameters used during Service instantiation
- (see `Add Service Inputs [optional]`_).
+ policies and input parameters used during Service instantiation.
- **Monitoring** ...
#. Click *Check In* to save changes.
@@ -206,10 +208,11 @@ the service model.
.. _doc_guide_user_des_ser-para_in:
-Add Service Inputs [optional]
------------------------------
+Manage Service Properties [optional]
+------------------------------------
-Select parameters as input fields during Service instantiation.
+Add new Service parameters and define as input fields
+during Service instantiation.
**Prerequisites:** `Create service`_
@@ -280,8 +283,7 @@ updated (see step 4).
#. [Optional] Click *Network Callflow* to edit the interactions among VFs
that comprise the service (see `Create a Network Callflow [optional]`_).
#. [Optional] Click *Properties Assignement* to select parameters as
- input fields during Service instantiation
- (see `Add Service Inputs [optional]`_).
+ input fields during Service instantiation.
#. Click *Check In* to save changes.
#. After updating a service and configuring optional fields, certify it
(see `Certify Service`_).
@@ -307,6 +309,31 @@ architecture contains uncertified resources.
#. A Message appears, that the Service is certified.
+Import Service CSAR [optional]
+------------------------------
+
+Note: This step can be used, when a Service Model already exists
+
+**Steps**
+
+#. From the SDC HOME page, hover over IMPORT and select *IMPORT SERVICE CSAR*.
+
+ |image0|
+
+#. In the File Upload Dialog, select the csar file and press *Open*.
+
+ |image10|
+
+#. In the General section, complete all fields.
+
+ |image11|
+
+#. Click Create.
+
+ A message displays when Service creation is complete.
+
+#. Continue with Service Design steps mentioned above
+
.. |image0| image:: media/sdc-home.png
.. |image1| image:: media/sdc-service-workflow.png
.. |image2| image:: media/design_asdccanvas_connect_elements.png
@@ -316,4 +343,6 @@ architecture contains uncertified resources.
.. |image6| image:: media/sdc-service-composition.png
.. |image7| image:: media/sdc-service-workflow.png
.. |image8| image:: media/sdc-service-properties.png
-.. |image9| image:: media/sdc-service-properties-input.png \ No newline at end of file
+.. |image9| image:: media/sdc-service-properties-input.png
+.. |image10| image:: media/sdc-service-import.png
+.. |image11| image:: media/sdc-service-general-import.png