Version 4 (modified by dclark, 17 years ago) (diff) |
---|
EncapPackages | EncapReadme | EncapInstall | EncapHowto
bcfg2 encap packages
As an alternative to the distribution-specific bcfg2 binary packages which exist for some platforms, or building from scratch from source, encap profiles of bcfg2 and all of the software it depends on are available, and are known to compile on many versions of AIX, GNU/Linux, Solaris, and Solaris/x86. Additional platforms should be trivial to add.
The encap_profile(5)s use mkencap(1) to compile to binary encap packages.
For convenience GNU Makefiles are supplied to automate most of this process, so all you have to do is make sure GNU make, gcc, and epkg are installed, and then type "make" (or "gmake" on non-GNU platforms).
You can install the server components manually with epkg(1) (a tool like dpkg/rpm/pkgadd that works the same way on all platforms).
A complete client install methodology, which lets you install, with one command, a new bcfg2 client configured for your environment, is included. All of the client encap packages and a local site configuration encap package are bundled into a single executable file with a setup script with makeself. Installing a new client becomes a matter of just executing that file on the target machine.
It is recommended to compile from source, however there are binary encaps for some platforms available from http://www.dclark.us/encaps/bcfg2/
Details on this process (which you should read in their entirety) are supplied in EncapReadme and EncapInstall.
Source Code
- Via Trac "Browse Source"
- Via svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2/encap
- In the "/encap" subdirectory of the bcfg2 source distribution
Current State
- Use the latest encap code from SVN. The code in the 0.8.5 release should also be good.
- EncapHowto needs to be written; this should be done in time for the 0.8.6 release.
- See the TODO list