From e337c4ecb4222369d32c0c15b80c6158e0b89e7e Mon Sep 17 00:00:00 2001 From: Brendan Kelly Date: Tue, 3 Dec 2024 15:19:22 +0000 Subject: [PATCH 1/4] added known bug for troubleshooting related to pipeline property creation Signed-off-by: Brendan Kelly --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8d221a4..de4e6a66 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ Find the reclamation ID of the Secrets Manager service. Use that ID in the follo ibmcloud resource reclamation-delete ``` +### Why does the deployment fail when creating pipeline properties? + +This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created. + ## Customization options Many customizations are possible with this architecture. These are some common options. From 97e652d600597f22b3d31acd269d7fcd17397789 Mon Sep 17 00:00:00 2001 From: Brendan Kelly Date: Tue, 3 Dec 2024 16:40:04 +0000 Subject: [PATCH 2/4] add more info for error Signed-off-by: Brendan Kelly --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de4e6a66..60ddcf67 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,17 @@ ibmcloud resource reclamation-delete ### Why does the deployment fail when creating pipeline properties? -This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created. +This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created. + +The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and ROKS variations. The error will typically contain this message: + +`"errors": [ + { + "code": 403, + "message": "Continuous Delivery service required" + } + ], +` ## Customization options From 6b5f8de58a68e6d426863f05b9a1725d1152e024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 3 Dec 2024 16:51:12 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60ddcf67..b84b5ced 100644 --- a/README.md +++ b/README.md @@ -168,15 +168,16 @@ ibmcloud resource reclamation-delete This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created. -The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and ROKS variations. The error will typically contain this message: - -`"errors": [ - { - "code": 403, - "message": "Continuous Delivery service required" - } - ], -` +The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and OCP variations. The error will typically contain this message: + +``` +"errors": [ + { + "code": 403, + "message": "Continuous Delivery service required" + } +] +``` ## Customization options From 0a26182c77d70240ee44d241066d3c9bb1c41dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 3 Dec 2024 17:16:41 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b84b5ced..0e30eb1e 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ ibmcloud resource reclamation-delete This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created. -The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and OCP variations. The error will typically contain this message: +The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and OCP variations. The error will typically contain this message: ``` "errors": [