- Add Network Data to the VM via YAML
- Here is an example of Network Data config to add DHCP to the physical interface eth0
network: version: 1 config: - type: physical name: eth0 subnets: - type: dhcp
- Here is an example of Network Data config to add DHCP to the physical interface eth0
- Save/Create the VM
Expected Results
- Machine starts succesfully
- Network Data should show in YAML
- Network Datashould show in Form
- Machine should have DHCP for network on eth0