Skip to content
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

Closed
m-mohr opened this issue Sep 3, 2021 · 4 comments
Closed

Expose billing plans #6

m-mohr opened this issue Sep 3, 2021 · 4 comments

Comments

@m-mohr
Copy link
Member

m-mohr commented Sep 3, 2021

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.

@m-mohr m-mohr changed the title Expose union of billing plans Expose billing plans Sep 3, 2021
@jdries
Copy link
Contributor

jdries commented Oct 28, 2021

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.

@soxofaan
Copy link
Member

soxofaan commented Nov 2, 2021

I just added these plans to the capabilities listsing: "early-adopter", "free" and "vsc4"
Currently this is not used elsewhere, so pretty harmless at the moment

@soxofaan
Copy link
Member

soxofaan commented Nov 2, 2021

will show as follows in capabilities:

 "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
      }
    ]
  },

@soxofaan
Copy link
Member

soxofaan commented Dec 2, 2021

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
      }
    ]
  },

@soxofaan soxofaan closed this as completed Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants