From 7549371ac053b72496a86f9845bd7775f3012e96 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Wed, 13 Dec 2023 14:31:12 +0200 Subject: [PATCH] add more Metal3 repos to config (#1377) Metal3 is preparing for the incubation and we want to update the key repositories for the project in the config. Alongside CAPM3, BMO and docs, we have another key repository IPAM as well as new community repository, separated from the docs repository. We also have now releases for ironic-image, and that can be checked at code-lite level. BMO is full-fledged code repository and moves to code level checks. Signed-off-by: Tuomo Tanskanen --- data/cncf.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/cncf.yaml b/data/cncf.yaml index c02afbbc..8fe957ca 100644 --- a/data/cncf.yaml +++ b/data/cncf.yaml @@ -1635,16 +1635,28 @@ accepted_at: "2020-09-08" maturity: sandbox repositories: + - name: community + url: https://github.com/metal3-io/community + check_sets: + - community - name: metal3-docs url: https://github.com/metal3-io/metal3-docs check_sets: - - community + - docs - name: cluster-api-provider-metal3 url: https://github.com/metal3-io/cluster-api-provider-metal3 check_sets: - code - name: baremetal-operator url: https://github.com/metal3-io/baremetal-operator + check_sets: + - code + - name: ip-address-manager + url: https://github.com/metal3-io/ip-address-manager + check_sets: + - code + - name: ironic-image + url: https://github.com/metal3-io/ironic-image check_sets: - code-lite - name: nats