From 40cdf5b639fdc06e4c6aecd17a3902fde12f3f90 Mon Sep 17 00:00:00 2001 From: Mario Constanti Date: Tue, 21 May 2024 11:25:13 +0200 Subject: [PATCH] doc: remove self-hosted label from docs Signed-off-by: Mario Constanti --- doc/external_provider.md | 3 --- doc/quickstart.md | 14 +++++++------- doc/using_garm.md | 18 +++++++++--------- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/doc/external_provider.md b/doc/external_provider.md index 5c544324..0b40257f 100644 --- a/doc/external_provider.md +++ b/doc/external_provider.md @@ -188,9 +188,6 @@ Here is a sample of that: "image": "8ed8a690-69b6-49eb-982f-dcb466895e2d", "labels": [ "ubuntu", - "self-hosted", - "x64", - "linux", "openstack", "runner-controller-id:f9286791-1589-4f39-a106-5b68c2a18af4", "runner-pool-id:9dcf590a-1192-4a9c-b3e4-e0902974c2c0" diff --git a/doc/quickstart.md b/doc/quickstart.md index 18e214d6..fac82a55 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -521,7 +521,7 @@ gabriel@rossak:~$ garm-cli pool add \ | Max Runners | 5 | | Min Idle Runners | 0 | | Runner Bootstrap Timeout | 20 | -| Tags | self-hosted, amd64, Linux, ubuntu, generic | +| Tags | ubuntu, generic | | Belongs to | gsamfira/scripts | | Level | repo | | Enabled | true | @@ -535,11 +535,11 @@ If we list the pool we should see it: ```bash gabriel@rock:~$ garm-cli pool ls -a -+--------------------------------------+---------------------------+--------------+-----------------------------------------+------------------+-------+---------+---------------+----------+ -| ID | IMAGE | FLAVOR | TAGS | BELONGS TO | LEVEL | ENABLED | RUNNER PREFIX | PRIORITY | -+--------------------------------------+---------------------------+--------------+-----------------------------------------+------------------+-------+---------+---------------+----------+ -| 344e4a72-2035-4a18-a3d5-87bd3874b56c | ubuntu:22.04 | default | self-hosted amd64 Linux ubuntu generic | gsamfira/scripts | repo | true | garm | 0 | -+--------------------------------------+---------------------------+--------------+-----------------------------------------+------------------+-------+---------+---------------+----------+ ++--------------------------------------+---------------------------+--------------+-----------------+------------------+-------+---------+---------------+----------+ +| ID | IMAGE | FLAVOR | TAGS | BELONGS TO | LEVEL | ENABLED | RUNNER PREFIX | PRIORITY | ++--------------------------------------+---------------------------+--------------+-----------------+------------------+-------+---------+---------------+----------+ +| 344e4a72-2035-4a18-a3d5-87bd3874b56c | ubuntu:22.04 | default | ubuntu generic | gsamfira/scripts | repo | true | garm | 0 | ++--------------------------------------+---------------------------+--------------+-----------------+------------------+-------+---------+---------------+----------+ ``` This pool is enabled, but the `min-idle-runners` option is set to 0. This means that it will not create any lingering runners. It will only create runners when a job is started. If your provider is slow to boot up new instances, you may want to set this to a value higher than 0. @@ -573,7 +573,7 @@ gabriel@rossak:~$ garm-cli pool update 344e4a72-2035-4a18-a3d5-87bd3874b56c --mi | Max Runners | 5 | | Min Idle Runners | 1 | | Runner Bootstrap Timeout | 20 | -| Tags | self-hosted, amd64, Linux, ubuntu, generic | +| Tags | ubuntu, generic | | Belongs to | gsamfira/scripts | | Level | repo | | Enabled | true | diff --git a/doc/using_garm.md b/doc/using_garm.md index b65d7679..564a8bf8 100644 --- a/doc/using_garm.md +++ b/doc/using_garm.md @@ -296,7 +296,7 @@ garm-cli pool add \ | Max Runners | 5 | | Min Idle Runners | 1 | | Runner Bootstrap Timeout | 20 | -| Tags | self-hosted, x64, Linux, ubuntu, incus | +| Tags | ubuntu, incus | | Belongs to | gabriel-samfira/garm | | Level | repo | | Enabled | false | @@ -328,11 +328,11 @@ To list pools created for a repository you can run: ```bash ubuntu@garm:~$ garm-cli pool list --repo=be3a0673-56af-4395-9ebf-4521fea67567 -+--------------------------------------+---------------------------+---------+------------------------------------+------------+-------+---------+---------------+ -| ID | IMAGE | FLAVOR | TAGS | BELONGS TO | LEVEL | ENABLED | RUNNER PREFIX | -+--------------------------------------+---------------------------+---------+------------------------------------+------------+-------+---------+---------------+ -| 9daa34aa-a08a-4f29-a782-f54950d8521a | images:ubuntu/22.04/cloud | default | self-hosted x64 Linux ubuntu incus | | | false | garm | -+--------------------------------------+---------------------------+---------+------------------------------------+------------+-------+---------+---------------+ ++--------------------------------------+---------------------------+---------+--------------+------------+-------+---------+---------------+ +| ID | IMAGE | FLAVOR | TAGS | BELONGS TO | LEVEL | ENABLED | RUNNER PREFIX | ++--------------------------------------+---------------------------+---------+--------------+------------+-------+---------+---------------+ +| 9daa34aa-a08a-4f29-a782-f54950d8521a | images:ubuntu/22.04/cloud | default | ubuntu incus | | | false | garm | ++--------------------------------------+---------------------------+---------+--------------+------------+-------+---------+---------------+ ``` If you want to list pools for an organization or enterprise, you can use the `--org` or `--enterprise` options respectively. @@ -355,7 +355,7 @@ ubuntu@garm:~$ garm-cli pool show 9daa34aa-a08a-4f29-a782-f54950d8521a | Max Runners | 5 | | Min Idle Runners | 1 | | Runner Bootstrap Timeout | 20 | -| Tags | self-hosted, x64, Linux, ubuntu, incus | +| Tags | ubuntu, incus | | Belongs to | gabriel-samfira/garm | | Level | repo | | Enabled | false | @@ -385,7 +385,7 @@ ubuntu@garm:~$ garm-cli pool update 9daa34aa-a08a-4f29-a782-f54950d8521a --enabl | Max Runners | 5 | | Min Idle Runners | 1 | | Runner Bootstrap Timeout | 20 | -| Tags | self-hosted, x64, Linux, ubuntu, incus | +| Tags | ubuntu, incus | | Belongs to | gabriel-samfira/garm | | Level | repo | | Enabled | false | @@ -419,7 +419,7 @@ ubuntu@garm:~$ garm-cli pool update 9daa34aa-a08a-4f29-a782-f54950d8521a --enabl | Max Runners | 5 | | Min Idle Runners | 1 | | Runner Bootstrap Timeout | 20 | -| Tags | self-hosted, x64, Linux, ubuntu, incus | +| Tags | ubuntu, incus | | Belongs to | gabriel-samfira/garm | | Level | repo | | Enabled | true |