[openshift-origin-cartridge-mysql] Initial import (#1031198).

tdawson tdawson at fedoraproject.org
Tue Nov 19 19:30:41 UTC 2013


commit cc392bb909d052c690caf343c0e409736307c4e2
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Nov 19 13:30:53 2013 -0600

    Initial import (#1031198).

 .gitignore                            |    1 +
 openshift-origin-cartridge-mysql.spec |  185 +++++++++++++++++++++++++++++++++
 sources                               |    1 +
 3 files changed, 187 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a3b7f07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openshift-origin-cartridge-mysql-0.7.0.1.tar.gz
diff --git a/openshift-origin-cartridge-mysql.spec b/openshift-origin-cartridge-mysql.spec
new file mode 100644
index 0000000..6f1c3bf
--- /dev/null
+++ b/openshift-origin-cartridge-mysql.spec
@@ -0,0 +1,185 @@
+%global cartridgedir %{_libexecdir}/openshift/cartridges/mysql
+
+Summary:       Embedded mysql support for OpenShift
+Name:          openshift-origin-cartridge-mysql
+Version:       0.7.0.1
+Release:       1%{?dist}
+License:       ASL 2.0
+URL:           http://www.openshift.com
+Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Requires:      mysql-server
+Requires:      mysql-devel
+Requires:      rubygem(openshift-origin-node)
+Requires:      openshift-origin-node-util
+BuildArch:     noarch
+
+%description
+Provides mysql cartridge support to OpenShift.
+(Cartridge Format V2)
+
+%prep
+%setup -q
+
+%build
+%__rm %{name}.spec
+
+%install
+%__mkdir -p %{buildroot}%{cartridgedir}
+%__cp -r * %{buildroot}%{cartridgedir}
+
+# Cleanup
+rm -f %{buildroot}%{cartridgedir}/{COPYRIGHT,LICENSE,README.md}
+echo "#!/bin/bash" >> %{buildroot}%{cartridgedir}/bin/build
+echo "#!/bin/bash" >> %{buildroot}%{cartridgedir}/bin/teardown
+
+%files
+%doc COPYRIGHT LICENSE README.md
+%dir %{cartridgedir}
+%attr(0755,-,-) %{cartridgedir}/bin/
+%attr(0755,-,-) %{cartridgedir}/hooks/
+%{cartridgedir}/conf/
+%{cartridgedir}/env/
+%{cartridgedir}/metadata/
+
+%changelog
+* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 0.7.0.1-1
+- Bumping version #s for origin release 2 (kraman at gmail.com)
+- bump_minor_versions for sprint 32 (admiller at redhat.com)
+
+* Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 0.6.4-1
+- Update cartridge versions for Sprint 31 (jhonce at redhat.com)
+
+* Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 0.6.3-1
+- Pulled cartridge READMEs into Cartridge Guide (hripps at redhat.com)
+- Bug 985514 - Update CartridgeRepository when mcollectived restarted
+  (jhonce at redhat.com)
+
+* Mon Jul 29 2013 Adam Miller <admiller at redhat.com> 0.6.2-1
+- Bug 982738 (dmcphers at redhat.com)
+
+* Fri Jul 12 2013 Adam Miller <admiller at redhat.com> 0.6.1-1
+- bump_minor_versions for sprint 31 (admiller at redhat.com)
+
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 0.5.3-1
+- Fix bug 981622 (pmorie at gmail.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 0.5.2-1
+- Bug 976921: Move cart installation to %%posttrans (ironcladlou at gmail.com)
+- remove v2 folder from cart install (dmcphers at redhat.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 0.5.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Wed Jun 19 2013 Adam Miller <admiller at redhat.com> 0.4.3-1
+- Bug 970914 - Mysql big data snapshot restore failed (fotios at redhat.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 0.4.2-1
+- First pass at removing v1 cartridges (dmcphers at redhat.com)
+- Bug 971296: Display mysql environment variables rather than IPs during
+  install (ironcladlou at gmail.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 0.4.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
+
+* Fri May 24 2013 Adam Miller <admiller at redhat.com> 0.3.6-1
+- Bug 967017: Use underscores for v2 cart script names (ironcladlou at gmail.com)
+- remove install build required for non buildable carts (dmcphers at redhat.com)
+
+* Thu May 23 2013 Adam Miller <admiller at redhat.com> 0.3.5-1
+- Merge pull request #2596 from fotioslindiakos/Bug960707
+  (dmcphers+openshiftbot at redhat.com)
+- Bug960707: MySQL snapshot and restore across applications (fotios at redhat.com)
+
+* Wed May 22 2013 Adam Miller <admiller at redhat.com> 0.3.4-1
+- Bug 962662 (dmcphers at redhat.com)
+- Fix bug 964348 (pmorie at gmail.com)
+
+* Mon May 20 2013 Dan McPherson <dmcphers at redhat.com> 0.3.3-1
+- spec file cleanup (tdawson at redhat.com)
+
+* Thu May 16 2013 Adam Miller <admiller at redhat.com> 0.3.2-1
+- locking fixes and adjustments (dmcphers at redhat.com)
+- Add erb processing to managed_files.yml Also fixed and added some test cases
+  (fotios at redhat.com)
+- WIP Cartridge Refactor -- Cleanup spec files (jhonce at redhat.com)
+
+* Wed May 08 2013 Adam Miller <admiller at redhat.com> 0.3.1-1
+- bump_minor_versions for sprint 28 (admiller at redhat.com)
+
+* Fri May 03 2013 Adam Miller <admiller at redhat.com> 0.2.3-1
+- Special file processing (fotios at redhat.com)
+
+* Tue Apr 30 2013 Adam Miller <admiller at redhat.com> 0.2.2-1
+- Env var WIP. (mrunalp at gmail.com)
+
+* Thu Apr 25 2013 Adam Miller <admiller at redhat.com> 0.2.1-1
+- Merge pull request #2246 from ironcladlou/bz/955538
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #2241 from pmorie/dev/v2_mysql
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #2239 from jwhonce/wip/raw_envvar
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 955538: Don't fail on error in mysql control (ironcladlou at gmail.com)
+- Fix bug 956018 - communicate database name to broker for v2 mysql
+  (pmorie at gmail.com)
+- WIP Cartridge Refactor - cleanup in cartridges (jhonce at redhat.com)
+- Bug 956667 - Updated MySQL v2 cart to install with oo-admin-cartridge in
+  %%post (jdetiber at redhat.com)
+- Split v2 configure into configure/post-configure (ironcladlou at gmail.com)
+- implementing install and post-install (dmcphers at redhat.com)
+- WIP Cartridge Refactor - Change environment variable files to contain just
+  value (jhonce at redhat.com)
+- Adding V2 Format to all v2 cartridges (calfonso at redhat.com)
+- Merge pull request #2161 from pmorie/dev/v2_mysql
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 928675 (asari.ruby at gmail.com)
+- Move v2 mysql setup invocation marker to gear data directory
+  (pmorie at gmail.com)
+- V2 documentation refactoring (ironcladlou at gmail.com)
+- V2 cartridge documentation updates (ironcladlou at gmail.com)
+- bump_minor_versions for sprint 2.0.26 (tdawson at redhat.com)
+
+* Tue Apr 16 2013 Troy Dawson <tdawson at redhat.com> 0.1.7-1
+- Fix bug 927850 (pmorie at gmail.com)
+
+* Sun Apr 14 2013 Krishna Raman <kraman at gmail.com> 0.1.6-1
+- WIP Cartridge Refactor - Move PATH to /etc/openshift/env (jhonce at redhat.com)
+- WIP Cartridge Refactor - Scrub manifests (jhonce at redhat.com)
+
+* Fri Apr 12 2013 Adam Miller <admiller at redhat.com> 0.1.5-1
+- SELinux, ApplicationContainer and UnixUser model changes to support oo-admin-
+  ctl-gears operating on v1 and v2 cartridges. (rmillner at redhat.com)
+
+* Wed Apr 10 2013 Adam Miller <admiller at redhat.com> 0.1.4-1
+- Anchor locked_files.txt entries at the cart directory (ironcladlou at gmail.com)
+- Merge pull request #1968 from pmorie/dev/v2_mysql (dmcphers at redhat.com)
+- Add mysql v2 snapshot/restore tests (pmorie at gmail.com)
+
+* Tue Apr 09 2013 Adam Miller <admiller at redhat.com> 0.1.3-1
+- Merge pull request #1942 from ironcladlou/dev/v2carts/vendor-changes
+  (dmcphers+openshiftbot at redhat.com)
+- Remove vendor name from installed V2 cartridge path (ironcladlou at gmail.com)
+
+* Mon Apr 08 2013 Adam Miller <admiller at redhat.com> 0.1.2-1
+- Add v2 mysql snapshot (pmorie at gmail.com)
+- Refactor v2 cartridge SDK location and accessibility (ironcladlou at gmail.com)
+- Correct mysqld setup and control status. (pmorie at gmail.com)
+
+* Thu Mar 28 2013 Adam Miller <admiller at redhat.com> 0.1.1-1
+- bump_minor_versions for sprint 26 (admiller at redhat.com)
+
+* Wed Mar 27 2013 Dan McPherson <dmcphers at redhat.com> 0.0.5-1
+- 
+
+* Wed Mar 20 2013 Adam Miller <admiller at redhat.com> 0.0.4-1
+- new package built with tito
+
+* Wed Mar 20 2013 Paul Morie <pmorie at gmail.com> 0.0.3-1
+- new package built with tito
+
+* Wed Mar 13 2013 Paul Morie <pmorie at gmail.com> 0.0.2-1
+- WIP: mysql v2 (pmorie at gmail.com)
+
+* Wed Mar 13 2013 Paul Morie <pmorie at gmail.com> 0.0.1-1
+- new package built with tito
+
diff --git a/sources b/sources
index e69de29..182df7b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f3baf692b2b1dea7c873265767df2884  openshift-origin-cartridge-mysql-0.7.0.1.tar.gz


More information about the scm-commits mailing list