X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm-tests%2Flocalconfig%2FTEMPLATE-envconfig.rc;fp=osm-tests%2Flocalconfig%2FTEMPLATE-envconfig.rc;h=ae215ffe1f7aa5e1bf329f5fab63963479b5fb62;hb=38bd734407f45aa4ce98395925a9f91c7a7c8606;hp=0000000000000000000000000000000000000000;hpb=59272c9bda5ab4116139532ea7c21e315c56b6bb;p=osm%2Fsandboxes.git diff --git a/osm-tests/localconfig/TEMPLATE-envconfig.rc b/osm-tests/localconfig/TEMPLATE-envconfig.rc new file mode 100644 index 0000000..ae215ff --- /dev/null +++ b/osm-tests/localconfig/TEMPLATE-envconfig.rc @@ -0,0 +1,34 @@ +# Copyright 2020 Telefónica Investigación y Desarrollo S.A.U. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +####################################################################################################### +# envconfig.rc +####################################################################################################### +# Local environment configuration: VIM(s), OSM(s), etc. + +# VIM setup +export OS_USERNAME=username +export OS_PASSWORD=password +export OS_TENANT_NAME=projectName +export OS_AUTH_URL=https://identityHost:portNumber/v2.0 +export OS_TENANT_ID=tenantIDString +export OS_REGION_NAME=regionName +export OS_CACERT=/path/to/cacertFile # Only if required for the VIM +# OSM location +export OSM_HOSTNAME="192.168.1.22" +# Details of the VIM target for OSM +export VIM_TARGET="vim002-physnet1" +export VIM_MGMT_NET="management" +# Optional: location of other alternative `envconfig.rc`-like files +export ENVIRONMENTS_FOLDER=environments