Getting error "Stack creation failed, cannot create cluster" when trying to create a cluster on GCP
Followed instructions (http://sequenceiq.com/cloudbreak-docs/latest/gcp/)
Used the following image from S3
curl -Ls s3.amazonaws.com/public-repo-1.hortonworks.com/HDP/cloudbreak/cloudbreak-deployer_1.6.2_$(uname)_x86_64.tgz | sudo tar -xz -C /bin cbd
Log Snipper Below, created credential, enable API's, create P12 key for the service account.
/cbreak_cloudbreak_1 | 2017-01-26 15:03:25,408 [http-nio-8080-exec-9] create:166 INFO c.s.c.s.c.AmbariClusterService - [owner:7b4ff2b0-12a6-4a9b-ba22-86ab71158a4f] [type:STACK] [id:2] [name:test1] Cluster requested [BlueprintId: 1]
/cbreak_cloudbreak_1 | 2017-01-26 15:03:25,417 [http-nio-8080-exec-9] toResponse:22 ERROR c.s.c.c.m.SpringBadRequestExceptionMapper - [owner:cloudbreak] [type:cloudbreakLog] [id:undefined] [name:cb] Stack creation failed, cannot create cluster.
Looks like a credential issue not able to pinpoint what? no entries in GCP logs, Any Ideas??