From 53264528ee491ce0f58158f1d4c3c17c69306629 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Sun, 11 Feb 2024 12:28:49 +0000 Subject: [PATCH] Add Equinix and EC2 in the README Signed-off-by: Gabriel Adrian Samfira --- README.md | 2 ++ doc/providers.md | 2 ++ doc/quickstart.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 0430ecbf..702403d9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ External providers are binaries that GARM calls into to create runners in a part * [Kubernetes](https://github.com/mercedes-benz/garm-provider-k8s) - Thanks to the amazing folks at @mercedes-benz for sharing their awesome provider! * [LXD](https://github.com/cloudbase/garm-provider-lxd) * [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) Follow the instructions in the README of each provider to install them. diff --git a/doc/providers.md b/doc/providers.md index d1f891f0..813b5514 100644 --- a/doc/providers.md +++ b/doc/providers.md @@ -50,6 +50,8 @@ For non testing purposes, there are two external providers currently available: * [Kubernetes](https://github.com/mercedes-benz/garm-provider-k8s) - Thanks to the amazing folks at @mercedes-benz for sharing their awesome provider! * [LXD](https://github.com/cloudbase/garm-provider-lxd) * [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) 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 9f90e960..0784f1c9 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -101,6 +101,8 @@ This is where you have a decision to make. GARM has a number of providers you ca * [Kubernetes](https://github.com/mercedes-benz/garm-provider-k8s) - Thanks to the amazing folks at @mercedes-benz for sharing their awesome provider! * [LXD](https://github.com/cloudbase/garm-provider-lxd) * [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) All currently available providers are `external`.