SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openshift-origin-node-util-1.13.0.1-1.fc20.noarch.rpm :
Thu Aug 1 14:00:00 2013 Krishna Raman 1.13.0.1-1
- Bumping version #s for origin release 2 (kramanAATTgmail.com)
- Fix bug 971120: add empty gear check for oo-accept-node (pmorieAATTgmail.com)
- bump_minor_versions for sprint 32 (admillerAATTredhat.com)

Wed Jul 31 14:00:00 2013 Adam Miller 1.12.6-1
- Bug 985514 - Update CartridgeRepository when mcollectived restarted
(jhonceAATTredhat.com)

Tue Jul 30 14:00:00 2013 Adam Miller 1.12.5-1
- Merge pull request #3224 from danmcp/master
(dmcphers+openshiftbotAATTredhat.com)
- Bug 990090 (dmcphersAATTredhat.com)
- cleanup / fedoraize openshift-origin-node-util.spec (tdawsonAATTredhat.com)
- Merge pull request #3202 from rmillner/misc_bugs
(dmcphers+openshiftbotAATTredhat.com)
- Bug 988948 - Enable TC checks. (rmillnerAATTredhat.com)

Mon Jul 29 14:00:00 2013 Adam Miller 1.12.4-1
- Origin uses single quotes in config files. (rmillnerAATTredhat.com)
- Separate out libcgroup based functionality and add configurable templates.
(rmillnerAATTredhat.com)
- Merge pull request #3187 from pmorie/bugs/988949
(dmcphers+openshiftbotAATTredhat.com)
- Fix bug 988949: make upgrade checks run exclusively when enabled
(pmorieAATTgmail.com)

Fri Jul 26 14:00:00 2013 Adam Miller 1.12.3-1
- Merge pull request #3167 from kraman/bugfix
(dmcphers+openshiftbotAATTredhat.com)
- Workaround for F19 mcollective issue where it goes into inf. loop and 100%
cpu usage. Using mcollctive restart instead of mcollective reload.
(kramanAATTgmail.com)
- Bug 977293 - Fix get_app_type for v2 carts
(jdetiberAATTredhat.com)

Wed Jul 24 14:00:00 2013 Adam Miller 1.12.2-1
- add man page (lmeyerAATTredhat.com)
- Bug 960355 - Fix file permissions. (rmillnerAATTredhat.com)
- Bug 985525: Skip invalid cartridges during recursive installation
(ironcladlouAATTgmail.com)
- Add support for upgrade script to be called during cartridge upgrades.
(pmorieAATTgmail.com)

Fri Jul 12 14:00:00 2013 Adam Miller 1.12.1-1
- bump_minor_versions for sprint 31 (admillerAATTredhat.com)

Fri Jul 12 14:00:00 2013 Adam Miller 1.11.7-1
- Bug 983780 - parse log files separately and compare timestamps on merge
(rmillnerAATTredhat.com)

Wed Jul 10 14:00:00 2013 Adam Miller 1.11.6-1
- Merge pull request #3027 from kraman/bugfix
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #3023 from rmillner/BZ958355
(dmcphers+openshiftbotAATTredhat.com)
- Fix gear env loading by using ApplicationContainer::from_uuid instead of
ApplicationContainer::new (kramanAATTgmail.com)
- Bug 982523 - add syslog to oo-admin-ctl-gears (rmillnerAATTredhat.com)
- Merge pull request #3019 from pmorie/bugs/981273
(dmcphers+openshiftbotAATTredhat.com)
- Fix bug 981273 (pmorieAATTgmail.com)

Tue Jul 9 14:00:00 2013 Adam Miller 1.11.5-1
- Bug 981594 - ApplicationContainer used as an argument needed full module
paths. (rmillnerAATTredhat.com)
- Make resolution for Utils module explicit (kramanAATTgmail.com)

Mon Jul 8 14:00:00 2013 Adam Miller 1.11.4-1
- Revamp the cgroups and pam scripts to leverage the system setup for better
performance and simplify the code. (rmillnerAATTredhat.com)

