diff options
author | Rich Bennett <rb2745@att.com> | 2018-04-11 16:47:49 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-04-11 16:51:45 -0400 |
commit | a4bb1e7ec4500f7b86a38613e43629bb3bda61ae (patch) | |
tree | 4d2f7c4fe12d9f3c388030f68a1827a6993b538b /docs/guides/onap-user/servicedesigner.rst | |
parent | c38e457331b05287d5fddf9a60ad26955fc9c36f (diff) |
Clean-up using onap section
Migrate top level structure from wiki
Eliminate duplicated subsections
Move to current stable release of Sphinx (1.6.7)
Change-Id: I2999962c306d69756161cb90993694877265b476
Issue-ID: DOC-259
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-user/servicedesigner.rst')
-rw-r--r-- | docs/guides/onap-user/servicedesigner.rst | 39 |
1 files changed, 33 insertions, 6 deletions
diff --git a/docs/guides/onap-user/servicedesigner.rst b/docs/guides/onap-user/servicedesigner.rst index c934c3a04..823fccdc1 100644 --- a/docs/guides/onap-user/servicedesigner.rst +++ b/docs/guides/onap-user/servicedesigner.rst @@ -1,8 +1,35 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. -Service Designer -================ -.. note:: - Until this section is migrated to gerrit/readthedocs, use the link below. +Service Design +============== +The goal of the service design process is to create all artifacts +(models) that are required to instantiate and manage resources, +services, and products on the ONAP platform. The design process +requires input from users with multiple roles. -* `Service Designer <https://wiki.onap.org/x/E4AP>`_ +Design progresses logically through a series of phases. Each phase: + +* is organized into steps that are completed in sequence + +* is accessed using a different role with specific responsibilities + generates artifacts that are used in other phases of design or when + instantiating or monitoring virtual functions. + +Design includes the following topics: + + +* `Pre-Onboarding <https://wiki.onap.org/x/Y4AP>`_ + +* `Resource Onboarding <https://wiki.onap.org/x/YIAP>`_ + +* `VF Creation and Testing <https://wiki.onap.org/x/PoAP>`_ + +* `Governance Approval and Service Distribution <https://wiki.onap.org/x/UYAP>`_ + +* `Control Loop Design <https://wiki.onap.org/x/WYAP>`_ + +* `Policy Design <https://wiki.onap.org/x/SYAP>`_ + +* `SDC Artifacts List <https://wiki.onap.org/x/LYAP>`_ |