Collection of random tools I find useful, written in Go.
Shell Go
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
cmd/maas-utils
scripts
.gitignore
LICENSE
README.md

README.md

go-tools

Collection of random tools I find useful, written (mostly) in Go.

maas-utils

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.

juju test scripts

Exercising common networking scenarios.