Configuration management and operation with cfengine: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 35: | Line 35: | ||
|The kernel's <code>nfsd</code> (i.e., NFS server) | |The kernel's <code>nfsd</code> (i.e., NFS server) | ||
|- | |- | ||
|<code>/import</code><br /><code>/home</code> | |<code>/import</code><br /><code>/home</code><br /><code>/web</code><br /><code>[[/unsw]]</code> | ||
|The [[automounter]] | |The [[automounter]] | ||
|- | |- |
Revision as of 15:37, 4 September 2023
- cfengine
- Initial install and setup of cfengine on a New World host
- cfengine - stripped down compared to how it is distributed, m4
- hostlist.csv
- host class
- update_hosts - host generators
- cfengine hub
- run-cf-agent
- check_and_install_promises
- /var/lib/cfengine3/masterfiles -> promises.cf
- /usr/local/warehouse
- /usr/local/administration
- /usr/local/extrafiles
- /usr/local/extrapackages - installations triggered by list changes
New World host filesystem handling
Path | Handled by |
---|---|
/etc
|
Jointly managed by apt which mostly provides default versions of configuration files, and cfengine which installs CSE-specific versions of configuration files
|
/usr/local/extrafiles /usr/local/extrapackages /usr/local/debpkgs_lists /usr/local/vmimages
|
cfengine
|
/proc /sys /dev
|
The kernel |
/tmp /var
|
Whatever processes are running on the host |
/export
|
The kernel's nfsd (i.e., NFS server)
|
/import /home /web /unsw
|
The automounter |
Everything else | apt
|