diff options
author | 2023-03-08 12:11:01 +0100 | |
---|---|---|
committer | 2023-03-09 11:29:24 +0100 | |
commit | 55fca955305bb3a44c9aecc93a3e28ecae8a2ade (patch) | |
tree | 7995b2cc7439c21bb9371a304f76c18f1ef848bd /docs/guides/onap-user/design/service-distribution/index.rst | |
parent | 415f66ae09ed3963420601c36be101fca95be4af (diff) |
remove E2E user guides section due to unmaintained projects
Issue-ID: DOC-811
Change-Id: I57ebfcf5724c289dcf0145700fc64eae4992607d
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/guides/onap-user/design/service-distribution/index.rst')
-rw-r--r-- | docs/guides/onap-user/design/service-distribution/index.rst | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/docs/guides/onap-user/design/service-distribution/index.rst b/docs/guides/onap-user/design/service-distribution/index.rst deleted file mode 100644 index 9f374cdee..000000000 --- a/docs/guides/onap-user/design/service-distribution/index.rst +++ /dev/null @@ -1,84 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 -.. International License. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2019 ONAP Contributors. All rights reserved. - -.. _doc_guide_user_des_ser-dis: - -Service Distribution -==================== - -Each ONAP platform operator will have a specific set of policies -and procedures for approving Services and deploying them in the -operator's ONAP environment. This outline describes the general -flow of such procedures. - -**Goal:** Add all information required to create, instantiate, and -manage a service in Runtime. - -**Tools:** SDC - -**SDC user roles:** Designer - - -|image1| - -**Figure: Workflow for Service Distribution** - -Steps ------ - -- `Distribute Service`_ -- `Monitor Distribution`_ - -.. _doc_guide_user_des_ser-dis-start: - -Distribute Service ------------------- - -**Prerequisites:** The Service is Certified. - -**Steps** - - -#. Sign in to SDC as Designer. -#. From the SDC HOME page, click CATALOG and search for the service. - It should read *Waiting For Distribution*. -#. Select the service that is *Ready for Distribution*. - - |image2| - -#. Review the version history to verify that the correct version is - selected. -#. In the header, click *Distribute*. - - The service state changes to *Distributed* -#. Continue with the step `Monitor Distribution`_ - - -.. _doc_guide_user_des_ser-dis-mon: - -Monitor Distribution --------------------- - -**Steps** - -#. Sign in to SDC as Designer. -#. From the SDC HOME page, click CATALOG and search for the service. -#. Select the service that is in *Distributed* state. -#. Click *Distribution* in the left pane. - The Distribution Report displays. - - |image3| - -#. In the Distribution Report, navigate to the Distribution ID for the - service and click the adjacent down arrow. - The report shows all components associated with the service and their - distribution statuses. -#. Review the status of each component. -#. If deploy errors are shown, the reason has to be investigated and the - Service can be *Redistributed* - - -.. |image1| image:: media/sdc-service-distribution-workflow.png -.. |image2| image:: media/sdc-service-distribute.png -.. |image3| image:: media/sdc-service-distribute-monitor.png |