Merge pull request #234 from gabriel-samfira/add-oci-provider

Add OCI to provider list
This commit is contained in:
Gabriel 2024-03-17 08:03:55 +02:00 committed by GitHub
commit 2c217f0479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -67,6 +67,7 @@ External providers are binaries that GARM calls into to create runners in a part
* [Equinix Metal](https://github.com/cloudbase/garm-provider-equinix)
* [Amazon EC2](https://github.com/cloudbase/garm-provider-aws)
* [Google Cloud Platform (GCP)](https://github.com/cloudbase/garm-provider-gcp)
* [Oracle Cloud Infrastructure (OCI)](https://github.com/cloudbase/garm-provider-oci)
Follow the instructions in the README of each provider to install them.

View file

@ -53,6 +53,7 @@ For non testing purposes, there are two external providers currently available:
* [Equinix Metal](https://github.com/cloudbase/garm-provider-equinix)
* [Amazon EC2](https://github.com/cloudbase/garm-provider-aws)
* [Google Cloud Platform (GCP)](https://github.com/cloudbase/garm-provider-gcp)
* [Oracle Cloud Infrastructure (OCI)](https://github.com/cloudbase/garm-provider-oci)
Details on how to install and configure them are available in their respective repositories.

View file

@ -104,6 +104,7 @@ This is where you have a decision to make. GARM has a number of providers you ca
* [Equinix Metal](https://github.com/cloudbase/garm-provider-equinix)
* [Amazon EC2](https://github.com/cloudbase/garm-provider-aws)
* [Google Cloud Platform (GCP)](https://github.com/cloudbase/garm-provider-gcp)
* [Oracle Cloud Infrastructure (OCI)](https://github.com/cloudbase/garm-provider-oci)
All currently available providers are `external`.