[openshift-origin-broker-util] initial import

tdawson tdawson at fedoraproject.org
Fri Dec 7 14:54:26 UTC 2012


commit bcfd8fc49c203de8d2264a0123a149e38e04a0eb
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Dec 7 08:54:21 2012 -0600

    initial import

 .gitignore                        |    1 +
 openshift-origin-broker-util.spec |  207 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 209 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8167b0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openshift-origin-broker-util-1.1.8.tar.gz
diff --git a/openshift-origin-broker-util.spec b/openshift-origin-broker-util.spec
new file mode 100644
index 0000000..c2f852a
--- /dev/null
+++ b/openshift-origin-broker-util.spec
@@ -0,0 +1,207 @@
+Summary:        Utility scripts for the OpenShift Origin broker
+Name:           openshift-origin-broker-util
+Version:        1.1.8
+Release:        3%{?dist}
+License:        ASL 2.0
+URL:            http://openshift.redhat.com
+Source0:        http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Requires:       openshift-origin-broker
+# For oo-register-dns
+Requires:       bind-utils
+# For oo-setup-bind
+Requires:       rng-tools
+# For oo-setup-broker
+Requires:       openssl
+Requires:       ruby(abi) >= 1.8
+%if 0%{?fedora} >= 17
+BuildRequires:  rubygems-devel
+%else
+BuildRequires:  rubygems
+%endif
+BuildArch:      noarch
+
+%description
+This package contains a set of utility scripts for the openshift broker.
+They must be run on a openshift broker instance.
+
+%prep
+%setup -q
+
+%build
+
+%install
+mkdir -p %{buildroot}%{_sbindir}
+cp -p oo-* %{buildroot}%{_sbindir}/
+
+mkdir -p %{buildroot}%{_mandir}/man8/
+cp -p man/*.8 %{buildroot}%{_mandir}/man8/
+mkdir -p %{buildroot}/usr/share/openshift/kickstarts
+cp -p kickstart/openshift-origin-remix.ks %{buildroot}/usr/share/openshift/kickstarts
+
+%files
+%doc LICENSE
+%attr(0755,-,-) %{_sbindir}/oo-admin-chk
+%attr(0755,-,-) %{_sbindir}/oo-admin-ctl-app
+%attr(0755,-,-) %{_sbindir}/oo-admin-ctl-district
+%attr(0755,-,-) %{_sbindir}/oo-admin-ctl-domain
+%attr(0755,-,-) %{_sbindir}/oo-admin-ctl-template
+%attr(0755,-,-) %{_sbindir}/oo-admin-ctl-user
+%attr(0755,-,-) %{_sbindir}/oo-admin-move
+%attr(0755,-,-) %{_sbindir}/oo-register-dns
+%attr(0755,-,-) %{_sbindir}/oo-setup-bind
+%attr(0755,-,-) %{_sbindir}/oo-setup-broker
+%attr(0755,-,-) %{_sbindir}/oo-accept-broker
+%dir /usr/share/openshift
+%dir /usr/share/openshift/kickstarts
+/usr/share/openshift/kickstarts/openshift-origin-remix.ks
+%{_mandir}/man8/oo-admin-chk.8.gz
+%{_mandir}/man8/oo-admin-ctl-app.8.gz
+%{_mandir}/man8/oo-admin-ctl-district.8.gz
+%{_mandir}/man8/oo-admin-ctl-domain.8.gz
+%{_mandir}/man8/oo-admin-ctl-template.8.gz
+%{_mandir}/man8/oo-admin-ctl-user.8.gz
+%{_mandir}/man8/oo-admin-move.8.gz
+%{_mandir}/man8/oo-register-dns.8.gz
+%{_mandir}/man8/oo-setup-bind.8.gz
+%{_mandir}/man8/oo-setup-broker.8.gz
+%{_mandir}/man8/oo-accept-broker.8.gz
+
+%changelog
+* Tue Nov 27 2012 Troy Dawson <tdawson at redhat.com> 1.1.8-3
+- Added several Requires
+
+* Tue Nov 20 2012 Troy Dawson <tdawson at redhat.com> 1.1.8-2
+- Cleanup for Fedora standards
+- Fix source URL
+- Removed Group
+
+* Fri Nov 16 2012 Adam Miller <admiller at redhat.com> 1.1.8-1
+- Bug 877347 (dmcphers at redhat.com)
+- fix for bug#876330 (rchopra at redhat.com)
+
+* Thu Nov 15 2012 Adam Miller <admiller at redhat.com> 1.1.7-1
+- fix ref to wrong var (dmcphers at redhat.com)
+- fix ref to wrong var (dmcphers at redhat.com)
+- handle errors better on invalid data for oo-admin-chk (dmcphers at redhat.com)
+
+* Wed Nov 14 2012 Adam Miller <admiller at redhat.com> 1.1.6-1
+- add unresilient option to oo-admin-chk (dmcphers at redhat.com)
+
+* Wed Nov 14 2012 Adam Miller <admiller at redhat.com> 1.1.5-1
+- Avoid false positives with oo-admin-chk (dmcphers at redhat.com)
+- Fix for bug# 874931 (rpenta at redhat.com)
+- Bug 873349 (dmcphers at redhat.com)
+
+* Tue Nov 13 2012 Adam Miller <admiller at redhat.com> 1.1.4-1
+- Bug 876099 (dmcphers at redhat.com)
+
+* Mon Nov 12 2012 Adam Miller <admiller at redhat.com> 1.1.3-1
+- Merge pull request #809 from Miciah/add-auth-remote-user-to-oo-accept-broker
+  (openshift+bot at redhat.com)
+- oo-accept-broker: add support for remote-user auth (miciah.masters at gmail.com)
+
+* Thu Nov 08 2012 Adam Miller <admiller at redhat.com> 1.1.2-1
+- oo-accept-broker: fix check_datastore_mongo (miciah.masters at gmail.com)
+- Fix for Bug 873765 (jhonce at redhat.com)
+- oo-accept-broker: RHEL6 compatibility (miciah.masters at gmail.com)
+- Merge pull request #698 from mscherer/fix_doc_node_bin
+  (openshift+bot at redhat.com)
+- do not use old name in the script help message (mscherer 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)
+
+* 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)
+- Bug 871436 - moving the default path for AUTH_PRIVKEYFILE and AUTH_PUBKEYFILE
+  under /etc (bleanhar at redhat.com)
+
+* Tue Oct 30 2012 Adam Miller <admiller at redhat.com> 1.0.1-1
+- 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)
+- fix broker-util version number (admiller at redhat.com)
+- Updating broker setup script (kraman at gmail.com)
+- Moving broker config to /etc/openshift/broker.conf Rails app and all oo-*
+  scripts will load production environment unless the
+  /etc/openshift/development marker is present Added param to specify default
+  when looking up a config value in OpenShift::Config Moved all defaults into
+  plugin initializers instead of separate defaults file No longer require
+  loading 'openshift-origin-common/config' if 'openshift-origin-common' is
+  loaded openshift-origin-common selinux module is merged into F16 selinux
+  policy. Removing from broker %%postrun (kraman at gmail.com)
+- sudo is not allowed within a command that is being executed using su
+  (abhgupta at redhat.com)
+- Merge pull request #741 from pravisankar/dev/ravi/bug/853082
+  (openshift+bot at redhat.com)
+- Fix for bug# 853082 (rpenta at redhat.com)
+- Updating setup-broker, moving broken gem setup to after bind plugn setup is
+  completed. Fixing cucumber test helper to use correct selinux policies
+  (kraman at gmail.com)
+- Merge pull request #737 from sosiouxme/master (dmcphers at redhat.com)
+- have openshift-broker report bundler problems rather than silently fail. also
+  fix typo in oo-admin-chk usage (lmeyer at redhat.com)
+- Bug 868858 (dmcphers at redhat.com)
+- Fixing Origin build scripts (kraman at gmail.com)
+- removing remaining cases of SS and config.ss (dmcphers at redhat.com)
+- Fix for Bugs# 853082, 847572 (rpenta 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)
+- 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)
+- Merge pull request #681 from pravisankar/dev/ravi/bug/821107
+  (openshift+bot at redhat.com)
+- Merge pull request #678 from jwhonce/dev/scripts (dmcphers at redhat.com)
+- Support more ssh key types (rpenta at redhat.com)
+- Automatic commit of package [openshift-origin-broker-util] release
+  [0.0.6.2-1]. (admiller at redhat.com)
+- Port oo-init-quota command (jhonce at redhat.com)
+- Port admin scripts for on-premise (jhonce at redhat.com)
+- Centralize plug-in configuration (miciah.masters at gmail.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)
+
+* Mon Oct 15 2012 Adam Miller <admiller at redhat.com> 0.0.6.2-1
+- Port admin scripts for on-premise (jhonce at redhat.com)
+- Centralize plug-in configuration (miciah.masters at gmail.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)
+
+* Tue Oct 09 2012 Krishna Raman <kraman at gmail.com> 0.0.6.1-1
+- Removing old build scripts Moving broker/node setup utilities into util
+  packages (kraman at gmail.com)
+
+* Mon Oct 08 2012 Dan McPherson <dmcphers at redhat.com> 0.0.6-1
+- Bug 864005 (dmcphers at redhat.com)
+- Bug: 861346 - fixing ss-admin-ctl-domain script (abhgupta at redhat.com)
+
+* Fri Oct 05 2012 Krishna Raman <kraman at gmail.com> 0.0.5-1
+- Rename pass 3: Manual fixes (kraman at gmail.com)
+- Rename pass 1: files, directories (kraman at gmail.com)
+
+* Wed Oct 03 2012 Adam Miller <admiller at redhat.com> 0.0.4-1
+- Disable analytics for admin scripts (dmcphers at redhat.com)
+- Commiting Rajat's fix for bug#827635 (bleanhar at redhat.com)
+- Subaccount user deletion changes (rpenta at redhat.com)
+- fixing build requires (abhgupta at redhat.com)
+
+* Mon Sep 24 2012 Adam Miller <admiller at redhat.com> 0.0.3-1
+- Removing the node profile enforcement from the oo-admin-ctl scripts
+  (bleanhar at redhat.com)
+- Adding LICENSE file to new packages and other misc cleanup
+  (bleanhar at redhat.com)
+
+* Thu Sep 20 2012 Brenton Leanhardt <bleanhar at redhat.com> 0.0.2-1
+- new package built with tito
+
diff --git a/sources b/sources
index e69de29..ac167fa 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a0440c12ce6c8a42ddd2706477d3858d  openshift-origin-broker-util-1.1.8.tar.gz


More information about the scm-commits mailing list