| gallardo | 71e6611 | 2021-11-11 10:58:29 +0000 | [diff] [blame] | 1 | # 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 |
| 18 | GCP_PROJECT=<GCP_project_name> |
| 19 | GCP_REGION=<GCP_region_name> |
| 20 | GCP_CREDENTIALS=<GCP_credentials_file> |
| 21 | # Flavor/machine type used for integration tests |
| 22 | GCP_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> |
| 24 | GCP_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> |
| 26 | GCP_IMAGE_CONNECTOR_ID=ubuntu-os-cloud:image-family:ubuntu-1804-lts |
| 27 | |