SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for virt-who-0.19-6.el7_4.noarch.rpm :
Fri Jul 21 14:00:00 2017 Christopher Snyder 0.19-6
- 1458674: Update use of result data to match the new async api
(csnyderAATTredhat.com)

Wed May 17 14:00:00 2017 Kevin Howell 0.19-5
- 1448267: Fix polling behavior for oneshot, CTRL-C, 429 responses
(csnyderAATTredhat.com)
- 1450747: Continue running destination threads on internal failure
(csnyderAATTredhat.com)
- 1444718: Log name of config when duplicate reports are retrieved
(csnyderAATTredhat.com)
- 1447264: Keep running on InvalidPasswordFormat given other valid configs
(csnyderAATTredhat.com)
- 1369107: Update docs and log messages to show the
*.conf requirement
(csnyderAATTredhat.com)

Mon Apr 24 14:00:00 2017 Kevin Howell 0.19-4
- 1436517: Fix api base detection for rhevm version 3 and 4
(csnyderAATTredhat.com)
- 1442337: Send updates immediately the first run (csnyderAATTredhat.com)

Wed Apr 12 14:00:00 2017 Kevin Howell 0.19-3
- Do not join threads not started, fix up fake backend (csnyderAATTredhat.com)
- 1439317: Ensure reports are still sent despite duplicate configurations
(csnyderAATTredhat.com)
- 1436811: Send reports on the interval per destination (csnyderAATTredhat.com)
- 1436517: Set Version header for version detect (pcreechAATTredhat.com)

Wed Mar 29 14:00:00 2017 Kevin Howell 0.19-2
- 1437229: Fix syntax error in exception handling (pcreechAATTredhat.com)
- Update the spec file for builds on more downstream platforms
(csnyderAATTredhat.com)
- 1437228: Handle utf-8 within Xmlrpc transport (pcreechAATTredhat.com)

Thu Mar 2 13:00:00 2017 Christopher Snyder 0.19-1
- 1415497: Support rhev4 auto detection and usage (pcreechAATTredhat.com)
- 1388577: Adding UTF-8 support (pcreechAATTredhat.com)
- 1410000: Include org_id in hv base channel (pcreechAATTredhat.com)
- 1400431: Fix AttributeError where val is missing (pcreechAATTredhat.com)
- 1405967: Filter host via glob or regex (pcreechAATTredhat.com)
- Adds --password option to virt-who-pasword (tstrachotaAATTredhat.com)
- 1392390 Fix default interval handling (pcreechAATTredhat.com)
- BZ1405967 Add filter_hosts_regex, and exclude_hosts_regex to allow filtering
large numbers of hosts easily (chrisAATTchrisprocter.co.uk)
- 1369107: Only load files with .conf extension (pcreechAATTredhat.com)
- 1383436: Obey the interval setting (csnyderAATTredhat.com)
- 1299643: Update virt-who-config man page to include NO_PROXY
(csnyderAATTredhat.com)

Tue Oct 11 14:00:00 2016 Radek Novacek 0.18-1
- Version 0.18

Tue May 17 14:00:00 2016 Radek Novacek 0.17-1
- Version 0.17

Thu Dec 17 13:00:00 2015 Radek Novacek 0.16-1
- Version 0.16