Tue Jul 2 14:00:00 2013 Adam Miller 1.11.3-1
- Merge pull request #2934 from kraman/libvirt-f19-2
(dmcphers+openshiftbotAATTredhat.com)
- Changing File.join to PathUtils.join in node and common packages Uncommenting
cgroups Fixing signal handling in oo-gear-init (kramanAATTgmail.com)
- Refactor code to use run_in_container_context/run_in_root_context calls
instead of generically calling oo_spawn and passing uid. Modify frontend
httpd/proxy classes to accept a container object instead of indivigual
properties (kramanAATTgmail.com)
- Moving Node classes into Runtime namespace Removing UnixUser Moving
functionality into SELinux plugin class (kramanAATTgmail.com)

Tue Jul 2 14:00:00 2013 Adam Miller 1.11.2-1
- Rename migrate to upgrade in code (pmorieAATTgmail.com)
- Remove unused scripts. (mrunalpAATTgmail.com)
- Merge pull request #2957 from rmillner/BZ977493
(dmcphers+openshiftbotAATTredhat.com)
- Bug 977493 - Avoid leaking the lock file descriptor to child processes.
(rmillnerAATTredhat.com)
- Bug 978261 - find the external ethernet device rather than hard-code eth0
(rmillnerAATTredhat.com)
- Bug 979134 - the v1 cart version check was matching older versions of the v2
cart and is no longer necessary. (rmillnerAATTredhat.com)
- node-util: Fixing undefined local variable due to typo (mmahutAATTredhat.com)
- Adding lsof dependency (kramanAATTgmail.com)
- Remove V1 code and V2-specific stepdefs (pmorieAATTgmail.com)
- removing v1 logic (dmcphersAATTredhat.com)

Tue Jun 25 14:00:00 2013 Adam Miller 1.11.1-1
- bump_minor_versions for sprint 30 (admillerAATTredhat.com)

Fri Jun 21 14:00:00 2013 Adam Miller 1.10.4-1
- Fix bug 971955: load users correctly from /etc/passwd (pmorieAATTgmail.com)

Tue Jun 18 14:00:00 2013 Adam Miller 1.10.3-1
- Bug 971176 - Catch cartridge repository issues. (rmillnerAATTredhat.com)
- Merge pull request #2867 from rmillner/misc_bugs
(dmcphers+openshiftbotAATTredhat.com)
- Fix typo (dmcphersAATTredhat.com)
- Bug 974268 - Narrow the window where user and quota data can get out of sync
and set the start time prior to any other collection. Deal with a race
condition with the lock files in unix_user. (rmillnerAATTredhat.com)

Mon Jun 17 14:00:00 2013 Adam Miller 1.10.2-1
- Merge pull request #2858 from rmillner/misc_bugs
(dmcphers+openshiftbotAATTredhat.com)
- Bug 974268 - Squash error messages for gears which have been created or
destroyed while the accept-node script is run. (rmillnerAATTredhat.com)
- First pass at removing v1 cartridges (dmcphersAATTredhat.com)
- Bug 974370 - oo-admin-repair-node should be mode 0750. (rmillnerAATTredhat.com)
- Fix bug 974203: add checks for V1 cartridge directories in gears
(pmorieAATTgmail.com)
- Fix bug 971955: migration metadata check in oo-accept-node (pmorieAATTgmail.com)
- oo-accept-node: fixed cgroups defunct proc bug (twiestAATTredhat.com)
- Merge pull request #2780 from rmillner/capital_dns
(dmcphers+openshiftbotAATTredhat.com)
- The symbolic link for the old cartridge was confusing the websocket test.
(rmillnerAATTredhat.com)
- Post v2 migration issues - some legacy DNS variables had capitals in them.
(rmillnerAATTredhat.com)
- Idler whitelist. (mrunalpAATTgmail.com)
- Add mindepth/maxdepth for finding manifest file. (mrunalpAATTgmail.com)
- Make NodeLogger pluggable (ironcladlouAATTgmail.com)
- Bug 969228 - Check selinux node set with oo-accept-node.
(rmillnerAATTredhat.com)

Thu May 30 14:00:00 2013 Adam Miller 1.10.1-1
- bump_minor_versions for sprint 29 (admillerAATTredhat.com)

Thu May 30 14:00:00 2013 Adam Miller 1.9.8-1
- Auto Idler (mrunalpAATTgmail.com)

