Create helm-charts and nfv-pass directory 41/50641/4
authorXuan Jia <jason.jiaxuan@gmail.com>
Mon, 15 Jan 2018 14:58:21 +0000 (22:58 +0800)
committerXuan Jia <jason.jiaxuan@gmail.com>
Mon, 15 Jan 2018 15:11:38 +0000 (15:11 +0000)
Change-Id: I4fe3ebe772d5f6af60ca86d7175de7d8ecb94f6c
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
src/helm-charts/README [new file with mode: 0644]
src/helm-charts/clearwater/Chart.yaml [new file with mode: 0644]
src/helm-charts/clearwater/README.md [new file with mode: 0644]
src/helm-charts/clearwater/templates/NOTES.txt [new file with mode: 0644]
src/helm-charts/clearwater/values.yaml [new file with mode: 0644]
src/nfv-pass/README [new file with mode: 0644]

diff --git a/src/helm-charts/README b/src/helm-charts/README
new file mode 100644 (file)
index 0000000..2ac9b13
--- /dev/null
@@ -0,0 +1 @@
+In this directory, we will keep the configuration of VNF and other specific NFV-PAAS components. If the generic component is not include in https://github.com/kubernetes/charts, it can also be stored in this directory.
diff --git a/src/helm-charts/clearwater/Chart.yaml b/src/helm-charts/clearwater/Chart.yaml
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/helm-charts/clearwater/README.md b/src/helm-charts/clearwater/README.md
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/helm-charts/clearwater/templates/NOTES.txt b/src/helm-charts/clearwater/templates/NOTES.txt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/helm-charts/clearwater/values.yaml b/src/helm-charts/clearwater/values.yaml
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/nfv-pass/README b/src/nfv-pass/README
new file mode 100644 (file)
index 0000000..24bd4db
--- /dev/null
@@ -0,0 +1 @@
+In this directory, we implement Istio,Promethus,Fluentd and other common component.