root: move metropolis-specific tools to metropolis/, rename launch-multi2 to launch-cluster
Since we now have more than one top-level project it makes sense to not
have metropolis aliases in the root.
We also drive-by rename launch-multi2 to launch-cluster and bump it up
to three nodes.
Change-Id: Ic99065465006e0dace05bcc1f2a702d430014b84
Reviewed-on: https://review.monogon.dev/c/monogon/+/2764
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/metropolis/BUILD.bazel b/metropolis/BUILD.bazel
new file mode 100644
index 0000000..5c2816a
--- /dev/null
+++ b/metropolis/BUILD.bazel
@@ -0,0 +1,20 @@
+test_suite(
+ name = "launch",
+ tags = ["manual"],
+ tests = [
+ "//metropolis/test/launch/cli/launch",
+ ],
+)
+
+test_suite(
+ name = "launch-cluster",
+ tags = ["manual"],
+ tests = [
+ "//metropolis/test/launch/cli/launch-cluster",
+ ],
+)
+
+alias(
+ name = "metroctl",
+ actual = "//metropolis/cli/metroctl:metroctl",
+)