Disable OVH CI until voucher situation is cleared up (#7824)

This commit is contained in:
Maxime Guyot 2021-07-26 16:16:33 +03:00 committed by GitHub
parent 8f44cd35d8
commit 97d95775a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,44 +236,45 @@ tf-elastx_ubuntu18-calico:
TF_VAR_image: ubuntu-18.04-server-latest TF_VAR_image: ubuntu-18.04-server-latest
TF_VAR_k8s_allowed_remote_ips: '["0.0.0.0/0"]' TF_VAR_k8s_allowed_remote_ips: '["0.0.0.0/0"]'
# OVH voucher expired, commenting job until things are sorted out
tf-ovh_cleanup: # tf-ovh_cleanup:
stage: unit-tests # stage: unit-tests
tags: [light] # tags: [light]
image: python # image: python
environment: ovh # environment: ovh
variables: # variables:
<<: *ovh_variables # <<: *ovh_variables
before_script: # before_script:
- pip install -r scripts/openstack-cleanup/requirements.txt # - pip install -r scripts/openstack-cleanup/requirements.txt
script: # script:
- ./scripts/openstack-cleanup/main.py # - ./scripts/openstack-cleanup/main.py
tf-ovh_ubuntu18-calico: # tf-ovh_ubuntu18-calico:
extends: .terraform_apply # extends: .terraform_apply
when: on_success # when: on_success
environment: ovh # environment: ovh
variables: # variables:
<<: *ovh_variables # <<: *ovh_variables
TF_VERSION: $TERRAFORM_14_VERSION # TF_VERSION: $TERRAFORM_14_VERSION
PROVIDER: openstack # PROVIDER: openstack
CLUSTER: $CI_COMMIT_REF_NAME # CLUSTER: $CI_COMMIT_REF_NAME
ANSIBLE_TIMEOUT: "60" # ANSIBLE_TIMEOUT: "60"
SSH_USER: ubuntu # SSH_USER: ubuntu
TF_VAR_number_of_k8s_masters: "0" # TF_VAR_number_of_k8s_masters: "0"
TF_VAR_number_of_k8s_masters_no_floating_ip: "1" # TF_VAR_number_of_k8s_masters_no_floating_ip: "1"
TF_VAR_number_of_k8s_masters_no_floating_ip_no_etcd: "0" # TF_VAR_number_of_k8s_masters_no_floating_ip_no_etcd: "0"
TF_VAR_number_of_etcd: "0" # TF_VAR_number_of_etcd: "0"
TF_VAR_number_of_k8s_nodes: "0" # TF_VAR_number_of_k8s_nodes: "0"
TF_VAR_number_of_k8s_nodes_no_floating_ip: "1" # TF_VAR_number_of_k8s_nodes_no_floating_ip: "1"
TF_VAR_number_of_gfs_nodes_no_floating_ip: "0" # TF_VAR_number_of_gfs_nodes_no_floating_ip: "0"
TF_VAR_number_of_bastions: "0" # TF_VAR_number_of_bastions: "0"
TF_VAR_number_of_k8s_masters_no_etcd: "0" # TF_VAR_number_of_k8s_masters_no_etcd: "0"
TF_VAR_use_neutron: "0" # TF_VAR_use_neutron: "0"
TF_VAR_floatingip_pool: "Ext-Net" # TF_VAR_floatingip_pool: "Ext-Net"
TF_VAR_external_net: "6011fbc9-4cbf-46a4-8452-6890a340b60b" # TF_VAR_external_net: "6011fbc9-4cbf-46a4-8452-6890a340b60b"
TF_VAR_network_name: "Ext-Net" # TF_VAR_network_name: "Ext-Net"
TF_VAR_flavor_k8s_master: "defa64c3-bd46-43b4-858a-d93bbae0a229" # s1-8 # TF_VAR_flavor_k8s_master: "defa64c3-bd46-43b4-858a-d93bbae0a229" # s1-8
TF_VAR_flavor_k8s_node: "defa64c3-bd46-43b4-858a-d93bbae0a229" # s1-8 # TF_VAR_flavor_k8s_node: "defa64c3-bd46-43b4-858a-d93bbae0a229" # s1-8
TF_VAR_image: "Ubuntu 18.04" # TF_VAR_image: "Ubuntu 18.04"
TF_VAR_k8s_allowed_remote_ips: '["0.0.0.0/0"]' # TF_VAR_k8s_allowed_remote_ips: '["0.0.0.0/0"]'