blob: ae215ffe1f7aa5e1bf329f5fab63963479b5fb62 [file] [log] [blame]
ramonsalguer38bd7342020-04-08 19:44:07 +02001# Copyright 2020 Telefónica Investigación y Desarrollo S.A.U.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#######################################################################################################
16# envconfig.rc
17#######################################################################################################
18# Local environment configuration: VIM(s), OSM(s), etc.
19
20# VIM setup
21export OS_USERNAME=username
22export OS_PASSWORD=password
23export OS_TENANT_NAME=projectName
24export OS_AUTH_URL=https://identityHost:portNumber/v2.0
25export OS_TENANT_ID=tenantIDString
26export OS_REGION_NAME=regionName
27export OS_CACERT=/path/to/cacertFile # Only if required for the VIM
28# OSM location
29export OSM_HOSTNAME="192.168.1.22"
30# Details of the VIM target for OSM
31export VIM_TARGET="vim002-physnet1"
32export VIM_MGMT_NET="management"
33# Optional: location of other alternative `envconfig.rc`-like files
34export ENVIRONMENTS_FOLDER=environments