|
186 | 186 | - --strip-components=1 |
187 | 187 | when: supermicro_nodes | default(true) |
188 | 188 |
|
189 | | -- name: Get CoreDNS, OpenShift clients, opm, kube-burner, grpcurl, minio client, and yq |
| 189 | +- name: Get CoreDNS, OpenShift clients, opm, kube-burner, kube-burner-ocp, grpcurl, minio client, and yq |
190 | 190 | get_url: |
191 | 191 | validate_certs: false |
192 | 192 | force: true |
|
198 | 198 | dest: "{{ bastion_cluster_config_dir }}/coredns_linux_amd64.tgz" |
199 | 199 | - url: "{{ kubeburner_url }}" |
200 | 200 | dest: "{{ bastion_cluster_config_dir }}/kube-burner-linux.tar.gz" |
| 201 | + - url: "{{ kubeburner_ocp_url }}" |
| 202 | + dest: "{{ bastion_cluster_config_dir }}/kube-burner-ocp-linux.tar.gz" |
201 | 203 | - url: "{{ grpcurl_url }}" |
202 | 204 | dest: "{{ bastion_cluster_config_dir }}/grpcurl-linux.tar.gz" |
203 | 205 | - url: "{{ minio_client_url }}" |
|
232 | 234 | dest: "{{ bastion_cluster_config_dir }}/oc-mirror.tar.gz" |
233 | 235 | when: ansible_facts['distribution_major_version'] is version('9', '==') |
234 | 236 |
|
235 | | -- name: Untar coredns, opm, kube-burner and grpcurl client |
| 237 | +- name: Untar coredns, opm, kube-burner, kube-burner-ocp and grpcurl client |
236 | 238 | unarchive: |
237 | 239 | src: "{{ item }}" |
238 | 240 | dest: /usr/local/bin |
|
243 | 245 | - "{{ bastion_cluster_config_dir }}/opm-linux.tar.gz" |
244 | 246 | - "{{ bastion_cluster_config_dir }}/oc-mirror.tar.gz" |
245 | 247 | - "{{ bastion_cluster_config_dir }}/kube-burner-linux.tar.gz" |
| 248 | + - "{{ bastion_cluster_config_dir }}/kube-burner-ocp-linux.tar.gz" |
246 | 249 | - "{{ bastion_cluster_config_dir }}/grpcurl-linux.tar.gz" |
247 | 250 |
|
248 | 251 | - name: Symlink RHEL8 opm |
|
0 commit comments