Thomas Miller
Thomas Miller
+1 this. What is the appetite for taking a PR to change the container over to using avahi or similar?
There is a few other things to touch up in this file as we go along. `provisioner.go` ```go func (api *ProvisionerAPI) ModelUUID(ctx stdcontext.Context) params.StringResult { return params.StringResult{Result: api.st.ModelUUID()} } ```...
@manadart we have already re-implemented auto config for container networking. Checkout #17574
Similar to #20084
@SimonRichardson Hope this makes some sense to you. Would love some feedback on the design more then anything and if the problem above has been conveyed well enough.
Everyone seems happy with the approach this PR is going so we are going to make it a real thing and bring it out of draft and put the final...
We are also going to need to work out some testing steps here.
@barrettj12 can we please get the PR rebased and a reviewer to do a final pass?