From 10b954f801bac6de179767c358439dbf0337b86d Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 27 Feb 2019 14:35:55 -0500 Subject: Adding dummy info.yaml file Change-Id: Ie6dd6c214694c27ac7499d88957fa62d3cb05c73 Signed-off-by: Aric Gardner --- INFO.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..625c898 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,41 @@ +--- +project: 'test' +project_creation_date: '' +project_category: 'Integration & Testing' +lifecycle_state: 'Incubation' +project_lead: &opnfv_test_ptl + name: 'Trevor Bramwell' + company: 'The Linux Foundation' + email: 'tbramwell@linuxfoundation.org' + id: 'bramwelt' + timezone: 'America/Los_Angeles' +primary_contact: *opnfv_test_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.opnfv.org/projects/RELENG' + key: 'RELENG' +mailing_list: + type: 'mailman2' + url: 'opnfv-tech-discuss@lists.opnfv.org' + tag: '[test]' +realtime_discussion: + type: 'irc' + server: 'freenode.net' + channel: '#lf-test' +meetings: + - type: 'gotomeeting+irc' + agenda: 'https://wiki.opnfv.org/display/INF/Infra+Working+Group' + url: 'https://global.gotomeeting.com/join/819733085' + server: 'freenode.net' + channel: '#opnfv-meeting' + repeats: 'weekly' + time: '16:00 UTC' +repositories: + - 'test' +committers: + - <<: *opnfv_test_ptl + - name: 'Aric Gardner' + email: 'agardner@linuxfoundation.org' + company: 'The Linux Foundation' + id: 'agardner' + timezone: 'America/New_York' -- cgit 1.2.3-korg