Ashley Penney
9305f10a63
Prepare metadata for supported modules.
2014-05-09 16:53:11 -04:00
Lauren Rother
dc2ed90682
Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries
...
Per a request to have initial release notes that specifically listed known issues for this PE 3.2 release, and barred by time constraints from automating a pull from open issues in JIRA, this commit adds a Release Note and Known Bug section to the Changelog for the imminent 3.2 release. As it will display on the Forge, updates file type to markdown and standardizes previous entries. Adds template for release notes to be filled in later.
2014-05-09 16:53:11 -04:00
Ashley Penney
1999625fe2
Missed a couple of tests to gate off for unsupported platforms.
2014-05-09 16:53:11 -04:00
Ashley Penney
2bf1759f76
Fix hiera.yaml creation on PE.
2014-05-09 16:53:11 -04:00
Ashley Penney
4b1b28acc3
Merge pull request #513 from mhaskel/ubuntu-1404-again
...
Change the package name in the manifest, too!
2014-05-09 16:52:39 -04:00
Morgan Haskel
6151590caf
Change the package name in the manifest, too!
2014-05-09 16:46:03 -04:00
Ashley Penney
9d1f437234
Merge pull request #512 from mhaskel/ubuntu-1404
...
Package rename in Ubuntu 14.04.
2014-05-09 16:42:09 -04:00
Morgan Haskel
c57c762810
Package rename in Ubuntu 14.04.
2014-05-09 16:39:10 -04:00
Ashley Penney
70f6fc5a75
Merge pull request #511 from mhaskel/rhel7-fixes
...
Rhel7 fixes
2014-05-09 16:31:40 -04:00
Morgan Haskel
625cdf0e9f
Allow the tests to run on RHEL7.
2014-05-09 15:54:08 -04:00
Morgan Haskel
bb4640d64a
Change package/service for MariaDB.
2014-05-09 15:35:16 -04:00
Morgan Haskel
ad5381d67a
Fix to install ruby-mysql from gem.
2014-05-09 15:11:57 -04:00
Morgan Haskel
dec2af67b8
MariaDB still uses my.cnf as the main config file.
2014-05-09 15:10:27 -04:00
Morgan Haskel
7c16c52ef4
Try to add some checks so the test doesn't do an rm -rf /
2014-05-09 13:58:46 -04:00
Morgan Haskel
a6bacbd144
Fix backup test, install bzip2.
2014-05-09 13:05:00 -04:00
mhaskel
f70c81c2d0
Merge pull request #507 from apenney/fix-1404
...
Improve this so it works on Ubuntu 14.04.
2014-05-02 10:55:39 -07:00
Ashley Penney
81a1a19f24
Improve this so it works on Ubuntu 14.04.
2014-05-02 19:52:05 +02:00
Hunter Haugen
467017a3de
Merge pull request #503 from apenney/remove-rspec-system
...
Remove all rspec-system traces.
2014-04-24 13:06:40 -07:00
Ashley Penney
7f4c067350
Remove all rspec-system traces.
2014-04-24 22:05:43 +02:00
Igor Galić
aa82f83ace
Merge pull request #500 from nerdlich/patch-1
...
User needs PROCESS privilege when doing file-per-database backup
2014-04-22 14:22:54 +02:00
nerdlich
b40865d740
Backup user needs PROCESS privilege when doing file-per-database backups
...
The following error occured:
mysqldump: Couldn't execute 'SELECT /*!40001 SQL_NO_CACHE */ * FROM `INNODB_BUFFER_PAGE`': Access denied; you need (at least one of) the PROCESS privilege(s) for this operation (1227)
2014-04-22 13:08:58 +02:00
Igor Galić
09c63fb3ac
Merge pull request #502 from igalic/osrelease
...
fix spec tests, by adding osrelease facts
2014-04-22 12:39:25 +02:00
Igor Galić
50612ab6ff
fix spec tests, by adding osrelease facts
2014-04-22 12:38:29 +02:00
Igor Galić
6736fb8a7b
Merge pull request #501 from ryansechrest/patch-1
...
Replaced database_user with mysql_user
2014-04-22 08:31:34 +02:00
Ryan Sechrest
fcffb7a3ba
Replaced database_user with mysql_user
...
database_user has been deprecated in favor of mysql_user.
2014-04-21 13:21:20 -05:00
Igor Galić
b763006ab6
Merge pull request #495 from mauerj/master
...
Add quotes to backup password to be able to use more complex passwords.
2014-04-16 12:36:02 +02:00
jmauer
056407f158
Add Quotes to backup password to be able to use more complex passwords.
2014-04-11 15:55:39 +02:00
Ashley Penney
71d1f24bd9
Merge pull request #457 from igalic/independent-backup
...
mysqlbackup.sh should be able to find mysql
2014-04-10 13:46:19 -04:00
Ashley Penney
101b524ca0
I believe this Rake problem has been fixed upstream.
2014-04-10 17:34:57 +00:00
Ashley Penney
5a002bcd67
Allow rspec-beaker to update.
...
Previously the dependencies for rspec-system were holding back rspec-beaker and specinfra.
2014-04-05 13:34:38 +00:00
Igor Galić
b3dc36a125
Merge pull request #429 from paramite/f20-mariadb
...
Change also service_name for Fedora
2014-04-02 15:27:11 +02:00
Igor Galić
469d25d9e7
Merge pull request #493 from igalic/rake
...
Fixed travis by updating Gemfile to pin Rake to 10.1.1
2014-03-26 14:02:03 +01:00
Igor Galić
e08a0790d4
Fixed travis by updating Gemfile to pin Rake to 10.1.1
...
The latest Rake update requires Ruby >= 1.9. This update
fixes the failing 1.8.7 tests by pinning Rake to the last
supported version on ruby 1.8.7.
This is a direct copy from @blkperl's fix for puppetlabs-apache
https://github.com/puppetlabs/puppetlabs-apache/pull/685
2014-03-26 13:41:10 +01:00
Martin Magr
c47d1fb586
Modified params.pp to work on latest Red Hat releases
...
On Fedora-20+ and RHEL-7+ mysqld service does not work any more
and has been replaced by mariadb service. This patch changes all
parameters accordingly.
2014-03-18 17:34:54 +01:00
Igor Galić
97c4d4e282
Merge pull request #489 from xcompass/exported-resource-mysql-db
...
Allow to use different name for db resource other than db name
2014-03-17 19:18:09 +01:00
Pan
df706eec5e
Use ensure_resource for mysql_databasein mysql::db
...
This will allow exported resource mysql::db to define same database but different
hostname and enables the cluster web nodes to declear the mysql::db and
to be collected on db node.
2014-03-15 13:38:17 -07:00
Pan
2834498e4d
Allow use different name for db resource other than db name
...
When defining the mysql::db as exported resources, there are chances that the
same resource names are defined across the site, which will cause puppet agent
fail. By adding an optional dbname parameter, default to the $name, it allows the
resouce name to be defined differently, e.g. ${dbname}_${domain}.
Also updated test and docs for dbname parameter and add acceptance test for
dbname parameter feature
2014-03-15 13:38:13 -07:00
Igor Galić
6506c1d4f4
Merge pull request #490 from TracyWebTech/master
...
[BUG] [Critical] Removing extra space after slash in mysqlbackup.sh
2014-03-11 15:02:18 +01:00
Sergio Oliveira
3d4a153797
[BUG] [Critical] Removing extra space after slash
...
This extra space was breaking the backup script when running with
`backupdatabases`
2014-03-10 08:22:15 -03:00
Ashley Penney
ec1cc59d03
Merge pull request #479 from igalic/better-backup-test
...
backup script test: Actually loop through a list
2014-03-06 14:48:04 -05:00
Ashley Penney
22b6b76ac2
Merge pull request #488 from Mayflower/master
...
fix #487 mysql not starting if ssl is not disabled
2014-03-06 08:21:10 -05:00
Robin Gloster
e4d63f7dc6
fix mysql not starting if ssl is not disabled
2014-03-06 14:03:13 +01:00
Igor Galić
501448c29e
Merge pull request #477 from Mayflower/master
...
handle mysql compiled without ssl
2014-03-06 13:04:23 +01:00
Ashley Penney
3fa4154365
Merge pull request #486 from hunner/remove_autorelease
...
Remove autorelease
2014-03-05 12:18:32 -05:00
Hunter Haugen
e16e0df9a4
Remove autorelease
2014-03-05 09:10:18 -08:00
Robin Gloster
5c8d97f81b
add test for ssl-disable
2014-03-04 14:58:37 +01:00
Robin Gloster
47521aea8e
add message to warn if disabling ssl
2014-03-04 14:58:17 +01:00
Igor Galić
53af16e601
backup script test: Actually loop through a list
...
we do this by creating more than one database to backup.
2014-03-02 13:30:30 +01:00
Robin Gloster
abcea00dcb
handle mysql compiled without ssl
...
mysql doesn't allow ssl=true/false in my.cnf if it hasn't been compiled
with ssl, therefor add a new parameter ssl-disable which makes sure the
template doesn't write anything with ssl to the config.
2014-02-28 21:42:41 +01:00
Hunter Haugen
7884ff744e
Merge pull request #471 from bkero/master
...
Add centos65-x64 acceptance test yaml file
2014-02-26 14:16:01 -08:00