summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-02-08 23:01:52 -0500
committerRaul Cuza <raulcuza@gmail.com>2011-05-05 09:52:02 -0400
commit16b8a542f5ac0f8500132dfe37166c533cb20b40 (patch)
treea89f219898604ccf121e00e95e2182234ce44622 /osx
parent23ae3d201af82292ad4e939569a50f2e32c689a3 (diff)
downloadbcfg2-16b8a542f5ac0f8500132dfe37166c533cb20b40.tar.gz
bcfg2-16b8a542f5ac0f8500132dfe37166c533cb20b40.tar.bz2
bcfg2-16b8a542f5ac0f8500132dfe37166c533cb20b40.zip
Add a file with introduction to bcfg2.
The introduction is just a copy of the front page of the bcfg2.org wiki.
Diffstat (limited to 'osx')
-rw-r--r--osx/Introduction.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/osx/Introduction.txt b/osx/Introduction.txt
new file mode 100644
index 000000000..79b935f23
--- /dev/null
+++ b/osx/Introduction.txt
@@ -0,0 +1,16 @@
+Bcfg2
+
+Bcfg2 helps system administrators produce a consistent, reproducible, and verifiable description of their environment, and offers visualization and reporting tools to aid in day-to-day administrative tasks. It is the fifth generation of configuration management tools developed in the Mathematics and Computer Science Division of Argonne National Laboratory.
+
+It is based on an operational model in which the specification can be used to validate and optionally change the state of clients, but in a feature unique to Bcfg2 the client's response to the specification can also be used to assess the completeness of the specification. Using this feature, Bcfg2 provides an objective measure of how good a job an administrator has done in specifying the configuration of client systems. Bcfg2 is therefore built to help administrators construct an accurate, comprehensive specification.
+
+Bcfg2 has been designed from the ground up to support gentle reconciliation between the specification and current client states. It is designed to gracefully cope with manual system modifications.
+
+Finally, due to the rapid pace of updates on modern networks, client systems are constantly changing; if required in your environment, Bcfg2 can enable the construction of complex change management and deployment strategies.
+
+Bcfg2 is fairly portable. It has been successfully run on:
+
+ AIX, FreeBSD, OpenBSD, Mac OS X, OpenSolaris, Solaris
+ Many GNU/Linux distributions, including ArchLinux Blag, CentOS, Debian, Fedora, Gentoo, gNewSense, Mandriva, openSUSE, Red Hat/RHEL, SuSE/SLES, Trisquel, and Ubuntu.
+
+Bcfg2 should run on any POSIX compatible operating system, however direct support for an operating system's package and service formats are limited by the currently available client tools (new client tools are pretty easy to add). There is also an incomplete but more exact list of platforms on which Bcfg2 works.