diff options
-rw-r--r-- | INFO.yaml | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..2722994e --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,85 @@ +--- +project: 'QTIP, Platform Performance Benchmarking' +project_creation_date: '' +project_category: 'Integration & Testing' +lifecycle_state: '' +project_lead: &opnfv_qtip_ptl + name: 'zhihui wu' + email: 'wu.zhihui1@zte.com.cn' + id: 'wu.zhihui' + company: 'zte.com.cn' + timezone: 'UTC+8' +primary_contact: *opnfv_qtip_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.opnfv.org/projects/QTIP' + key: 'QTIP' +mailing_list: + type: 'mailman2' + url: 'opnfv-tech-discuss@lists.opnfv.org' + tag: '[qtip]' +realtime_discussion: + type: irc + server: 'freenode.net' + channel: '#opnfv-qtip' +meetings: + - type: 'irc' + agenda: # eg: 'https://wiki.opnfv.org/display/' + url: # eg: 'https://global.gotomeeting.com/join/819733085' + server: 'freenode.net' + channel: '#opnfv-qtip' + repeats: 'weekly' + time: "07:30 UTC Every Monday" +repositories: + - 'qtip' +committers: + - <<: *opnfv_qtip_ptl + - name: 'Prabu Kuppuswamy' + email: 'prabu.kuppuswamy@spirent.com' + company: 'spirent.com' + id: 'Prabu.kuppuswamy' + - name: 'Trevor Cooper' + email: 'trevor.cooper@intel.com' + company: 'intel.com' + id: 'trev' + - name: 'Prakash Ramchandran' + email: 'prakash.ramchandran@huawei.com' + company: 'huawei.com' + id: 'rprakash' + - name: 'Morgan Richomme' + email: 'morgan.richomme@orange.com' + company: 'orange.com' + id: 'mrichomme' + - name: 'Yujun Zhang' + email: 'zhang.yujunz@zte.com.cn' + company: 'zte.com.cn' + id: 'yujunz' + - name: 'zhifeng jiang' + email: 'jiang.zhifeng@zte.com.cn' + company: 'zte.com.cn' + id: 'zhifeng.jiang' + - name: 'Taseer Ahmed' + email: 'taseer94@gmail.com' + company: 'gmail.com' + id: 'linux_geek' + - name: 'Akhil Batra' + email: 'akhil.batra@research.iiit.ac.in' + company: 'research.iiit.ac.in' + id: 'akhilbatra898' +# yamllint disable rule:line-length +tsc: + approval: 'http://meetbot.opnfv.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-01-27-14.59.html' + changes: + - type: 'approval' + link: 'https://lists.opnfv.org/pipermail/opnfv-tsc/2016-July/002745.html' + - type: 'approval' + link: 'https://lists.opnfv.org/pipermail/opnfv-tsc/2016-July/002755.html' + - type: 'approval' + link: 'https://lists.opnfv.org/pipermail/opnfv-tsc/2016-August/002848.html' + - type: 'approval' + link: 'https://lists.opnfv.org/pipermail/opnfv-tsc/2016-October/003104.html' + - type: 'approval' + link: 'https://lists.opnfv.org/pipermail/opnfv-tsc/2016-October/003118.html' + - type: 'approval' + link: 'https://lists.opnfv.org/pipermail/opnfv-tsc/2016-November/003169.html' +# yamllint enable rule:line-length |