[rubygem-openshift-origin-msg-broker-mcollective] Update to lastest stable release

tdawson tdawson at fedoraproject.org
Tue Feb 18 14:22:16 UTC 2014


commit f9531de9bc9244f8281d3765779b5db709655ea1
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Feb 18 08:23:01 2014 -0600

    Update to lastest stable release

 .gitignore                                         |    1 +
 ...em-openshift-origin-msg-broker-mcollective.spec |  161 +++++++++++++++++++-
 sources                                            |    2 +-
 3 files changed, 160 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33e0aa2..4951926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /openshift-origin-msg-broker-mcollective-1.5.12.gem
 /openshift-origin-msg-broker-mcollective-1.9.9.gem
 /openshift-origin-msg-broker-mcollective-1.13.0.1.gem
+/openshift-origin-msg-broker-mcollective-1.18.0.1.gem
diff --git a/rubygem-openshift-origin-msg-broker-mcollective.spec b/rubygem-openshift-origin-msg-broker-mcollective.spec
index 43af448..61c8ac2 100644
--- a/rubygem-openshift-origin-msg-broker-mcollective.spec
+++ b/rubygem-openshift-origin-msg-broker-mcollective.spec
@@ -3,7 +3,7 @@
 
 Summary:       OpenShift plugin for mcollective service
 Name:          rubygem-%{gem_name}
-Version:       1.13.0.1
+Version:       1.18.0.1
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -17,7 +17,7 @@ Requires:      %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
 Requires:      %{?scl:%scl_prefix}rubygems
 Requires:      %{?scl:%scl_prefix}rubygem(json)
 Requires:      rubygem(openshift-origin-common)
-Requires:      mcollective-client
+Requires:      %{?scl:%scl_prefix}mcollective-client
 Requires:      selinux-policy-targeted
 Requires:      policycoreutils-python
 Requires:      openshift-origin-msg-common
@@ -59,6 +59,10 @@ cp %{buildroot}/%{gem_dir}/gems/%{gem_name}-%{version}/conf/openshift-origin-msg
 # Cleanup
 rm -rf %{buildroot}%{gem_instdir}/.yardoc
 
+%if 0%{?rhel} <= 6
+sed -i -e "s|\(/etc/mcollective/client.cfg\)|%{scl_root}/\1|" %{buildroot}/etc/openshift/plugins.d/openshift-origin-msg-broker-mcollective.conf.example
+%endif
+
 %files
 %dir %{gem_instdir}
 %dir %{gem_dir}
@@ -70,9 +74,160 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 /etc/openshift/plugins.d/openshift-origin-msg-broker-mcollective.conf.example
 
 %defattr(-,root,apache,-)
-%attr(0644,-,-) %ghost /etc/mcollective/client.cfg
+%attr(0644,-,-) %ghost %{?scl:%scl_root}/etc/mcollective/client.cfg
 
 %changelog
