Description of problem: ------------------------ Gluster logical network is created and attached to the hyperconverged hosts in an automated way using ansible. This procedure however lacks the ability to make use of JUMBO frames of MTU 9000. Ansible ovirt_network module[1] allows creating logical network with MTU. Now update the inventory to provide the flexibility to provide custom MTU, on demand. Default is 1500 [1] - https://docs.ansible.com/ansible/latest/modules/ovirt_network_module.html Version-Release number of selected component (if applicable): -------------------------------------------------------------- RHHI-V 1.8 gluster-ansible-roles-1.0.5-17.el8rhgs How reproducible: ------------------ Always Actual results: ---------------- No option available in inventory to create gluster logical network with custom MTU Expected results: ----------------- Update the playbook and inventory to include custom MTU
Pr:- https://github.com/gluster/gluster-ansible/pull/119
Tested with gluster-ansible-roles-1.0.5-22.el8rhgs 1. Edited the inventory file (/etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deployment/gluster_network_inventory.yml) with param 'mtu_value' set to 9000 2. Executed the playbook and it created the gluster logical network with MTU set to 9000 3. Also repeated the test with no param 'mtu_value', in this case, the MTU for gluster logical network is set to 1500