# /* # * 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. # */ base_url=${base_url:-"http://localhost:9015/v2"} kubeconfig_path="$HOME/.kube/config" csar_id=cb009bfe-bbee-11e8-9766-525400435678 project_name="test_project" project_description="test_project_description" userData1="user1" userData2="user2" composite_app_name="test_composite_app_collection" composite_app_description="test_project_description" composite_app_version="test_composite_app_version" app1_helm_path="$CSAR_DIR/$csar_id/collectd.tar.gz" app2_helm_path="$CSAR_DIR/$csar_id/prometheus-operator.tar.gz" app1_profile_path="$CSAR_DIR/$csar_id/collectd_profile.tar.gz" app2_profile_path="$CSAR_DIR/$csar_id/prometheus-operator_profile.tar.gz" app1_name="collectd" app2_name="prometheus" app1_desc="collectd_desc" app2_desc="prometheus_desc" main_composite_profile_name="main_composite_profile" sub_composite_profile_name1="test_composite_profile1" sub_composite_profile_name2="test_composite_profile2" main_composite_profile_description="main_composite_profile_description" sub_composite_profile_description="sub_composite_profile_description" genericPlacementIntentName="test_gen_placement_intent1" genericPlacementIntentDesc="test_gen_placement_intent_desc" logicalCloud="logical_cloud_name" appIntentNameForApp1="appIntentForApp1" appIntentForApp1Desc="AppIntentForApp1Desc" appIntentNameForApp2="appIntentForApp2" appIntentForApp2Desc="AppIntentForApp2Desc" providerName1="cluster_provider1" providerName2="cluster_provider2" clusterName1="clusterName1" clusterName2="clusterName2" clusterLabelName1="clusterLabel1" clusterLabelName2="clusterLabel2" deploymentIntentGroupName="test_deployment_intent_group" deploymentIntentGroupNameDesc="test_deployment_intent_group_desc" releaseName="test" intentToBeAddedinDeploymentIntentGroup="name_of_intent_to_be_added_in_deployment_group" intentToBeAddedinDeploymentIntentGroupDesc="desc_of_intent_to_be_added_in_deployment_group" hpaIntentName="hpaIntentName" trafficIntentName="trafficIntentName" chart_name="edgex" profile_name="test_profile" release_name="test-release" namespace="plugin-tests-namespace" cloud_region_id="kud" cloud_region_owner="localhost" # Controllers genericPlacementIntent="genericPlacementIntent" OVNintent="OVNintent" OVNintentName="OVNintentName" OVNHostName="OVNHostName" OVNPort="9027" CostBasedIntent="costBasedIntent" CostBasedIntentName="CostBasedIntentName" CostBasedHostName="OVNHostName" CostBasedPort="9028" hpaIntent="hpaIntent" trafficIntent="trafficIntent" gpcHostName="gpcHostName" gpcPort="9029" hpaControllerIntentName="hpaControllerIntentName" hpaHostName="hpaHostName" hpaPort="9030" trafficControllerIntentName="trafficControllerIntentName" trafficHostName="trafficHostName" trafficPort="9031"