@@ -245,9 +245,10 @@ Potential issues
245245- Network interface names may change between CentOS Stream 8 and Rocky Linux
246246 9, in which case you will need to update Kayobe configuration. Note that the
247247 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.
251252
252253Full procedure for one host
253254---------------------------
@@ -377,9 +378,10 @@ Potential issues
377378- Network interface names may change between CentOS Stream 8 and Rocky Linux
378379 9, in which case you will need to update Kayobe configuration. Note that the
379380 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.
383385
384386Full procedure for one batch of hosts
385387-------------------------------------
@@ -533,9 +535,10 @@ Potential issues
533535- Network interface names may change between CentOS Stream 8 and Rocky Linux
534536 9, in which case you will need to update Kayobe configuration. Note that the
535537 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.
539542
540543Full procedure for any storage host
541544-----------------------------------
0 commit comments