From bb056430307c0edebd3fbac8adc168ca379d3101 Mon Sep 17 00:00:00 2001 From: vlad shkapenyuk Date: Fri, 17 Sep 2021 15:54:57 -0400 Subject: [PATCH] Add INFO.yaml file Signed-off-by: vlad shkapenyuk Change-Id: I72a9271d9f872a11cef7845be75897f842db57e5 --- INFO.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..deac65b --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,49 @@ +--- +project: "RICAPP" +project_creation_date: "2019-08-21" +project_category: "" +lifecycle_state: "Incubation" +project_lead: &oran_ricapp_ptl + name: "Matti Hiltunen" + email: "hiltunen@research.att.com" + id: "MattiHiltunen" + company: "AT&T Labs-Research" + timezone: "America/New_York" +primary_contact: *oran_ricapp_ptl +issue_tracking: + type: "jira" + url: "https://jira.o-ran-sc.org/secure/Dashboard.jsp" + key: "RICAPP" +mailing_list: + type: "groups.io" + url: "https://lists.o-ran-sc.org/g/main" + tag: "ricapp" +realtime_discussion: + type: "irc" + server: "freenode.net" + channel: "#o-ran-sc" +meetings: + type: "zoom" + agenda: "https://wiki.o-ran-sc.org/display/RICA/RICAPP+Meetings" + url: "https://zoom.us/j/9644759813" + server: "n/a" + channel: "n/a" + repeats: "bi-weekly" + time: "9-10am ET, Tuesdays" +repositories: + - "ric-app/mc" +committers: + - <<: *oran_ricapp_ptl + - name: "Vladislav Shkapenyuk" + email: "vshkap@research.att.com" + company: "AT&T Labs-Research" + id: "vshkap" + timezone: "America/New_York" + - name: "Theodore Johnson" + email: "johnsont@research.att.com" + company: "ATT" + id: "johnsont" + timezone: "America/New_York" +tsc: + # yamllint disable-line rule:line-length + approval: "https://wiki.o-ran-sc.org/display/TOC#O-RANSCTechnicalOversightCommittee(TOC)-20190821" -- 2.16.6