Custom Query (894 matches)
Results (100 - 102 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#841 | laszlo | [email protected]… | fixed | Metadata.py: xi:include in clients.xml breaks use of -p option at client |
Description |
If you have clients defined in a separate file, which is then read in into Metadata/clients.xml using xi:include, you cannot use -p option at client any more. It looks like xi:includes are not handled consistently in Metadata.py: apparently self.clientdata_original used in method set_profile() of class Metadata does not contain entries from included files. Reproduction is simple:
This will end up with following error at client: Fatal error: Failed to set client profile And following traceback at the server: Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/Bcfg2/Component.py", line 220, in _dispatch result = method_func(*args) File "/usr/lib/python2.6/dist-packages/Bcfg2/Server/Core.py", line 365, in AssertProfile self.metadata.set_profile(client, profile, address) File "/usr/lib/python2.6/dist-packages/Bcfg2/Server/Plugins/Metadata.py", line 455, in set_profile cli[0].set('profile', profile) IndexError: list index out of range |
|||
#903 | laszlo | Richard Connon <[email protected]…> | fixed | Reload blacklist/whitelist without downloading packages |
Description |
At the moment you have to do Packages.Refresh to reload black/whitelist, it would be very nice if the black/whitelist could be updated without this. Perhaps config.xml could be fam monitored and the data updated in memory automagically then Packages.Refresh /just/ downloads new packages without reloading config.xml |
|||
#929 | laszlo | m4z <[email protected]…> | fixed | bcfg2-server should not remove comments from clients.xml |
Description |
Due to an error on my part, a client was recognized as new and added to the config: Asserting client foo.example.org profile to basic Creating new client: foo.example.org, profile basic That's fine, however when i opened my (heavily commented) clients.xml afterwards, all the comments where removed. ): Is this a feature? If so, where is the red, bold, blinking warning sign? |