X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=integration-tests%2Fgcp.env;fp=integration-tests%2Fgcp.env;h=2b341686d75129be71a58e5e51d02355bf44749c;hb=90ba8037082b596e8d0bddbb72b12472ca76f9ab;hp=0000000000000000000000000000000000000000;hpb=812bc6fd62ca3e90dbe612a3eda314e5607942ca;p=osm%2FRO.git diff --git a/integration-tests/gcp.env b/integration-tests/gcp.env new file mode 100644 index 00000000..2b341686 --- /dev/null +++ b/integration-tests/gcp.env @@ -0,0 +1,27 @@ +# Copyright ETSI Contributors and Others. +# +# 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. + +# This is an environment file for GCP integration tests +# The following variables are expected +GCP_PROJECT= +GCP_REGION= +GCP_CREDENTIALS= +# Flavor/machine type used for integration tests +GCP_FLAVOR=g1-small +# GCP image id to be used for the tests with the Google Cloud format: projects//global/images/ +GCP_IMAGE_ID=projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20211103 +# GCP image id to be used for the tests with GCP connector format: :image-family: +GCP_IMAGE_CONNECTOR_ID=ubuntu-os-cloud:image-family:ubuntu-1804-lts +