Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Owner Reporter Resolution Summary
#783 desai strauss fixed Extend the VCS plugins to support commits
Description

Our VCS plugins should support commits so that BCFG2 can run a commit when it changes a file.

Required parameters:

  • Commit message
  • Files to add and commit

This should allow BCFG2 to surgically commit files it changes without committing extra files as a side-effect. It's also possible to support this API on svn, bzr, and git.

#800 solj strauss fixed RPM .spec for bcfg2-server should require python-ssl for RHEL/CentOS 5
Description

Current workaround: install python-ssl manually before using bcfg2-server on CentOS 5.

#801 desai strauss fixed Packages plugin doesn't initialize properly
Description

Steps to reproduce:

  • Install bcfg2-server
  • Enable and configure the Packages plugin's config.xml file.
  • Restart bcfg2-server
  • Run bcfg2-admin xcmd Packages.Refresh

You get a backtrace:

Traceback (most recent call last):
  File "/usr/sbin/bcfg2-admin", line 78, in ?
    main()
  File "/usr/sbin/bcfg2-admin", line 70, in main
    mode(args[1:])
  File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Admin/Xcmd.py", line 42, in __call__
    data = apply(getattr(proxy, cmd), args)
  File "/usr/lib/python2.4/site-packages/Bcfg2/Proxy.py", line 79, in __call__
    raise xmlrpclib.Fault(20, "Server Failure")
xmlrpclib.Fault: <Fault 20: 'Server Failure'>

Workaround (after the steps to reproduce above):

  • Remove all files from /var/lib/bcfg2/Packages/cache/
  • Run bcfg2-admin xcmd Packages.Refresh again.
  • Should see "True" as the response.

This has been verified on Ubuntu 8.04 and RHEL 5.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.