Changes between Version 21 and Version 22 of TrackingDevelopmentTrunk


Ignore:
Timestamp:
04/30/09 10:29:37 (14 years ago)
Author:
solj
Comment:

Add bcfg2.conf changes

Legend:

Unmodified
Added
Removed
Modified
  • TrackingDevelopmentTrunk

    v21 v22  
    88 
    99In bcfg2-1.0, python 2.4 or greater will be required. 
     10 
     11=== bcfg2.conf changes === 
     12 
     13The generators/structures lines of bcfg2.conf have been merged into a 
     14single plugins line. Bcfg2-admin init has been updated to generate a 
     15new-style bcfg2.conf. A minimal configuration may look something like 
     16this: 
     17{{{ 
     18[server] 
     19repository = /var/lib/bcfg2 
     20plugins = Base,Bundler,Cfg,Metadata,Pkgmgr,Rules,SSHbase 
     21 
     22[communication] 
     23protocol = xmlrpc/ssl 
     24password = foobat 
     25key = /etc/bcfg2.key 
     26# fingerprint of server (from bcfg2-admin fingerprint) 
     27#fingerprint = [server fingerprint] 
     28 
     29[components] 
     30bcfg2 = https://localhost:6789 
     31}}} 
     32 
     33svn = yes is also deprecated. You can get the same functionality by 
     34adding Svn to your plugins line (see [wiki:Plugins/Svn Svn]). 
    1035 
    1136=== Snapshots ===