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

Support private clouds / On-prem infrastructure #616

Open
hassankhosseini opened this issue Apr 27, 2021 · 2 comments
Open

Support private clouds / On-prem infrastructure #616

hassankhosseini opened this issue Apr 27, 2021 · 2 comments
Labels
new cloud vendor New cloud vendor to be added

Comments

@hassankhosseini
Copy link
Member

hassankhosseini commented Apr 27, 2021

Feature for: Larger enterprises who have on-prem or private clouds. These could include VMWare, OpenStack etc.

Currently Infracost shows prices for workloads running on public cloud providers. This feature would enable the central IT team or the infrastructure managers within larger companies to define a price book for their private cloud / On-prem infrastructure, and those prices could be used when providing cost estimates in pull requests.

The setup could be: we pull in different VM sizes with names, provide a way for prices to be input (cost per hour/minute/etc), and use those during estimation.

@maxime-sourdin
Copy link

In my company, we use a provider based on openstack

From what I know about the implementation used, billing is done in flavour, with obviously different names, and depending on whether the host is dedicated or not, same thing for reservation.

We also have network costs billed in a particular way, and specific billing for managed Kubernetes.

So the user could provide a json to parse, which would be taken in parameters like that:

Managed kubernetes: (price per cluster managed)
       Nodes (price per flavor)

Storage ( Price per Go)
    SFS:
         Type
    S3: 
        Type

Compute:
    Reserved instances:
          Flavor 1: : (price)
          Flavor xxxxx: : (price)
    Normal instances:
          Flavor 1: : (price)
          Flavor xxxxx: : (price)

Database:
        PostgreSQL:
          Flavor 1: : (price)
          Flavor xxxxx: : (price)
       mysql/MariaDB:
          Flavor 1: : (price)
          Flavor xxxxx: : (price)

Network (for all services): (price per go)
      Input (price)
      Output (price)

@aliscott aliscott added new cloud vendor New cloud vendor to be added and removed enhancement New feature or request labels Apr 24, 2023
@sempervictus
Copy link

Far as OpenStack goes: might be feasible to query cloudkitty in environments which deploy it or pull usage information from the various telemetry sources/sinks about workloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new cloud vendor New cloud vendor to be added
Projects
None yet
Development

No branches or pull requests

5 participants