| garciadeblas | cf603f5 | 2025-06-04 11:57:28 +0200 | [diff] [blame] | 1 | ####################################################################################### |
| 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 | |
| 18 | export ASSUME_YES="" |
| 19 | export APT_PROXY_URL="" |
| 20 | export K8S_CLUSTER_ENGINE="k3s" |
| 21 | export DEBUG_INSTALL="" |
| garciadeblas | 170735b | 2025-09-04 12:00:37 +0200 | [diff] [blame] | 22 | export RELEASE="releaseeighteen-daily" |
| garciadeblas | cf603f5 | 2025-06-04 11:57:28 +0200 | [diff] [blame] | 23 | export REPOSITORY="testing" |
| 24 | export REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg" |
| 25 | export REPOSITORY_BASE="https://osm-download.etsi.org/repository/osm/debian" |
| 26 | export INSTALL_AUX_CLUSTER="y" |
| 27 | export INSTALL_MGMT_CLUSTER="y" |
| 28 | export OSM_NAMESPACE=osm |
| 29 | export OSM_HELM_RELEASE=osm |
| garciadeblas | 170735b | 2025-09-04 12:00:37 +0200 | [diff] [blame] | 30 | export OSM_DOCKER_TAG="releaseeighteen-daily" |
| garciadeblas | cf603f5 | 2025-06-04 11:57:28 +0200 | [diff] [blame] | 31 | export DOCKER_USER="opensourcemano" |
| 32 | export DOCKER_REGISTRY_USER= |
| 33 | export DOCKER_REGISTRY_PASSWORD= |
| 34 | export DOCKER_REGISTRY_URL= |
| 35 | export DOCKER_PROXY_URL= |
| 36 | export MODULE_DOCKER_TAG= |
| garciadeblas | 170735b | 2025-09-04 12:00:37 +0200 | [diff] [blame] | 37 | export OSM_CLIENT_VERSION="v18.0" |
| 38 | export OSM_IM_VERSION="v18.0" |
| garciadeblas | cf603f5 | 2025-06-04 11:57:28 +0200 | [diff] [blame] | 39 | export OSM_HOME_DIR=${OSM_HOME_DIR:-"$HOME/.osm"} |
| 40 | export CREDENTIALS_DIR="${OSM_HOME_DIR}/.credentials" |
| 41 | export WORK_REPOS_DIR="${OSM_HOME_DIR}/repos" |
| 42 | export INSTALL_MINIO=${INSTALL_MINIO:-"y"} |
| 43 | export KUBECONFIG_AUX_CLUSTER= |
| 44 | export KUBECONFIG_MGMT_CLUSTER= |
| 45 | export KUBECONFIG_OSM_CLUSTER= |
| 46 | export OSM_BEHIND_PROXY= |
| garciadeblas | 8a28f6d | 2025-06-11 11:11:56 +0200 | [diff] [blame] | 47 | export OPENSHIFT_MGMT_CLUSTER= |
| 48 | export MGMT_CLUSTER_CA_FILE= |
| garciadeblas | 2f8622a | 2025-09-09 14:00:42 +0200 | [diff] [blame] | 49 | export OSM_BASE_DOMAIN= |
| garciadeblas | fc924e4 | 2025-09-08 17:17:23 +0200 | [diff] [blame] | 50 | export OSM_HELM_TIMEOUT= |
| garciadeblas | f986764 | 2025-09-09 13:07:50 +0200 | [diff] [blame] | 51 | export OSM_CLUSTER_INGRESS_CLASS= |
| 52 | export AUX_CLUSTER_INGRESS_CLASS= |