diff options
author | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2022-03-14 16:01:53 +0000 |
---|---|---|
committer | dmcbride1 <dmcbride@linuxfoundation.org> | 2022-03-17 07:19:43 -0700 |
commit | 05ca43c5d90d6e7c216d87e8efdd72d0da33f41f (patch) | |
tree | deb939913de277f624c495ae4eeba1ed36b46724 | |
parent | 5a761748a7ccdd5b5216e47a77984b09afce039b (diff) |
Automation adds INFO.yaml
Issue-ID: CIMAN-33
Change-Id: Ie0f29ffd9d5908ac527ea78cbef4a63ecd5757b1
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Signed-off-by: dmcbride1 <dmcbride@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..46851c6 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,50 @@ +--- +project: 'relman' +project_creation_date: '2022-03-09' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &relman_ptl + name: 'David McBride' + email: 'dmcbride@linuxfoundation.org' + id: 'dmcbride' + company: 'Linux Foundation' + timezone: 'America/Los_Angeles' +primary_contact: *relman_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/COMMON' + key: 'COMMON' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: 'https://onapproject.slack.com/' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/x/AoXXAQ' + url: 'https://wiki.onap.org/x/SpB9' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '14:00 UTC' +repositories: + - relman +committers: + - <<: *relman_ptl + - name: 'Tony Hansen' + email: 'tony@att.com' + company: 'AT&T' + id: 'TonyLHansen' + timezone: 'America/New_York' + - name: 'Thomas Kulik' + email: 'Thomas.Kulik@telekom.de' + company: 'Deutsche Telekom' + id: 'thmsdt' + timezone: 'Europe/Berlin' +tsc: + # yamllint disable rule:line-length + approval: 'https://wiki.onap.org/x/rKkEBw' + changes: + - type: '' + name: '' + link: '' |