Wed May 29 14:00:00 2013 Adam Miller 1.9.7-1
- Merge pull request #2661 from rmillner/BZ963321
(dmcphers+openshiftbotAATTredhat.com)
- Bug 963321 - Report an error if OPENSHIFT_GEAR_DNS is missing instead of
crash. (rmillnerAATTredhat.com)

Tue May 28 14:00:00 2013 Adam Miller 1.9.6-1
- Ignore gears without frontend mappings in the idler. (mrunalpAATTgmail.com)
- Bug 967118 - Make Platform/Cartridge shared files immutable
(jhonceAATTredhat.com)
- Merge pull request #2624 from twiest/dev/twiest/oo-accept-node-invalid-ascii-
bug-fix (dmcphers+openshiftbotAATTredhat.com)
- oo-accept-node: Fixed invalid ASCII bug, added full paths to binaries
(twiestAATTredhat.com)

Fri May 24 14:00:00 2013 Adam Miller 1.9.5-1
- BZ963827 - Improved logging messages (calfonsoAATTredhat.com)
- Bug 965317 - Add way to patch File class so all files have sync enabled.
(rmillnerAATTredhat.com)
- Merge pull request #2404 from Miciah/oo-accept-linux-check-
allow_polyinstantiation (dmcphers+openshiftbotAATTredhat.com)
- oo-accept-node: check allow_polyinstantiation (miciah.mastersAATTgmail.com)

Wed May 22 14:00:00 2013 Adam Miller 1.9.4-1
- Merge pull request #2594 from calfonso/master
(dmcphers+openshiftbotAATTredhat.com)
- BZ963827 - Logs generated by oo-admin-ctl-gears should include timestamps
(calfonsoAATTredhat.com)

Wed May 22 14:00:00 2013 Adam Miller 1.9.3-1
- Merge pull request #2572 from pmorie/bugs/957461
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #2553 from detiber/bz964089
(dmcphers+openshiftbotAATTredhat.com)
- Fix bug 957461 (pmorieAATTgmail.com)
- Bug 962673 (dmcphersAATTredhat.com)
- Bug 964089 - Fix check_cgroup_procs (jdetiberAATTredhat.com)
- oo-accept-node changed the cgroups check to ignore defunct processes
(twiestAATTredhat.com)

Thu May 16 14:00:00 2013 Adam Miller 1.9.2-1
- Bug 961911 - Add lockfile for oo-autoidler (jhonceAATTredhat.com)
- Fixed 2 bugs in oo-accept-node (twiestAATTredhat.com)
- Switching v2 to be the default (dmcphersAATTredhat.com)
- Merge pull request #2398 from ironcladlou/bz/960509
(dmcphers+openshiftbotAATTredhat.com)
- Bug 960509, Bug 960674: Refactor rhc-list-port (ironcladlouAATTgmail.com)

Wed May 8 14:00:00 2013 Adam Miller 1.9.1-1
- bump_minor_versions for sprint 28 (admillerAATTredhat.com)

Wed May 8 14:00:00 2013 Adam Miller 1.8.8-1
- Bug 959095 - Fixes to oo-accept-node and add the command line argument
--devbuild to inhibit tests which should only run in prod.
(rmillnerAATTredhat.com)
- Time to reintroduce this test. (rmillnerAATTredhat.com)

Mon May 6 14:00:00 2013 Adam Miller 1.8.7-1
- WIP Cartridge Refactor - Install cartridges without mco client
(jhonceAATTredhat.com)
- Merge pull request #2343 from rmillner/BZ958355
(dmcphers+openshiftbotAATTredhat.com)
- Add logger lines back. (rmillnerAATTredhat.com)

Fri May 3 14:00:00 2013 Adam Miller 1.8.6-1
- fix toggling broker restart logic (lmeyerAATTredhat.com)
- Merge pull request #2333 from ironcladlou/bz/949232
(dmcphers+openshiftbotAATTredhat.com)
- Bug 949232: Make rhc-list-port compatible with both v1/v2 cartridges
(ironcladlouAATTgmail.com)
- Bug 957453 - properly account for unidle being called on a gear which was
already started but did not have its frontend unidled. (rmillnerAATTredhat.com)

