PNF Simulator guide add unenriched CBA

Issue-ID: CCSDK-2848
Change-Id: I51c41a77f087609aed112fc562cd361188019873
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
diff --git a/docs/usecases/media/pnf-simulator-demo-cba.zip b/docs/usecases/media/pnf-simulator-demo-cba-enriched.zip
similarity index 100%
rename from docs/usecases/media/pnf-simulator-demo-cba.zip
rename to docs/usecases/media/pnf-simulator-demo-cba-enriched.zip
Binary files differ
diff --git a/docs/usecases/media/pnf-simulator-demo-cba-unenriched.zip b/docs/usecases/media/pnf-simulator-demo-cba-unenriched.zip
new file mode 100644
index 0000000..a373f50
--- /dev/null
+++ b/docs/usecases/media/pnf-simulator-demo-cba-unenriched.zip
Binary files differ
diff --git a/docs/usecases/media/pnf-simulator.postman_collection.json b/docs/usecases/media/pnf-simulator.postman_collection.json
index 80a5975..a4834f0 100644
--- a/docs/usecases/media/pnf-simulator.postman_collection.json
+++ b/docs/usecases/media/pnf-simulator.postman_collection.json
@@ -1,6 +1,6 @@
 {
 	"info": {
-		"_postman_id": "295cc7b7-a544-44f5-8045-54effcd41108",
+		"_postman_id": "1fa613b3-d757-4887-b6b4-94c596bbe821",
 		"name": "CDS PNF Simulator Use Case",
 		"description": "This collection contains all API calls to do the \"PNF Simulator Day-N config-assign and config-deploy use case\" in CDS. ",
 		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
@@ -341,7 +341,7 @@
 				{
 					"listen": "prerequest",
 					"script": {
-						"id": "c927b543-b143-4ab9-963c-6289a7d1040e",
+						"id": "ffcd53f6-a19e-4ecb-9220-bea23105b997",
 						"exec": [
 							"var allDD = pm.environment.get(\"allDD\");\r",
 							"\r",
@@ -517,7 +517,7 @@
 				{
 					"listen": "test",
 					"script": {
-						"id": "bd26b9e6-4237-4591-a037-0520f737439f",
+						"id": "79594336-6372-432e-8111-9b1d2c89d2e2",
 						"exec": [
 							"var allDD = pm.environment.get(\"allDD\");\r",
 							"\r",
@@ -977,7 +977,7 @@
 			"response": []
 		},
 		{
-			"name": "Config Assign Day-1 Deploy",
+			"name": "Day-1 Config Deploy",
 			"request": {
 				"auth": {
 					"type": "basic",
@@ -1052,13 +1052,90 @@
 				}
 			},
 			"response": []
+		},
+		{
+			"name": "Day-2 Config Deploy",
+			"request": {
+				"auth": {
+					"type": "basic",
+					"basic": [
+						{
+							"key": "username",
+							"value": "ccsdkapps",
+							"type": "string"
+						},
+						{
+							"key": "password",
+							"value": "ccsdkapps",
+							"type": "string"
+						},
+						{
+							"key": "showPassword",
+							"value": false,
+							"type": "boolean"
+						}
+					]
+				},
+				"method": "POST",
+				"header": [
+					{
+						"key": "Accept",
+						"type": "text",
+						"value": "application/json",
+						"disabled": true
+					},
+					{
+						"key": "Accept-Encoding",
+						"type": "text",
+						"value": "gzip,deflate",
+						"disabled": true
+					},
+					{
+						"key": "Referer",
+						"type": "text",
+						"value": "http://84.39.39.116:30497/blueprint",
+						"disabled": true
+					},
+					{
+						"key": "Origin",
+						"type": "text",
+						"value": "http://84.39.39.116:30497",
+						"disabled": true
+					}
+				],
+				"body": {
+					"mode": "raw",
+					"raw": "{\n\t\"actionIdentifiers\": {\n\t\t\"mode\": \"sync\",\n\t\t\"blueprintName\": \"pnf_netconf\",\n\t\t\"blueprintVersion\": \"1.0.0\",\n\t\t\"actionName\": \"config-deploy\"\n\t},\n\t\"payload\": {\n\t\t\"config-deploy-request\": {\n\t\t\t\"resolution-key\": \"day-2\",\n\t\t\t\"config-deploy-properties\": {\n\t\t\t\t\"pnf-id\": \"abcd\",\n\t\t\t\t\"pnf-ipv4-address\": \"172.17.0.2\",\n\t\t\t\t\"netconf-password\": \"netconf\",\n\t\t\t\t\"netconf-username\": \"netconf\"\n\t\t\t}\n\t\t}\n\t}\n\n\t,\n\t\"commonHeader\": {\n\t\t\"subRequestId\": \"143748f9-3cd5-4910-81c9-a4601ff2ea58\",\n\t\t\"requestId\": \"e5eb1f1e-3386-435d-b290-d49d8af8db4c\",\n\t\t\"originatorId\": \"SDNC_DG\"\n\t}\n}\n",
+					"options": {
+						"formdata": {},
+						"raw": {
+							"language": "json"
+						}
+					}
+				},
+				"url": {
+					"raw": "http://{{host}}:{{port}}/api/v1/execution-service/process",
+					"protocol": "http",
+					"host": [
+						"{{host}}"
+					],
+					"port": "{{port}}",
+					"path": [
+						"api",
+						"v1",
+						"execution-service",
+						"process"
+					]
+				}
+			},
+			"response": []
 		}
 	],
 	"event": [
 		{
 			"listen": "prerequest",
 			"script": {
-				"id": "1d6b0502-1031-4cec-adec-6a02e2505fb2",
+				"id": "2bd5eabc-8019-408f-844e-35354a896c38",
 				"type": "text/javascript",
 				"exec": [
 					""
@@ -1068,7 +1145,7 @@
 		{
 			"listen": "test",
 			"script": {
-				"id": "a97568b2-3520-450b-89c0-c344945c40e4",
+				"id": "b52b4979-114a-4642-84d7-73534f26c077",
 				"type": "text/javascript",
 				"exec": [
 					""
@@ -1078,12 +1155,12 @@
 	],
 	"variable": [
 		{
-			"id": "f593c13c-9ebc-4b88-9622-a08889662808",
+			"id": "9cedb535-6b95-4348-8e42-8786c0731503",
 			"key": "host",
 			"value": "localhost"
 		},
 		{
-			"id": "bcefbf57-f5df-41e3-be88-c3af5b76f916",
+			"id": "4dcce46f-d0c4-4059-9ba0-157f9b85e8ad",
 			"key": "port",
 			"value": "8081"
 		}
diff --git a/docs/usecases/pnf-simulator.rst b/docs/usecases/pnf-simulator.rst
index 61aa138..5e44967 100644
--- a/docs/usecases/pnf-simulator.rst
+++ b/docs/usecases/pnf-simulator.rst
@@ -337,7 +337,7 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 In the following steps the CBA is published in CDS, config-assignment is done and the config is deployed to to the
-Netconf server through CDS in the last step. We will use this CBA: :download:`zip <media/pnf-simulator-demo-cba.zip>`.
+Netconf server through CDS in the last step. We will use this CBA: :download:`zip <media/pnf-simulator-demo-cba-unenriched.zip>`.
 If you want to use scripts instead of Postman the CBA also contains all necessary scripts.
 
 .. tabs::
@@ -419,10 +419,10 @@
       Move to the main folder of the CBA with ``cd ..`` and archive all folders with ``zip -r pnf-demo.zip *``.
 
       .. warning::
-         The provided CBA is already enriched, the following step anyhow will enrich the CBA again to show the full workflow.
-         For Frankfurt release this causes an issue when the configuration is deployed later on. This happens because some parameters
-         get deleted when enrichment is done a second time. Skip the next step until Deploy/Save Blueprint if you use
-         Frankfurt release and use the CBA as it is. In future this step should be fixed and executed based on an unenriched CBA.
+         Sometimes there might be issues during enrichment (e.g. some parameters get deleted in the CBA)). If you face problems
+         during enrichment or deployment later on use the following CBA, which is already enriched:
+         :download:`zip <media/pnf-simulator-demo-cba-enriched.zip>`. If you use the enriched CBA, skip
+         this section until Deploy/Save Blueprint.
 
       Enrich the blueprint through calling the following script. Take care to provide the zip file you downloader earlier.
 
@@ -716,10 +716,10 @@
       **Enrichment:**
 
       .. warning::
-         The provided CBA is already enriched, the following steps anyhow will enrich the CBA again to show the full workflow.
-         For Frankfurt release this causes an issue when the configuration is deployed later on. This happens because some parameters
-         get deleted when enrichment is done a second time. Skip the next steps until Deploy/Save Blueprint if you use
-         Frankfurt release and use the CBA as it is. In future this step should be fixed and executed based on an unenriched CBA.
+         Sometimes there might be issues during enrichment (e.g. some parameters get deleted in the CBA). If you face problems
+         during enrichment or deployment later on use the following CBA, which is already enriched:
+         :download:`zip <media/pnf-simulator-demo-cba-enriched.zip>`. If you use the enriched CBA, skip
+         this section until Deploy/Save Blueprint.
 
       Enrich the blueprint through executing the `Enrich Blueprint` request. Take care to provide the CBA file which you
       downloaded earlier in the request body. After the request got executed save the response body, this will be the