diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-05-03 17:16:48 -0700 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-08-06 14:17:48 +0000 |
commit | e17c2d89d0470501fa60ed487726b0bbf3305f8c (patch) | |
tree | 428a588b662d53af6c90fc7a02d17e2c371b3a38 | |
parent | 0dca38ccb30535a97dcbe2581edbc65af37983a7 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I5cd1cae8df03dfb1ba6909822560a81c5f08d699
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..a5e6a951 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,71 @@ +--- +project: 'dcaegen2-services-prh' +project_creation_date: '2018-01-31' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_dcaegen2_ptl + name: 'Vijay Venkatesh Kumar' + email: 'vv770d@att.com' + id: 'vv770d' + company: 'ATT' + timezone: 'America/New_York' +primary_contact: *onap_dcaegen2_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/DCAEGEN2' + key: 'DCAEGEN2' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/DCAE+Project+Meetings' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593119' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC (DST), 15:30 UTC (post DST)' +repositories: + - 'dcaegen2-collectors-hv-ves' + - 'dcaegen2-services-prh' +committers: + - <<: *onap_dcaegen2_ptl + - name: 'Lusheng Ji' + email: 'lji@research.att.com' + company: 'ATT' + id: 'wrider' + timezone: 'America/New_York' + - 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: 'Yan Yang' + email: 'yangyanyj@chinamobile.com' + company: 'ChinaMobile' + id: 'yangyan' + timezone: 'Asia/Shanghai' + - name: 'Xinhui Li' + email: 'lxinhui@vmware.com' + company: 'VMware' + id: 'xinhuili' + timezone: 'Asia/Shanghai' + - name: 'Jack Lucas' + email: 'jflucas@research.att.com' + company: 'ATT' + id: 'jflucas' + timezone: 'America/New_York' + - name: 'Przemyslaw Wasala ' + email: 'przemyslaw.wasala@nokia.com' + company: 'Nokia' + id: 'przemyslaw.wasala' + timezone: 'Europe/Warsaw' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |