Remove resman mentions from FAST files (#3709)

* wip

* nuke resman mentions
This commit is contained in:
Ludovico Magnocavallo
2026-02-07 11:56:10 +01:00
committed by GitHub
parent fda89827a2
commit 439fc4ad3c
15 changed files with 36 additions and 209 deletions

View File

@@ -14,41 +14,17 @@ modules_config = {
group = "shared"
}
projects = {
fast_00_bootstrap = {
fast_0_org_setup = {
create_options = {
description = "FAST bootstrap."
description = "FAST org setup."
features = {
issues = true
}
}
group = "org-admins"
populate_from = "../../stages/0-bootstrap"
populate_from = "../../stages/0-org-setup"
populate_samples = true
workflow_file = "bootstrap-workflow.yaml"
}
fast_01_resman = {
create_options = {
description = "FAST resource management."
features = {
issues = true
}
}
group = "org-admins"
populate_from = "../../stages/1-resman"
populate_samples = true
workflow_file = "resman-workflow.yaml"
}
fast_02_networking = {
create_options = {
description = "FAST networking management."
features = {
issues = true
}
}
group = "net-admins"
populate_from = "../../stages/2-networking-legacy-a-peering"
populate_samples = true
workflow_file = "networking-workflow.yaml"
workflow_file = "org-setup-workflow.yaml"
}
}
groups = {
@@ -57,14 +33,4 @@ groups = {
path = "gcp-org-admins"
description = "GCP Organization administrators"
}
net-admins = {
name = "gcp-net-admins"
path = "gcp-net-admins"
description = "GCP Network administrators"
}
shared = {
name = "shared"
path = "shared"
description = "Shared repositories"
}
}