]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: Document secondary_nic_mtu var 673/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 24 Mar 2022 20:30:28 +0000 (16:30 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 24 Mar 2022 20:30:52 +0000 (16:30 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/common/README.rst

index 5659116f6de8078d5d31a9eac521f535e2735045..245438e5915f4d714f49f03aee4ab3e9b167018e 100644 (file)
@@ -80,9 +80,11 @@ tasks OS-agnostic.  They variables are mostly self-explanatory and defined in
       - nagios-plugins-basic
 
 Definining ``secondary_nic_mac`` as a hostvar will configure the corresponding NIC to use DHCP.  This 
-assumes you've configured a static IP definition on your DHCP server and only supports one additional NIC at this time::
+assumes you've configured a static IP definition on your DHCP server and the NIC is cabled.
+The tasks will automatically set the MTU to 9000 if the NIC is 10Gb or 25Gb. Override in ``groups_vars/group.yml`` as ``secondary_nic_mtu=1500``
+This taskset only supports one secondary NIC.::
 
-    secondary_nic_mac: ''
+    secondary_nic_mac: 'DE:AD:BE:EF:00:11'
 
 Tags
 ++++