couchbase-partners / google-deployment-manager-couchbase

Google Deployment Manager (DM) templates for Couchbase Enterprise
Apache License 2.0
11 stars 9 forks source link

Bug in Couchbase Google cloud enterprise launcher - Disk size selection does not work #42

Closed xpertmind closed 6 years ago

xpertmind commented 6 years ago
image123

^^ This parameter is broken. All disks will be only be 20GB spinning disks.

First, to reproduce this problem:

Selected:

image124

Created:

image125

Root cause:

image126

This is CB instance template:

image127

And this is Google's instance template: https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates.

the hovered item - diskSizeGb and diskType - must be under initializeParams.

Its a small typo but big bug. Easy to fix on your side. Just move diskSizeGb and diskType under initializeParams +1

benofben commented 6 years ago

Thanks. taking a look right now...

benofben commented 6 years ago

I think we're good now. Thanks for the pointer. Running from the command line here seems to work: https://github.com/couchbase-partners/google-deployment-manager-couchbase/tree/master/simple

I've submitted an update to the Cloud Launcher offer as well. That should go live in a day or two.