What's Changed
Validate topology config by vpatel95 in https://github.com/vpatel95/topology-deployer/pull/19
1. Validate networks on creation
- Check if interface/bridge exists with the same name
- Check if provided v4 and v6 subnet collides with existing networks
2. Validate vms on creation
- Check if vm config has valid fields
- Check for either flavor or vcpus, disk and ram
- Check if provided network exists
- Check if provided IPs belongs to configured subnets
3. Update topologies to version 2
**Full Changelog**: https://github.com/vpatel95/topology-deployer/compare/v0.0.4...v0.1.1