Skip to content

Commit

Permalink
added troubleshooting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
saratkumar-yb authored Dec 7, 2018
1 parent 99094d3 commit 463fbaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <user>:'<secret>' https://<pc_ip>:9440/api/nutanix/v3/services/nucalm/status```
Output: ```{"service_enablement_status": "ENABLED"}```

0 comments on commit 463fbaa

Please sign in to comment.