mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
Resolve ansible-lint name errors (#10253)
* project: fix ansible-lint name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: ignore jinja template error in names Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: capitalize ansible name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: update notify after name capitalization Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
committed by
GitHub
parent
b9e3861385
commit
36e5d742dc
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: kube_control_plane
|
||||
- name: Testcases for apiserver
|
||||
hosts: kube_control_plane
|
||||
|
||||
tasks:
|
||||
- name: Check the API servers are responding
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: kube_control_plane[0]
|
||||
- name: Testcases checking nodes
|
||||
hosts: kube_control_plane[0]
|
||||
tasks:
|
||||
|
||||
- name: Force binaries directory for Flatcar Container Linux by Kinvolk
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: kube_control_plane[0]
|
||||
- name: Testcases checking pods
|
||||
hosts: kube_control_plane[0]
|
||||
tasks:
|
||||
|
||||
- name: Force binaries directory for Flatcar Container Linux by Kinvolk
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: kube_control_plane[0]
|
||||
- name: Testcases for network
|
||||
hosts: kube_control_plane[0]
|
||||
vars:
|
||||
test_image_repo: registry.k8s.io/e2e-test-images/agnhost
|
||||
test_image_tag: "2.40"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: kube_node
|
||||
- name: Testcases for calico
|
||||
hosts: kube_node
|
||||
tasks:
|
||||
- name: Test tunl0 routes
|
||||
shell: "set -o pipefail && ! /sbin/ip ro | grep '/{{ calico_pool_blocksize }} | default(26) via' | grep -v tunl0"
|
||||
@@ -9,7 +10,8 @@
|
||||
- (calico_ipip_mode is defined and calico_ipip_mode != 'Never' or cloud_provider is defined)
|
||||
- kube_network_plugin | default('calico') == 'calico'
|
||||
|
||||
- hosts: k8s_cluster
|
||||
- name: Advanced testcases for network
|
||||
hosts: k8s_cluster
|
||||
vars:
|
||||
agent_report_interval: 10
|
||||
netcheck_namespace: default
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: kube_control_plane[0]
|
||||
- name: Testcases for kubernetes conformance
|
||||
hosts: kube_control_plane[0]
|
||||
vars:
|
||||
sonobuoy_version: 0.56.11
|
||||
sonobuoy_arch: amd64
|
||||
|
||||
Reference in New Issue
Block a user