@@ -74,6 +74,7 @@ var checkListForDistros = []checkListForDistro{
74
74
{cleanup : removeOldLogs },
75
75
{cleanup : cluster .ForgetPullSecret },
76
76
{cleanup : removeHostsFileEntry },
77
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
77
78
{check : checkVirtualizationEnabled },
78
79
{check : checkKvmEnabled },
79
80
{check : checkLibvirtInstalled },
@@ -112,6 +113,7 @@ var checkListForDistros = []checkListForDistro{
112
113
{cleanup : removeOldLogs },
113
114
{cleanup : cluster .ForgetPullSecret },
114
115
{cleanup : removeHostsFileEntry },
116
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
115
117
{check : checkVirtualizationEnabled },
116
118
{check : checkKvmEnabled },
117
119
{check : checkLibvirtInstalled },
@@ -149,6 +151,7 @@ var checkListForDistros = []checkListForDistro{
149
151
{cleanup : removeOldLogs },
150
152
{cleanup : cluster .ForgetPullSecret },
151
153
{cleanup : removeHostsFileEntry },
154
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
152
155
{check : checkVirtualizationEnabled },
153
156
{check : checkKvmEnabled },
154
157
{check : checkLibvirtInstalled },
@@ -180,6 +183,7 @@ var checkListForDistros = []checkListForDistro{
180
183
{cleanup : removeOldLogs },
181
184
{cleanup : cluster .ForgetPullSecret },
182
185
{cleanup : removeHostsFileEntry },
186
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
183
187
{check : checkVirtualizationEnabled },
184
188
{check : checkKvmEnabled },
185
189
{check : checkLibvirtInstalled },
@@ -218,6 +222,7 @@ var checkListForDistros = []checkListForDistro{
218
222
{cleanup : removeOldLogs },
219
223
{cleanup : cluster .ForgetPullSecret },
220
224
{cleanup : removeHostsFileEntry },
225
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
221
226
{check : checkVirtualizationEnabled },
222
227
{check : checkKvmEnabled },
223
228
{check : checkLibvirtInstalled },
@@ -255,6 +260,7 @@ var checkListForDistros = []checkListForDistro{
255
260
{cleanup : removeOldLogs },
256
261
{cleanup : cluster .ForgetPullSecret },
257
262
{cleanup : removeHostsFileEntry },
263
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
258
264
{check : checkVirtualizationEnabled },
259
265
{check : checkKvmEnabled },
260
266
{check : checkLibvirtInstalled },
@@ -286,6 +292,7 @@ var checkListForDistros = []checkListForDistro{
286
292
{cleanup : removeOldLogs },
287
293
{cleanup : cluster .ForgetPullSecret },
288
294
{cleanup : removeHostsFileEntry },
295
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
289
296
{check : checkVirtualizationEnabled },
290
297
{check : checkKvmEnabled },
291
298
{check : checkLibvirtInstalled },
@@ -324,6 +331,7 @@ var checkListForDistros = []checkListForDistro{
324
331
{cleanup : removeOldLogs },
325
332
{cleanup : cluster .ForgetPullSecret },
326
333
{cleanup : removeHostsFileEntry },
334
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
327
335
{check : checkVirtualizationEnabled },
328
336
{check : checkKvmEnabled },
329
337
{check : checkLibvirtInstalled },
@@ -361,6 +369,7 @@ var checkListForDistros = []checkListForDistro{
361
369
{cleanup : removeOldLogs },
362
370
{cleanup : cluster .ForgetPullSecret },
363
371
{cleanup : removeHostsFileEntry },
372
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
364
373
{check : checkVirtualizationEnabled },
365
374
{check : checkKvmEnabled },
366
375
{check : checkLibvirtInstalled },
@@ -392,6 +401,7 @@ var checkListForDistros = []checkListForDistro{
392
401
{cleanup : removeOldLogs },
393
402
{cleanup : cluster .ForgetPullSecret },
394
403
{cleanup : removeHostsFileEntry },
404
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
395
405
{check : checkVirtualizationEnabled },
396
406
{check : checkKvmEnabled },
397
407
{check : checkLibvirtInstalled },
@@ -431,6 +441,7 @@ var checkListForDistros = []checkListForDistro{
431
441
{cleanup : removeOldLogs },
432
442
{cleanup : cluster .ForgetPullSecret },
433
443
{cleanup : removeHostsFileEntry },
444
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
434
445
{check : checkVirtualizationEnabled },
435
446
{check : checkKvmEnabled },
436
447
{check : checkLibvirtInstalled },
@@ -469,6 +480,7 @@ var checkListForDistros = []checkListForDistro{
469
480
{cleanup : removeOldLogs },
470
481
{cleanup : cluster .ForgetPullSecret },
471
482
{cleanup : removeHostsFileEntry },
483
+ {cleanup : removeCRCHostEntriesFromKnownHosts },
472
484
{check : checkVirtualizationEnabled },
473
485
{check : checkKvmEnabled },
474
486
{check : checkLibvirtInstalled },
0 commit comments