Tue Aug 4 14:00:00 2015 Devan Goodwin 0.15-1
- Update spec for renamed README.md. (dgoodwinAATTredhat.com)
- Moves fakevirt._decode() to util.decode() (csnyderAATTredhat.com)
- Adds the report.config.name to log message when refusing to send a report due
to lack of change (csnyderAATTredhat.com)
- VirtWho: Clears list of reports on reload (csnyderAATTredhat.com)
- Revises change detection tests to account for changes in master
(csnyderAATTredhat.com)
- Libvirtd: Sends a report on start up, and on events (csnyderAATTredhat.com)
- Removes trailing line at the end of the file (csnyderAATTredhat.com)
- Test_Esx: Test Oneshot to ensure it queues a report (csnyderAATTredhat.com)
- Esx: only queue data if the version has changed (csnyderAATTredhat.com)
- Test_VirtWho:Patches manager.Manager.fromOptions, removes unnecessary mocks
(csnyderAATTredhat.com)
- Removes unhelpful debug log message (csnyderAATTredhat.com)
- Fix spacing, remove unused imports (csnyderAATTredhat.com)
- Test_VirtWho: Adds test to show same report will not be sent twice
(csnyderAATTredhat.com)
- VirtWho: Adds basic change detection using report hashs (csnyderAATTredhat.com)
- Adds hash property to config (csnyderAATTredhat.com)
- Adds hash property to DomainListReport and HypervisorGuestAssociationReport
(csnyderAATTredhat.com)
- Hypervisor: Adds getHash class method (csnyderAATTredhat.com)
- Limits interval settings (wpoteatAATTredhat.com)
- Retry sending data to subscription manager multiple times before dropping
(rnovacekAATTredhat.com)
- SubscriptionManager: nicely order keys in debug report (rnovacekAATTredhat.com)
- Fix serialization of guest list in print mode (rnovacekAATTredhat.com)
- Do not exit oneshot mode if any job exists (rnovacekAATTredhat.com)
- SubscriptionManager: check if report result has failedUpdate item
(rnovacekAATTredhat.com)
- SubscriptionManager: minor logging fixes (rnovacekAATTredhat.com)
- SubscriptionManager: add env var to disable asynchronous reporting
(rnovacekAATTredhat.com)
- Check jobs status in increasing interval (rnovacekAATTredhat.com)
- Esx: report host even if it doesn\'t have any guests (rnovacekAATTredhat.com)
- Hypervisors reported by hyperv now include hostname. (csnyderAATTredhat.com)
- Removes completed jobs. (csnyderAATTredhat.com)
- Fix output format in print mode (rnovacekAATTredhat.com)
- Fix using empty list as default parameter value (rnovacekAATTredhat.com)
- satellite: support new hypervisor format (rnovacekAATTredhat.com)
- Fix tests failures (rnovacekAATTredhat.com)
- Removes timeouts for jobs. All jobs in the list are now executed just before
a new report is sent. (csnyderAATTredhat.com)
- The virtwho loop now blocks on the report queue with a one second timeout
(csnyderAATTredhat.com)
- Removes unnecessary imports and queue (csnyderAATTredhat.com)
- Rewrite readme to markdown syntax (rnovacekAATTredhat.com)
- CI: install unittest2 from pypi (rnovacekAATTredhat.com)
- CI: add -y option to add-apt-repository (rnovacekAATTredhat.com)
- CI: another attempt on cloud archive for libvirt (rnovacekAATTredhat.com)
- CI: try to install newer version of libvirt from cloud archive
(rnovacekAATTredhat.com)
- CI: add libvirt-dev dependency (rnovacekAATTredhat.com)
- CI: install libvirt-python via pip (rnovacekAATTredhat.com)
- CI: another attempt without site-packages (rnovacekAATTredhat.com)
- CI: install python-rhsm dependencies (rnovacekAATTredhat.com)
- Adds support for facts in Hypervisor profile. (csnyderAATTredhat.com)
- Adds count of unchanged mappings to the info logged for the result of an
async job (csnyderAATTredhat.com)
- Adds tests for jobs in virtwho, removes unnecessary tests for managerprocess.
(csnyderAATTredhat.com)
- Changes to ensure backwards compatibility with python-rhsm
(csnyderAATTredhat.com)
- Fixes RhevM.getHostGuestMapping() as suggested by rnovacek
(csnyderAATTredhat.com)
- Adds layer to hypervisorId. Removes completed TODO (csnyderAATTredhat.com)
- Moves all functionality of managerprocess into virtwho. (csnyderAATTredhat.com)
- CI: use python with system side packages enabled (rnovacekAATTredhat.com)
- CI: install m2crypto using apt instead of pip (rnovacekAATTredhat.com)
- CI: install python-libvirt using apt instead of pip (rnovacekAATTredhat.com)
- Add requirements.txt and .travis.yml for the CI (rnovacekAATTredhat.com)
- Adds tests to verify the hostGuestAssociation is generated correctly.
(csnyderAATTredhat.com)
- Updates libvirtd and tests to add host name to hypervisor profile
(csnyderAATTredhat.com)
- Updates managerprocess with better logging and changes for the new tests.~~
(csnyderAATTredhat.com)
- Updates to use the new hypervisor class (csnyderAATTredhat.com)
- print mode: format debug message about found hypervisors
(rnovacekAATTredhat.com)
- Removing uncesasary comments (csnyderAATTredhat.com)
- Removes unused dictionary of jobs and associated methods.
(csnyderAATTredhat.com)
- Fixes tests data to include \"status\" key. (csnyderAATTredhat.com)
- Updates tests to make use of new Hypervisor class. (csnyderAATTredhat.com)
- Host name is now included in the hypervisor profile using the new Hypervisor
class (csnyderAATTredhat.com)
- Adds new Hypervisor class. (csnyderAATTredhat.com)
- Adds new test for the updates to subscriptionmanager.py (csnyderAATTredhat.com)
- Updates fakevirt to make use of virt.Guest classes (csnyderAATTredhat.com)
- Changes to ensure proper execution post-merge (csnyderAATTredhat.com)
- Removing more unnecessary prints (csnyderAATTredhat.com)
- Fixes oneshot mode for work with new managerprocess (csnyderAATTredhat.com)
- Cleaning up unneeded prints and adding more useful debug log messages
(csnyderAATTredhat.com)
- Adds async job status polling for use with the new report API
(csnyderAATTredhat.com)
- This (along with python-rhsm/csnyder/new_report_api ee38f15, allows
communication with new report api (csnyderAATTredhat.com)

Tue Jun 23 14:00:00 2015 Radek Novacek 0.14-1
- Version 0.14

Tue Mar 17 13:00:00 2015 Radek Novacek 0.13-1
- new package built with tito

Fri Feb 27 13:00:00 2015 Radek Novacek 0.12-1
- Version 0.12

Mon Sep 8 14:00:00 2014 Radek Novacek 0.11-1
- Version 0.11

Tue May 20 14:00:00 2014 Radek Novacek 0.10-1
- Add directory with configuration files
- Version 0.10

Thu Mar 13 13:00:00 2014 Radek Novacek 0.9-1
- Remove libvirt dependency
- Add dependency on m2crypto
- Version 0.9

Fri Sep 14 14:00:00 2012 Radek Novacek 0.8-1
- Version 0.8

Mon Jul 9 14:00:00 2012 Radek Novacek 0.7-1
- Version 0.7

Mon Feb 13 13:00:00 2012 Radek Novacek 0.6-1
- Version 0.6

Fri Dec 9 13:00:00 2011 Radek Novacek 0.5-1
- VSphere support
- Req: python-suds

Wed Nov 30 13:00:00 2011 Radek Novacek 0.4-1
- Version 0.4

Thu Oct 6 14:00:00 2011 Radek Novacek - 0.3-2
- Requires python-rhsm >= 0.96.13 (contains fix for char limit in uuid list)

Thu Sep 1 14:00:00 2011 Radek Novacek - 0.3-1
- Add initscript and configuration file

Mon Aug 22 14:00:00 2011 Radek Novacek - 0.2-1
- Update to upstream version 0.2
- Add Requires: libvirt

Fri Aug 19 14:00:00 2011 Radek Novacek - 0.1-2
- Add BuildRoot tag (the package will be in RHEL5)

Wed Aug 10 14:00:00 2011 Radek Novacek - 0.1-1
- initial import


 
ICM