{% extends "deploy/base.html" %} {% block head%}{% endblock %} {% block content %} 1Step 1 2Step 2 3Step 3 4Step 4 5Step 5 6Step 6 7Step 7 8Step 8 Cluster NIC Settings Use Jumbo Frames:* No Yes (9000 MTU) NIC Interfaces:* {% for eth in eths %} {% if (eth.is_management != true) %} {{ eth.name }} {% endif %} {% endfor %} Use NIC Bonding:* No Yes (Advanced) New Bond NIC Interfaces:* {% for eth in eths %} {{ eth.name }} {% endfor %} Bond Mode:* --- {% for mode in bond_modes %} {{ mode }} {% endfor %} Primary NIC:* --- Bond Name:* Add Bond Added Bonds Name Mode Interfaces Primary Interface Frame Size Action {% endblock %} {% block js%} {% endblock %}