Jonathan Gold
Jonathan Gold
I would like to work on this, if no one else already is.
A few thoughts on design. Terraform uses a `Resource` type (https://github.com/hashicorp/terraform/blob/master/helper/resource/resource.go) to define methods for resources, and a `Schema` type (https://github.com/hashicorp/terraform/blob/master/helper/schema/schema.go) to define the resources' parameters. Since all terraform resources...
@purpleidea is this a transient fail, or is it happening every time? Maybe related to pulling socketset out into its own pkg? Just a guess (haven't dug into the logs...
Looks like: `sudo ip link add mgmtnet0 type dummy` failed, or the device was removed by another process.
> Maybe it's just travis ghosts! :ghost: spoooooooky
Just came across this. Looks like it could be useful for adding mgmt code to an existing binary. https://github.com/zhuangsirui/binpacker
Haven't looked into it enough to answer those questions, but on second look, it may not turn out to be *that* helpful. ¯\\_(ツ)_/¯ There's some other potentially tools at https://github.com/avelino/awesome-go#resource-embedding
I might have a go at this one in a bit.
~~I think the issue's on my end. Closing for now.~~ Fixed my issue. Still panics.
This is NOT happening on my fedora box. It must be something with debian and/or google cloud. I'll post the fix here if and when I find it.