[openshift-origin-msg-node-mcollective] update to latest stable release

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


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

    update to latest stable release

 .gitignore                                 |    1 +
 openshift-origin-msg-node-mcollective.spec |  177 +++++++++++++++++++++++++++-
 sources                                    |    2 +-
 3 files changed, 173 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 706cd73..e9864a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /openshift-origin-msg-node-mcollective-1.9.4.tar.gz
 /openshift-origin-msg-node-mcollective-1.11.5.tar.gz
 /openshift-origin-msg-node-mcollective-1.13.0.1.tar.gz
+/openshift-origin-msg-node-mcollective-1.18.0.1.tar.gz
diff --git a/openshift-origin-msg-node-mcollective.spec b/openshift-origin-msg-node-mcollective.spec
index ce94072..42a1421 100644
--- a/openshift-origin-msg-node-mcollective.spec
+++ b/openshift-origin-msg-node-mcollective.spec
@@ -1,14 +1,16 @@
 %if 0%{?fedora}%{?rhel} <= 6
     %global vendor_ruby /opt/rh/%{scl}/root/usr/share/ruby/vendor_ruby/
     %global mco_agent_root /opt/rh/%{scl}/root/usr/libexec/mcollective/mcollective/agent/
+    %global update_yaml_root /opt/rh/ruby193/root/usr/libexec/mcollective/
 %else
     %global vendor_ruby /usr/share/ruby/vendor_ruby/
     %global mco_agent_root /usr/libexec/mcollective/mcollective/agent/
+    %global update_yaml_root /usr/libexec/mcollective/
 %endif
 
 Summary:       M-Collective agent file for openshift-origin-msg-node-mcollective
 Name:          openshift-origin-msg-node-mcollective
-Version: 1.13.0.1
+Version: 1.18.0.1
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -18,7 +20,7 @@ Requires:      %{?scl:%scl_prefix}rubygems
 Requires:      %{?scl:%scl_prefix}rubygem-open4
 Requires:      %{?scl:%scl_prefix}rubygem-json
 Requires:      rubygem-openshift-origin-node
-Requires:      mcollective
+Requires:      %{?scl:%scl_prefix}mcollective
 Requires:      %{?scl:%scl_prefix}facter
 Requires:      openshift-origin-msg-common
 BuildArch:     noarch
@@ -40,17 +42,180 @@ mkdir -p %{buildroot}/usr/libexec/mcollective
 cp -p src/openshift.rb %{buildroot}%{mco_agent_root}
 cp -p facts/openshift_facts.rb %{buildroot}%{vendor_ruby}facter/
 cp -p facts/openshift-facts %{buildroot}/etc/cron.minutely/
-cp -p facts/update_yaml.rb %{buildroot}/usr/libexec/mcollective/
+cp -p facts/update_yaml.rb %{buildroot}%{update_yaml_root}
 
 %files
 %{mco_agent_root}openshift.rb
 %{vendor_ruby}facter/openshift_facts.rb
-%attr(0700,-,-) /usr/libexec/mcollective/update_yaml.rb
+%attr(0700,-,-) %{update_yaml_root}/update_yaml.rb
 %attr(0700,-,-) %config(noreplace) /etc/cron.minutely/openshift-facts
 
 %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)
