From 803f7afd7058e4eb2cadba7f55440aaf582ccd78 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Mon, 12 Feb 2024 09:55:22 +0000 Subject: [PATCH] Add GCP to the list of providers Signed-off-by: Gabriel Adrian Samfira --- README.md | 1 + doc/providers.md | 1 + doc/quickstart.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 2aa7cab5..9b7f571e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/providers.md b/doc/providers.md index 813b5514..6862432a 100644 --- a/doc/providers.md +++ b/doc/providers.md @@ -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. diff --git a/doc/quickstart.md b/doc/quickstart.md index 0784f1c9..062154c5 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -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`.