From 538db334410daa7980de36b5632aa90c8e863d8e Mon Sep 17 00:00:00 2001 From: rohithrajneesh Date: Wed, 9 Aug 2023 14:48:30 +0100 Subject: [PATCH] Adding RANPM helm charts to it/dep Issue-ID: NONRTRIC-889 Change-Id: Ic6d65e9706e3ef9d83b527e6e5d5cc80a1a856f2 Signed-off-by: rohithrajneesh --- .gitmodules | 3 +++ README.md | 38 +++++++++++++++++++++++++++++ bin/deploy-nonrtric | 16 +++++++++--- bin/undeploy-nonrtric | 17 +++++++++++-- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 3 ++- ranpm | 1 + 6 files changed, 71 insertions(+), 7 deletions(-) create mode 160000 ranpm diff --git a/.gitmodules b/.gitmodules index 383f4d05..73d1475a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "smo-install/multicloud-k8s"] path = smo-install/multicloud-k8s url = https://github.com/onap/multicloud-k8s.git +[submodule "ranpm"] + path = ranpm + url = https://gerrit.nordix.org/oransc/nonrtric/plt/ranpm diff --git a/README.md b/README.md index 531ce31d..bfc28326 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@