From 463fbaab45f3c207532df1dbb9a0b2f60781d4f1 Mon Sep 17 00:00:00 2001 From: Sarath Kumar K Date: Fri, 7 Dec 2018 23:39:54 +0530 Subject: [PATCH 1/2] added troubleshooting steps --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae4ab2..4fdfbf4 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,7 @@ Nutanix Calm Jenkins plugin allows you to launch Nutanix Calm blueprint, provisi }''']) * NOTE: We need to put the required build steps pipeline script in **node{}** for pipeline/jenkinsfile invocation. - +### TroubleShooting: + * Verify issue under 'Nutanix Calm Plugin Configuration' step try executing below command from jenkins server. + ```curl -k --header 'Content-Type: application/json' -u :'' https://:9440/api/nutanix/v3/services/nucalm/status``` + Output: ```{"service_enablement_status": "ENABLED"}``` From fc90e05f6dd29781ccdc0417e55933c1463a0ea6 Mon Sep 17 00:00:00 2001 From: Sarath Kumar K Date: Fri, 7 Dec 2018 23:41:24 +0530 Subject: [PATCH 2/2] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fdfbf4..ae112c0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Nutanix Calm Jenkins plugin allows you to launch Nutanix Calm blueprint, provisi }''']) * NOTE: We need to put the required build steps pipeline script in **node{}** for pipeline/jenkinsfile invocation. -### TroubleShooting: +#### TroubleShooting: + * Verify issue under 'Nutanix Calm Plugin Configuration' step try executing below command from jenkins server. ```curl -k --header 'Content-Type: application/json' -u :'' https://:9440/api/nutanix/v3/services/nucalm/status``` Output: ```{"service_enablement_status": "ENABLED"}```