diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-10-04 18:50:52 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-10-04 18:50:52 -0700 |
commit | a1cce5a9df1415309828944da3aa8a56e8f7d52e (patch) | |
tree | 1cd4791dd38455ad62a9ff6961596fd20791641d | |
parent | 12c8090ed5b649ac199d4f9531140bab390e6381 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I1e6811feba03f3816678e790358b15004a8cf10d
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@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..46e45d5 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,50 @@ +--- +project: 'sdc-dcae-d-tosca-lab' +project_creation_date: '2018-02-23' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_sdc_ptl + name: 'Michael Lando' + email: 'ml636r@att.com' + id: 'ml636r' + company: 'ATT' + timezone: 'Israel/Lod' +primary_contact: *onap_sdc_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/SDC' + key: 'SDC' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: '' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6592847' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '14:00 UTC' +repositories: + - sdc-dcae-d-tosca-lab +committers: + - <<: *onap_sdc_ptl + - name: 'Idan Amit' + email: 'ia096e@intl.att.com' + company: 'ATT' + id: 'idanamit' + timezone: 'Israel/Aviv' + - name: 'Tal Gitelman' + email: 'tg851x@intl.att.com' + company: 'ATT' + id: 'tgitelman' + timezone: 'Israel/Aviv' + - name: 'Yuli Shlosberg' + email: 'ys9693@att.com' + company: 'ATT' + id: 'ys9693' + timezone: 'Israel/Aviv' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |