blob: 2b341686d75129be71a58e5e51d02355bf44749c [file] [log] [blame]
gallardo71e66112021-11-11 10:58:29 +00001# Copyright ETSI Contributors and Others.
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
12# implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# This is an environment file for GCP integration tests
17# The following variables are expected
18GCP_PROJECT=<GCP_project_name>
19GCP_REGION=<GCP_region_name>
20GCP_CREDENTIALS=<GCP_credentials_file>
21# Flavor/machine type used for integration tests
22GCP_FLAVOR=g1-small
23# GCP image id to be used for the tests with the Google Cloud format: projects/<image project>/global/images/<image name>
24GCP_IMAGE_ID=projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20211103
25# GCP image id to be used for the tests with GCP connector format: <image project>:image-family:<family>
26GCP_IMAGE_CONNECTOR_ID=ubuntu-os-cloud:image-family:ubuntu-1804-lts
27