From ea2b001f91574aede277de54fd51713981b64247 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 27 Feb 2018 22:20:39 -0800 Subject: [PATCH] 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 --- INFO.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 INFO.yaml 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' -- 2.16.6