From 9d98267fe7046c304a71f98e89de6774d09f094e Mon Sep 17 00:00:00 2001 From: Rajamohan Raj Date: Thu, 11 Apr 2019 00:36:20 +0000 Subject: Add helm charts for horovod based app Tasks in this patch: Create sample Tensorflow MNIST application using horovod: https://jira.onap.org/browse/ONAPARC-450 Change-Id: I50827a47f7c48574944cde28fca32f265b649b59 Issue-ID: ONAPARC-450 Signed-off-by: Rajamohan Raj --- vnfs/DAaaS/applications/charts/sample-horovod-app/Charts.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vnfs/DAaaS/applications/charts/sample-horovod-app/Charts.yml (limited to 'vnfs/DAaaS/applications/charts/sample-horovod-app/Charts.yml') diff --git a/vnfs/DAaaS/applications/charts/sample-horovod-app/Charts.yml b/vnfs/DAaaS/applications/charts/sample-horovod-app/Charts.yml new file mode 100644 index 00000000..50b52b98 --- /dev/null +++ b/vnfs/DAaaS/applications/charts/sample-horovod-app/Charts.yml @@ -0,0 +1,5 @@ +apiVersion: v1 +appVersion: "1.0" +description: "A sample horovod application which runs the MNIST application using Tensorflow as backend" +name: sample-horovod-app +version: 0.1.0 -- cgit