diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-06-14 14:05:47 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-18 00:13:54 +0000 |
commit | 75fc8abdfa55e7aef77a006e03853f2180901850 (patch) | |
tree | bf8c4e21f41a9bece1e1643b0aeb49ac5c0d682e /INFO.yaml | |
parent | e5d69d664eb5a0af499ca2941f2e415778c945af (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: If78bb234120ec021257429823e27990a5614ddca
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..8df1f2d --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,49 @@ +--- +project: 'vnfrqts-guidelines' +project_creation_date: '2017-06-29' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_guidelines_ptl + name: 'Steven Wright' + email: 'sw3588@att.com' + id: 'wombat123' + company: 'ATT' + timezone: 'America/Atlanta' +primary_contact: *onap_guidelines_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/VNFRQTS' + key: 'VNFRQTS' +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/VNF+Requirements+Project' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8225130' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +repositories: + - 'vnfrqts-guidelines' +committers: + - <<: *onap_guidelines_ptl + - name: 'wenyao guan' + email: 'guanwenyao@chinamobile.com' + company: 'China Mobile' + id: 'guanwenyao' + timezone: 'Asia/Shanghai' + - name: 'Hagop Bozawglanian' + email: 'hb755d@att.com' + company: 'ATT' + id: 'hb755d' + timezone: 'Asia/Los Angeles' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' + changes: + - type: 'Addition' + name: 'Hagop Bozawglanian' + link: 'https://lists.onap.org/pipermail/onap-tsc/2018-June/004978.html' |