blob: 6159a52469bad4e62344b2183318b710f40b5f82 [file] [log] [blame]
garciadeblascf603f52025-06-04 11:57:28 +02001#######################################################################################
2# Copyright ETSI Contributors and Others.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#######################################################################################
17
18export ASSUME_YES=""
19export APT_PROXY_URL=""
20export K8S_CLUSTER_ENGINE="k3s"
21export DEBUG_INSTALL=""
22export RELEASE="testing-daily"
23export REPOSITORY="testing"
24export REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg"
25export REPOSITORY_BASE="https://osm-download.etsi.org/repository/osm/debian"
26export INSTALL_AUX_CLUSTER="y"
27export INSTALL_MGMT_CLUSTER="y"
28export OSM_NAMESPACE=osm
29export OSM_HELM_RELEASE=osm
30export OSM_DOCKER_TAG="testing-daily"
31export DOCKER_USER="opensourcemano"
32export DOCKER_REGISTRY_USER=
33export DOCKER_REGISTRY_PASSWORD=
34export DOCKER_REGISTRY_URL=
35export DOCKER_PROXY_URL=
garciadeblas0b1c75c2025-11-11 23:04:39 +010036export MODULES_FOR_TESTING=
garciadeblascf603f52025-06-04 11:57:28 +020037export MODULE_DOCKER_TAG=
38export OSM_CLIENT_VERSION="master"
39export OSM_IM_VERSION="master"
40export OSM_HOME_DIR=${OSM_HOME_DIR:-"$HOME/.osm"}
41export CREDENTIALS_DIR="${OSM_HOME_DIR}/.credentials"
42export WORK_REPOS_DIR="${OSM_HOME_DIR}/repos"
43export INSTALL_MINIO=${INSTALL_MINIO:-"y"}
44export KUBECONFIG_AUX_CLUSTER=
45export KUBECONFIG_MGMT_CLUSTER=
46export KUBECONFIG_OSM_CLUSTER=
47export OSM_BEHIND_PROXY=
garciadeblas8a28f6d2025-06-11 11:11:56 +020048export OPENSHIFT_MGMT_CLUSTER=
49export MGMT_CLUSTER_CA_FILE=
garciadeblas0df99ed2025-09-09 14:00:42 +020050export OSM_BASE_DOMAIN=
garciadeblas578ac922025-09-08 17:17:23 +020051export OSM_HELM_TIMEOUT=
garciadeblasb89a41f2025-09-09 13:07:50 +020052export OSM_CLUSTER_INGRESS_CLASS=
53export AUX_CLUSTER_INGRESS_CLASS=