Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added server-side client metadata object caching | Chris St. Pierre | 2012-09-05 | 3 | -3/+73 |
| | |||||
* | POSIX/Device: Change perms back to mode | Sol Jerome | 2012-09-02 | 1 | -0/+2 |
| | | | | | | | | Change our terminology to match that used by MKNOD(1). This makes the client tool behave as it did previously. Also, add 'mode' to the schema to make `bcfg2-lint` happy. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix code-block directive | Sol Jerome | 2012-08-31 | 1 | -4/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.3.0pre1 | Sol Jerome | 2012-08-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Docs: cleaned up SSLCA docs | Chris St. Pierre | 2012-08-27 | 1 | -113/+159 |
| | |||||
* | Packages: added support for generating Apt sources.list | Chris St. Pierre | 2012-08-27 | 1 | -14/+32 |
| | |||||
* | TemplateHelper: removed support for host- and group-specific helpers | Chris St. Pierre | 2012-08-24 | 1 | -10/+8 |
| | | | | | | | | | | Supporting these was basically impossible due to the way Python handles bytecode compilation. For instance, 'foo.py.G10_bar' would be compiled to foo.py.G10_barc, which is then indistinguishable from a helper for the group "barc" (or, rather, a _broken_ helper for that group, since a bytecode-compiled module cannot be imported successfully). There's no performance gain from specific helpers anyway -- they all get imported -- so I removed this functionality. | ||||
* | doc: Fix NagiosGen documentation bug (#1117) | Sol Jerome | 2012-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.2.3 | Sol Jerome | 2012-08-15 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py | ||||
* | updated docs to reflect deprecation of info/:info | Chris St. Pierre | 2012-08-15 | 3 | -26/+42 |
| | |||||
* | Removed deprecated plugins BB, Svcmgr, SGenshi | Chris St. Pierre | 2012-08-15 | 1 | -48/+45 |
| | |||||
* | doc: Fix sphinx build warnings | Sol Jerome | 2012-08-08 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Update web config documents | Tim Laszlo | 2012-08-07 | 4 | -29/+33 |
| | |||||
* | made path to Packages cache configurable | Chris St. Pierre | 2012-08-01 | 1 | -26/+46 |
| | |||||
* | added docs about conflicting ACLs and permissions | Chris St. Pierre | 2012-08-01 | 1 | -0/+16 |
| | |||||
* | added ACL docs | Chris St. Pierre | 2012-08-01 | 2 | -24/+61 |
| | |||||
* | unified Metadata/DBMetadata plugins | Chris St. Pierre | 2012-07-31 | 3 | -42/+41 |
| | | | | made django optional | ||||
* | Added ability to store probe data in database instead of probed.xml | Chris St. Pierre | 2012-07-30 | 4 | -59/+101 |
| | |||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 8 | -54/+229 |
| | | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml | ||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 2 | -0/+45 |
| | |||||
* | doc: Fix code block | Sol Jerome | 2012-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix plugin role list | Sol Jerome | 2012-07-13 | 1 | -0/+21 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added selinux support | Chris St. Pierre | 2012-07-03 | 6 | -200/+417 |
| | |||||
* | added ability to disable Properties write-back | Chris St. Pierre | 2012-06-19 | 1 | -14/+24 |
| | |||||
* | added automatch to automatically invoke XMLMatch() on Properties files | Chris St. Pierre | 2012-06-19 | 1 | -21/+89 |
| | |||||
* | fixed code-block directives | Chris St. Pierre | 2012-06-19 | 1 | -12/+16 |
| | |||||
* | merged maint | Chris St. Pierre | 2012-06-19 | 4 | -7/+43 |
|\ | |||||
| * | improved SSLCA verification routines and logging | Chris St. Pierre | 2012-06-13 | 1 | -1/+7 |
| | | |||||
| * | doc: Fix client tool driver name (reported by m4z on IRC) | Sol Jerome | 2012-05-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | added ability to specify arbitrary repository options to Packages | Chris St. Pierre | 2012-05-23 | 1 | -0/+30 |
| | | |||||
| * | fixed bug in FileProbes doco | Chris St. Pierre | 2012-05-17 | 1 | -1/+1 |
| | | |||||
| * | fixed doco bugs | Chris St. Pierre | 2012-05-17 | 1 | -3/+3 |
| | | |||||
* | | added support for encrypting different elements in a single Properties file ↵ | Chris St. Pierre | 2012-06-15 | 1 | -9/+9 |
| | | | | | | | | with different passphrases | ||||
* | | clarified when trigger scripts are run | Chris St. Pierre | 2012-06-12 | 1 | -2/+2 |
| | | |||||
* | | added support for Puppet External Node Classifiers | Chris St. Pierre | 2012-06-12 | 1 | -0/+123 |
| | | |||||
* | | added ClientRunHooks plugin role | Chris St. Pierre | 2012-06-12 | 1 | -121/+38 |
| | | |||||
* | | added properties element encryption | Chris St. Pierre | 2012-06-06 | 2 | -9/+96 |
| | | | | | | | | added bcfg2-crypt utility for encrypting Properties and Cfg files | ||||
* | | doc: Instructions apply to all RHEL versions | Sol Jerome | 2012-06-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | re-rationalized service modes to make them more consistent and granular | Chris St. Pierre | 2012-06-05 | 1 | -24/+35 |
| | | |||||
* | | doc: Remove references to ping data | Sol Jerome | 2012-06-04 | 3 | -14/+8 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | NagiosGen: Create empty config.xml when missing | Sol Jerome | 2012-06-04 | 1 | -8/+4 |
| | | | | | | | | | | | | | | This allows new users to get setup more quickly without having to worry about the tweaking capabilities available in config.xml. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed docs, code that referenced old yum section of packages.conf | Chris St. Pierre | 2012-06-04 | 1 | -3/+3 |
| | | |||||
* | | doc: Enable syntax highlighting for xml blocks | Sol Jerome | 2012-06-02 | 1 | -9/+27 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | doc: Fix missing configuration step | Sol Jerome | 2012-05-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Omitting this step while setting up the NagiosGen plugin causes tracebacks when restarting the bcfg2-server process. We should probably also allow for a missing config.xml (or create one in the code). Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | doc: Fix build warnings | Sol Jerome | 2012-05-20 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed encrypted genshi/cheetah generators | Chris St. Pierre | 2012-05-17 | 1 | -6/+9 |
| | | |||||
* | | Added ability to store Cfg files with AES encryption | Chris St. Pierre | 2012-05-15 | 1 | -0/+75 |
| | | |||||
* | | merged maint | Chris St. Pierre | 2012-05-15 | 1 | -8/+12 |
|\| | |||||
| * | disabling metadata implies disabling the resolver | Chris St. Pierre | 2012-05-07 | 1 | -2/+5 |
| | | |||||
| * | check for bcfg2-yum-helper in $PATH first | Chris St. Pierre | 2012-05-04 | 1 | -4/+5 |
| | |