+* 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)
+- Fix for bug 1035120 (abhgupta at redhat.com)
+- Flatten 'gears' in application mongo record i.e. 'gears' field will be
+  sibling of 'group_instances'. (rpenta at redhat.com)
+- fix bz1031821 - node exceptions are now propagated. Failed ops are also
+  mentioned in the error message (rchopra at redhat.com)
+- Bug 1032906: Fix generic error handling in Openshift agent
+  (ironcladlou at gmail.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
+- Fix for bug 1035120 (abhgupta at redhat.com)
+- Flatten 'gears' in application mongo record i.e. 'gears' field will be
+  sibling of 'group_instances'. (rpenta at redhat.com)
+- fix bz1031821 - node exceptions are now propagated. Failed ops are also
+  mentioned in the error message (rchopra at redhat.com)
+- Bug 1032906: Fix generic error handling in Openshift agent
+  (ironcladlou at gmail.com)
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+
+* Thu Nov 14 2013 Adam Miller <admiller at redhat.com> 1.17.2-1
+- Fix typo (dmcphers at redhat.com)
+
+* Thu Nov 07 2013 Adam Miller <admiller at redhat.com> 1.17.1-1
+- Rest API Deployment support for passing the artifact url parameter with
+  associated tests in the broker and node.  Enabling the artifact url param in
+  the rest models. (jajohnso at redhat.com)
+- fix bz1006083 - recheck with node if gear is truly gone (rchopra 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
+- Bug 1025179 - Defend against code that calls execute_parallel with nil args
+  (ccoleman at redhat.com)
+- Gear groups should timeout aggressively when fetching state
+  (ccoleman at redhat.com)
+
+* Tue Oct 29 2013 Adam Miller <admiller at redhat.com> 1.16.4-1
+- Merge pull request #4023 from jwforres/improve_node_error_messages
+  (dmcphers+openshiftbot at redhat.com)
+- Improve node exception error messages for the end user (jforrest at redhat.com)
+
+* Mon Oct 28 2013 Adam Miller <admiller at redhat.com> 1.16.3-1
+- Don't use app_dns == gear_dns with update_cluster (andy.goldstein at gmail.com)
+
+* Thu Oct 24 2013 Adam Miller <admiller at redhat.com> 1.16.2-1
+- kerberos work for broker and console (jliggitt at redhat.com)
+
+* Mon Oct 21 2013 Adam Miller <admiller at redhat.com> 1.16.1-1
+- Fix for bug 997008 (abhgupta at redhat.com)
+- Fix for bug 1019880 (abhgupta at redhat.com)
+- Bug 995460 (dmcphers at redhat.com)
+- Merge pull request #3792 from liggitt/new_relic_bugs
+  (dmcphers+openshiftbot at redhat.com)
+- Fix typos and NPE discovered in newrelic logs (jliggitt at redhat.com)
+- Fixing rubygem-openshift-origin-msg-broker-mcollective's example config
+  (bleanhar at redhat.com)
+- Merge pull request #3505 from danmcp/build-deploy
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3755 from Miciah/rpc_get_facts_direct-and-
+  rpc_get_fact_direct-fix-parentheses (dmcphers+openshiftbot at redhat.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)
+- Update move gear for build-deploy changes (andy.goldstein at gmail.com)
+- Add broker auth as permanent fixture of every app (dmcphers at redhat.com)
+- update_cluster fixes (andy.goldstein at gmail.com)
+- Pass back deployments in new param from deploy called through the rest api
+  (dmcphers at redhat.com)
+- Use public_hostname instead of ip in gear registry (andy.goldstein at gmail.com)
+- Add structure to gear registry (andy.goldstein at gmail.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)
+- bump_minor_versions for sprint 35 (admiller at redhat.com)
+- Fix check in rpc_get_fact{,s}_direct (miciah.masters at gmail.com)
+
+* Wed Sep 25 2013 Troy Dawson <tdawson at redhat.com> 1.15.3-1
+- Added skip_node_ops flag to app/domain/user/district models.
+  (rpenta 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
+- optimize find all district scenarios (dmcphers at redhat.com)
+- Creating the app secret token and sending to gear creation requests
+  (abhgupta at redhat.com)
+- Fix for bug 1007582 and bug 1008517 (abhgupta at redhat.com)
+- Merge pull request #3622 from brenton/ruby193-mcollective
+  (dmcphers+openshiftbot at redhat.com)
+- bump_minor_versions for sprint 34 (admiller at redhat.com)
+- mcollective 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.3-1
+- Bug 1007085 (dmcphers 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
+- Fix broker extended (dmcphers at redhat.com)
+- Node fact calls should timeout much faster than the overall mco timeout
+  (jforrest at redhat.com)
+- bump_minor_versions for sprint 33 (admiller 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)
+
+* Tue Aug 20 2013 Adam Miller <admiller at redhat.com> 1.13.4-1
+- Merge pull request #3398 from detiber/bz994445
+  (dmcphers+openshiftbot at redhat.com)
+- Added User environment variables support in broker (rpenta at redhat.com)
+- Bug 99445 - Better error message for No nodes available (jdetiber at redhat.com)
+
+* Thu Aug 15 2013 Adam Miller <admiller at redhat.com> 1.13.3-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)
+
+* Wed Aug 14 2013 Adam Miller <admiller at redhat.com> 1.13.2-1
+- * 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)
+
+* Thu Aug 08 2013 Adam Miller <admiller at redhat.com> 1.13.1-1
+- Merge pull request #3304 from abhgupta/abhgupta-scheduler
+  (dmcphers+openshiftbot at redhat.com)
+- Adding option to specify server list for find_gear (abhgupta at redhat.com)
+- Remove add_authorized_ssh_key and remove_authorized_ssh_key which were likely
+  replaced by the job based mechanism. (jpazdziora at redhat.com)
+- Fixing has_app method in mcollective (abhgupta at redhat.com)
+- bump_minor_versions for sprint 32 (admiller at redhat.com)
+
 * 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)
 - bump_minor_versions for sprint 32 (admiller at redhat.com)
diff --git a/sources b/sources
index 749e5b9..ee4d86c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-221ba103f3d4620005df987abe55da11  openshift-origin-msg-broker-mcollective-1.13.0.1.gem
+47b10448d7c21ee51d464621993c99b2  openshift-origin-msg-broker-mcollective-1.18.0.1.gem


More information about the scm-commits mailing list