diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-26 23:01:43 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-27 21:53:00 +0000 |
commit | 951aade80eaa53037b9e9f0ab94b0b94cbc850ac (patch) | |
tree | 073527a19af49e25610d6e8f9307664189ca4290 | |
parent | 395db1d11bf8763dffbd389e2405b8d58c237e77 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I5b2092720c6620271ca83095e7832e21affe214b
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..6282a635 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,42 @@ +--- +project: 'dcaegen2' +project_creation_date: '2017-06-28' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Lusheng Ji' + email: 'lji@research.att.com' + id: 'wrider' + company: 'ATT' + timezone: 'America/New York' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/DCAEGEN2' + key: 'DCAEGEN2' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/Meetings' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593119' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '15:30 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Michael Hwang' + email: 'mhwang@research.att.com' + company: 'ATT' + id: 'researchmike' + timezone: 'America/New York' + - name: 'Tony Hansen' + email: 'tony@att.com' + company: 'ATT' + id: 'TonyLHansen' + timezone: 'America/New York' + - name: 'Vijay Venkatesh Kumar' + email: 'vv770d@att.com' + company: 'ATT' + id: 'vv770d' + timezone: 'America/New York' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |