diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-08-01 09:48:35 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-08-01 09:48:35 -0400 |
commit | 066aad5e10c05133b8650a50f18f44c9de276030 (patch) | |
tree | 21a0623660ac97ad49f5efe27602dd2a5c2a2fbf /.gitignore | |
parent | 6fdffa2059e19567fe46d8f48eda6bb3f461caea (diff) | |
download | bcfg2-066aad5e10c05133b8650a50f18f44c9de276030.tar.gz bcfg2-066aad5e10c05133b8650a50f18f44c9de276030.tar.bz2 bcfg2-066aad5e10c05133b8650a50f18f44c9de276030.zip |
Lots of improvements to Packages plugin:
* Better config handling: Split into packages.conf (which contains
one-time configuration directives) and sources.xml (which contains
the actual package sources.) The config file looks like a
StructFile, and supports <Client> tags and negated Client and Group
tags. Packages.Reload (_not_ Refresh) is run on changes to the
sources config. tools/packages-convert.py is provided to convert to
the new format.
* Automagic handling of GPG keys. The new config format handles
association of GPG keys go with repos; Packages then Does The Right
Thing and gets them to the clients, gets them installed properly,
and handles them in the specification. At the moment this only
works for yum repos, not APT (see below).
* Automatic generation of yum configs using the sources and GPG keys
supplied. APT configs are not done yet (see below).
* The early vestiges of integration with Pulp (pulpproject.org).
Yet to do:
* Better support for Pulp; documentation on Pulp integration.
* APT support for key handling and config generation.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions