diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-26 22:54:08 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-26 22:54:08 -0800 |
commit | c60175292f911da97786e6ab7ba66bf466dc7b03 (patch) | |
tree | 6dd3046e1388abac81719716d2cbf36a32a3e000 /INFO.yaml | |
parent | 3903891dfe8f9e2488fc9d1bd0858fa4670cff0e (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ic3f283babef0455d38c64a681182142da381cbb4
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..d375fcbd --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,37 @@ +--- +project: 'cli' +project_creation_date: '2017-06-22' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Kanagaraj Manickam' + email: 'kanagaraj.manickam@huawei.com' + id: 'mkr1481' + company: 'Huawei' + timezone: 'India/Bangalore' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/CLI' + key: 'CLI' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/CLI+meetings' + url: 'https://wiki.onap.org/display/DW/CLI+meetings' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Subhash Kumar' + email: 'subhash.kumar.singh@huawei.com' + company: 'Huawei' + id: 'subhash_singh' + timezone: 'India/Bangalore' + - name: 'Manoop Talasila' + email: 'talasila@research.att.com' + company: 'ATT' + id: 'talasila' + timezone: 'America/New York' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |