From 5d8b2580c97e466f9c5a6c78693c24277d94244c Mon Sep 17 00:00:00 2001 From: DW Talton Date: Mon, 9 Sep 2019 14:50:07 -0700 Subject: [PATCH] Create and configure repo Create repository with user-supplied INFO.yaml and .gitreview Issue-ID: IT-17478 Signed-off-by: DW Talton Change-Id: Ia8725533f030c1c5ed7b339044898c76a808b726 --- .gitreview | 4 ++++ INFO.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 .gitreview create mode 100644 INFO.yaml diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..b91edc5 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.o-ran-sc.org +port=29418 +project=it/otf.git diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..5265397 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,53 @@ +--- +project: 'Integration and Testing' +project_creation_date: '2019-05-21' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &it-otf_ptl + name: 'Lusheng Ji' + email: 'lji@research.att.com' + id: 'wrider' + company: 'AT&T Labs-Research' + timezone: 'America/New_York' +primary_contact: *it-otf_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.o-ran-sc.org/projects/INT' + key: 'INT' +mailing_list: + type: 'groups.io' + url: 'https://lists.o-ran-sc.org/g/main' + tag: '<[it/otf]>' +realtime_discussion: + type: 'irc' + server: 'freenode.net' + channel: '#o-ran-sc' +meetings: + - type: 'zoom' + agenda: '' + url: '' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '' +repositories: + - 'it/otf' +committers: + - name: 'Eliza Celenti' + email: 'ec6317@att.com' + id: 'ec6317' + company: 'AT&T' + timezone: 'America/New_York' + - name: 'Qun Luo' + email: 'ql8342@att.com' + id: 'ql8342' + company: 'AT&T' + timezone: 'America/New_York' + - name: 'Rohan Patel' + email: 'rp5811@att.com' + id: 'rp5811' + company: 'AT&T' + timezone: 'America/New_York' + - <<: *it-otf_ptl +tsc: + approval: 'https://wiki.o-ran-sc.org/display/TOC#O-RANSCTechnicalOversightCommittee(TOC)-20190821' -- 2.16.6