Add Ubuntu 20.04 support and use Python 3 (#6157)

This commit is contained in:
Maxime Guyot
2020-06-16 22:04:05 +02:00
committed by GitHub
parent dba645421f
commit c6588856c7
11 changed files with 29 additions and 21 deletions

View File

@@ -126,7 +126,9 @@ tf-validate-aws:
OS_IDENTITY_API_VERSION: "3"
TF_VAR_router_id: "ab95917c-41fb-4881-b507-3a6dfe9403df"
# Since ELASTX is in Stockholm, Mitogen helps with latency
MITOGEN_ENABLE: "true"
MITOGEN_ENABLE: "false"
# Mitogen doesn't support interpreter discovery yet
ANSIBLE_PYTHON_INTERPRETER: "/usr/bin/python3"
tf-elastx_cleanup:
stage: unit-tests
@@ -141,6 +143,7 @@ tf-elastx_cleanup:
tf-elastx_ubuntu18-calico:
extends: .terraform_apply
stage: deploy-part3
when: on_success
variables:
<<: *elastx_variables