summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/build.sh7
-rw-r--r--src/helm-charts/README.md1
-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/helm-charts/ping/Chart.yaml0
-rw-r--r--src/helm-charts/ping/README.md0
-rw-r--r--src/helm-charts/ping/templates/NOTES.txt0
-rw-r--r--src/helm-charts/ping/values.yaml0
-rw-r--r--src/helm-charts/virtio-user-ping/Chart.yaml0
-rw-r--r--src/helm-charts/virtio-user-ping/README.md0
-rw-r--r--src/helm-charts/virtio-user-ping/templates/NOTES.txt0
-rw-r--r--src/helm-charts/virtio-user-ping/values.yaml0
-rw-r--r--src/nfv-pass/README.md1
15 files changed, 2 insertions, 7 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 31d76e7..ffac6c9 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -16,13 +16,6 @@
#
set -ex
-sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
-sudo apt-key adv -k 58118E89F3A912897C070ADBF76221572C52609D
-cat << EOF | sudo tee /etc/apt/sources.list.d/docker.list
-deb [arch=amd64] https://apt.dockerproject.org/repo ubuntu-xenial main
-EOF
-sudo apt-get install -y --allow-downgrades docker-engine=1.12.6-0~ubuntu-xenial
-
bash ../src/cni/ovsdpdk/build.sh
# Build Clearwater project images
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/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/helm-charts/ping/Chart.yaml b/src/helm-charts/ping/Chart.yaml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/ping/Chart.yaml
diff --git a/src/helm-charts/ping/README.md b/src/helm-charts/ping/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/ping/README.md
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
--- /dev/null
+++ b/src/helm-charts/ping/templates/NOTES.txt
diff --git a/src/helm-charts/ping/values.yaml b/src/helm-charts/ping/values.yaml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/helm-charts/ping/values.yaml
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
--- /dev/null
+++ b/src/helm-charts/virtio-user-ping/Chart.yaml
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
--- /dev/null
+++ b/src/helm-charts/virtio-user-ping/README.md
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
--- /dev/null
+++ b/src/helm-charts/virtio-user-ping/templates/NOTES.txt
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
--- /dev/null
+++ b/src/helm-charts/virtio-user-ping/values.yaml
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.