The plan for plan composites

We will soon be removing the ability to run composite plans from Habitat. We’d love to hear feedback on how to better accomplish the same things that composite plans are intended to do, and this is the place to have that discussion!

We would love to see the ability mark a bind as to only be satisfied locally (from the same supervisor) at service load time.

This would allow the sidecar pattern to be used (which the current implementation allows in a pretty limited way).

eg:

hab svc load core/postgresql --localbind core/wale

or even something like:

hab svc load core/postgresql --bind core/wale@localhost
2 Likes