diff options
author | 2019-07-31 17:13:35 +0200 | |
---|---|---|
committer | 2019-08-13 08:49:30 +0000 | |
commit | 1fec80d426480ffe1abb39ea816ecdc041c058b3 (patch) | |
tree | 8fa3098b519e871391a62e99568a5d31fc8da5a6 /docs/guides/onap-user/instantiate/instantiation/so2 | |
parent | 887c30b31167326bc7c2138db95fc6c55747fb72 (diff) |
refactor instantiate section to be more "purpose" oriented
adding configure section
Issue-ID: DOC-500
Signed-off-by: Rene_Robert <rene.robert@orange.com>
Change-Id: I7f05b3ff526a501a70533f9a9506844477a73419
(cherry picked from commit f45d05acae93c13ffcc91df92781db38e570aff7)
Diffstat (limited to 'docs/guides/onap-user/instantiate/instantiation/so2')
-rw-r--r-- | docs/guides/onap-user/instantiate/instantiation/so2/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/guides/onap-user/instantiate/instantiation/so2/index.rst b/docs/guides/onap-user/instantiate/instantiation/so2/index.rst index 02a5f70d3..9e2f9f98f 100644 --- a/docs/guides/onap-user/instantiate/instantiation/so2/index.rst +++ b/docs/guides/onap-user/instantiate/instantiation/so2/index.rst @@ -8,7 +8,8 @@ Macro mode Service Instantiation via ONAP SO API ================================================ -Using Macro mode, you have to build and send only one request to ONAP SO +Using Macro mode, you have to build and send one and only one +request to ONAP SO. In that request you need to indicate all object instances that you want to be instantiated. @@ -16,9 +17,9 @@ that you want to be instantiated. Reminder : ONAP SO in Macro mode will perform the VNF parameters/values assignment based on CDS Blueprint templates that are supposed to be defined during Design and Onboard steps. -That means ONAP has all information +That means ONAP should have all information to be able to get all necessary values by itself (there is no longer need -for an Operator to provide "SDNC preload"). +for a user to provide those values via the "SDNC preload" operation). Additional info in: |