diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-05-11 11:10:55 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-05-11 11:10:55 +0200 |
commit | 29ec1736ac4558082b5a979e1ec882eb6e63affb (patch) | |
tree | dc6d3e517730d66408bce539f3c69592517f07be /nokiav2/docs/onboarding.rst | |
parent | 4d75f3f7de8034914712fdc37e276a69b9df7d66 (diff) |
Documentation update
Change-Id: Id306fb37abf9071879e490f9553f0538b2cef0da
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/docs/onboarding.rst')
-rw-r--r-- | nokiav2/docs/onboarding.rst | 69 |
1 files changed, 47 insertions, 22 deletions
diff --git a/nokiav2/docs/onboarding.rst b/nokiav2/docs/onboarding.rst index 6e3ade3c..4abf8faf 100644 --- a/nokiav2/docs/onboarding.rst +++ b/nokiav2/docs/onboarding.rst @@ -1,29 +1,15 @@ Onboard NS ========== -Prepare environment -------------------- -- Create customer in A&AI +Create licensing model +---------------------- - - tool: Postman - - method: PUT - - URL: https://aai.api.simpledemo.onap.org:8443/aai/v11/business/customers/customer/123456 - - Headers - - - basic auth AAI:AAI - - X-FromAppId : any - - Content-type: application/json - - Accept: application/json - - - body: :download:`aai.create.customer.request.json <sample/aai.create.customer.request.json>` - - - Edit tenant id, cloud owner, cloud region - Log into ONAP portal with designer role (cs0008) - Create License model - - ONBOARD / Create new VLP + - ONBOARD / Create new VLM - name = select a name easy to remember @@ -31,37 +17,53 @@ Prepare environment - name = any - - License key group / add new licencse key group + - License key group / add new license key group - name = any + - type = universal - Feature groups / add feature group - name = any + - part number = 123456 + - manufacturer reference number = 123456 + - entitlement pool (add any with arrow button) + - license key group (add any with arrow button) + - save - License agreements / Add license agreement - name = any + - license term unlimited + - feature groups (add any with arrow button) - Check in (lock icon at top) + - Submit (tick icon at top) +On-board VNF +------------ + - On-board / Create new VSP (vendor software package) - Create VSP - name = select a name easy to remember + - vendor = name of the license model + - category = Database (IMPORTANT NOT TO CHANGE THIS (linked to the global customer)) + - onboarding procedure = network package + - description = any - Upload CSAR @@ -71,9 +73,13 @@ Prepare environment - Select licence - overview / software product details / license agreement + - licenses + - set license version, license agreement, feature groups + - click on save icon at top + - commit & submit using icons at top - Create VF @@ -83,43 +89,62 @@ Prepare environment - set General / Vendor model number to CBAM package VNFD ID - set sVNFM property assignment / inputs / nf_type set NokiaSVNFM + - commit + - submit for testing - Test VF - Log in as tester role + - Select VF + - Start testing button + - Accept testing +Design network service +---------------------- + - Create Service - - Log in as designer role + - Log in with designer role (cs0008) + - home / add / add service + - name = select a name easy to remember + - project code = 123456 + - Check in & check out (required to save a safe point to restore to if something goes wrong) - Add created VF (Composition) - drag icon to main picture (be patient only drag once, if multiple icons appear restart procedure ) + - Check in + - Open service again and verify that the VF is part of the service under composition - Submit for testing + - Test Service - - Log in as tester role (jm0007) + - Log in with tester role (jm0007) + - start testing & accept - Approve service - - Log in as governence user (gv0001) + - Log in with governance role (gv0001) + - Select service and press approve - Distribute the service - - Log in as operations personen (op0001) + - Log in with operations role (op0001) + - Select service and push distribute + - Click on monitor (verify that the state of the service is distributed) |