mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 05:29:28 -02:30
Use standard testcases job for TF CI (#4732)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5e3bd2dff1
commit
3f62492a15
3
tests/files/tf-ovh_ubuntu18-calico.yml
Normal file
3
tests/files/tf-ovh_ubuntu18-calico.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
dns_min_replicas: 1
|
||||
deploy_netchecker: true
|
||||
@@ -4,8 +4,8 @@
|
||||
tasks:
|
||||
- name: Check the API servers are responding
|
||||
uri:
|
||||
url: "https://{{ access_ip | default(ansible_default_ipv4.address) }}:{{ kube_apiserver_port }}/api/v1"
|
||||
url: "https://{{ access_ip | default(ansible_default_ipv4.address) }}:{{ kube_apiserver_port | default(6443) }}/api/v1"
|
||||
user: kube
|
||||
password: "{{ lookup('password', credentials_dir + '/kube_user.creds length=15 chars=ascii_letters,digits') }}"
|
||||
password: "{{ lookup('password', credentials_dir | default(inventory_dir + '/credentials') + '/kube_user.creds length=15 chars=ascii_letters,digits') }}"
|
||||
validate_certs: no
|
||||
status_code: 200,401,403
|
||||
|
||||
Reference in New Issue
Block a user