opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
192 stars 10 forks source link

Fix prefix length IP resource mutations #3631

Closed gmazoyer closed 3 months ago

gmazoyer commented 3 months ago

Fixes https://github.com/opsmill/infrahub/issues/3630

  1. Rename size and prefixlen to prefix_length to have a common parameter name
  2. Fix IPAddressPoolGetResourceInput parameter to expect an integer and not a string
  3. Fix lookup of prefix_length in mutations code
wvandeun commented 3 months ago

@gmazoyer Can we merge this one into stable instead?

gmazoyer commented 3 months ago

@wvandeun I'll merge into develop and then cherry pick to stable