Wed May 1 14:00:00 2013 Adam Miller 1.8.5-1
- Bug 957478 - Refactored oo-last-acess and oo-accept-node for V2
(jhonceAATTredhat.com)
- Merge pull request #2302 from rmillner/ctl_gears
(dmcphers+openshiftbotAATTredhat.com)
- Bug 956366 - v1 status cleanup and fix v2 status exceptions.
(rmillnerAATTredhat.com)
- Merge pull request #2289 from sosiouxme/ooacceptnode
(dmcphers+openshiftbotAATTredhat.com)
- make conf file parsing consistent (lmeyerAATTredhat.com)

Tue Apr 30 14:00:00 2013 Adam Miller 1.8.4-1
- Merge pull request #2263 from sosiouxme/bz957818
(dmcphers+openshiftbotAATTredhat.com)
- bug 957818 - clear-cache script, oo-cart-version uses it
(lmeyerAATTredhat.com)

Mon Apr 29 14:00:00 2013 Adam Miller 1.8.3-1
- Temporarily disable check_system_httpd_configs. (rmillnerAATTredhat.com)

Thu Apr 25 14:00:00 2013 Adam Miller 1.8.2-1
- Merge pull request #2249 from rmillner/online_runtime_264
(dmcphers+openshiftbotAATTredhat.com)
- Add health check option to front-end for v2 carts. (rmillnerAATTredhat.com)

Thu Apr 25 14:00:00 2013 Adam Miller 1.8.1-1
- Bug 928621 - Detect whether the gear is missing a frontend configuration.
(rmillnerAATTredhat.com)
- Feature complete v2 oo-admin-ctl-gears script with integrated idler.
(rmillnerAATTredhat.com)
- Switch back to native SELinux calls. (rmillnerAATTredhat.com)
- Split v2 configure into configure/post-configure (ironcladlouAATTgmail.com)
- Merge pull request #2189 from rmillner/accept-node
(dmcphers+openshiftbotAATTredhat.com)
- Resolve fqdn to uuid when reporting frontend issues and check the selinux
context of mcollective. (rmillnerAATTredhat.com)
- Fixes for oo-cart-version (pmorieAATTgmail.com)
- Merge pull request #2094 from BanzaiMan/dev/hasari/bz928675
(dmcphersAATTredhat.com)
- Merge pull request #2144 from sosiouxme/fixcartvers
(dmcphers+openshiftbotAATTredhat.com)
- Bug 928675 (asari.rubyAATTgmail.com)
- remove online-specifics so works in origin
(lmeyerAATTredhat.com)
- Adding the ability to detect gear processes missing from cgroups
(kwoodsonAATTredhat.com)
- add ability to set version rather than toggle
(lmeyerAATTredhat.com)
- Fixed path to restorecon. (rmillnerAATTredhat.com)
- The .ssh directory was not getting the correct MCS label.
(rmillnerAATTredhat.com)
- Bug 928654 - Check if a gear exists before trying to stop or start.
(rmillnerAATTredhat.com)
- bump_minor_versions for sprint 2.0.26 (tdawsonAATTredhat.com)

Tue Apr 16 14:00:00 2013 Troy Dawson 1.7.6-1
- Merge pull request #2093 from rmillner/BZ952247
(dmcphers+openshiftbotAATTredhat.com)
- Bug 952247 - Check the new front-end Apache configuration for missing/deleted
gears. (rmillnerAATTredhat.com)
- Bug 950711 - Apps taking longer than 120s fail to restore; bump to 200s to
cover the few apps affected. (rmillnerAATTredhat.com)
- Bug 949251 - forgot to add actual oo-restore fix
(jolambAATTredhat.com)

Mon Apr 15 14:00:00 2013 Adam Miller 1.7.5-1
- Ruby admin-ctl-gears-script to more efficiently manage dependency loading.
(rmillnerAATTredhat.com)

Sat Apr 13 14:00:00 2013 Krishna Raman 1.7.4-1
- Merge pull request #2066 from sosiouxme/nodescripts20130413
(dmcphers+openshiftbotAATTredhat.com)
- fixing some minor inconsistencies in node scripts (lmeyerAATTredhat.com)

Fri Apr 12 14:00:00 2013 Adam Miller 1.7.3-1
- SELinux, ApplicationContainer and UnixUser model changes to support oo-admin-
ctl-gears operating on v1 and v2 cartridges. (rmillnerAATTredhat.com)

