Automate the deployment of Red Hat OpenShift Container Platform on IBM zSystems (s390x). Automated User-Provisoned Infrastructure (UPI) setup using Kernel-based Virtual Machine (KVM).
env.bridge_name seems to be documented as the name of a bridge the ansible will create.
1) This is not a bridge that gets created, it is a KVM network definition (as in virsh net-define). Clarlity on this point in the documentation as well as the variable naming would be helpful.
2) The function appears to be dual purpose. a) Which network interface to connect to b) what to call the KVM network definition. This is not discussed in the documentation, and you may want to have separate variable for each item.
3) Documentation should recommend using something like a bond interface and not and encX interface
env.bridge_name seems to be documented as the name of a bridge the ansible will create.
1) This is not a bridge that gets created, it is a KVM network definition (as in virsh net-define). Clarlity on this point in the documentation as well as the variable naming would be helpful. 2) The function appears to be dual purpose. a) Which network interface to connect to b) what to call the KVM network definition. This is not discussed in the documentation, and you may want to have separate variable for each item. 3) Documentation should recommend using something like a bond interface and not and encX interface