blob: 345d8b2710b79adbb2238fd0a79695d20370d490 [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=""
garciadeblas170735b2025-09-04 12:00:37 +020022export RELEASE="releaseeighteen-daily"
garciadeblascf603f52025-06-04 11:57:28 +020023export 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
garciadeblas170735b2025-09-04 12:00:37 +020030export OSM_DOCKER_TAG="releaseeighteen-daily"
garciadeblascf603f52025-06-04 11:57:28 +020031export DOCKER_USER="opensourcemano"
32export DOCKER_REGISTRY_USER=
33export DOCKER_REGISTRY_PASSWORD=
34export DOCKER_REGISTRY_URL=
35export DOCKER_PROXY_URL=
36export MODULE_DOCKER_TAG=
garciadeblas170735b2025-09-04 12:00:37 +020037export OSM_CLIENT_VERSION="v18.0"
38export OSM_IM_VERSION="v18.0"
garciadeblascf603f52025-06-04 11:57:28 +020039export OSM_HOME_DIR=${OSM_HOME_DIR:-"$HOME/.osm"}
40export CREDENTIALS_DIR="${OSM_HOME_DIR}/.credentials"
41export WORK_REPOS_DIR="${OSM_HOME_DIR}/repos"
42export INSTALL_MINIO=${INSTALL_MINIO:-"y"}
43export KUBECONFIG_AUX_CLUSTER=
44export KUBECONFIG_MGMT_CLUSTER=
45export KUBECONFIG_OSM_CLUSTER=
46export OSM_BEHIND_PROXY=
garciadeblas8a28f6d2025-06-11 11:11:56 +020047export OPENSHIFT_MGMT_CLUSTER=
48export MGMT_CLUSTER_CA_FILE=
garciadeblas2f8622a2025-09-09 14:00:42 +020049export OSM_BASE_DOMAIN=
garciadeblasfc924e42025-09-08 17:17:23 +020050export OSM_HELM_TIMEOUT=
garciadeblasf9867642025-09-09 13:07:50 +020051export OSM_CLUSTER_INGRESS_CLASS=
52export AUX_CLUSTER_INGRESS_CLASS=