Mon Apr 8 14:00:00 2013 Adam Miller 1.7.2-1
- Bug 949121 - FQDNs are lowercased in Apache logs. (rmillnerAATTredhat.com)
- WIP: v2 snapshot/restore (pmorieAATTgmail.com)

Thu Mar 28 13:00:00 2013 Adam Miller 1.7.1-1
- bump_minor_versions for sprint 26 (admillerAATTredhat.com)
- WIP Cartridge Refactor - more robust oo-admin-cartridge (jhonceAATTredhat.com)

Wed Mar 27 13:00:00 2013 Adam Miller 1.6.6-1
- Removing oo-setup-
* scripts as they have been replaced by puppet and ansible
modules. Updating puppet setup docs (kramanAATTgmail.com)

Fri Mar 22 13:00:00 2013 Adam Miller 1.6.5-1
- Fix all incorrect occurrences of \'who\'s\'. (asari.rubyAATTgmail.com)
- Merge pull request #1745 from jwhonce/bug/923832
(dmcphers+openshiftbotAATTredhat.com)
- Bug 923832 - Add timeout option to oo-accept-node (jhonceAATTredhat.com)

Thu Mar 21 13:00:00 2013 Adam Miller 1.6.4-1
- Bug 923561 - Make help match usage Bug 923559 - Make help match usage
(jhonceAATTredhat.com)
- Fix bug 918823 (pmorieAATTgmail.com)
- Merge pull request #1682 from pmorie/dev/toggle
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1681 from brenton/oo-restorecon (dmcphersAATTredhat.com)
- Reading in GEAR_BASE_DIR for oo-restorecon / oo-accept-node
(bleanharAATTredhat.com)
- Add cartridge version toggler (pmorieAATTgmail.com)
- Adding a tool to restore the OpenShift MCS (bleanharAATTredhat.com)

Mon Mar 18 13:00:00 2013 Adam Miller 1.6.3-1
- WIP Cartridge Refactor - Introduce oo-admin-cartridge command
(jhonceAATTredhat.com)

Thu Mar 14 13:00:00 2013 Adam Miller 1.6.2-1
- Bug 920880 - Only allow httpd-singular to return when Apache is fully back up
and protect the SSL cert operations with the Alias lock.
(rmillnerAATTredhat.com)
- Fixes and tests for oo-cartridge (pmorieAATTgmail.com)

Thu Mar 7 13:00:00 2013 Adam Miller 1.6.1-1
- bump_minor_versions for sprint 25 (admillerAATTredhat.com)

Fri Mar 1 13:00:00 2013 Adam Miller 1.5.6-1
- Bug 916546 - LD_LIBRARY_PATH is set improperly unless we use oo-ruby by hand.
(rmillnerAATTredhat.com)

Wed Feb 27 13:00:00 2013 Adam Miller 1.5.5-1
- Merge pull request #1477 from ironcladlou/dev/cartridge_refactor
(dmcphersAATTredhat.com)
- WIP Cartridge Refactor (pmorieAATTgmail.com)

Wed Feb 27 13:00:00 2013 Adam Miller 1.5.4-1
- Use an openshift specific log for last_access. (rmillnerAATTredhat.com)

Tue Feb 19 13:00:00 2013 Adam Miller 1.5.3-1
- Switch from VirtualHosts to mod_rewrite based routing to support high
density. (rmillnerAATTredhat.com)
- remove use of filesystem cgroup countrol (mlamouriAATTredhat.com)
- Bug 908968 - Use cat to cross security domains. (rmillnerAATTredhat.com)

Fri Feb 8 13:00:00 2013 Adam Miller 1.5.2-1
- change %define to %global (tdawsonAATTredhat.com)

Thu Feb 7 13:00:00 2013 Adam Miller 1.5.1-1
- Merge pull request #1334 from kraman/f18_fixes
(dmcphers+openshiftbotAATTredhat.com)
- Reading hostname from node.conf file instead of relying on localhost
Splitting test features into common, rhel only and fedora only sections
(kramanAATTgmail.com)
- bump_minor_versions for sprint 24 (admillerAATTredhat.com)
- Fixing init-quota to allow for tabs in fstab file Added entries in abstract
for php-5.4, perl-5.16 Updated python-2.6,php-5.3,perl-5.10 cart so that it
wont build on F18 Fixed mongo broker auth Relaxed version requirements for
acegi-security and commons-codec when generating hashed password for jenkins
Added Apache 2.4 configs for console on F18 Added httpd 2.4 specific restart
helper (kramanAATTgmail.com)

