| ramonsalguer | 38bd734 | 2020-04-08 19:44:07 +0200 | [diff] [blame] | 1 | # 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 |
| 21 | export OS_USERNAME=username |
| 22 | export OS_PASSWORD=password |
| 23 | export OS_TENANT_NAME=projectName |
| 24 | export OS_AUTH_URL=https://identityHost:portNumber/v2.0 |
| 25 | export OS_TENANT_ID=tenantIDString |
| 26 | export OS_REGION_NAME=regionName |
| 27 | export OS_CACERT=/path/to/cacertFile # Only if required for the VIM |
| 28 | # OSM location |
| 29 | export OSM_HOSTNAME="192.168.1.22" |
| 30 | # Details of the VIM target for OSM |
| 31 | export VIM_TARGET="vim002-physnet1" |
| 32 | export VIM_MGMT_NET="management" |
| 33 | # Optional: location of other alternative `envconfig.rc`-like files |
| 34 | export ENVIRONMENTS_FOLDER=environments |