File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[centos8-appstream-x86_64]
2
2
name=CentOS-8-Appstream-x86_64
3
- baseurl=http://mirror .centos.org/centos/8-stream/AppStream/x86_64/os/
3
+ baseurl=http://vault .centos.org/centos/8-stream/AppStream/x86_64/os/
4
4
enabled=0
5
5
gpgcheck=0
6
6
7
7
[centos8-appstream-aarch64]
8
8
name=CentOS-8-Appstream-aarch64
9
- baseurl=http://mirror .centos.org/centos/8-stream/AppStream/aarch64/os/
9
+ baseurl=http://vault .centos.org/centos/8-stream/AppStream/aarch64/os/
10
10
enabled=0
11
11
gpgcheck=0
12
12
13
13
[centos8-appstream-ppc64le]
14
14
name=CentOS-8-Appstream-ppc64le
15
- baseurl=http://mirror .centos.org/centos/8-stream/AppStream/ppc64le/os/
15
+ baseurl=http://vault .centos.org/centos/8-stream/AppStream/ppc64le/os/
16
16
enabled=0
17
17
gpgcheck=0
Original file line number Diff line number Diff line change 93
93
- name : Capture pod list
94
94
k8s_info :
95
95
kind : VirtualMachineInstance
96
- api_version : kubevirt.io/v1alpha3
96
+ api_version : kubevirt.io/v1
97
97
namespace : ' {{ operator_namespace }}'
98
98
label_selectors :
99
99
- app = fio-benchmark-{{ trunc_uuid }}
110
110
set_fact :
111
111
pod_details : " {{ pod_details|default({}) | combine({item.status.interfaces[0].ipAddress: item.status.nodeName}) }}"
112
112
with_items : " {{ server_pods.resources }}"
113
+ when : benchmark_state.resources[0].status.state == "StartingClient"
113
114
114
115
when : (workload.args.kind | default('pod')) == "vm"
115
116
Original file line number Diff line number Diff line change 1
1
---
2
- apiVersion: kubevirt.io/v1alpha3
2
+ apiVersion: kubevirt.io/v1
3
3
kind: VirtualMachineInstance
4
4
metadata:
5
5
name: 'fio-server-{{item | string}}-{{ trunc_uuid }}'
You can’t perform that action at this time.
0 commit comments