From fd24a9f8207bed19ea05956d461e833f4642f658 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 9 Apr 2018 17:05:38 -0700 Subject: Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I70c2265278eaf322f4aa693168cb1457dbacf351 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall --- INFO.yaml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..da1cc07 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,61 @@ +--- +project: 'modeling-toscaparsers' +project_creation_date: '2017-07-06' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Hui Deng' + email: 'denghui12@huawei.com' + id: 'denghui02' + company: 'Huawei' + timezone: 'China/Beijing' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/MODELING' + key: 'MODELING' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/Modeling+Project+Meetings' + url: 'https://wiki.onap.org/display/DW/Modeling+Project' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '01:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Amir Levy' + email: 'amir@cloudify.co' + company: 'Clousify' + id: 'AmirLevy' + timezone: 'America/Sunnyvale' + - name: 'maopeng zhang' + email: 'zhang.maopeng1@zte.com.cn' + company: 'ZTE' + id: 'maopengzhang' + timezone: 'China/Nanjing' + - name: 'Rittwik Jana' + email: 'rjana@att.com' + company: 'ATT' + id: 'rjana' + timezone: 'America/New York' + - name: 'Serban Jora' + email: 'sj2381@att.com' + company: 'ATT' + id: 'serbanjora' + timezone: 'America/New York' + - name: 'Zhaoxing Meng' + email: 'meng.zhaoxing1@zte.com.cn' + company: 'ZTE' + id: 'Zhaoxing' + timezone: 'China/Chengdu' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' + changes: + - type: 'Addition' + name: 'Hui Deng' + name: 'Amir Levy' + name: 'maopeng zhang' + name: 'Rittwik Jana' + name: 'Serban Jora' + name: 'Zhaoxing Meng' + link: 'https://wiki.onap.org/pages/viewpage.action?pageId=28381587' -- cgit 1.2.3-korg