Merge "Update comments for host configure commands"

This commit is contained in:
Zuul 2022-10-13 21:38:09 +00:00 committed by Gerrit Code Review
commit 1120958133
1 changed files with 3 additions and 1 deletions

View File

@ -425,10 +425,12 @@ class SeedHypervisorHostConfigure(KollaAnsibleMixin, KayobeAnsibleMixin,
* Optionally, create a virtualenv for remote target hosts.
* Optionally, wipe unmounted disk partitions (--wipe-disks).
* Configure user accounts, group associations, and authorised SSH keys.
* Configure SELinux.
* Configure the host's network interfaces.
* Configure a firewall.
* Configure tuned profile.
* Set sysctl parameters.
* Configure IP routing and source NAT.
* Configure timezone and ntp.
* Optionally, configure software RAID arrays.
* Optionally, configure encryption.
@ -884,7 +886,7 @@ class InfraVMHostConfigure(KayobeAnsibleMixin, VaultMixin,
* Configure tuned profile.
* Set sysctl parameters.
* Disable bootstrap interface configuration.
* Configure timezone.
* Configure timezone and ntp.
* Optionally, configure software RAID arrays.
* Optionally, configure encryption.
* Configure LVM volumes.