Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Owner Reporter Resolution Summary
#643 solj anonymous fixed Error/warn on xml dupes
Description

Currently it is possible for duplicate - but different and conflicting - duplicates to exist in most (any?) config file.

e.g. Pkgmgr/distro.xml

<Package name='kernel'>

<Instance version='2.6.19' release='1.el5' arch='i686' />

</Package> <Package name='kernel'>

<Instance version='2.6.18' release='53.el5' arch='i686' verify_flags='nomtime' /> <Instance version='2.6.18' release='92.el5' arch='i686' verify_flags='nomtime'/>

</Package>

The validator does not catch this, and one of the two sets of package instances is chosen by bcfg2. The first one last time I checked, but this might be random.

#646 solj lueningh fixed SSHbase should be alias aware
Description

Right now I need to include three copies of all of my ssh keys in sshbase, as my machines have three network interfaces on them and I want all of them to show up in my global known_hosts file. I should only need to add one and have bcfg generate the other entries off of aliases listed in the clients file.

#647 solj solj fixed Add support for probed groups to bcfg2-admin query
Description

It would be nice to be able to also query groups based on the probe results in probed.xml.

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