Wed Feb 6 13:00:00 2013 Adam Miller 1.4.6-1
- remove BuildRoot: (tdawsonAATTredhat.com)
- Merge pull request #1318 from tdawson/tdawson/openshift-common-sources
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1296 from jwhonce/dev/bz895878
(dmcphers+openshiftbotAATTredhat.com)
- make Source line uniform among all spec files (tdawsonAATTredhat.com)
- Bug 876247 - Write DB forwarding to stderr (jhonceAATTredhat.com)
- Bug 895878 - Added support for broker\'s new 24 character uuid
(jhonceAATTredhat.com)

Tue Feb 5 13:00:00 2013 Adam Miller 1.4.5-1
- Bug 876247 - Report attached databases in a scaled application via rhc-list-
ports (jhonceAATTredhat.com)

Mon Feb 4 13:00:00 2013 Adam Miller 1.4.4-1
- setup the namespace configuration oo-setup-node (miscAATTzarb.org)

Thu Jan 31 13:00:00 2013 Adam Miller 1.4.3-1
- Bug 906034 - chmod on openshift-restorer.conf (jhonceAATTredhat.com)

Tue Jan 29 13:00:00 2013 Adam Miller 1.4.2-1
- Merge pull request #966 from mscherer/fix/node-util/fix_duplicate_functions
(dmcphers+openshiftbotAATTredhat.com)
- Bug 890005 (dmcphersAATTredhat.com)
- fix oo-accept-node (dmcphersAATTredhat.com)
- remove duplicate definition of function ( since there is the exact same code
before in the file, with added debug statement ) (miscAATTzarb.org)

Wed Jan 23 13:00:00 2013 Adam Miller 1.4.1-1
- bump_minor_versions for sprint 23 (admillerAATTredhat.com)

