Minor fixes 00/900/3
authorwrider <lji@research.att.com>
Thu, 5 Sep 2019 16:33:27 +0000 (12:33 -0400)
committerLusheng Ji <lji@research.att.com>
Thu, 5 Sep 2019 16:37:29 +0000 (16:37 +0000)
Signed-off-by: wrider <lji@research.att.com>
Change-Id: I294dc5721319d2737a0bf7f1e7a29ffcd5a4a2e5
Signed-off-by: wrider <lji@research.att.com>
RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE
ric-xapps/90-xApps/bin/install
ric-xapps/90-xApps/etc/xapp.conf

index 5dcdd96..7a66bb1 100644 (file)
@@ -86,7 +86,7 @@ global:
 cluster:
   deployK8S: false
   deployNexus: false
-  deployK8SMonitoringStake: false
+  deployK8SMonitoringStack: false
   useLocalHelmRepo: true
   useLocalDockerRegistry: false
 
index 3ed7fe6..aa17714 100755 (executable)
@@ -166,6 +166,5 @@ helm package -d /tmp /tmp/$CHART_NAME
 
 
 echo $HELM_REPO
-curl -k -u $HELM_REPO_USERNAME:$HELM_REPO_PASSWORD $HELM_REPO --upload-file /tmp/$CHART_NAME-$CHART_VERSION.tgz -v
-
-
+#curl -k -u $HELM_REPO_USERNAME:$HELM_REPO_PASSWORD $HELM_REPO --upload-file /tmp/$CHART_NAME-$CHART_VERSION.tgz -v
+curl -Lk -u $HELM_REPO_USERNAME:$HELM_REPO_PASSWORD "$HELM_REPO"/api/charts --data-binary "@/tmp/$CHART_NAME-$CHART_VERSION.tgz"
index 956b367..5bd82f9 100644 (file)
@@ -15,7 +15,7 @@
 #   limitations under the License.                                             #
 ################################################################################
 
-default_helm_repo=https://helm-entry
+default_helm_repo=https://$(hostname):32080/helm
 
 default_docker_registry=docker-entry