@@ -245,9 +245,10 @@ Potential issues
245
245
- Network interface names may change between CentOS Stream 8 and Rocky Linux
246
246
9, in which case you will need to update Kayobe configuration. Note that the
247
247
configuration should remain correct for hosts not yet migrated, otherwise
248
- fact gathering may fail. For example, this can be done using ``host_vars ``.
249
- Once all hosts are migrated, the change can be moved to ``group_vars `` and
250
- the temporary ``host_vars `` deleted.
248
+ fact gathering may fail. For example, this can be done using ``group_vars ``
249
+ with a temporary group for the updated hosts or ``host_vars ``. Once all
250
+ hosts are migrated, the change can be moved to the original group's
251
+ ``group_vars `` and the temporary changes reverted.
251
252
252
253
Full procedure for one host
253
254
---------------------------
@@ -377,9 +378,10 @@ Potential issues
377
378
- Network interface names may change between CentOS Stream 8 and Rocky Linux
378
379
9, in which case you will need to update Kayobe configuration. Note that the
379
380
configuration should remain correct for hosts not yet migrated, otherwise
380
- fact gathering may fail. For example, this can be done using ``host_vars ``.
381
- Once all hosts are migrated, the change can be moved to ``group_vars `` and
382
- the temporary ``host_vars `` deleted.
381
+ fact gathering may fail. For example, this can be done using ``group_vars ``
382
+ with a temporary group for the updated hosts or ``host_vars ``. Once all
383
+ hosts are migrated, the change can be moved to the original group's
384
+ ``group_vars `` and the temporary changes reverted.
383
385
384
386
Full procedure for one batch of hosts
385
387
-------------------------------------
@@ -533,9 +535,10 @@ Potential issues
533
535
- Network interface names may change between CentOS Stream 8 and Rocky Linux
534
536
9, in which case you will need to update Kayobe configuration. Note that the
535
537
configuration should remain correct for hosts not yet migrated, otherwise
536
- fact gathering may fail. For example, this can be done using ``host_vars ``.
537
- Once all hosts are migrated, the change can be moved to ``group_vars `` and
538
- the temporary ``host_vars `` deleted.
538
+ fact gathering may fail. For example, this can be done using ``group_vars ``
539
+ with a temporary group for the updated hosts or ``host_vars ``. Once all
540
+ hosts are migrated, the change can be moved to the original group's
541
+ ``group_vars `` and the temporary changes reverted.
539
542
540
543
Full procedure for any storage host
541
544
-----------------------------------
0 commit comments