From e5bb9d37fd2211990413fcee095b210b50486cd0 Mon Sep 17 00:00:00 2001 From: Xuan Jia Date: Mon, 15 Jan 2018 23:17:16 +0800 Subject: Upload new helm-chars for ping and virtio-user-ping Change-Id: Ib25ea5711c4efbd07093df22c383f70ab28b62ca Signed-off-by: Xuan Jia --- src/helm-charts/README | 1 - src/helm-charts/README.md | 1 + src/helm-charts/ping/Chart.yaml | 0 src/helm-charts/ping/README.md | 0 src/helm-charts/ping/templates/NOTES.txt | 0 src/helm-charts/ping/values.yaml | 0 src/helm-charts/virtio-user-ping/Chart.yaml | 0 src/helm-charts/virtio-user-ping/README.md | 0 src/helm-charts/virtio-user-ping/templates/NOTES.txt | 0 src/helm-charts/virtio-user-ping/values.yaml | 0 src/nfv-pass/README | 1 - src/nfv-pass/README.md | 1 + 12 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 src/helm-charts/README create mode 100644 src/helm-charts/README.md create mode 100644 src/helm-charts/ping/Chart.yaml create mode 100644 src/helm-charts/ping/README.md create mode 100644 src/helm-charts/ping/templates/NOTES.txt create mode 100644 src/helm-charts/ping/values.yaml create mode 100644 src/helm-charts/virtio-user-ping/Chart.yaml create mode 100644 src/helm-charts/virtio-user-ping/README.md create mode 100644 src/helm-charts/virtio-user-ping/templates/NOTES.txt create mode 100644 src/helm-charts/virtio-user-ping/values.yaml delete mode 100644 src/nfv-pass/README create mode 100644 src/nfv-pass/README.md diff --git a/src/helm-charts/README b/src/helm-charts/README deleted file mode 100644 index 2ac9b13..0000000 --- a/src/helm-charts/README +++ /dev/null @@ -1 +0,0 @@ -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/README.md b/src/helm-charts/README.md new file mode 100644 index 0000000..2ac9b13 --- /dev/null +++ b/src/helm-charts/README.md @@ -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/ping/Chart.yaml b/src/helm-charts/ping/Chart.yaml new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/ping/README.md b/src/helm-charts/ping/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/ping/templates/NOTES.txt b/src/helm-charts/ping/templates/NOTES.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/ping/values.yaml b/src/helm-charts/ping/values.yaml new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/virtio-user-ping/Chart.yaml b/src/helm-charts/virtio-user-ping/Chart.yaml new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/virtio-user-ping/README.md b/src/helm-charts/virtio-user-ping/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/virtio-user-ping/templates/NOTES.txt b/src/helm-charts/virtio-user-ping/templates/NOTES.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/helm-charts/virtio-user-ping/values.yaml b/src/helm-charts/virtio-user-ping/values.yaml new file mode 100644 index 0000000..e69de29 diff --git a/src/nfv-pass/README b/src/nfv-pass/README deleted file mode 100644 index 24bd4db..0000000 --- a/src/nfv-pass/README +++ /dev/null @@ -1 +0,0 @@ -In this directory, we implement Istio,Promethus,Fluentd and other common component. diff --git a/src/nfv-pass/README.md b/src/nfv-pass/README.md new file mode 100644 index 0000000..24bd4db --- /dev/null +++ b/src/nfv-pass/README.md @@ -0,0 +1 @@ +In this directory, we implement Istio,Promethus,Fluentd and other common component. -- cgit 1.2.3-korg