diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-27 22:20:39 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-27 22:20:39 -0800 |
commit | ea2b001f91574aede277de54fd51713981b64247 (patch) | |
tree | d760b948f8b7734ca1f5c54171a5cc59042b5c38 /INFO.yaml | |
parent | e50b8b6e33ef2f0b28f9831783eaf9c40100b8c7 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I571f5de7357b50dcef56baa1a21bcd70236cf1ee
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..a959abf --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,47 @@ +--- +project: 'dmaap-buscontroller' +project_creation_date: '2017-08-29' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Ram Koya' + email: 'rk541m@att.com' + id: 'rampi_k' + company: 'ATT' + timezone: 'America/Dallas' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/DMAAP' + key: 'DMAAP' +meetings: + - type: 'zoom' + agenda: '' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=13599275' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Habib Madani' + email: 'habibmadani1@gmail.com' + company: 'Huawei' + id: 'hmadani' + timezone: 'America/Dallas' + - name: 'Jing Wang' + email: 'jing.wang5@huawei.com' + company: 'Huawei' + id: 'jwang5' + timezone: 'America/Dallas' + - name: 'Ramdas Sawant' + email: 'rs873m@att.com' + company: 'ATT' + id: 'rs873m' + timezone: 'America/Dallas' + - name: 'Varun Gudisena' + email: 'vg411h@att.com' + company: 'ATT' + id: 'vg411h' + timezone: 'America/Dallas' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |