summaryrefslogtreecommitdiffstats
path: root/kubernetes/Makefile
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-03-26 09:37:37 -0400
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-03-26 20:37:55 +0000
commit6a84df34eabbdb1ca12ec005c9978082013eb7f9 (patch)
tree05d5d58d174c05ea0b26aafe73b4366483d1b382 /kubernetes/Makefile
parentbdcf44857f459c2f335a63dd33185194988f0263 (diff)
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 <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/Makefile')
-rw-r--r--kubernetes/Makefile7
1 files changed, 7 insertions, 0 deletions
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
%:
@: