summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2019-02-27 14:35:55 -0500
committerAric Gardner <agardner@linuxfoundation.org>2019-02-27 14:36:22 -0500
commit10b954f801bac6de179767c358439dbf0337b86d (patch)
tree97cd1f181cb969df960506dcf4ed5bf80947bf7d
parent3e090291f5674435e32846030857a50a30cfea57 (diff)
Adding dummy info.yaml file
Change-Id: Ie6dd6c214694c27ac7499d88957fa62d3cb05c73 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r--INFO.yaml41
1 files changed, 41 insertions, 0 deletions
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'