From 6a84df34eabbdb1ca12ec005c9978082013eb7f9 Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Mon, 26 Mar 2018 09:37:37 -0400 Subject: Add ONAP Quickstart README for Bejing This is largely a duplication of what will be in the offical readthedocs documentation. It is put here now as part of the README to provide immediate help to those trying to deploy ONAP using an all Helm deployment mechanism. The README will later be amended to simply point to the offical docs once it has been published for Beijing. Change-Id: I5e3ec279e19617912d28d482e7818c01620d8945 Issue-ID: OOM-827 Signed-off-by: Mike Elliott --- kubernetes/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kubernetes/Makefile') diff --git a/kubernetes/Makefile b/kubernetes/Makefile index f3e50e4347..7ba5ba934a 100644 --- a/kubernetes/Makefile +++ b/kubernetes/Makefile @@ -52,5 +52,12 @@ clean: @rm -f */requirements.lock @rm -f *tgz */charts/*tgz @rm -rf $(PACKAGE_DIR) + +# start up a local helm repo to serve up +repo: + @mkdir -p $(PACKAGE_DIR) + @helm serve --repo-path $(PACKAGE_DIR) & + @helm repo index $(PACKAGE_DIR) + @helm repo add local http://127.0.0.1:8879 %: @: -- cgit 1.2.3-korg