summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Split out connector interface to allow for additional data generation based ↵Narayan Desai2009-02-021-2/+2
| | | | | | on complete group list git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5055 ce84e21b-d406-0410-9b95-82705330c041
* Add user doc in roadmap for Sol's new VC codeNarayan Desai2009-01-271-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5045 ce84e21b-d406-0410-9b95-82705330c041
* Add Version plugin typeSol Jerome2009-01-262-2/+7
| | | | | | | | | | | | | | | The following changes were made: * Remove VCS logic out of the Core * Add Git/Svn plugins * Remove config file directive in bcfg2.conf Use of the plugins are enabled by adding Git or Svn (or both) to the plugins line of bcfg2.conf Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5044 ce84e21b-d406-0410-9b95-82705330c041
* Simplify service configuration; make all services use common restart frameworkNarayan Desai2009-01-231-0/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5040 ce84e21b-d406-0410-9b95-82705330c041
* Move properties to the connector interfaceNarayan Desai2009-01-211-2/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5034 ce84e21b-d406-0410-9b95-82705330c041
* 1.0 roadmap updateNarayan Desai2009-01-211-10/+14
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5032 ce84e21b-d406-0410-9b95-82705330c041
* more error handling for PackagesNarayan Desai2009-01-211-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5030 ce84e21b-d406-0410-9b95-82705330c041
* roadmap updatesNarayan Desai2009-01-171-4/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5028 ce84e21b-d406-0410-9b95-82705330c041
* Uniqify probe returns so that a client only gets the most specific version, ↵Narayan Desai2009-01-151-1/+0
| | | | | | and map it to the probe basename (ie probe getmacs.H_hostname returns as getmacs) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5026 ce84e21b-d406-0410-9b95-82705330c041
* add GBundler plugin (like SGenshi, but works like Bundler)Narayan Desai2009-01-152-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5025 ce84e21b-d406-0410-9b95-82705330c041
* Finish up Pull Source and multi-Statistics codeNarayan Desai2009-01-121-16/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5012 ce84e21b-d406-0410-9b95-82705330c041
* Split pull functionality into PullSource/PullTarget and rebase Cfg and ↵Narayan Desai2009-01-111-3/+16
| | | | | | SSHbase on PullTarget git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5011 ce84e21b-d406-0410-9b95-82705330c041
* Finish up PullSource plugin workNarayan Desai2009-01-101-6/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5010 ce84e21b-d406-0410-9b95-82705330c041
* Finish up Connector API (connector data is now available from ↵Narayan Desai2009-01-101-9/+24
| | | | | | metadata.Probes instead or metadata.probes) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5009 ce84e21b-d406-0410-9b95-82705330c041
* More Plugin rework (Structure Validator implementation complete)Narayan Desai2009-01-102-15/+29
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5007 ce84e21b-d406-0410-9b95-82705330c041
* Implement generic structure validators and reimplement Deps as oneNarayan Desai2009-01-062-0/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5005 ce84e21b-d406-0410-9b95-82705330c041
* initial version of 1.0 roadmap skeletonNarayan Desai2009-01-031-0/+11
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5003 ce84e21b-d406-0410-9b95-82705330c041
* Implement metadata connector functionalityNarayan Desai2008-12-241-13/+26
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5000 ce84e21b-d406-0410-9b95-82705330c041
* add initial revision of metadata redesign docNarayan Desai2008-12-201-0/+46
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4996 ce84e21b-d406-0410-9b95-82705330c041
* remove stale documentationNarayan Desai2008-01-169-1877/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4247 ce84e21b-d406-0410-9b95-82705330c041
* Debian packaging and doc build updates from RessuNarayan Desai2007-08-301-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3660 ce84e21b-d406-0410-9b95-82705330c041
* Added section ids Narayan Desai2006-11-113-30/+30
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2488 ce84e21b-d406-0410-9b95-82705330c041
* Added "aix" and "auto" to list of valid "toolset=" values. As of 0.8.5 the ↵Daniel Joseph Barnhart Clark2006-10-191-1/+1
| | | | | | | | | toolset value is just ignored by the code if favor of automatic tools detection, however for backwards compatability the toolset attribute is going to be around at least until 0.8.6. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2447 ce84e21b-d406-0410-9b95-82705330c041
* Update for 0.8.4Narayan Desai2006-09-152-15/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2261 ce84e21b-d406-0410-9b95-82705330c041
* Doc version updateNarayan Desai2006-09-051-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2208 ce84e21b-d406-0410-9b95-82705330c041
* Add all target to doc MakefileNarayan Desai2006-09-051-0/+2
| | | | | | | Change the build system to build html docs as well git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2198 ce84e21b-d406-0410-9b95-82705330c041
* Doc patch from RessuNarayan Desai2006-08-221-3/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2093 ce84e21b-d406-0410-9b95-82705330c041
* Documentation update for 0.8.2Narayan Desai2006-07-212-4/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1991 ce84e21b-d406-0410-9b95-82705330c041
* Updated documentation for Reports.Joey Hagedorn2006-04-041-89/+87
| | | | | | | | | Added Subversion Revision Info to nodes-digest and overview-stats HTML reports added new report type with table of machines called overview-matrix-www git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1824 ce84e21b-d406-0410-9b95-82705330c041
* fix parse errorsNarayan Desai2006-03-231-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1811 ce84e21b-d406-0410-9b95-82705330c041
* Documentation updatesNarayan Desai2006-03-161-0/+123
| | | | | | | Add bundle and client support to groups-to-dot.py git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1801 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.8.1 (final)Narayan Desai2006-03-011-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1790 ce84e21b-d406-0410-9b95-82705330c041
* Documentation updates based on Sandra's suggestionsNarayan Desai2006-02-245-190/+198
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1769 ce84e21b-d406-0410-9b95-82705330c041
* m2crypto -> pyOpenSSLNarayan Desai2006-02-241-8/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1767 ce84e21b-d406-0410-9b95-82705330c041
* add images for docsNarayan Desai2006-02-151-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1738 ce84e21b-d406-0410-9b95-82705330c041
* Add information in the specification chapter about Cfg :info parametersNarayan Desai2006-02-091-1/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1724 ce84e21b-d406-0410-9b95-82705330c041
* minor bugfixesNarayan Desai2006-01-311-4/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1722 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-2313-1077/+971
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* version bumpNarayan Desai2005-10-281-1/+1
| | | | | | | (Logical change 1.348) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1444 ce84e21b-d406-0410-9b95-82705330c041
* minor install doc updateNarayan Desai2005-10-281-9/+17
| | | | | | | (Logical change 1.348) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1441 ce84e21b-d406-0410-9b95-82705330c041
* Delete: doc/why-is-this-different-from-LDAPNarayan Desai2005-10-181-30/+0
| | | | | | | }(Logical change 1.340) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1402 ce84e21b-d406-0410-9b95-82705330c041
* Delete: doc/service-modelNarayan Desai2005-10-181-26/+0
| | | | | | | }(Logical change 1.340) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1401 ce84e21b-d406-0410-9b95-82705330c041
* Delete: doc/constructs.txtNarayan Desai2005-10-181-17/+0
| | | | | | | }(Logical change 1.340) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1399 ce84e21b-d406-0410-9b95-82705330c041
* add xmlrpc key generation infoNarayan Desai2005-10-181-1/+9
| | | | | | | (Logical change 1.337) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1385 ce84e21b-d406-0410-9b95-82705330c041
* add a section for the xml-rpc stuffNarayan Desai2005-09-271-0/+51
| | | | | | | (Logical change 1.322) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1313 ce84e21b-d406-0410-9b95-82705330c041
* added Why to report section.Joey Hagedorn2005-09-151-8/+16
| | | | | | | (Logical change 1.315) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1283 ce84e21b-d406-0410-9b95-82705330c041
* Lots of new docs, quickstart is doneJoey Hagedorn2005-09-151-33/+104
| | | | | | | (Logical change 1.314) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1280 ce84e21b-d406-0410-9b95-82705330c041
* working on the quickstartJoey Hagedorn2005-09-141-6/+15
| | | | | | | (Logical change 1.313) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1278 ce84e21b-d406-0410-9b95-82705330c041
* it now buildsNarayan Desai2005-09-021-0/+176
| | | | | | | | | | 2005/09/02 10:05:36-05:00 anl.gov!desai Rename: doc/reports.txt -> doc/reports.xml (Logical change 1.294) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1179 ce84e21b-d406-0410-9b95-82705330c041
* it now buildsNarayan Desai2005-09-021-50/+0
| | | | | | | }(Logical change 1.294) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1177 ce84e21b-d406-0410-9b95-82705330c041