-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yaml
More file actions
71 lines (56 loc) · 2.01 KB
/
project.yaml
File metadata and controls
71 lines (56 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# .project metadata for Armada
# Documentation: https://github.com/cncf/automation/tree/main/utilities/dot-project
# TODO: Add project description
# TODO: Add maintainer GitHub handles
# TODO: Add maturity_log entry with TOC issue URL
# TODO: Set project_lead GitHub handle
# TODO: Set cncf_slack_channel
# TODO: Set identity_type under legal (has_dco, has_cla)
# TODO: Add adopters list (ADOPTERS.md)
# TODO: Add package_managers if distributed via registries
schema_version: "1.0.0"
slug: "armada"
name: "Armada"
description: ""
type: "project"
# TODO: Set project lead GitHub handle
# project_lead: "github-handle"
# TODO: Set CNCF Slack channel
# cncf_slack_channel: "#armada"
maturity_log:
- phase: "sandbox"
date: "2026-03-18T14:26:41Z"
issue: "https://github.com/cncf/toc/issues/XXX" # TODO: Set TOC issue URL
repositories:
- "https://github.com/armadaproject/armada"
website: "https://armadaproject.io/"
artwork: "https://landscape.cncf.io/logos/armada.svg"
# TODO: Add ADOPTERS.md if your project tracks adopters
# adopters:
# path: "https://github.com/armadaproject/armadaproject/blob/main/ADOPTERS.md"
# TODO: Add package manager identifiers if your project is distributed via registries
# package_managers:
# docker: "armadaproject/armadaproject"
social:
twitter: "https://twitter.com/oss_gr"
security:
policy:
path: "https://github.com/armadaproject/armadaproject/blob/main/SECURITY.md"
contact:
advisory_url: "https://github.com/armadaproject/armadaproject/security/advisories/new"
governance:
contributing:
path: "https://github.com/armadaproject/armadaproject/blob/main/CONTRIBUTING.md"
code_of_conduct:
path: "https://github.com/cncf/foundation/blob/main/code-of-conduct.md"
legal:
license:
path: "https://github.com/armadaproject/armadaproject/blob/main/LICENSE"
identity_type:
has_dco: true
has_cla: false
dco_url:
path: "https://developercertificate.org/"
landscape:
category: "Orchestration & Management"
subcategory: "Scheduling & Orchestration"