+* 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 1032906: Fix generic error handling in Openshift agent
+  (ironcladlou at gmail.com)
+- Merge pull request #4209 from mrunalp/dev/upgrade_endpoints
+  (dmcphers+openshiftbot at redhat.com)
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+- Migrate endpoints during upgrade. (mrunalp at gmail.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.18.0.1-1
+- Bug 1032906: Fix generic error handling in Openshift agent
+  (ironcladlou at gmail.com)
+- Merge pull request #4209 from mrunalp/dev/upgrade_endpoints
+  (dmcphers+openshiftbot at redhat.com)
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+- Migrate endpoints during upgrade. (mrunalp at gmail.com)
+
+* Wed Nov 13 2013 Adam Miller <admiller at redhat.com> 1.17.2-1
+- Bug 1029685 - Remove :cart_list fact (jhonce at redhat.com)
+- Bug 1022889 - AVC message is seen when mcolletive facts update cron job is
+  running. (bleanhar at redhat.com)
+
+* Thu Nov 07 2013 Adam Miller <admiller at redhat.com> 1.17.1-1
+- update for 36 upgrade (dmcphers at redhat.com)
+- bump_minor_versions for sprint 36 (admiller at redhat.com)
+
+* Thu Oct 31 2013 Adam Miller <admiller at redhat.com> 1.16.5-1
+- Gear groups should timeout aggressively when fetching state
+  (ccoleman at redhat.com)
+
+* Mon Oct 28 2013 Adam Miller <admiller at redhat.com> 1.16.4-1
+- Don't use app_dns == gear_dns with update_cluster (andy.goldstein at gmail.com)
+- Merge pull request #4004 from jwhonce/bug/1023588
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 1023588 - Build cartridge index from cache (jhonce at redhat.com)
+- Fix for bug 1022370, 1023207 (abhgupta at redhat.com)
+
+* Thu Oct 24 2013 Adam Miller <admiller at redhat.com> 1.16.3-1
+- kerberos work for broker and console (jliggitt at redhat.com)
+
+* Tue Oct 22 2013 Adam Miller <admiller at redhat.com> 1.16.2-1
+- <msg-node> Update openshift-facts for ruby193 scl if RHEL
+  (jdetiber at redhat.com)
+- Bug 994419 (lnader at redhat.com)
+
+* Mon Oct 21 2013 Adam Miller <admiller at redhat.com> 1.16.1-1
+- Merge pull request #3811 from rajatchopra/master
+  (dmcphers+openshiftbot at redhat.com)
+- routing endpoint migration for gears (rchopra at redhat.com)
+- Adding deploy migration for broker auth (dmcphers at redhat.com)
+- Fix activation reporting (dmcphers at redhat.com)
+- Handle reporting deployment for initial app create (dmcphers at redhat.com)
+- Combine multiple metadata files to 1 (andy.goldstein at gmail.com)
+- rollback -> activate (dmcphers at redhat.com)
+- Add parallel concurrency ratio of .5 when called from the broker
+  (dmcphers at redhat.com)
+- Rolling restart from the broker (dmcphers at redhat.com)
+- Fix unit tests related to activation (ironcladlou at gmail.com)
+- Update move gear for build-deploy changes (andy.goldstein at gmail.com)
+- update_cluster fixes (andy.goldstein at gmail.com)
+- Fix bson hash error (dmcphers at redhat.com)
+- Pass back deployments in new param from deploy called through the rest api
+  (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- Add structure to gear registry (andy.goldstein at gmail.com)
+- Deploy WIP (dmcphers at redhat.com)
+- collapse the git refs into 1 (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- Adding application config WIP (dmcphers at redhat.com)
+- Build & deployment improvements (andy.goldstein at gmail.com)
+- Bug 1014768 - Audit additional uses of password calls. (rmillner at redhat.com)
+- bump_minor_versions for sprint 35 (admiller at redhat.com)
+
+* Tue Sep 24 2013 Troy Dawson <tdawson at redhat.com> 1.15.2-1
+- Merge pull request #3647 from detiber/runtime_card_255
+  (dmcphers+openshiftbot 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
+- Creating the app secret token (abhgupta at redhat.com)
+- Merge pull request #3664 from jwforres/exception_reporting
+  (dmcphers+openshiftbot at redhat.com)
+- Card origin_runtime_102 - Support OPENSHIFT_SECRET_TOKEN (jhonce at redhat.com)
+- Allow for extensions to listen for exceptions that should be reported
+  (jforrest at redhat.com)
+- Merge pull request #3622 from brenton/ruby193-mcollective
+  (dmcphers+openshiftbot at redhat.com)
+- Moving update_yaml.rb under the SCL for ruby193-mcollective on RHEL
+  (bleanhar at redhat.com)
+- bump_minor_versions for sprint 34 (admiller at redhat.com)
+- Node plugin changes for ruby193-mcollective (bleanhar at redhat.com)
+- Dependency changes for the SCL mcollective package (bleanhar at redhat.com)
+
+* Thu Sep 12 2013 Adam Miller <admiller at redhat.com> 1.14.4-1
+- Improve upgrade MCollective response handling (ironcladlou at gmail.com)
+
+* Mon Sep 09 2013 Adam Miller <admiller at redhat.com> 1.14.3-1
+- Allow for the mcollective node agent to be extended (jforrest at redhat.com)
+
+* Thu Sep 05 2013 Adam Miller <admiller at redhat.com> 1.14.2-1
+- Merge pull request #3311 from detiber/runtime_card_213
+  (dmcphers+openshiftbot at redhat.com)
+- <runtime> Card origin_runtime_213: realtime node_utilization checks
+  (jdetiber at redhat.com)
+
+* Thu Aug 29 2013 Adam Miller <admiller at redhat.com> 1.14.1-1
+- Merge remote-tracking branch 'origin/master' into propagate_app_id_to_gears
+  (ccoleman at redhat.com)
+- Merge pull request #3486 from jwhonce/bug/1000580
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 1000580 - Reduce quota precision (jhonce at redhat.com)
+- Bug 1000193: Use an Hourglass in the gear upgrader (ironcladlou at gmail.com)
+- bump_minor_versions for sprint 33 (admiller at redhat.com)
+- Merge pull request #3452 from pravisankar/dev/ravi/bug998905
+  (dmcphers+openshiftbot at redhat.com)
+- Added environment variable name limitations  - Limit length to 128 bytes.  -
+  Allow letters, digits and underscore but can't begin with digit
+  (rpenta at redhat.com)
+- Switch OPENSHIFT_APP_UUID to equal the Mongo application '_id' field
+  (ccoleman at redhat.com)
+
+* Wed Aug 21 2013 Adam Miller <admiller at redhat.com> 1.13.8-1
+- fix bug 999144 - check gear_file against uid map (rchopra at redhat.com)
+- Bug 998794 - Allow blank value for a user environment variable
+  (rpenta at redhat.com)
+
+* Tue Aug 20 2013 Adam Miller <admiller at redhat.com> 1.13.7-1
+- Merge pull request #3418 from lnader/master
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 994419 (lnader at redhat.com)
+- Merge pull request #3410 from pravisankar/dev/ravi/card86
+  (dmcphers+openshiftbot at redhat.com)
+- User vars node changes:  - Use 'user-var-add' mcollective call for *add*
+  and/or *push* user vars. This will reduce unnecessary additional
+  code/complexity.  - Add some more reserved var names: PATH, IFS, USER, SHELL,
+  HOSTNAME, LOGNAME  - Do not attempt rsync when .env/user_vars dir is empty  -
+  Misc bug fixes (rpenta at redhat.com)
+- WIP Node Platform - Add support for settable user variables
+  (jhonce at redhat.com)
+
+* Mon Aug 19 2013 Adam Miller <admiller at redhat.com> 1.13.6-1
+- Bug 995599 - Add lock when building cartridge repository (jhonce at redhat.com)
+
+* Fri Aug 16 2013 Adam Miller <admiller at redhat.com> 1.13.5-1
+- Removing has_app mcollective method since its no longer used
+  (abhgupta at redhat.com)
+- fix parameter names and validation (rchopra at redhat.com)
+
+* Thu Aug 15 2013 Adam Miller <admiller at redhat.com> 1.13.4-1
+- Merge pull request #3359 from rajatchopra/master
+  (dmcphers+openshiftbot at redhat.com)
+- migration helpers and rest interface for port information of gears
+  (rchopra at redhat.com)
+- Upgrade tool enhancements (ironcladlou at gmail.com)
+
+* Wed Aug 14 2013 Adam Miller <admiller at redhat.com> 1.13.3-1
+- save exposed port interfaces of a gear (rchopra at redhat.com)
+
+* Fri Aug 09 2013 Adam Miller <admiller at redhat.com> 1.13.2-1
+- Bug 995233 - Use oo_spawn in place of systemu (jhonce at redhat.com)
+
+* Thu Aug 08 2013 Adam Miller <admiller at redhat.com> 1.13.1-1
+- Card origin_runtime_175 - Report quota on 90%% usage (jhonce at redhat.com)
+- Fixing has_app method in mcollective (abhgupta at redhat.com)
 - bump_minor_versions for sprint 32 (admiller at redhat.com)
 
 * Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 1.12.5-1
diff --git a/sources b/sources
index e5ea9d1..0497416 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38265c69d6754e335bc6ed35a2674ce8  openshift-origin-msg-node-mcollective-1.13.0.1.tar.gz
+8d955ed4dab0ab1e8eadc985d3d91f4e  openshift-origin-msg-node-mcollective-1.18.0.1.tar.gz


More information about the scm-commits mailing list