Changelog for
rho-0.0.30-1.fc25.noarch.rpm :
* Wed Nov 08 2017 Noah Lavine
0.0.30-1- Enhancements to capture presence of EAP from init subscriptions- Enhancements to find common EAP files using locate command
* Thu Nov 02 2017 Noah Lavine 0.0.29-1- Split JBoss scanning into full and lightweight scans; lightweight scan is active by default. (nlavineAATTredhat.com)- Enhancements of JBoss lightweight scanning for EAP common files and directories and capturing the JBoss user. (nlavineAATTredhat.com)- Bug fix for handling systems that do not report rpm data.(chambridAATTredhat.com)- Bug fix for systems that report etc_release differently.(chambridAATTredhat.com)- Bug fix for non-sudo user task handling.(chambridAATTredhat.com)- Bug fix for invalid host range input.(chambridAATTredhat.com)- Enhancements to gather cpu core count, cpu hyperthreading, Red Hat certificates, consumed subscriptions, rpm data filtered by GPG keys. (chambridAATTredhat.com)- Enhancement to provide user with more knowledge during the discovery process. (chambridAATTredhat.com)
* Thu Sep 21 2017 Christopher Hambridge 0.0.28-5- Updated to utilize Ansible 2.3.1.0 and an Ansible playbook and associate roles.- Encryption of auth credential entries and network profile entries using a password and Ansible vault.- Added additional error checking with associated messages and more user feedback on success.- Added ability to create a network profile with a specified ssh port value.- Added support for scans with sudo user both with and without password.- Extracted fact information that can be obtaind during a scan into a new subcommand.- Provided updated scan options to utilize Ansible. Capturing data in console and within a log file, additionally tying into the Ansible verbosity levels. Tune the number of concurrent ssh connections.- Added the capability to hash values from within a generated report.
* Mon Oct 17 2016 Alex Wood 0.0.27-1- Added 4 date commands to help determine when a server was built. (mvickstrAATTredhat.com)
* Tue Sep 13 2016 Christopher Snyder 0.0.26-1- Added additional columns to the pack-scan report generated by the initconfig command. The current pack-scan format does not include error, auth.name, and auth.username fields that are helpful when troubleshooting. The other fields are added to get additional visibility into all fields Rho can collect.- replaced some key dmidecode commands that used switches not available on older versions of RHEL with commands that work on all versions of RHEL. (mvickstrAATTredhat.com)- fix srpm_disttag (jesusrAATTredhat.com)- update srpm_disttag, and fedora release targets (jesusrAATTredhat.com)
* Thu Feb 11 2016 jesus m. rodriguez 0.0.25-1- added error checking for missing Red Hat packages scan (mvickstrAATTredhat.com)- add disttag (jesusrAATTredhat.com)
* Tue Nov 25 2014 jesus m. rodriguez 0.0.24-1- fix auth (add|edit) man page entries. (jesusrAATTredhat.com)
* Mon Nov 24 2014 jesus m. rodriguez 0.0.23-1- update doc to reference actual variable used in code (jesusrAATTredhat.com)- add an example of using --report (jesusrAATTredhat.com)
* Thu Aug 07 2014 cnsnyder 0.0.22-1- update releasers (jesusrAATTredhat.com)- add f21 (jesusrAATTredhat.com)- add releasers.conf for tito (jesusrAATTredhat.com)- Updates docs to describe use of the new report command. (csnyderAATTredhat.com)- Updates URL to current git repo url. (csnyderAATTredhat.com)- removes the now uncessary pack-scan.sh script (csnyderAATTredhat.com)- Adds initconfig command to generate a default config with some preset data. (plus tests) (csnyderAATTredhat.com)- Adds report module (and tests) with commands largely matching profile. (csnyderAATTredhat.com)- Updates README to include a brief section on the pack-scan.sh script. (csnyderAATTredhat.com)- Updates man page with info on option --hosts where appropriate. (csnyderAATTredhat.com)- Changes field names to match the changes to the rho_cmds classes. Moves pack-scan.sh to /bin. (csnyderAATTredhat.com)
* Tue Jul 22 2014 jesus m. rodriguez 0.0.21-1- Adds a RhoCmd and smoke test for subman facts --list (csnyderAATTredhat.com)- Fixes VirtWhatRhoCmd.parse_data() exit code checking. (csnyderAATTredhat.com)- Changes test_scan_show_fields() to use assertRaises(). (csnyderAATTredhat.com)- Fixes date test. Adds redhat-packages tests for new fields. (csnyderAATTredhat.com)- Uses open() instead of file(). (csnyderAATTredhat.com)- Fixes indexes of command results. (csnyderAATTredhat.com)- Adds tests for RedhatPackagesRhoCmd. (csnyderAATTredhat.com)- Adds tests for fields date.date and cpu.socket_count (csnyderAATTredhat.com)- Adds smoke test for VirtWhatRhoCmd. (csnyderAATTredhat.com)- Adds new field virt.num_running_guests. (csnyderAATTredhat.com)- Pulls virt-what out of VirtRhoCmd and into VirtWhatRhoCmd. (csnyderAATTredhat.com)- Changes PkgInfo separator to required arg. (csnyderAATTredhat.com)- Removes unused imports. General code clean up. (csnyderAATTredhat.com)- Splits redhat-packages.ratio into two fields. (csnyderAATTredhat.com)- Adds install_date and build_date to rpm query. Updates PkgInfo to use these dates. (csnyderAATTredhat.com)- Renames MiscRhoCmd to DateRhoCmd and updates fields accordingly. (csnyderAATTredhat.com)- Scanner now defaults to explicit list of default commands in rho_cmds. (csnyderAATTredhat.com)- remove trailing whitespace (jesusrAATTredhat.com)- Adds virt.num_guests field to pack-scan report script. (csnyderAATTredhat.com)- Adds virt.num_guests field to VirtRhoCmd class. (csnyderAATTredhat.com)- Adds default of \'\' to scan --hosts option (csnyderAATTredhat.com)- Adds pack-scan.sh [USERNAME] [/path/to/file_of_hosts] (csnyderAATTredhat.com)- Adds --hosts option to the scan command. (csnyderAATTredhat.com)- Adds test for profile add --hosts and fixes up other tests (csnyderAATTredhat.com)- chmod -x clicommands-tests.py to enable testing with nosetests (csnyderAATTredhat.com)- Adds new option --hosts [path/to/file_of_hosts] to add a file of comma seperated hostnames to a profile. (csnyderAATTredhat.com)- Adds new cpu report field cpu.socket_count. (csnyderAATTredhat.com)- Adds RedHatPackagesRhoCmd that provides fields pertaining to Red Hat packages installed on a system. (csnyderAATTredhat.com)- Adds MiscRhoCmd class for all miscellaneous commands. (csnyderAATTredhat.com)- Adds virt-what command to help determine virt.virt and virt.type fields (csnyderAATTredhat.com)- Scanner loads all cmds defined in rho_cmds and not in NONDEFAULT_CMDS. (csnyderAATTredhat.com)- stylish cleanups for setup.py (alikinsAATTredhat.com)- Include gettext if we use it. (alikinsAATTredhat.com)- Remove unused \'string\' import. (alikinsAATTredhat.com)- stylish cleanups (alikinsAATTredhat.com)- import gettext (alikinsAATTredhat.com)- autopep8\'ify PBKDF2.py (alikinsAATTredhat.com)- autopep8\'ify the code because it needs it. (alikinsAATTredhat.com)- added rhel 5 dep for python: python-simplejson (whayutinAATTthinkdoe.localdomain)
* Wed Nov 18 2009 Adrian Likins 0.0.20-1- RHEL5 is using an even older version of python-netaddr that requires most API transmogrifying. Namely, lack of netaddr.IP class. (alikinsAATTredhat.com)
* Fri Nov 13 2009 Adrian Likins 0.0.19-1- Merge Fedora Package review spec changes from Mark McLoughlin (markmcAATTredhat.com)- Add the config file version to the begining of the encrypted config file as well (alikinsAATTredhat.com)- Change the AES ciper mode of CFB and store/retrive a 16bit initialization vector for use with CFB. (alikinsAATTredhat.com)- Use a different salt each time we say the file. (alikinsAATTredhat.com)
* Fri Nov 13 2009 Mark McLoughlin - 0.0.16-2- Include egg info- Drop the -O1 arg from \'setup.py install\'- Don\'t chdir for manpage install- Kill some whitespace
* Wed Nov 11 2009 Adrian Likins 0.0.16-1- Add a RhoCmd class for detecting if we are a virt guest or host (alikinsAATTredhat.com)
* Wed Nov 04 2009 Adrian Likins 0.0.15-1- add bits generated to .gitignore (shut up git) (alikinsAATTredhat.com)- Don\'t use weird style of classes on 2.4, use Class(object) (alikinsAATTredhat.com)- A few more tweaks to make Queue24 work the same way as the Queue.Queue in 2.6. (alikinsAATTredhat.com)- On python2.4 (aka, rhel5) Queue.Queue doesn\'t have the .join or .task_done methods, which we use and like. So check for them and if they aren\'t there, use our own implementation (pretty much c&p from the 2.6 version of Queue.Queue). A little ugly, but alas. (alikinsAATTredhat.com)- use new style classes, python2.4 doesn\'t like class FOO() (alikinsAATTredhat.com)
* Tue Nov 03 2009 Adrian Likins 0.0.13-1- Fix a bug where we weren\'t actually consuming the Queue if there weren\'t as many or more threads than hosts. (alikinsAATTredhat.com)- remove --debug option, it doesn\'t do anything (alikinsAATTredhat.com)
* Sat Oct 31 2009 Devan Goodwin 0.0.11-1- Support Netaddr > 0.7 (jbowesAATTrepl.ca)- add a DmiRhoCmd. Grab some basic DMI info. (alikinsAATTredhat.com)- fix wrong help in \"rho profile show\" (profile, not auth) (alikinsAATTredhat.com)
* Thu Oct 29 2009 Adrian Likins 0.0.10-1- add SourceURL- remove ssh_queue.py- fix man page install
* Wed Oct 28 2009 Devan Goodwin 0.0.6-1- Fix \"rho scan nosuchprofile\". (dgoodwinAATTredhat.com)- Update README. (dlackeyAATTredhat.com)
* Tue Oct 27 2009 Devan Goodwin 0.0.5-1- Too many features/bugfixes to list. Approaching first release.
* Wed Oct 21 2009 Devan Goodwin 0.0.2-1- Beginning to get usable.
* Thu Oct 15 2009 Devan Goodwin 0.0.1-1- Initial packaging.