Slide 26
Slide 26 text
“Binary CM”
- Upload source to “server” component
- “Server” compiles binary for all hosts it knows about where
the code would apply (i.e. role::webserver)
- Optionally for unknown clients, the binary is on-the-fly
compiled when the host “checks in” (e.g. golang
cross-compile)
- Entire CM run is contained in single binary artifact. Use
rsync or more efficient p2p mechanism for transferring