Create a new VM with Network Data from YAML (e2e_be)

  1. 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
      
  2. Save/Create the VM

Expected Results

  1. Machine starts succesfully
  2. Network Data should show in YAML
  3. Network Datashould show in Form
  4. Machine should have DHCP for network on eth0