First cord-platform helm-chart commit

Change-Id: Iff23c5c789fe79ff3e42e83fe221911660c9497d
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..a30e41d
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,6 @@
+[gerrit]
+host=gerrit.opencord.org
+port=29418
+project=cord-platform.git
+defaultremote=origin
+defaultbranch=master
diff --git a/cord-platform/Chart.yaml b/cord-platform/Chart.yaml
new file mode 100644
index 0000000..20cbf47
--- /dev/null
+++ b/cord-platform/Chart.yaml
@@ -0,0 +1,20 @@
+# Copyright 2017-present Open Networking Foundation
+#
+# 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.
+
+name: cord-platform
+description: A Helm chart to install the CORD platform
+icon: https://guide.opencord.org/logos/cord.svg
+
+version: 1.0.0
+appVersion: 6.1.0
diff --git a/cord-platform/requirements.yaml b/cord-platform/requirements.yaml
new file mode 100644
index 0000000..02cc4c7
--- /dev/null
+++ b/cord-platform/requirements.yaml
@@ -0,0 +1,33 @@
+---
+# Copyright 2017-present Open Networking Foundation
+#
+# 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.
+
+dependencies:
+- name: incubator/kafka
+  version: 0.8.8
+  repository: http://storage.googleapis.com/kubernetes-charts-incubator
+- name: onos
+  version: 1.1.0
+  repository: https://charts.opencord.org
+- name: xos-core
+  version: 2.2.1
+  repository: https://charts.opencord.org
+- name: logging
+  version: 0.1.0-dev0
+  repository: https://charts.opencord.org
+  condition: logging.enabled
+- name: nem-monitoring
+  version: 1.0.0-dev
+  repository: https://charts.opencord.org
+  condition: nem-monitoring.enabled
diff --git a/cord-platform/templates/.gitignore b/cord-platform/templates/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/cord-platform/templates/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/cord-platform/values.yaml b/cord-platform/values.yaml
new file mode 100644
index 0000000..d255bf2
--- /dev/null
+++ b/cord-platform/values.yaml
@@ -0,0 +1,14 @@
+---
+# Copyright 2017-present Open Networking Foundation
+#
+# 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.