-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose billing plans #6
Comments
seems low priority: vsc4 is hardly tested at all, there's even a few key issues to resolve to properly integrate it. At phi week, I understood that the security policy even forbids users running jobs on there directly. |
I just added these plans to the capabilities listsing: "early-adopter", "free" and "vsc4" |
will show as follows in capabilities:
|
I think this ticket can be closed current listing at https://openeocloud.vito.be/openeo/1.0/ "billing": {
"currency": "EUR",
"plans": [
{
"description": "openEO.cloud early adopter plan",
"name": "early-adopter",
"paid": true,
"url": "https://openeo.cloud/early-adopters/"
},
{
"description": "openEO.cloud free plan (experimental)",
"name": "free",
"paid": false
},
{
"description": "[EODC] Use this plan to process data on VSC-4",
"name": "vsc4",
"paid": true
}
]
}, |
As discussed in the team call today, we need to expose the VSC4 billing plan in the aggregator (
GET /
). Right now there's only a "free" billing plan exposed.The text was updated successfully, but these errors were encountered: