From 98eb4c224d9e9a8fb205f991e544e75b9cfb207b Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 15 Aug 2018 15:16:23 -0500 Subject: Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: Ifed54c1cc648dc3dc7e276c63d87144812197505 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 INFO.yaml (limited to 'INFO.yaml') diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000000..5fe9ca7eae8 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,106 @@ +--- +project: 'vpp' +project_creation_date: '2015-12-08' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &vpp_ptl + name: 'Dave Barach' + email: 'openvpp@barachs.net' + id: 'dbarach' + company: '' + timezone: '' +primary_contact: *vpp_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/projects/vpp' + key: 'VPP' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/vpp-dev' + tag: '<[sub-project_name]>' +realtime_discussion: + type: 'irc' + server: 'freenode.net' + channel: 'fdio-vpp' +meetings: + - type: 'zoom' + agenda: 'n/a' + url: 'https://wiki.fd.io/view/VPP/Meeting' + server: 'n/a' + channel: 'fdio-vpp' + repeats: 'weekly' + time: '08:00 PT' +repositories: + - 'vpp' +committers: + - <<: *vpp_ptl + - name: 'Keith Burns' + company: 'gmail' + email: 'alagalah@gmail.com' + id: 'alagalah' + timezone: '' + - name: 'Chris Luke' + company: 'comcast' + email: 'chris_luke@comcast.com' + id: 'chrisluke' + timezone: '' + - name: 'Dave Barach' + company: 'barachs' + email: 'openvpp@barachs.net' + id: 'dbarach' + timezone: '' + - name: 'Damjan Marion' + company: 'cisco' + email: 'damarion@cisco.com' + id: 'dmarion' + timezone: '' + - name: 'Dave Wallace' + company: 'gmail' + email: 'dwallacelf@gmail.com' + id: 'dwallacelf' + timezone: '' + - name: 'Florin Coras' + company: 'gmail' + email: 'florin.coras@gmail.com' + id: 'florin.coras' + timezone: '' + - name: 'Ed Warnicke' + company: 'gmail' + email: 'hagbard@gmail.com' + id: 'hagbard' + timezone: '' + - name: 'John Lo' + company: 'cisco' + email: 'loj@cisco.com' + id: 'lojohn' + timezone: '' + - name: 'Marco Varlese' + company: 'suse' + email: 'marco.varlese@suse.de' + id: 'marco.varlese' + timezone: '' + - name: 'Neale Ranns' + company: 'cisco' + email: 'nranns@cisco.com' + id: 'nranns' + timezone: '' + - name: 'Ole Trøan' + company: 'employees' + email: 'otroan@employees.org' + id: 'otroan' + timezone: '' + - name: 'Sergio Gonzalez Monroy' + company: 'outlook' + email: 'sergio.gonzalez.monroy@outlook.com' + id: 'smonroy' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg