# /* # * Copyright 2020 Intel Corporation, Inc # * # * Licensed under the Apache License, Version 2.0 (the "License"); # * you may not use this file except in compliance with the License. # * You may obtain a copy of the License at # * # * http://www.apache.org/licenses/LICENSE-2.0 # * # * Unless required by applicable law or agreed to in writing, software # * distributed under the License is distributed on an "AS IS" BASIS, # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # * See the License for the specific language governing permissions and # * limitations under the License. # */ set -o errexit set -o nounset set -o pipefail source _common_test.sh source _functions.sh source _common.sh base_url_clm=${base_url_clm:-"http://192.168.121.29:30073/v2"} base_url_ncm=${base_url_ncm:-"http://192.168.121.29:31955/v2"} base_url_orchestrator=${base_url_orchestrator:-"http://192.168.121.29:32447/v2"} base_url_rysnc=${base_url_orchestrator:-"http://192.168.121.29:32002/v2"} CSAR_DIR="/opt/csar" csar_id="cb009bfe-bbee-11e8-9766-525400435678" app1_helm_path="$CSAR_DIR/$csar_id/prometheus-operator.tar.gz" app1_profile_path="$CSAR_DIR/$csar_id/prometheus-operator_profile.tar.gz" app2_helm_path="$CSAR_DIR/$csar_id/collectd.tar.gz" app2_profile_path="$CSAR_DIR/$csar_id/collectd_profile.tar.gz" # ---------BEGIN: SET CLM DATA--------------- clusterprovidername="collection-cluster-provider" clusterproviderdata="$(cat<