jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb

Home Page:https://github.com/mongodb/atlas-osb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-key testing: catalog shows that all service plans are free (by default)

leo-ri opened this issue · comments

Marketplace catalog has a default value in the "free or paid" column
cf marketplace -s mongodb-atlas-aws
service plan description free or paid
M10-valley Instance size "M10" free
M20-valley Instance size "M20" free
M40-valley Instance size "M40" free
M50-valley Instance size "M50" free
M60-valley Instance size "M60" free
M80-valley Instance size "M80" free
M200-valley Instance size "M200" free
M30-valley Instance size "M30" free
M90-valley Instance size "M90" free
Results: all plans are free
Expectation: plans have real "free/paid" status

We don't set "free" parameter at service plan

Also, we need to set provider too, VCAP right now
"provider": null
Expectation: "provider": "aws" (sample)

All plans should default to free = false.

Moving this bug to post Alpha sprint.
We need to evaluate solution based on adding more cf packaging, manifest.yml/etc.