Mon Jan 21 13:00:00 2013 Adam Miller 1.3.7-1
- Merge pull request #967 from mscherer/enhancement/node-
util/cleaner_shell_code (dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1178 from ramr/master (dmcphers+openshiftbotAATTredhat.com)
- Fix bugz 894170 - Server timeout with add/remove of Metrics cartridge.
(ramrAATTredhat.com)
- Merge pull request #1171 from jwhonce/dev/bz880699
(dmcphers+openshiftbotAATTredhat.com)
- Fix for Bug 880699 (jhonceAATTredhat.com)
- use awk instead of awk, cat and grep. Just for having more compact code
(miscAATTzarb.org)

Fri Jan 18 13:00:00 2013 Dan McPherson 1.3.6-1
- Merge pull request #1164 from jwhonce/dev/bz895878
(dmcphers+openshiftbotAATTredhat.com)
- Partial fix for Bug 895878 (jhonceAATTredhat.com)

Thu Jan 17 13:00:00 2013 Adam Miller 1.3.5-1
- Merge pull request #1157 from jwhonce/dev/bz895878
(dmcphers+openshiftbotAATTredhat.com)
- Fix for Bug 895878 (jhonceAATTredhat.com)

Wed Jan 16 13:00:00 2013 Adam Miller 1.3.4-1
- Fix BZ875910: make oo-accept-node extensible (pmorieAATTgmail.com)

Thu Jan 10 13:00:00 2013 Adam Miller 1.3.3-1
- Fix for Bug 893207 (jhonceAATTredhat.com)

Tue Dec 18 13:00:00 2012 Adam Miller 1.3.2-1
- BZ 886379: Print out a warning message if no args. (rmillnerAATTredhat.com)
- - oo-setup-broker fixes: - Open dns ports for access to DNS server from
outside the VM - Turn on SELinux booleans only if they are off (Speeds up
re-install) - Added console SELinux booleans - oo-setup-node fixes: -
Setup mcollective to use broker IPs - Updates abstract cartridges to set
proper order for php-5.4 and postgres-9.1 cartridges - Updated broker to add
fedora 17 cartridges - Fixed facts cron job (kramanAATTgmail.com)

Wed Dec 12 13:00:00 2012 Adam Miller 1.3.1-1
- bump_minor_versions for sprint 22 (admillerAATTredhat.com)

Tue Dec 11 13:00:00 2012 Adam Miller 1.2.7-1
- Merge pull request #1045 from kraman/f17_fixes (openshift+botAATTredhat.com)
- Merge pull request #1044 from ramr/master (openshift+botAATTredhat.com)
- Fix bugz - log to access.log + websockets.log + log file rollover. And update
idler\'s last access script to use the new node-web-proxy access.log file.
(ramrAATTredhat.com)
- Close the connection on a 302/temporary redirect - bugz where the clients
loop. (ramrAATTredhat.com)
- Switched console port from 3128 to 8118 due to selinux changes in F17-18
Fixed openshift-node-web-proxy systemd script Updates to oo-setup-broker
script: - Fixes hardcoded example.com - Added basic auth based console
setup - added openshift-node-web-proxy setup Updated console build and spec
to work on F17 (kramanAATTgmail.com)

Mon Dec 10 13:00:00 2012 Adam Miller 1.2.6-1
- Adding oo-accept-systems script for verifying all node hosts from the broker.
- also verifies cartridge consistency and checks for stale cartridge cache.
oo-accept-node sanity checks public_ip and public_hostname. Minor edits to
make node.conf easier to understand. (lmeyerAATTredhat.com)

Thu Dec 6 13:00:00 2012 Adam Miller 1.2.5-1
- Calculate date duration in a 1.9 compatible way (ironcladlouAATTgmail.com)

Wed Dec 5 13:00:00 2012 Adam Miller 1.2.4-1
- Fix for Bug 880699 (jhonceAATTredhat.com)

Tue Dec 4 13:00:00 2012 Adam Miller 1.2.3-1
- Move add/remove alias to the node API. (rmillnerAATTredhat.com)
- Fix for Bug 881920 (jhonceAATTredhat.com)

Thu Nov 29 13:00:00 2012 Adam Miller 1.2.2-1
- Remove unused phpmoadmin cartridge (jhonceAATTredhat.com)
- use /bin/env for cron (dmcphersAATTredhat.com)
- exit code and usage cleanup (dmcphersAATTredhat.com)
- Merge pull request #962 from danmcp/master (openshift+botAATTredhat.com)
- Merge pull request #905 from kraman/ruby19 (openshift+botAATTredhat.com)
- add oo-ruby (dmcphersAATTredhat.com)
- F18 compatibility fixes - apache 2.4 - mongo journaling - JDK 7 -
parseconfig gem update Bugfix for Bind DNS plugin (kramanAATTgmail.com)

Sat Nov 17 13:00:00 2012 Adam Miller 1.2.1-1
- bump_minor_versions for sprint 21 (admillerAATTredhat.com)

Fri Nov 16 13:00:00 2012 Adam Miller 1.1.6-1
- Fix for Bug 876874 (jhonceAATTredhat.com)
- Merge pull request #925 from ironcladlou/scl-refactor (dmcphersAATTredhat.com)
- Only use scl if it\'s available (ironcladlouAATTgmail.com)

Thu Nov 15 13:00:00 2012 Adam Miller 1.1.5-1
- Fix for Bug 876874 (jhonceAATTredhat.com)

Tue Nov 13 13:00:00 2012 Adam Miller 1.1.4-1
- update verb in JSON payload (jhonceAATTredhat.com)
- US2603 man page and packaging (jhonceAATTredhat.com)

Mon Nov 12 13:00:00 2012 Adam Miller 1.1.3-1
- Fix for Bug 874445 (jhonceAATTredhat.com)

Thu Nov 8 13:00:00 2012 Adam Miller 1.1.2-1
- Fix for BZ872313 (jhonceAATTredhat.com)

Thu Nov 1 13:00:00 2012 Adam Miller 1.1.1-1
- bump_minor_versions for sprint 20 (admillerAATTredhat.com)

Thu Nov 1 13:00:00 2012 Adam Miller 1.0.3-1
- Fix for bug# 869748 (rpentaAATTredhat.com)

Wed Oct 31 13:00:00 2012 Adam Miller 1.0.2-1
- Fixes for LiveCD build (kramanAATTgmail.com)
- move broker/node utils to /usr/sbin/ everywhere (admillerAATTredhat.com)

Tue Oct 30 13:00:00 2012 Adam Miller 1.0.1-1
- fix man page path names for node-util spec (admillerAATTredhat.com)
- Added man pages for broker-util/node-util, port complete-origin-setup to bash
(admillerAATTredhat.com)
- bumping specs to at least 1.0.0 (dmcphersAATTredhat.com)

Mon Oct 29 13:00:00 2012 Adam Miller 0.0.8-1
- Merge pull request #775 from brenton/rhc-list-ports1
(openshift+botAATTredhat.com)
- Fixing rhc-list-ports permissions issue (bleanharAATTredhat.com)
- Updating broker setup script (kramanAATTgmail.com)
- Merge pull request #777 from rmillner/master (openshift+botAATTredhat.com)
- BZ 867242: Add a specific error on bad UUID. (rmillnerAATTredhat.com)
- BZ 869874: Do not attempt status report for non-existant cartridges.
(rmillnerAATTredhat.com)
- node-util needs apache group created before it is installed
(jhonceAATTredhat.com)
- Fix for Bug 867198 (jhonceAATTredhat.com)
- Bug 835501 - \'rhc-port-foward\' returns \'No available ports to forward \'
(bleanharAATTredhat.com)

Fri Oct 26 14:00:00 2012 Adam Miller 0.0.7-1
- Fix lock file (jhonceAATTredhat.com)
- Refactor oo-admin-ctl-gears to use lib/util functions (jhonceAATTredhat.com)

Wed Oct 24 14:00:00 2012 Adam Miller 0.0.6-1
- Update documentation with expected httpd access log format
(jhonceAATTredhat.com)
- Idler requires PHP to restore gear (jhonceAATTredhat.com)
- fixed single quotes to doubble in oo-admin-ctl-gears GEAR_GECOS subst
(mlamouriAATTredhat.com)

Mon Oct 22 14:00:00 2012 Adam Miller 0.0.5-1
- Fixing Origin build scripts (kramanAATTgmail.com)

Fri Oct 19 14:00:00 2012 Adam Miller 0.0.4-1
- Change libra guest to OpenShift guest (dmcphersAATTredhat.com)
- Update Idler documentation (jhonceAATTredhat.com)
- Wrong name transition in pam.d/sshd. (rmillnerAATTredhat.com)

Thu Oct 18 14:00:00 2012 Adam Miller 0.0.3-1
- Port auto-Idler to origin-server (jhonceAATTredhat.com)
- Fixing outstanding cgroups issues Removing hardcoded references to \"OpenShift
guest\" and using GEAR_GECOS from node.conf instead (kramanAATTgmail.com)
- Use internal functions for that. (rmillnerAATTredhat.com)
- setup polyinstantiation. (rmillnerAATTredhat.com)
- Move SELinux to Origin and use new policy definition. (rmillnerAATTredhat.com)
- Set a password on the mongo admin db so that application and ssh\'d users
cannot access the DB. Misc other fixes (kramanAATTgmail.com)
- Adding support for quota and pam fs limits (kramanAATTgmail.com)
- Move SELinux to Origin and use new policy definition. (rmillnerAATTredhat.com)
- Fixed broker/node setup scripts to install cgroup services. Fixed
mcollective-qpid plugin so it installs during origin package build. Updated
cgroups init script to work with both systemd and init.d Updated oo-trap-user
script Renamed oo-cgroups to openshift-cgroups (service and init.d) and
created oo-admin-ctl-cgroups Pulled in oo-get-mcs-level and abstract/util
from origin-selinux branch Fixed invalid file path in rubygem-openshift-
origin-auth-mongo spec Fixed invlaid use fo Mcollective::Config in
mcollective-qpid-plugin (kramanAATTgmail.com)
- Clean up spec file (jhonceAATTredhat.com)
- Port oo-init-quota command (jhonceAATTredhat.com)
- Port admin scripts for on-premise (jhonceAATTredhat.com)
- Fixing a few missed references to ss-
* Added command to load openshift-origin
selinux module (kramanAATTgmail.com)
- Removing old build scripts Moving broker/node setup utilities into util
packages Fix Auth service module name conflicts (kramanAATTgmail.com)
- Fixed gear admin script and added systemd and init.d startup scripts
(kramanAATTgmail.com)

Mon Oct 8 14:00:00 2012 Dan McPherson 0.0.2-1
- new package built with tito


 
ICM