[openshift-origin-node-util] update to latest stable release

tdawson tdawson at fedoraproject.org
Mon Feb 10 23:22:08 UTC 2014


commit a7b2707463203ee35079e7c6b151adaea28cf094
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Feb 10 17:22:46 2014 -0600

    update to latest stable release

 .gitignore                      |    1 +
 openshift-origin-node-util.spec |  733 +++++++++++----------------------------
 sources                         |    2 +-
 3 files changed, 206 insertions(+), 530 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcc20ba..98aa346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /openshift-origin-node-util-1.9.11.tar.gz
 /openshift-origin-node-util-1.11.8.tar.gz
 /openshift-origin-node-util-1.13.0.1.tar.gz
+/openshift-origin-node-util-1.18.0.2.tar.gz
diff --git a/openshift-origin-node-util.spec b/openshift-origin-node-util.spec
index 25b99fa..3d55dcc 100644
--- a/openshift-origin-node-util.spec
+++ b/openshift-origin-node-util.spec
@@ -6,7 +6,7 @@
 
 Summary:       Utility scripts for the OpenShift Origin node
 Name:          openshift-origin-node-util
-Version: 1.13.0.1
+Version: 1.18.0.2
 Release:       1%{?dist}
 Group:         Network/Daemons
 License:       ASL 2.0
@@ -40,10 +40,14 @@ mkdir -p %{buildroot}%{_bindir}
 cp -p bin/oo-* %{buildroot}%{_sbindir}/
 rm %{buildroot}%{_sbindir}/oo-snapshot
 rm %{buildroot}%{_sbindir}/oo-restore
+rm %{buildroot}%{_sbindir}/oo-binary-deploy
+rm %{buildroot}%{_sbindir}/oo-gear-registry
 rm %{buildroot}%{_sbindir}/oo-config-eval
 cp -p bin/rhc-* %{buildroot}%{_bindir}/
 cp -p bin/oo-snapshot %{buildroot}%{_bindir}/
 cp -p bin/oo-restore %{buildroot}%{_bindir}/
+cp -p bin/oo-binary-deploy %{buildroot}%{_bindir}/
+cp -p bin/oo-gear-registry %{buildroot}%{_bindir}/
 cp -p bin/oo-config-eval %{buildroot}%{_bindir}/
 cp -p bin/unidle_gear.sh %{buildroot}%{_bindir}/
 
@@ -107,13 +111,14 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 %attr(0750,-,-) %{_sbindir}/oo-su
 %attr(0750,-,-) %{_sbindir}/oo-cartridge
 %attr(0750,-,-) %{_sbindir}/oo-admin-cartridge
-%attr(0750,-,-) %{_sbindir}/oo-cart-version
 %attr(0750,-,-) %{_sbindir}/oo-admin-repair-node
 %attr(0755,-,-) %{_bindir}/rhc-list-ports
 %attr(0755,-,-) %{_bindir}/oo-snapshot
 %attr(0755,-,-) %{_bindir}/oo-restore
+%attr(0755,-,-) %{_bindir}/oo-binary-deploy
 %attr(0755,-,-) %{_bindir}/unidle_gear.sh
 %attr(0755,-,-) %{_bindir}/oo-config-eval
+%attr(0755,-,-) %{_bindir}/oo-gear-registry
 
 %{_mandir}/man8/oo-accept-node.8.gz
 %{_mandir}/man8/oo-admin-ctl-gears.8.gz
@@ -127,6 +132,9 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 %{_mandir}/man8/oo-restorer-wrapper.sh.8.gz
 %{_mandir}/man8/rhc-list-ports.8.gz
 %{_mandir}/man8/oo-httpd-singular.8.gz
+%{_mandir}/man8/oo-admin-cartridge.8.gz
+%{_mandir}/man8/oo-su.8.gz
+%{_mandir}/man8/oo-cartridge.8.gz
 
 %attr(0640,-,-) %config(noreplace) %{_sysconfdir}/oddjobd.conf.d/oddjobd-restorer.conf
 %attr(0644,-,-) %config(noreplace) %{_sysconfdir}/dbus-1/system.d/openshift-restorer.conf
@@ -141,8 +149,200 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
 %endif
 
 %changelog
-* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.13.0.1-1
-- Bumping version #s for origin release 2 (kraman at gmail.com)
+* Wed Dec 11 2013 Krishna Raman <kraman at gmail.com> 1.18.0.2-1
+- Bumping version numbers (release-3 build-2) (kraman at gmail.com)
+- <oo-accept-node> fix context check for systemctl (lmeyer at redhat.com)
+- <oo-accept-node> clarify uid errmsg when non-gear user is in the range
+  (lmeyer at redhat.com)
+
+* Fri Dec 06 2013 Krishna Raman <kraman at gmail.com> 1.18.0.1-1
+- Bumping versions for OpenShift Origin Release 3 (kraman at gmail.com)
+- Bug 1034436 - Use shell globs instead of find in oo-auto-idler
+  (agrimm at redhat.com)
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.18.0.1-1
+- Bug 1034436 - Use shell globs instead of find in oo-auto-idler
+  (agrimm at redhat.com)
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+
+* Wed Nov 13 2013 Adam Miller <admiller at redhat.com> 1.17.4-1
+- Merge pull request #4124 from a13m/app-container
+  (dmcphers+openshiftbot at redhat.com)
+- Improve performance for tools which iterate over ApplicationContainers
+  (agrimm at redhat.com)
+
+* Mon Nov 11 2013 Adam Miller <admiller at redhat.com> 1.17.3-1
+- Bug 1028205 (dmcphers at redhat.com)
+
+* Fri Nov 08 2013 Adam Miller <admiller at redhat.com> 1.17.2-1
+- Merge pull request #4126 from pmorie/bugs/1007709
+  (dmcphers+openshiftbot at redhat.com)
+- Fix bug 1007709: use oo-mco in oo-admin-cartridge (pmorie at gmail.com)
+
+* Thu Nov 07 2013 Adam Miller <admiller at redhat.com> 1.17.1-1
+- Fix bug 991387: Don't allow erase of carts in the cart_base_path
+  (pmorie at gmail.com)
+- Bug 1021056 - The SNI proxy allows for frontends that never show up in
+  Apache. (rmillner at redhat.com)
+- bump_minor_versions for sprint 36 (admiller at redhat.com)
+
+* Mon Oct 28 2013 Adam Miller <admiller at redhat.com> 1.16.3-1
+- Bug 1023588 - Build cartridge index from cache (jhonce at redhat.com)
+
+* Thu Oct 24 2013 Adam Miller <admiller at redhat.com> 1.16.2-1
+- Bug 1022370 - Add forcestopgear and forcestopall options to completely stop
+  all processes owned by a gear. (rmillner at redhat.com)
+
+* Mon Oct 21 2013 Adam Miller <admiller at redhat.com> 1.16.1-1
+- Standardize gear command names (dmcphers at redhat.com)
+- Merge pull request #3804 from pmorie/dev/binary-deploy
+  (dmcphers+openshiftbot at redhat.com)
+- Add error handing to gear binary_deploy (pmorie at gmail.com)
+- Fix filtering in oo-gear-registry (ironcladlou at gmail.com)
+- Merge pull request #3783 from rmillner/strange_unicode_errors
+  (dmcphers+openshiftbot at redhat.com)
+- Characters were observed in prod causing unicode evaluation errors.
+  (rmillner at redhat.com)
+- Add gear binary-deploy (pmorie at gmail.com)
+- WIP error handling for proxy updates (ironcladlou at gmail.com)
+- Add oo-gear-registry and change haproxy to use platform gear registry
+  (pmorie at gmail.com)
+- bump_minor_versions for sprint 35 (admiller at redhat.com)
+
+* Fri Oct 04 2013 Adam Miller <admiller at redhat.com> 1.15.5-1
+- Merge pull request #3758 from mfojtik/bugzilla/998337
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 1013653 - Fix oo-su command so it is not duplicating the getpwnam call
+  (mfojtik at redhat.com)
+- Bug 998337 - Fixed oo-admin-cartridge man page indentation
+  (mfojtik at redhat.com)
+
+* Fri Sep 27 2013 Troy Dawson <tdawson at redhat.com> 1.15.4-1
+- node-util: RHBZ#1012830 do not overrite the {min,max}_uid value if not
+  defined in facter (mmahut at redhat.com)
+- Initial checkin of iptables port proxy script. (mrunalp at gmail.com)
+
+* Thu Sep 26 2013 Troy Dawson <tdawson at redhat.com> 1.15.3-1
+- Bug 1010723 - Only run lscgroup once for check_users (agrimm at redhat.com)
+
+* Tue Sep 24 2013 Troy Dawson <tdawson at redhat.com> 1.15.2-1
+- Merge pull request #3695 from jwhonce/wip/idle_websockets
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3647 from detiber/runtime_card_255
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 1011459 - oo-last-access does not process node-web-proxy/websockets.log
+  (jhonce at redhat.com)
+- Merge pull request #3687 from mmahut/mmahut/oo_restorecon
+  (dmcphers+openshiftbot at redhat.com)
+- node-util: extend the oo-restorecon man pages (mmahut at redhat.com)
+- RHBZ#1005307 refactor oo-restorecon to accept files as arguments
+  (mmahut at redhat.com)
+- Card origin_runtime_255: Publish district uid limits to nodes
+  (jdetiber at redhat.com)
+
+* Tue Sep 24 2013 Troy Dawson <tdawson at redhat.com> 1.15.1-1
+- node-util: RHBZ#1004512 oo-admin-ctl-gears gearstatus show locked status
+  (mmahut at redhat.com)
+- Report an error if there are no frontend plugins defined.
+  (rmillner at redhat.com)
+- <oo-accept-node> Fix polyinstantiation sebool detection (jolamb at redhat.com)
+- Merge pull request #3502 from rmillner/origin_runtime_245
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3622 from brenton/ruby193-mcollective
+  (dmcphers+openshiftbot at redhat.com)
+- Break out FrontendHttpServer class into plugin modules. (rmillner at redhat.com)
+- bump_minor_versions for sprint 34 (admiller at redhat.com)
+- oo-accept-node changes for ruby193-mcollective (bleanhar at redhat.com)
+- Adding oo-mco and updating oo-diagnostics to support the SCL'd mcollective
+  (bleanhar at redhat.com)
+
+* Wed Sep 11 2013 Adam Miller <admiller at redhat.com> 1.14.3-1
+- I'm withdrawing this fix.  The deeper issue is that LANG appears to be messed
+  up when the script is run and that needs to be diagnosed instead.
+  (rmillner at redhat.com)
+
+* Tue Sep 10 2013 Adam Miller <admiller at redhat.com> 1.14.2-1
+- Bug 998337 - Added missing man page number (mfojtik at redhat.com)
+- Bug 1005421 - the ps command was returning unicode characters, strip them
+  out. (rmillner at redhat.com)
+
+* Thu Aug 29 2013 Adam Miller <admiller at redhat.com> 1.14.1-1
+- Updated cartridges and scripts for phpmyadmin-4 (mfojtik at redhat.com)
+- Merge remote-tracking branch 'origin/master' into propagate_app_id_to_gears
+  (ccoleman at redhat.com)
+- nurture -> analytics (dmcphers at redhat.com)
+- Merge remote-tracking branch 'origin/master' into propagate_app_id_to_gears
+  (ccoleman at redhat.com)
+- <oo-accept-node> Bug 1000174 - oo-accept-node fixes (jdetiber at redhat.com)
+- Merge pull request #3428 from mfojtik/bugzilla/998337
+  (dmcphers+openshiftbot at redhat.com)
+- bump_minor_versions for sprint 33 (admiller at redhat.com)
+- Switch OPENSHIFT_APP_UUID to equal the Mongo application '_id' field
+  (ccoleman at redhat.com)
+- Bug 998337 - Fixed 'untitled' string in some oo commands man pages
+  (mfojtik at redhat.com)
+
+* Wed Aug 21 2013 Adam Miller <admiller at redhat.com> 1.13.8-1
+- Bug 999460 - Trap range error on large, all numeric UUIDs for the test to see
+  if the UUID is really a UID. (rmillner at redhat.com)
+
+* Tue Aug 20 2013 Adam Miller <admiller at redhat.com> 1.13.7-1
+- Merge pull request #3419 from danmcp/master
+  (dmcphers+openshiftbot at redhat.com)
+- removing v2 specific logic (dmcphers at redhat.com)
+- Bug 998683 - oo-accept-node failed to read manifests from source
+  (jhonce at redhat.com)
+
+* Fri Aug 16 2013 Adam Miller <admiller at redhat.com> 1.13.6-1
+- Merge pull request #3381 from mrunalp/bugs/970939
+  (dmcphers+openshiftbot at redhat.com)
+- Fix command help. (mrunalp at gmail.com)
+
+* Thu Aug 15 2013 Adam Miller <admiller at redhat.com> 1.13.5-1
+- Merge pull request #3335 from Miciah/oo-accept-node-use-Config-class
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3364 from jwhonce/bug/977928
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 977928 - node-util scripts missing man pages (jhonce at redhat.com)
+- Merge pull request #3360 from brenton/BZ997129
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 997129 - oo-last-access script chokes on /etc/openshift/node.conf with
+  only space in configuration line (bleanhar at redhat.com)
+- oo-accept-node: Use OpenShift::Config (miciah.masters at gmail.com)
+- oo-accept-node: Simplify find_ext_net_dev (miciah.masters at gmail.com)
+
+* Wed Aug 14 2013 Adam Miller <admiller at redhat.com> 1.13.4-1
+- Merge pull request #3352 from danmcp/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3353 from mfojtik/bugzilla/985218
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3322 from smarterclayton/origin_ui_73_membership_model
+  (dmcphers+openshiftbot at redhat.com)
+- remove oo-cart-version Bug 980296 (dmcphers at redhat.com)
+- BZ#985218: Display more user-friendly error message when erasing non-existing
+  cartridge (mfojtik at redhat.com)
+- Merge remote-tracking branch 'origin/master' into
+  origin_ui_73_membership_model (ccoleman at redhat.com)
+- * Implement a membership model for OpenShift that allows an efficient query
+  of user access based on each resource. * Implement scope limitations that
+  correspond to specific permissions * Expose membership info via the REST API
+  (disableable via config) * Allow multiple domains per user, controlled via a
+  configuration flag * Support additional information per domain
+  (application_count and gear_counts) to improve usability * Let domains
+  support the allowed_gear_sizes option, which limits the gear sizes available
+  to apps in that domain * Simplify domain update interactions - redundant
+  validation removed, and behavior of responses differs slightly. * Implement
+  migration script to enable data (ccoleman at redhat.com)
+
+* Tue Aug 13 2013 Adam Miller <admiller at redhat.com> 1.13.3-1
+- Bug 957442 (dmcphers at redhat.com)
+
+* Fri Aug 09 2013 Adam Miller <admiller at redhat.com> 1.13.2-1
+- Bug 957442 (dmcphers at redhat.com)
+
+* Thu Aug 08 2013 Adam Miller <admiller at redhat.com> 1.13.1-1
+- Bug 966535 (pmorie at gmail.com)
 - Fix bug 971120: add empty gear check for oo-accept-node (pmorie at gmail.com)
 - bump_minor_versions for sprint 32 (admiller at redhat.com)
 
