diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-26 22:47:11 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-27 21:50:50 +0000 |
commit | c88efeb36ec71c625c283a342df795b948288d4e (patch) | |
tree | c86a834f858af2cf103df7d06345cab825875d03 /INFO.yaml | |
parent | deb04e16705796daa8bee31623c3dbdc87871c48 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Idf4c031a8d31436013d56b36f108d138afa157c7
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 000000000..345217e0f --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,51 @@ +--- +project: 'clamp' +project_creation_date: '2017-06-15' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Gervais-Martial Ngueko' + email: 'gn422w@intl.att.com' + id: 'osgn422w' + company: 'ATT' + timezone: 'Belgium/Namur' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/CLAMP' + key: 'CLAMP' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593117' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593117' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +committers: + - name: 'Christophe Closset' + email: 'cc697w@intl.att.com' + company: 'ATT' + id: 'ChrisC' + timezone: 'Belgium/Namur' + - name: 'Eddy Hautot' + email: 'eh552t@intl.att.com' + company: 'ATT' + id: 'ehautot' + timezone: 'Belgium/Namur' + - name: 'Pierre Close' + email: 'pc457b@intl.att.com' + company: 'ATT' + id: 'piclose' + timezone: 'Belgium/Namur' + - name: 'Sébastien Determe' + email: 'sd378r@intl.att.com' + company: 'ATT' + id: 'sebdet' + timezone: 'Belgium/Namur' + - name: 'Xinyuan Wang' + email: 'wang.xinyuan1@zte.com.cn' + company: 'ZTE' + id: 'Xinyuan' + timezone: 'Belgium/Namur' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |