From 44bfee69b7ea864c71aa31315cd60cd9371eef27 Mon Sep 17 00:00:00 2001
From: agardner <agardner@linuxfoundation.org>
Date: Mon, 5 Feb 2018 14:45:40 -0500
Subject: Auto Generated INFO.yaml file

INFO.yaml meant to be machine readable.
This file was auto generated from an ldap lookup
and your projects INFO file.

Meeting times are not currently filled out.
please ammend this patchset to complete

Going forward comitter promotions should be done
against this file.

PTLs:
Must be merged for you to gain delete access on
testresults.opnfv.org

If project_lead: is missing (my script could not parse)
please amend with same from commiters section eg:

project_lead: &opnfv_$project_ptl
    name: 'Lead Name'
    email: 'lead email'
    id: 'lead lfid'
    company: 'lead company'

Change-Id: I8c482b04045b0909d94ff69ac9951c61c4b26344
Signed-off-by: agardner <agardner@linuxfoundation.org>
---
 INFO.yaml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
 create mode 100644 INFO.yaml

diff --git a/INFO.yaml b/INFO.yaml
new file mode 100644
index 00000000..32e095ea
--- /dev/null
+++ b/INFO.yaml
@@ -0,0 +1,67 @@
+---
+project: 'Data-plane performance testing and benchmarking'
+project_creation_date: ''
+project_category: 'Integration & Testing'
+lifecycle_state: 'Mature'
+project_lead: &opnfv_vswitchperf_ptl
+    name: 'Sridhar Rao'
+    email: 'Sridhar.Rao@spirent.com'
+    company: 'spirent.com'
+    id: 'sridharkn'
+    timezone: 'IST'
+primary_contact: *opnfv_vswitchperf_ptl
+issue_tracking:
+    type: 'jira'
+    url: 'https://jira.opnfv.org/projects/VSPERF'
+    key: ''
+mailing_list:
+    type: 'mailman2'
+    url: 'opnfv-tech-discuss@lists.opnfv.org'
+    tag: '[vsperf]'
+realtime_discussion:
+    type: irc
+    server: 'freenode.net'
+    channel: '#opnfv-vswitchperf'
+meetings:
+    - type: 'gotomeeting+irc'
+      agenda:  # eg: 'https://wiki.opnfv.org/display/'
+      url:  # eg: 'https://global.gotomeeting.com/join/819733085'
+      server: 'freenode.net'
+      channel: '#opnfv-meeting'
+      repeats: 'weekly'
+      time: '15:00 UTC' # eg: '16:00 UTC'
+repositories:
+    - 'vswitchperf'
+committers:
+    - <<: *opnfv_vswitchperf_ptl
+    - name: 'Maryam Tahhan'
+      email: 'maryam.tahhan@intel.com'
+      company: 'intel.com'
+      id: 'maryamtahhan'
+    - name: 'Al Morton'
+      email: 'acmorton@att.com'
+      company: 'att.com'
+      id: 'acm'
+    - name: 'Martin Klozik'
+      email: 'martin.klozik@tieto.com'
+      company: 'tieto.com'
+      id: 'mklozik'
+    - name: 'Bill Michalowski'
+      email: 'bmichalo@redhat.com'
+      company: 'redhat.com'
+      id: 'bmichalo'
+    - name: 'Christian Trautman'
+      email: 'ctrautma@redhat.com'
+      company: 'redhat.com'
+      id: 'ctrautma'
+    - name: 'Trevor Cooper'
+      email: 'trevor.cooper@intel.com'
+      company: 'intel.com'
+      id: 'trev'
+tsc:
+    # yamllint disable rule:line-length
+    approval: 'http//meetbot.opnfv.org/meetings/opnfv-meeting/'
+    changes:
+        - type: 'removal'
+          link: 'http//ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2016/opnfv-meeting.2016-05-17-13.59.html'
+          # yamllint enable rule:line-length
-- 
cgit