From 9d8195c417981868fb35a43608cc885cad9bab8f Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 19 Jun 2018 16:21:33 -0400 Subject: Adding INFO and LICENSE for review Change-Id: I936a2f68fbea7b33a96c16e9b950bcf16fe793b1 Signed-off-by: Aric Gardner --- .gitreview | 4 ++++ INFO.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 13 +++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 .gitreview create mode 100644 INFO.yaml create mode 100644 LICENSE diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..3999d98 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.opnfv.org +port=29418 +project=edgecloud.git diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..d456048 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,49 @@ +--- +project: 'Reference platform design for edge cloud in OPNFV' +project_creation_date: '' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &opnfv_edgecloud_ptl + name: 'Qiao Fu' + email: 'fuqiao@chinamobile.com' + id: 'fuqiao' + company: 'China Mobile' + timezone: 'Unknown' +primary_contact: *opnfv_edgecloud_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.opnfv.org/projects/edgecloud' + key: 'EDGECLOUD' +mailing_list: + type: 'mailman2' + url: 'opnfv-tech-discuss@lists.opnfv.org' + tag: '[edgecloud]' +realtime_discussion: + type: 'irc' + server: 'freenode.net' + channel: '#' +meetings: + - type: 'gotomeeting+irc' + agenda: 'https://wiki.opnfv.org/display/' + url: 'https://global.gotomeeting.com/join/819733085' + server: 'freenode.net' + channel: '#opnfv-meeting' + repeats: 'weekly' + time: '' +repositories: + - 'edgecloud' +committers: + # This will be filled out by opnfv staff once invitation have been accepted + - <<: *opnfv_edgecloud_ptl + - name: '' + email: '' + company: '' + id: '' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: 'http://ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/' + changes: + - type: 'removal/promotion' + name: '' + link: '' diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..cf8b07a --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2018 Open Platform for NFV Project, Inc. and its contributors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -- cgit 1.2.3-korg