Thanks for this great video. In my case (i.e. installation over Bare Metal, with 3 controllers, several workers, and dedicated storage servers) I also need to have Bond interfaces for all the networks (even the OCP base network), as I have 2 routers. I see the web assisted installer does not support the Bond interface for the OCP base network. Do you know if the Agent installer supports this bond feature?
@TrustedAdvisor-tk8lj5 ай бұрын
Hi. Both Assisted and Agent Based would allow you to bond any interface you need - including the OCP base network. Just use the yaml editor. Example: interfaces: - name: bond0 type: bond state: up ipv4: address: - ip: X.X.X.X prefix-length: 24 dhcp: false enabled: true link-aggregation: mode: 802.3ad port: - ens1f0 - ens1f1 mtu: 9000
@manunibal4 ай бұрын
@@TrustedAdvisor-tk8lj Thanks, this yaml option was not available in previous version. Looks good