Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ligoj/plugin-prov
Ligoj plugin for provisioning : design and execution with Terraform
https://github.com/ligoj/plugin-prov
aws azure finops ligoj ligoj-plugin spring terraform
Last synced: about 3 hours ago
JSON representation
Ligoj plugin for provisioning : design and execution with Terraform
- Host: GitHub
- URL: https://github.com/ligoj/plugin-prov
- Owner: ligoj
- License: mit
- Created: 2017-04-12T09:01:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T22:25:48.000Z (2 months ago)
- Last Synced: 2024-09-15T06:19:39.843Z (2 months ago)
- Topics: aws, azure, finops, ligoj, ligoj-plugin, spring, terraform
- Language: Java
- Homepage: https://ligoj.io
- Size: 5.05 MB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :link: Ligoj Provisioning plugin [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.ligoj.plugin/plugin-prov/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.ligoj.plugin/plugin-prov)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=org.ligoj.plugin%3Aplugin-prov&metric=coverage)](https://sonarcloud.io/dashboard?id=org.ligoj.plugin%3Aplugin-prov)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?metric=alert_status&project=org.ligoj.plugin:plugin-prov)](https://sonarcloud.io/dashboard/index/org.ligoj.plugin:plugin-prov)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1c815531da2f40dea89a57999ad7e5ca)](https://www.codacy.com/gh/ligoj/plugin-prov?utm_source=github.com&utm_medium=referral&utm_content=ligoj/plugin-prov&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/ligoj/plugin-prov/badge)](https://www.codefactor.io/repository/github/ligoj/plugin-prov)
[![Maintainability](https://api.codeclimate.com/v1/badges/e92fa81768de52d514b7/maintainability)](https://codeclimate.com/github/ligoj/plugin-prov/maintainability)[![License](http://img.shields.io/:license-mit-blue.svg)](http://fabdouglas.mit-license.org/)[Ligoj](https://github.com/ligoj/ligoj) Provisioning plugin
Provides the following features :
- Find the best instance from the given requirement : CPU, RAM, OS and price type
- Compute the total cost of storage and compute for a set of VM## Supported requirements
| Name | Note |
|-----------|-----------------------------------------------------------------------------------------------------------------------------------|
| Term | A contract, defining the constraints: reservation, conversion options and sometimes a location |
| Location | A geographical place (variable GPS coordinates precision). May be a country, or sometimes a city |
| Processor | The underlying physical processor. The vendor can be used instead of the full product code. |
| Physical | A boolean constraint to expect a physical (bar metal) instance instead of a virtual one |
| Tenancy | Shared or dedicated, to handle the noisy neighborhood issue |
| OS | Operating system. Currently, only the type name is supported: Windows, Linux, RHEL,... |
| Software | The pre-installed software |
| Engine | Database engine name. Can be MySQL, Oracle, .. or even custom one like Aurora. Depends on the availability in the catalog. |
| Edition | Database edition valid for a specific engine. For sample: Oracle Standard Edition 1 |
| License | BYOL or included mode. Depends on the availability in the catalog. |
| Optimized | Storage expected optimization: durability, IOPS, throughput |
| CPU/RAM | Expected vCPU/RAM(MiB) to match. Note that some providers support custom (elastic) settings for these values. Ligoj handles this. |
| Ephemeral | A boolean to accept a shutdown of a instance. Would be plugged to Spot/Batch like services |
| Usage | Utilization profile including up-time, commitment, conversion, reservation and forecasted start. |
| Size | Storage size in GiB. The required value is checked against provider limits. |
| Latency | IO latency access rating from WORST to BEST |
| Optimized | Optimization profile: durability, throughput and IOPS |## Covered requirements per resource
| Resource | Criteria |
|----------|----------------------------------------------------------------------------------------------------|
| Instance | Tenancy, processor, physical (metal), ephemeral, %usage, location, term, cpu, ram, OS, software |
| Database | Tenancy, processor, physical (metal), ephemeral, %usage, location, term, cpu, ram, engine, edition |
| Storage | Location, size, latency, location, optimization |
| Support | Phone, mail, chat, API, seats |## Covered service per provider
| Provider | Plugin | Covered services |
|----------|-------------------------------------------------------------|-----------------------------------------------------------------------------|
| AWS | [plugin-prov-aws](https://github.com/ligoj/plugin-prov-aws) | EC2 (Savings Plan, RI, Spot), RDS, S3 (Glacier, IA,...), EFS, Support, EBS, |Related plugins:
- [plugin-prov-aws](https://github.com/ligoj/plugin-prov-aws)
- [plugin-prov-azure](https://github.com/ligoj/plugin-prov-azure)
- [plugin-prov-digitalocean](https://github.com/ligoj/plugin-prov-digitalocean)
- [plugin-prov-outscale](https://github.com/ligoj/plugin-prov-outscale)
- [plugin-prov-ovh](https://github.com/ligoj/plugin-prov-ovh)Custom configuration:
service:prov:use-parallel = 0/1