aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Bańka <k.banka@samsung.com>2020-06-01 09:36:09 +0200
committerKonrad Banka <k.banka@samsung.com>2020-06-05 09:49:26 +0000
commit08bd1711af9ee14d496b56816a560730c424da92 (patch)
tree5b3435eee703645b4455be0ac56a7470272a1a85
parentc1cd55f9f0a058e97e498d9609ead497b9816d7e (diff)
[vFW_CNF_CDS] Fix typo in Postman collection request
Corrects cba_name/cba_version reference in SO instantiation call in single vf-module by removing it (it was used only during development work). Corrects SDNC calls to use https instead of http that was turned off recently. Corrects typo in secret retrieval command. Updated SO Completed instantiation status response. Issue-ID: INT-1457 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ib13a0d1e404e7e2f6053223f4eb4817ff99f8393
-rw-r--r--docs/docs_vFW_CNF_CDS.rst46
-rw-r--r--docs/files/vFW_CNF_CDS/postman.zipbin12483 -> 12414 bytes
2 files changed, 34 insertions, 12 deletions
diff --git a/docs/docs_vFW_CNF_CDS.rst b/docs/docs_vFW_CNF_CDS.rst
index 915e65327..d7c93e033 100644
--- a/docs/docs_vFW_CNF_CDS.rst
+++ b/docs/docs_vFW_CNF_CDS.rst
@@ -1705,8 +1705,8 @@ Since Frankfurt release hardcoded passwords were mostly removed and it is possib
::
- kubectl get secret `kubectl get secrets | grep mariadb-galera-db-root-password | awk {'print $1'}` -o jsonpath="{.data.login}" | base64 --decode
- kubectl get secret `kubectl get secrets | grep mariadb-galera-db-root-password | awk {'print $1'}` -o jsonpath="{.data.password}" | base64 --decode
+ kubectl get secret `kubectl get secrets | grep mariadb-galera-db-root-password | awk '{print $1}'` -o jsonpath="{.data.login}" | base64 --decode
+ kubectl get secret `kubectl get secrets | grep mariadb-galera-db-root-password | awk '{print $1}'` -o jsonpath="{.data.password}" | base64 --decode
In this case login is empty as the secret is dedicated to root user.
@@ -2260,16 +2260,38 @@ The successful reply payload in that query should start like this:
::
{
- "clientRequestId": null,
- "action": "createInstance",
- "requestStatus": "COMPLETED",
- "statusMessage": "Failed to create self-serve assignment for vf-module with vf-module-id=b70112fd-f6b2-44fe-a55c-6928d61843bf with error: Encountered error from self-serve-generate-name with error: Error from NameGenerationNode Assign",
- "rollbackStatusMessage": null,
- "flowStatus": "Execution of UnassignVfModuleBB has completed successfully, next invoking UnassignVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 4).",
- "retryStatusMessage": null,
- ...
-
-**FIXME: provide full COMPLETED payload**
+ "requestStatus": "COMPLETE",
+ "statusMessage": "Macro-Service-createInstance request was executed correctly.",
+ "flowStatus": "Successfully completed all Building Blocks",
+ "progress": 100,
+ "startTime": 1590996766000,
+ "endTime": 1590996945000,
+ "source": "Postman",
+ "vnfId": "93b3350d-ed6f-413b-9cc5-a158c1676eb0",
+ "tenantId": "aaaa",
+ "requestBody": "**REDACTED FOR READABILITY**",
+ "lastModifiedBy": "CamundaBPMN",
+ "modifyTime": "2020-06-01T07:35:45.000+0000",
+ "cloudRegion": "k8sregionfour",
+ "serviceInstanceId": "8ead0480-cf44-428e-a4c2-0e6ed10f7a72",
+ "serviceInstanceName": "vfw-cnf-16",
+ "requestScope": "service",
+ "requestAction": "createInstance",
+ "requestorId": "11c2ddb7-4659-4bf0-a685-a08dcbb5a099",
+ "requestUrl": "http://infra:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances",
+ "tenantName": "k8stenant",
+ "cloudApiRequests": [],
+ "requestURI": "6a369c8e-d492-4ab5-a107-46804eeb7873",
+ "_links": {
+ "self": {
+ "href": "http://infra:30277/infraActiveRequests/6a369c8e-d492-4ab5-a107-46804eeb7873"
+ },
+ "infraActiveRequests": {
+ "href": "http://infra:30277/infraActiveRequests/6a369c8e-d492-4ab5-a107-46804eeb7873"
+ }
+ }
+ }
+
Progress can be followed also with `SO Monitoring`_ dashboard.
diff --git a/docs/files/vFW_CNF_CDS/postman.zip b/docs/files/vFW_CNF_CDS/postman.zip
index d730cc2c5..11d3ef47c 100644
--- a/docs/files/vFW_CNF_CDS/postman.zip
+++ b/docs/files/vFW_CNF_CDS/postman.zip
Binary files differ