Skip to content

Releases: vpatel95/topology-deployer

v0.2.0

10 Feb 00:56
Compare
Choose a tag to compare

What's Changed

  • Added Unit Tests for deployer and network by @vpatel95 in #23
  • Fix custom vcpus and ram allocation and unit tests for VM by @vpatel95 in #28

Full Changelog: v0.1.1...v0.2.0

Release 0.1.1

28 Sep 07:14
Compare
Choose a tag to compare

What's Changed

Validate topology config by @vpatel95 in #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: v0.0.4...v0.1.1

Early Release 0.0.4

11 Sep 22:00
fa6f3e4
Compare
Choose a tag to compare
Early Release 0.0.4 Pre-release
Pre-release

What's Changed

  • Add support to bring up Rocky Linux VMs by @vpatel95 in #16

v0.0.3

18 Aug 23:44
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Create pre requisite install script

1. Bump version to 0.0.3
2. Added usage in README
3. Clean up deprecated scripts

Early Release 0.0.2

22 Jul 03:57
9aecc19
Compare
Choose a tag to compare
Early Release 0.0.2 Pre-release
Pre-release

What's Changed

  • Delete a topology from a given config file by in #8

Early Release 0.0.1

19 Jul 03:38
Compare
Choose a tag to compare
Early Release 0.0.1 Pre-release
Pre-release

First cut of code for "early adopters" to try out and provide feedback.