summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuan Jia <jason.jiaxuan@gmail.com>2018-01-15 22:58:21 +0800
committerXuan Jia <jason.jiaxuan@gmail.com>2018-01-15 15:11:38 +0000
commit26b4dd083698f34bb5025890a17bd1c2834a00c4 (patch)
tree01ce8746ae3c1ef88d55eefeb04c0f7a6d05b43a
parentf947f3cdcc686ab9ff74796c544e5c0382961a91 (diff)
Create helm-charts and nfv-pass directory
Change-Id: I4fe3ebe772d5f6af60ca86d7175de7d8ecb94f6c Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
-rw-r--r--src/helm-charts/README1
-rw-r--r--src/helm-charts/clearwater/Chart.yaml0
-rw-r--r--src/helm-charts/clearwater/README.md0
-rw-r--r--src/helm-charts/clearwater/templates/NOTES.txt0
-rw-r--r--src/helm-charts/clearwater/values.yaml0
-rw-r--r--src/nfv-pass/README1
6 files changed, 2 insertions, 0 deletions
diff --git a/src/helm-charts/README b/src/helm-charts/README
new file mode 100644
index 0000000..2ac9b13
--- /dev/null
+++ b/src/helm-charts/README
@@ -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
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/clearwater/Chart.yaml
diff --git a/src/helm-charts/clearwater/README.md b/src/helm-charts/clearwater/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/clearwater/README.md
diff --git a/src/helm-charts/clearwater/templates/NOTES.txt b/src/helm-charts/clearwater/templates/NOTES.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/clearwater/templates/NOTES.txt
diff --git a/src/helm-charts/clearwater/values.yaml b/src/helm-charts/clearwater/values.yaml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/clearwater/values.yaml
diff --git a/src/nfv-pass/README b/src/nfv-pass/README
new file mode 100644
index 0000000..24bd4db
--- /dev/null
+++ b/src/nfv-pass/README
@@ -0,0 +1 @@
+In this directory, we implement Istio,Promethus,Fluentd and other common component.