Skip to content
Snippets Groups Projects
Unverified Commit 8d7327c1 authored by Kenichi Omichi's avatar Kenichi Omichi Committed by GitHub
Browse files

Remove old groups from test inventory (#7656)

We have released v2.16 of Kubespray already, so we can remove those
old groups from the test inventory as the TODO says.
parent ca731dca
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,6 @@ instance-{{ loop.index }} ansible_ssh_host={{instance.stdout}}
[kube_control_plane]
instance-1
# TODO(oomichi): Remove all kube-master groups from this file after releasing v2.16.
[kube-master]
instance-1
# TODO(cristicalin): Remove kube-node,k8s-cluster groups from this file after releasing v2.16.
[kube-node]
instance-2
[kube_node]
instance-2
......@@ -25,13 +17,6 @@ instance-3
instance-1
instance-2
[kube-master]
instance-1
instance-2
[kube-node]
instance-3
[kube_node]
instance-3
......@@ -43,12 +28,6 @@ instance-3
[kube_control_plane]
instance-1
[kube-master]
instance-1
[kube-node]
instance-2
[kube_node]
instance-2
......@@ -58,12 +37,6 @@ instance-1
[kube_control_plane]
instance-1
[kube-master]
instance-1
[kube-node]
instance-1
[kube_node]
instance-1
......@@ -74,13 +47,6 @@ instance-1
instance-1
instance-2
[kube-master]
instance-1
instance-2
[kube-node]
instance-3
[kube_node]
instance-3
......@@ -100,14 +66,6 @@ instance-3
instance-1
instance-2
[kube-master]
instance-3
instance-1
instance-2
[kube-node]
instance-3
[kube_node]
instance-3
......@@ -125,14 +83,9 @@ instance-1 etcd_member_name=etcd2
instance-2 etcd_member_name=etcd3
{% endif %}
[k8s-cluster:children]
kube-node
kube-master
calico-rr
[k8s_cluster:children]
kube_node
kube_master
kube_control_plane
calico_rr
[calico_rr]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment