Collection of random tools I find useful, written (mostly) in Go.
Using gomaasapi, this command-line tool provides access to a running MaaS server. Supported sub-commands:
- list-ips - display all statically allocated IP addresses.
- reserve-ip - reserve a static IP address.
- release-ips - release one or more statically allocated IP addresses.
- list-networks - display all networks in MaaS.
- list-nics - display all node group interfaces.
Exercising common networking scenarios.