Add GCP to the list of providers

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2024-02-12 09:55:22 +00:00
parent 3b9e822ee0
commit 803f7afd70
3 changed files with 3 additions and 0 deletions

View file

@ -66,6 +66,7 @@ External providers are binaries that GARM calls into to create runners in a part
* [Incus](https://github.com/cloudbase/garm-provider-incus)
* [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)
Follow the instructions in the README of each provider to install them.

View file

@ -52,6 +52,7 @@ For non testing purposes, there are two external providers currently available:
* [Incus](https://github.com/cloudbase/garm-provider-incus)
* [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)
Details on how to install and configure them are available in their respective repositories.

View file

@ -103,6 +103,7 @@ This is where you have a decision to make. GARM has a number of providers you ca
* [Incus](https://github.com/cloudbase/garm-provider-incus)
* [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)
All currently available providers are `external`.