Skip to content

Commit 0030f3e

Browse files
committed
docs: Update network interface note to mention group_vars
1 parent b81ee74 commit 0030f3e

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

doc/source/operations/rocky-linux-9.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

252253
Full 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

384386
Full 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

540543
Full procedure for any storage host
541544
-----------------------------------

0 commit comments

Comments
 (0)