Hello,
My question is the following: why is mongoldb role disabled on GCE in the
role builder?
I've re-enabled it in the scalr/app/www/ui2/js/ui/roles/builder.js and it
seems to be working well.
---
{name: 'mongodb', disable: {
platform: ['*gce*', 'rackspacengus', 'rackspacenguk'],
behavior: ['postgresql', 'redis', 'percona', 'mysql2'],
os: [
{family: 'debian', version: /^8/i},
{family: 'ubuntu', version: ['15.04']},
{family: 'centos', version: /^7/i},
{family: 'rhel', version: /^7/i},
{family: 'redhat', version: /^7/i},
{family: 'amazon', version: /^2015/i}
]
}},
---
Is there any reason?
BR,
--
You received this message because you are subscribed to the Google Groups
"scalr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.