| commit | caa1208a769351f70e55369e908fa3e823f72090 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Thu Feb 16 14:54:04 2023 +0100 |
| committer | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 12:12:19 2023 +0000 |
| tree | 47f3c8bd9174b3b610e07f0e3b0cd2a62151e1a8 | |
| parent | 6a058e7e0c84306cb0470f2641102a284f98fc0b [diff] |
cloud/shepherd/equinix/manager: init This adds implementation managing Equinix Metal server lifecycle as part of the BMaaS project. Co-authored-by: Mateusz Zalega <mateusz@monogon.tech> Supersedes: https://review.monogon.dev/c/monogon/+/990 Change-Id: I5537b2d07763985ad27aecac544ed19f933d6727 Reviewed-on: https://review.monogon.dev/c/monogon/+/1129 Reviewed-by: Leopold Schabel <leo@monogon.tech> Reviewed-by: Mateusz Zalega <mateusz@monogon.tech> Tested-by: Jenkins CI
diff --git a/cloud/bmaas/bmdb/model/migrations/1667232160_agent_tags.up.sql b/cloud/bmaas/bmdb/model/migrations/1667232160_agent_tags.up.sql index ccf1ab3..e1afca2 100644 --- a/cloud/bmaas/bmdb/model/migrations/1667232160_agent_tags.up.sql +++ b/cloud/bmaas/bmdb/model/migrations/1667232160_agent_tags.up.sql
@@ -54,4 +54,4 @@ ); -- Used by the Shepherd when performing direct actions against a machine. -ALTER TYPE process ADD VALUE IF NOT EXISTS 'ShepherdInstall'; \ No newline at end of file +ALTER TYPE process ADD VALUE IF NOT EXISTS 'ShepherdInstall';