@@ -204,528 +404,3 @@ cp -p init.d/openshift-gears %{buildroot}%{_initddir}/
   (dmcphers+openshiftbot at redhat.com)
 - Fix bug 981273 (pmorie at gmail.com)
 
-* Tue Jul 09 2013 Adam Miller <admiller at redhat.com> 1.11.5-1
-- Bug 981594 - ApplicationContainer used as an argument needed full module
-  paths. (rmillner at redhat.com)
-- Make resolution for Utils module explicit (kraman at gmail.com)
-
-* Mon Jul 08 2013 Adam Miller <admiller at redhat.com> 1.11.4-1
--  Revamp the cgroups and pam scripts to leverage the system setup for better
-  performance and simplify the code. (rmillner at redhat.com)
-
-* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.3-1
-- Merge pull request #2934 from kraman/libvirt-f19-2
-  (dmcphers+openshiftbot at redhat.com)
-- Changing File.join to PathUtils.join in node and common packages Uncommenting
-  cgroups Fixing signal handling in oo-gear-init (kraman at gmail.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 (kraman at gmail.com)
-- Moving Node classes into Runtime namespace Removing UnixUser Moving
-  functionality into SELinux plugin class (kraman at gmail.com)
-
-* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.2-1
-- Rename migrate to upgrade in code (pmorie at gmail.com)
-- Remove unused scripts. (mrunalp at gmail.com)
-- Merge pull request #2957 from rmillner/BZ977493
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 977493 - Avoid leaking the lock file descriptor to child processes.
-  (rmillner at redhat.com)
-- Bug 978261 - find the external ethernet device rather than hard-code eth0
-  (rmillner at redhat.com)
-- Bug 979134 - the v1 cart version check was matching older versions of the v2
-  cart and is no longer necessary. (rmillner at redhat.com)
-- node-util: Fixing undefined local variable due to typo (mmahut at redhat.com)
-- Adding lsof dependency (kraman at gmail.com)
-- Remove V1 code and V2-specific stepdefs (pmorie at gmail.com)
-- removing v1 logic (dmcphers at redhat.com)
-
-* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 1.11.1-1
-- bump_minor_versions for sprint 30 (admiller at redhat.com)
-
-* Fri Jun 21 2013 Adam Miller <admiller at redhat.com> 1.10.4-1
-- Fix bug 971955: load users correctly from /etc/passwd (pmorie at gmail.com)
-
-* Tue Jun 18 2013 Adam Miller <admiller at redhat.com> 1.10.3-1
-- Bug 971176 - Catch cartridge repository issues. (rmillner at redhat.com)
-- Merge pull request #2867 from rmillner/misc_bugs
-  (dmcphers+openshiftbot at redhat.com)
-- Fix typo (dmcphers at redhat.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. (rmillner at redhat.com)
-
-* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.10.2-1
-- Merge pull request #2858 from rmillner/misc_bugs
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 974268 - Squash error messages for gears which have been created or
-  destroyed while the accept-node script is run. (rmillner at redhat.com)
-- First pass at removing v1 cartridges (dmcphers at redhat.com)
-- Bug 974370 - oo-admin-repair-node should be mode 0750. (rmillner at redhat.com)
-- Fix bug 974203: add checks for V1 cartridge directories in gears
-  (pmorie at gmail.com)
-- Fix bug 971955: migration metadata check in oo-accept-node (pmorie at gmail.com)
-- oo-accept-node: fixed cgroups defunct proc bug (twiest at redhat.com)
-- Merge pull request #2780 from rmillner/capital_dns
-  (dmcphers+openshiftbot at redhat.com)
-- The symbolic link for the old cartridge was confusing the websocket test.
-  (rmillner at redhat.com)
-- Post v2 migration issues - some legacy DNS variables had capitals in them.
-  (rmillner at redhat.com)
-- Idler whitelist. (mrunalp at gmail.com)
-- Add mindepth/maxdepth for finding manifest file. (mrunalp at gmail.com)
-- Make NodeLogger pluggable (ironcladlou at gmail.com)
-- Bug 969228 - Check selinux node set with oo-accept-node.
-  (rmillner at redhat.com)
-
-* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.10.1-1
-- bump_minor_versions for sprint 29 (admiller at redhat.com)
-
-* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.9.8-1
-- Auto Idler (mrunalp at gmail.com)
-
-* Wed May 29 2013 Adam Miller <admiller at redhat.com> 1.9.7-1
-- Merge pull request #2661 from rmillner/BZ963321
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 963321 - Report an error if OPENSHIFT_GEAR_DNS is missing instead of
-  crash. (rmillner at redhat.com)
-
-* Tue May 28 2013 Adam Miller <admiller at redhat.com> 1.9.6-1
-- Ignore gears without frontend mappings in the idler. (mrunalp at gmail.com)
-- Bug 967118 - Make Platform/Cartridge shared files immutable
-  (jhonce at redhat.com)
-- Merge pull request #2624 from twiest/dev/twiest/oo-accept-node-invalid-ascii-
-  bug-fix (dmcphers+openshiftbot at redhat.com)
-- oo-accept-node: Fixed invalid ASCII bug, added full paths to binaries
-  (twiest at redhat.com)
-
-* Fri May 24 2013 Adam Miller <admiller at redhat.com> 1.9.5-1
-- BZ963827 - Improved logging messages (calfonso at redhat.com)
-- Bug 965317 - Add way to patch File class so all files have sync enabled.
-  (rmillner at redhat.com)
-- Merge pull request #2404 from Miciah/oo-accept-linux-check-
-  allow_polyinstantiation (dmcphers+openshiftbot at redhat.com)
-- oo-accept-node: check allow_polyinstantiation (miciah.masters at gmail.com)
-
-* Wed May 22 2013 Adam Miller <admiller at redhat.com> 1.9.4-1
-- Merge pull request #2594 from calfonso/master
-  (dmcphers+openshiftbot at redhat.com)
-- BZ963827 - Logs generated by oo-admin-ctl-gears should include timestamps
-  (calfonso at redhat.com)
-
-* Wed May 22 2013 Adam Miller <admiller at redhat.com> 1.9.3-1
-- Merge pull request #2572 from pmorie/bugs/957461
-  (dmcphers+openshiftbot at redhat.com)
-- Merge pull request #2553 from detiber/bz964089
-  (dmcphers+openshiftbot at redhat.com)
-- Fix bug 957461 (pmorie at gmail.com)
-- Bug 962673 (dmcphers at redhat.com)
-- <oo-accept-node> Bug 964089 - Fix check_cgroup_procs (jdetiber at redhat.com)
-- oo-accept-node changed the cgroups check to ignore defunct processes
-  (twiest at redhat.com)
-
-* Thu May 16 2013 Adam Miller <admiller at redhat.com> 1.9.2-1
-- Bug 961911 - Add lockfile for oo-autoidler (jhonce at redhat.com)
-- Fixed 2 bugs in oo-accept-node (twiest at redhat.com)
-- Switching v2 to be the default (dmcphers at redhat.com)
-- Merge pull request #2398 from ironcladlou/bz/960509
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 960509, Bug 960674: Refactor rhc-list-port (ironcladlou at gmail.com)
-
-* Wed May 08 2013 Adam Miller <admiller at redhat.com> 1.9.1-1
-- bump_minor_versions for sprint 28 (admiller at redhat.com)
-
-* Wed May 08 2013 Adam Miller <admiller at redhat.com> 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.
-  (rmillner at redhat.com)
-- Time to reintroduce this test. (rmillner at redhat.com)
-
-* Mon May 06 2013 Adam Miller <admiller at redhat.com> 1.8.7-1
-- WIP Cartridge Refactor - Install cartridges without mco client
-  (jhonce at redhat.com)
-- Merge pull request #2343 from rmillner/BZ958355
-  (dmcphers+openshiftbot at redhat.com)
-- Add logger lines back. (rmillner at redhat.com)
-
-* Fri May 03 2013 Adam Miller <admiller at redhat.com> 1.8.6-1
-- <oo-cart-version> fix toggling broker restart logic (lmeyer at redhat.com)
-- Merge pull request #2333 from ironcladlou/bz/949232
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 949232: Make rhc-list-port compatible with both v1/v2 cartridges
-  (ironcladlou at gmail.com)
-- Bug 957453 - properly account for unidle being called on a gear which was
-  already started but did not have its frontend unidled. (rmillner at redhat.com)
-
-* Wed May 01 2013 Adam Miller <admiller at redhat.com> 1.8.5-1
-- Bug 957478 - Refactored oo-last-acess and oo-accept-node for V2
-  (jhonce at redhat.com)
-- Merge pull request #2302 from rmillner/ctl_gears
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 956366 - v1 status cleanup and fix v2 status exceptions.
-  (rmillner at redhat.com)
-- Merge pull request #2289 from sosiouxme/ooacceptnode
-  (dmcphers+openshiftbot at redhat.com)
-- <oo-accept-node> make conf file parsing consistent (lmeyer at redhat.com)
-
-* Tue Apr 30 2013 Adam Miller <admiller at redhat.com> 1.8.4-1
-- Merge pull request #2263 from sosiouxme/bz957818
-  (dmcphers+openshiftbot at redhat.com)
-- <cache> bug 957818 - clear-cache script, oo-cart-version uses it
-  (lmeyer at redhat.com)
-
-* Mon Apr 29 2013 Adam Miller <admiller at redhat.com> 1.8.3-1
-- Temporarily disable check_system_httpd_configs. (rmillner at redhat.com)
-
-* Thu Apr 25 2013 Adam Miller <admiller at redhat.com> 1.8.2-1
-- Merge pull request #2249 from rmillner/online_runtime_264
-  (dmcphers+openshiftbot at redhat.com)
-- Add health check option to front-end for v2 carts. (rmillner at redhat.com)
-
-* Thu Apr 25 2013 Adam Miller <admiller at redhat.com> 1.8.1-1
-- Bug 928621 - Detect whether the gear is missing a frontend configuration.
-  (rmillner at redhat.com)
-- Feature complete v2 oo-admin-ctl-gears script with integrated idler.
-  (rmillner at redhat.com)
-- Switch back to native SELinux calls. (rmillner at redhat.com)
-- Split v2 configure into configure/post-configure (ironcladlou at gmail.com)
-- Merge pull request #2189 from rmillner/accept-node
-  (dmcphers+openshiftbot at redhat.com)
-- Resolve fqdn to uuid when reporting frontend issues and check the selinux
-  context of mcollective. (rmillner at redhat.com)
-- Fixes for oo-cart-version (pmorie at gmail.com)
-- Merge pull request #2094 from BanzaiMan/dev/hasari/bz928675
-  (dmcphers at redhat.com)
-- Merge pull request #2144 from sosiouxme/fixcartvers
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 928675 (asari.ruby at gmail.com)
-- <oo-cart-version> remove online-specifics so works in origin
-  (lmeyer at redhat.com)
-- Adding the ability to detect gear processes missing from cgroups
-  (kwoodson at redhat.com)
-- <oo-cart-version> add ability to set version rather than toggle
-  (lmeyer at redhat.com)
-- Fixed path to restorecon. (rmillner at redhat.com)
-- The .ssh directory was not getting the correct MCS label.
-  (rmillner at redhat.com)
-- Bug 928654 - Check if a gear exists before trying to stop or start.
-  (rmillner at redhat.com)
-- bump_minor_versions for sprint 2.0.26 (tdawson at redhat.com)
-
-* Tue Apr 16 2013 Troy Dawson <tdawson at redhat.com> 1.7.6-1
-- Merge pull request #2093 from rmillner/BZ952247
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 952247 - Check the new front-end Apache configuration for missing/deleted
-  gears. (rmillner at redhat.com)
-- Bug 950711 - Apps taking longer than 120s fail to restore; bump to 200s to
-  cover the few apps affected. (rmillner at redhat.com)
-- <oo-restore> Bug 949251 - forgot to add actual oo-restore fix
-  (jolamb at redhat.com)
-
-* Mon Apr 15 2013 Adam Miller <admiller at redhat.com> 1.7.5-1
-- Ruby admin-ctl-gears-script to more efficiently manage dependency loading.
-  (rmillner at redhat.com)
-
-* Sat Apr 13 2013 Krishna Raman <kraman at gmail.com> 1.7.4-1
-- Merge pull request #2066 from sosiouxme/nodescripts20130413
-  (dmcphers+openshiftbot at redhat.com)
-- <node> fixing some minor inconsistencies in node scripts (lmeyer at redhat.com)
-
-* Fri Apr 12 2013 Adam Miller <admiller at redhat.com> 1.7.3-1
-- SELinux, ApplicationContainer and UnixUser model changes to support oo-admin-
-  ctl-gears operating on v1 and v2 cartridges. (rmillner at redhat.com)
-
-* Mon Apr 08 2013 Adam Miller <admiller at redhat.com> 1.7.2-1
-- Bug 949121 - FQDNs are lowercased in Apache logs. (rmillner at redhat.com)
-- WIP: v2 snapshot/restore (pmorie at gmail.com)
-
-* Thu Mar 28 2013 Adam Miller <admiller at redhat.com> 1.7.1-1
-- bump_minor_versions for sprint 26 (admiller at redhat.com)
-- WIP Cartridge Refactor - more robust oo-admin-cartridge (jhonce at redhat.com)
-
-* Wed Mar 27 2013 Adam Miller <admiller at redhat.com> 1.6.6-1
-- Removing oo-setup-* scripts as they have been replaced by puppet and ansible
-  modules. Updating puppet setup docs (kraman at gmail.com)
-
-* Fri Mar 22 2013 Adam Miller <admiller at redhat.com> 1.6.5-1
-- Fix all incorrect occurrences of 'who's'. (asari.ruby at gmail.com)
-- Merge pull request #1745 from jwhonce/bug/923832
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 923832 - Add timeout option to oo-accept-node (jhonce at redhat.com)
-
-* Thu Mar 21 2013 Adam Miller <admiller at redhat.com> 1.6.4-1
-- Bug 923561 - Make help match usage Bug 923559 - Make help match usage
-  (jhonce at redhat.com)
-- Fix bug 918823 (pmorie at gmail.com)
-- Merge pull request #1682 from pmorie/dev/toggle
-  (dmcphers+openshiftbot at redhat.com)
-- Merge pull request #1681 from brenton/oo-restorecon (dmcphers at redhat.com)
-- Reading in GEAR_BASE_DIR for oo-restorecon / oo-accept-node
-  (bleanhar at redhat.com)
-- Add cartridge version toggler (pmorie at gmail.com)
-- Adding a tool to restore the OpenShift MCS (bleanhar at redhat.com)
-
-* Mon Mar 18 2013 Adam Miller <admiller at redhat.com> 1.6.3-1
-- WIP Cartridge Refactor - Introduce oo-admin-cartridge command
-  (jhonce at redhat.com)
-
-* Thu Mar 14 2013 Adam Miller <admiller at redhat.com> 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.
-  (rmillner at redhat.com)
-- Fixes and tests for oo-cartridge (pmorie at gmail.com)
-
-* Thu Mar 07 2013 Adam Miller <admiller at redhat.com> 1.6.1-1
-- bump_minor_versions for sprint 25 (admiller at redhat.com)
-
-* Fri Mar 01 2013 Adam Miller <admiller at redhat.com> 1.5.6-1
-- Bug 916546 - LD_LIBRARY_PATH is set improperly unless we use oo-ruby by hand.
-  (rmillner at redhat.com)
-
-* Wed Feb 27 2013 Adam Miller <admiller at redhat.com> 1.5.5-1
-- Merge pull request #1477 from ironcladlou/dev/cartridge_refactor
-  (dmcphers at redhat.com)
-- WIP Cartridge Refactor (pmorie at gmail.com)
-
-* Wed Feb 27 2013 Adam Miller <admiller at redhat.com> 1.5.4-1
-- Use an openshift specific log for last_access. (rmillner at redhat.com)
-
-* Tue Feb 19 2013 Adam Miller <admiller at redhat.com> 1.5.3-1
-- Switch from VirtualHosts to mod_rewrite based routing to support high
-  density. (rmillner at redhat.com)
-- remove use of filesystem cgroup countrol (mlamouri at redhat.com)
-- Bug 908968 - Use cat to cross security domains. (rmillner at redhat.com)
-
-* Fri Feb 08 2013 Adam Miller <admiller at redhat.com> 1.5.2-1
-- change %%define to %%global (tdawson at redhat.com)
-
-* Thu Feb 07 2013 Adam Miller <admiller at redhat.com> 1.5.1-1
-- Merge pull request #1334 from kraman/f18_fixes
-  (dmcphers+openshiftbot at redhat.com)
-- Reading hostname from node.conf file instead of relying on localhost
-  Splitting test features into common, rhel only and fedora only sections
-  (kraman at gmail.com)
-- bump_minor_versions for sprint 24 (admiller at redhat.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 (kraman at gmail.com)
-
-* Wed Feb 06 2013 Adam Miller <admiller at redhat.com> 1.4.6-1
-- remove BuildRoot: (tdawson at redhat.com)
-- Merge pull request #1318 from tdawson/tdawson/openshift-common-sources
-  (dmcphers+openshiftbot at redhat.com)
-- Merge pull request #1296 from jwhonce/dev/bz895878
-  (dmcphers+openshiftbot at redhat.com)
-- make Source line uniform among all spec files (tdawson at redhat.com)
-- Bug 876247 - Write DB forwarding to stderr (jhonce at redhat.com)
-- Bug 895878 - Added support for broker's new 24 character uuid
-  (jhonce at redhat.com)
-
-* Tue Feb 05 2013 Adam Miller <admiller at redhat.com> 1.4.5-1
-- Bug 876247 - Report attached databases in a scaled application via rhc-list-
-  ports (jhonce at redhat.com)
-
-* Mon Feb 04 2013 Adam Miller <admiller at redhat.com> 1.4.4-1
-- setup the namespace configuration oo-setup-node (misc at zarb.org)
-
-* Thu Jan 31 2013 Adam Miller <admiller at redhat.com> 1.4.3-1
-- Bug 906034 - chmod on openshift-restorer.conf (jhonce at redhat.com)
-
-* Tue Jan 29 2013 Adam Miller <admiller at redhat.com> 1.4.2-1
-- Merge pull request #966 from mscherer/fix/node-util/fix_duplicate_functions
-  (dmcphers+openshiftbot at redhat.com)
-- Bug 890005 (dmcphers at redhat.com)
-- fix oo-accept-node (dmcphers at redhat.com)
-- remove duplicate definition of function ( since there is the exact same code
-  before in the file, with added debug statement ) (misc at zarb.org)
-
-* Wed Jan 23 2013 Adam Miller <admiller at redhat.com> 1.4.1-1
-- bump_minor_versions for sprint 23 (admiller at redhat.com)
-
-* Mon Jan 21 2013 Adam Miller <admiller at redhat.com> 1.3.7-1
-- Merge pull request #967 from mscherer/enhancement/node-
-  util/cleaner_shell_code (dmcphers+openshiftbot at redhat.com)
-- Merge pull request #1178 from ramr/master (dmcphers+openshiftbot at redhat.com)
-- Fix bugz 894170 - Server timeout with add/remove of Metrics cartridge.
-  (ramr at redhat.com)
-- Merge pull request #1171 from jwhonce/dev/bz880699
-  (dmcphers+openshiftbot at redhat.com)
-- Fix for Bug 880699 (jhonce at redhat.com)
-- use awk instead of awk, cat and grep. Just for having more compact code
-  (misc at zarb.org)
-
-* Fri Jan 18 2013 Dan McPherson <dmcphers at redhat.com> 1.3.6-1
-- Merge pull request #1164 from jwhonce/dev/bz895878
-  (dmcphers+openshiftbot at redhat.com)
-- Partial fix for Bug 895878 (jhonce at redhat.com)
-
-* Thu Jan 17 2013 Adam Miller <admiller at redhat.com> 1.3.5-1
-- Merge pull request #1157 from jwhonce/dev/bz895878
-  (dmcphers+openshiftbot at redhat.com)
-- Fix for Bug 895878 (jhonce at redhat.com)
-
-* Wed Jan 16 2013 Adam Miller <admiller at redhat.com> 1.3.4-1
-- Fix BZ875910: make oo-accept-node extensible (pmorie at gmail.com)
-
-* Thu Jan 10 2013 Adam Miller <admiller at redhat.com> 1.3.3-1
-- Fix for Bug 893207 (jhonce at redhat.com)
-
-* Tue Dec 18 2012 Adam Miller <admiller at redhat.com> 1.3.2-1
-- BZ 886379: Print out a warning message if no args. (rmillner at redhat.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 (kraman at gmail.com)
-
-* Wed Dec 12 2012 Adam Miller <admiller at redhat.com> 1.3.1-1
-- bump_minor_versions for sprint 22 (admiller at redhat.com)
-
-* Tue Dec 11 2012 Adam Miller <admiller at redhat.com> 1.2.7-1
-- Merge pull request #1045 from kraman/f17_fixes (openshift+bot at redhat.com)
-- Merge pull request #1044 from ramr/master (openshift+bot at redhat.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.
-  (ramr at redhat.com)
-- Close the connection on a 302/temporary redirect - bugz where the clients
-  loop. (ramr at redhat.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 (kraman at gmail.com)
-
-* Mon Dec 10 2012 Adam Miller <admiller at redhat.com> 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. (lmeyer at redhat.com)
-
-* Thu Dec 06 2012 Adam Miller <admiller at redhat.com> 1.2.5-1
-- Calculate date duration in a 1.9 compatible way (ironcladlou at gmail.com)
-
-* Wed Dec 05 2012 Adam Miller <admiller at redhat.com> 1.2.4-1
-- Fix for Bug 880699 (jhonce at redhat.com)
-
-* Tue Dec 04 2012 Adam Miller <admiller at redhat.com> 1.2.3-1
-- Move add/remove alias to the node API. (rmillner at redhat.com)
-- Fix for Bug 881920 (jhonce at redhat.com)
-
-* Thu Nov 29 2012 Adam Miller <admiller at redhat.com> 1.2.2-1
-- Remove unused phpmoadmin cartridge (jhonce at redhat.com)
-- use /bin/env for cron (dmcphers at redhat.com)
-- exit code and usage cleanup (dmcphers at redhat.com)
-- Merge pull request #962 from danmcp/master (openshift+bot at redhat.com)
-- Merge pull request #905 from kraman/ruby19 (openshift+bot at redhat.com)
-- add oo-ruby (dmcphers at redhat.com)
-- F18 compatibility fixes   - apache 2.4   - mongo journaling   - JDK 7   -
-  parseconfig gem update Bugfix for Bind DNS plugin (kraman at gmail.com)
-
-* Sat Nov 17 2012 Adam Miller <admiller at redhat.com> 1.2.1-1
-- bump_minor_versions for sprint 21 (admiller at redhat.com)
-
-* Fri Nov 16 2012 Adam Miller <admiller at redhat.com> 1.1.6-1
-- Fix for Bug 876874 (jhonce at redhat.com)
-- Merge pull request #925 from ironcladlou/scl-refactor (dmcphers at redhat.com)
-- Only use scl if it's available (ironcladlou at gmail.com)
-
-* Thu Nov 15 2012 Adam Miller <admiller at redhat.com> 1.1.5-1
-- Fix for Bug 876874 (jhonce at redhat.com)
-
-* Tue Nov 13 2012 Adam Miller <admiller at redhat.com> 1.1.4-1
-- update verb in JSON payload (jhonce at redhat.com)
-- US2603 man page and packaging (jhonce at redhat.com)
-
-* Mon Nov 12 2012 Adam Miller <admiller at redhat.com> 1.1.3-1
-- Fix for Bug 874445 (jhonce at redhat.com)
-
-* Thu Nov 08 2012 Adam Miller <admiller at redhat.com> 1.1.2-1
-- Fix for BZ872313 (jhonce at redhat.com)
-
-* Thu Nov 01 2012 Adam Miller <admiller at redhat.com> 1.1.1-1
-- bump_minor_versions for sprint 20 (admiller at redhat.com)
-
-* Thu Nov 01 2012 Adam Miller <admiller at redhat.com> 1.0.3-1
-- Fix for bug# 869748 (rpenta at redhat.com)
-
-* Wed Oct 31 2012 Adam Miller <admiller at redhat.com> 1.0.2-1
-- Fixes for LiveCD build (kraman at gmail.com)
-- move broker/node utils to /usr/sbin/ everywhere (admiller at redhat.com)
-
-* Tue Oct 30 2012 Adam Miller <admiller at redhat.com> 1.0.1-1
-- fix man page path names for node-util spec (admiller at redhat.com)
-- Added man pages for broker-util/node-util, port complete-origin-setup to bash
-  (admiller at redhat.com)
-- bumping specs to at least 1.0.0 (dmcphers at redhat.com)
-
-* Mon Oct 29 2012 Adam Miller <admiller at redhat.com> 0.0.8-1
-- Merge pull request #775 from brenton/rhc-list-ports1
-  (openshift+bot at redhat.com)
-- Fixing rhc-list-ports permissions issue (bleanhar at redhat.com)
-- Updating broker setup script (kraman at gmail.com)
-- Merge pull request #777 from rmillner/master (openshift+bot at redhat.com)
-- BZ 867242: Add a specific error on bad UUID. (rmillner at redhat.com)
-- BZ 869874: Do not attempt status report for non-existant cartridges.
-  (rmillner at redhat.com)
-- node-util needs apache group created before it is installed
-  (jhonce at redhat.com)
-- Fix for Bug 867198 (jhonce at redhat.com)
-- Bug 835501 - 'rhc-port-foward' returns 'No available ports to forward '
-  (bleanhar at redhat.com)
-
-* Fri Oct 26 2012 Adam Miller <admiller at redhat.com> 0.0.7-1
-- Fix lock file (jhonce at redhat.com)
-- Refactor oo-admin-ctl-gears to use lib/util functions (jhonce at redhat.com)
-
-* Wed Oct 24 2012 Adam Miller <admiller at redhat.com> 0.0.6-1
-- Update documentation with expected httpd access log format
-  (jhonce at redhat.com)
-- Idler requires PHP to restore gear (jhonce at redhat.com)
-- fixed single quotes to doubble in oo-admin-ctl-gears GEAR_GECOS subst
-  (mlamouri at redhat.com)
-
-* Mon Oct 22 2012 Adam Miller <admiller at redhat.com> 0.0.5-1
-- Fixing Origin build scripts (kraman at gmail.com)
-
-* Fri Oct 19 2012 Adam Miller <admiller at redhat.com> 0.0.4-1
-- Change libra guest to OpenShift guest (dmcphers at redhat.com)
-- Update Idler documentation (jhonce at redhat.com)
-- Wrong name transition in pam.d/sshd. (rmillner at redhat.com)
-
-* Thu Oct 18 2012 Adam Miller <admiller at redhat.com> 0.0.3-1
-- Port auto-Idler to origin-server (jhonce at redhat.com)
-- Fixing outstanding cgroups issues Removing hardcoded references to "OpenShift
-  guest" and using GEAR_GECOS from node.conf instead (kraman at gmail.com)
-- Use internal functions for that. (rmillner at redhat.com)
-- setup polyinstantiation. (rmillner at redhat.com)
-- Move SELinux to Origin and use new policy definition. (rmillner at redhat.com)
-- Set a password on the mongo admin db so that application and ssh'd users
-  cannot access the DB. Misc other fixes (kraman at gmail.com)
-- Adding support for quota and pam fs limits (kraman at gmail.com)
-- Move SELinux to Origin and use new policy definition. (rmillner at redhat.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 (kraman at gmail.com)
-- Clean up spec file (jhonce at redhat.com)
-- Port oo-init-quota command (jhonce at redhat.com)
-- Port admin scripts for on-premise (jhonce at redhat.com)
-- Fixing a few missed references to ss-* Added command to load openshift-origin
-  selinux module (kraman at gmail.com)
-- Removing old build scripts Moving broker/node setup utilities into util
-  packages Fix Auth service module name conflicts (kraman at gmail.com)
-- Fixed gear admin script and added systemd and init.d startup scripts
-  (kraman at gmail.com)
-
-* Mon Oct 08 2012 Dan McPherson <dmcphers at redhat.com> 0.0.2-1
-- new package built with tito
-
diff --git a/sources b/sources
index 6f257ef..a8858f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ceae70e9dba671349998ec0a02b1c82  openshift-origin-node-util-1.13.0.1.tar.gz
+1ef26da5fa47ef941f7de62be79f3791  openshift-origin-node-util-1.18.0.2.tar.gz


More information about the scm-commits mailing list