summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-06-19 16:21:33 -0400
committerAric Gardner <agardner@linuxfoundation.org>2018-06-19 16:21:39 -0400
commit9d8195c417981868fb35a43608cc885cad9bab8f (patch)
treecdbc4bbdc96518b25c87a5a544bccc64c9ae0449
parent29664393ce315a24a2f30266d2954c8e754fbfe0 (diff)
Adding INFO and LICENSE for review
Change-Id: I936a2f68fbea7b33a96c16e9b950bcf16fe793b1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r--.gitreview4
-rw-r--r--INFO.yaml49
-rw-r--r--LICENSE13
3 files changed, 66 insertions, 0 deletions
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.