-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update openstack modules to their latest master branches #132
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 065a353 Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:14:56 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno), and deps. - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: Iff1f059764547634570b763f04833ddbc01f4758 commit 7792885 Merge: 08fc9d9 a4f20d0 Author: Jenkins <[email protected]> Date: Fri Oct 3 20:18:33 2014 +0000 Merge "Stringify $evaluation_interval for validate_re call" commit a4f20d0 Author: Mike Dorman <[email protected]> Date: Thu Sep 18 12:18:30 2014 -0600 Stringify $evaluation_interval for validate_re call Under Puppet 3.7.x, calls to validate_re fail if the parameter is not strictly a string. This change creates a string from $evaluation_interval when passing to validate_re, so the call will pass regardless of if the parameter to the class is specified as string or an integer. Change-Id: I17b82977f21483acf134837a66c5ecebe346cfdf Closes-Bug: 1371235
commit 987c51bc097fa049a8692741ffbeaffa2f3770e9 Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:26:22 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno), and deps. - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: I6aae75b5c2128f80e880bb4934811931db32eb59 commit c93baffe7b751a7a5cd46c3015bfdd55ee277ebf Merge: 75e2aa9 2a09e40 Author: Jenkins <[email protected]> Date: Fri Oct 17 02:11:30 2014 +0000 Merge "correct package name for cinder backup" commit 2a09e402eed1aba46c3734a2d7fadd3e78733368 Author: Oliver Boettcher <[email protected]> Date: Tue Oct 14 11:46:38 2014 +0200 correct package name for cinder backup the default backup_driver was mistyped and could not be loaded Change-Id: I54eceeb366a7ccd7e78b382fcb8830106f9153d3 Closes-Bug: 1380716 commit 75e2aa98f9cae88149152f9009186c8a68cd558e Author: Crag Wolfe <[email protected]> Date: Fri Oct 10 16:51:47 2014 -0400 grep check of "cinder type-list" should look for an exact match thus avoiding the bug where a substring match could lead to a false positive. Change-Id: I29173c42d8c499238906aa91c04e18047f7d0599 commit c9271e02d0d5a317ab390cfce9928601208f6073 Merge: 3bccc5d 0f67be5 Author: Jenkins <[email protected]> Date: Fri Oct 10 16:51:29 2014 +0000 Merge "Set volume_driver for iscsi backend explicitly" commit 0f67be560c7b95d80555fd4fd4cd794274bf7d8a Author: Jiri Stransky <[email protected]> Date: Mon Oct 6 14:04:24 2014 +0200 Set volume_driver for iscsi backend explicitly Setting the volume_driver option explicitly even for iscsi backend is desirable, because if the user would switch from e.g. an nfs backend to iscsi, the volume_driver config option would not be changed during the Puppet run and still point to the nfs driver. Defaults to LVMISCSIDriver, can be overriden to LVMISERDriver. Change-Id: I860508ff92fce4add21c50e684e1717fc4f16622 commit 3bccc5dec65abee73c6a4ca364231eb1f5a0df5a Merge: d024874 5cc5ae1 Author: Jenkins <[email protected]> Date: Thu Oct 9 14:23:37 2014 +0000 Merge "Add use_multipath_for_image_xfer with E-Series" commit d0248745b5d6203402247cecc668e41635abedff Merge: ef0aaab 992aa92 Author: Jenkins <[email protected]> Date: Mon Oct 6 14:36:28 2014 +0000 Merge "Add tuning data base configs" commit ef0aaab38452f46eb2fc1ee1f2c4d85ccb149d52 Author: Emilien Macchi <[email protected]> Date: Fri Sep 26 23:10:46 2014 -0400 EMC VNX backend support Add support for EMC VNX direct driver. - Create the volume driver for EMC VNX direct driver - Create the backend for volume type support (multi-backend) - Unit test for basic parameters Official documentation used: http://docs.openstack.org/trunk/config-reference/content/emc-vnx-direct-driver.html Change-Id: Iccaea371751aac92b6d0df2011e18fd9bd6b98e9 commit 992aa924fe279c14d98739339bef51c6026c63c6 Author: Tri Hoang Vo <[email protected]> Date: Wed Sep 24 15:50:08 2014 +0200 Add tuning data base configs Add data base configs: min_pool_size, max_pool_size, max_retries, retry_interval, max_overflow Use the same default values as cinder project Change-Id: Icfc545e41049ee6b3d05fb6770a12d5d2b683f93 commit 5cc5ae1c1d6a2e3674e9dbc02cb0de98d43d3a89 Author: Bob Callaway <[email protected]> Date: Tue Sep 30 20:11:28 2014 -0400 Add use_multipath_for_image_xfer with E-Series This change implements the documented best practice to use multipath with a Cinder deployment leveraging the NetApp E-Series driver by setting a Cinder configuration setting to ensure that multipath is appropriately used by the driver. Change-Id: I4d279ebefc5a1ed935680775c6ea95fa38c1b9ef
commit f061452 Merge: db96537 fd5ab55 Author: Morgan Haskel <[email protected]> Date: Tue Oct 28 12:52:03 2014 -0400 Merge pull request #405 from cdenneen/master EL7 Fixes for CentOS commit fd5ab55 Merge: 653bb02 ed5dd3e Author: cdenneen <[email protected]> Date: Mon Oct 27 21:23:59 2014 -0400 Merge pull request #1 from cmurphy/fix_el7_tests Update tests for EL 7 commit ed5dd3e Author: Colleen Murphy <[email protected]> Date: Mon Oct 27 13:36:46 2014 -0700 Update tests for EL 7 Without this patch, unit tests make no distinction between EL < 7 and EL 7. This is a problem because the iptables save exec is different between the two operating systems, so the tests will fail for EL 7. This patch fixes the problem by updating the tests to include the new exec command for EL 7. commit db96537 Merge: 4ed1b43 1247c22 Author: Colleen Murphy <[email protected]> Date: Fri Oct 24 14:23:24 2014 -0700 Merge pull request #424 from mhaskel/purge_ip6_fix Missing a provider specification commit 4ed1b43 Merge: dfb5e54 e7f9a38 Author: Hunter Haugen <[email protected]> Date: Thu Oct 23 15:15:45 2014 -0700 Merge pull request #383 from vzctl/ipset add ipset support commit 1247c22 Author: Morgan Haskel <[email protected]> Date: Thu Oct 23 10:31:57 2014 -0600 Missing a provider specification commit dfb5e54 Merge: d2addf1 f7652f3 Author: Hunter Haugen <[email protected]> Date: Wed Oct 22 10:44:38 2014 -0700 Merge pull request #423 from mhaskel/metadata_fix Invalid metadata commit f7652f3 Author: Morgan Haskel <[email protected]> Date: Wed Oct 22 10:43:27 2014 -0700 Invalid metadata commit d2addf1 Merge: f157da0 6cafec4 Author: Morgan Haskel <[email protected]> Date: Mon Oct 20 14:01:29 2014 -0700 Merge pull request #422 from hunner/fix_instances (MODULES-41) Change source for ip6tables provider commit 6cafec4 Author: Hunter Haugen <[email protected]> Date: Mon Oct 20 13:33:36 2014 -0700 (MODULES-41) Change source for ip6tables provider This will allow purging of ipv6 rules commit f157da0 Merge: 1417eef 8846341 Author: Hunter Haugen <[email protected]> Date: Mon Oct 20 09:56:47 2014 -0700 Merge pull request #420 from mhaskel/metadata_update Update to support PE3.x commit 1417eef Merge: 3658a85 5b5f923 Author: Hunter Haugen <[email protected]> Date: Mon Oct 20 09:56:39 2014 -0700 Merge pull request #419 from mhaskel/future_parser Fix for future parser commit e7f9a38 Author: Alexey Lapitsky <[email protected]> Date: Fri Sep 19 15:39:22 2014 -0400 add more ipset documentation commit e55d4ec Author: Alexey Lapitsky <[email protected]> Date: Fri Sep 19 15:19:49 2014 -0400 add negation support for ipset commit 52d8287 Author: Patrick Hemmer <[email protected]> Date: Sat Apr 26 12:13:59 2014 -0400 add ipset support commit 8846341 Author: Morgan Haskel <[email protected]> Date: Sat Oct 18 17:22:03 2014 -0700 Update to support PE3.x commit 5b5f923 Author: Morgan Haskel <[email protected]> Date: Sat Oct 18 17:08:41 2014 -0700 Fix for future parser I'm not entirely sure why this was having issues with the future parser, but there was something funny with the pp function. commit 3658a85 Merge: 91570b4 df4ed1b Author: Hunter Haugen <[email protected]> Date: Fri Oct 17 14:22:22 2014 -0700 Merge pull request #418 from mhaskel/remove_oel5 Doesn't actually support OEL5 commit df4ed1b Author: Morgan Haskel <[email protected]> Date: Fri Oct 17 14:15:37 2014 -0700 Doesn't actually support OEL5 There are weird interactions between the version of iptables and the kernel on OEL5. commit 91570b4 Merge: de7d781 b65afaf Author: Morgan Haskel <[email protected]> Date: Fri Oct 17 10:26:21 2014 -0700 Merge pull request #417 from jbondpdx/fix-readme DOCUMENT-75: cstate param in my_fw::pre example should be state commit b65afaf Author: jbondpdx <[email protected]> Date: Fri Oct 17 10:20:39 2014 -0700 DOCUMENT-75: cstate param in my_fw::pre example should be state Fixed! commit de7d781 Merge: 903a3a0 244f3f6 Author: Hunter Haugen <[email protected]> Date: Thu Oct 16 16:38:29 2014 -0700 Merge pull request #416 from mhaskel/selinux_fixes Don't do the idempotency checks with selinux commit 244f3f6 Author: Morgan Haskel <[email protected]> Date: Thu Oct 16 16:21:47 2014 -0700 Don't do the idempotency checks with selinux Eventually the types should use autobefore, but until then, just don't do the idempotency checks. commit 903a3a0 Merge: 00f6b5d 302f5ae Author: Hunter Haugen <[email protected]> Date: Tue Oct 14 11:56:42 2014 -0700 Merge pull request #414 from mhaskel/spec_helper_fix Use puppet() so the module install works better commit 302f5ae Author: Morgan Haskel <[email protected]> Date: Tue Oct 14 11:53:23 2014 -0700 Use puppet() so the module install works better This was failing on SLES10 due to path issues. commit 00f6b5d Merge: 2b38d12 3f297ae Author: Travis Fields <[email protected]> Date: Mon Oct 13 20:02:26 2014 -0700 Merge pull request #413 from mhaskel/rhel5_fixes Fix for RHEL5 commit 3f297ae Author: Morgan Haskel <[email protected]> Date: Mon Oct 13 16:54:01 2014 -0700 Fix for RHEL5 iptables-save output is in a different order for RHEL5 systems. Make the tests check that ordering. commit 2b38d12 Merge: 955024e 473fffe Author: Colleen Murphy <[email protected]> Date: Thu Oct 9 16:16:56 2014 -0700 Merge pull request #412 from mhaskel/resource_cmd_spec_fix Fix for resource_cmd_spec commit 473fffe Author: Morgan Haskel <[email protected]> Date: Thu Oct 9 19:03:16 2014 -0400 Fix for resource_cmd_spec Was checking for empty stderr in a few places, and also setting an iptables rule that doesn't work on deb7 and ubuntu trusty. commit 955024e Merge: e8dca83 b79c277 Author: Morgan Haskel <[email protected]> Date: Mon Sep 29 14:18:51 2014 -0500 Merge pull request #410 from justinstoller/bug/master/FM-1923-fixup-hieraconf (FM-1923) Fix spec_helper_acceptance to run against PE commit b79c277 Author: Justin Stoller <[email protected]> Date: Mon Sep 29 12:16:10 2014 -0700 (FM-1923) Fix spec_helper_acceptance to run against PE commit e8dca83 Merge: 2df558c a626cf2 Author: Travis Fields <[email protected]> Date: Wed Sep 17 09:05:24 2014 -0700 Merge pull request #407 from hunner/redirect_validate (MODULES-1086) toports is not reqired with jump == REDIRECT commit a626cf2 Author: Hunter Haugen <[email protected]> Date: Mon Sep 15 16:20:09 2014 -0700 (MODULES-1086) toports is not reqired with jump == REDIRECT From the man page for REDIRECT and --to-ports: "This specifies a destination port or range of ports to use: without this, the destination port is never altered." commit 2df558c Merge: d5a10f5 1c7d88b Author: Hunter Haugen <[email protected]> Date: Wed Sep 10 11:50:04 2014 -0700 Merge pull request #406 from cyberious/master Remove puppet_module_install in favor of copy_module_to commit 1c7d88b Author: Travis Fields <[email protected]> Date: Wed Sep 10 11:47:53 2014 -0700 Remove puppet_module_install in favor of copy_module_to commit 653bb02 Author: cdenneen <[email protected]> Date: Wed Sep 3 22:42:19 2014 -0400 Update redhat.pp commit af94f65 Author: cdenneen <[email protected]> Date: Wed Sep 3 22:23:57 2014 -0400 Update firewall.rb commit 4563e2d Author: cdenneen <[email protected]> Date: Wed Sep 3 13:14:06 2014 -0400 Centos 7 won't work with operatingsystemrelease 7.0 Centos 7 operatingsystemrelease is 7.0.1406 for example so switching to operatingsystemmajrelease would allow for 7 to be used for all EL7 products commit 0d40289 Author: cdenneen <[email protected]> Date: Wed Sep 3 13:08:17 2014 -0400 Add CentOS to facter value operatingsystem test
commit a63ab112aabdc9faa5e66fc095ef9dcc865d6999 Merge: a05ecbb 94df57a Author: Ryan O'Hara <[email protected]> Date: Wed Sep 24 17:31:15 2014 -0500 Merge pull request #3 from opuk/updated_template Check if wsrep_cluster_members is empty commit 94df57a8249bd53663e8daf7df5b770b6188c1b8 Author: Johan Swensson <[email protected]> Date: Tue Sep 23 15:05:32 2014 +0000 Check if wsrep_cluster_members is empty commit a05ecbb860fa9bb7968ad5735859f7197a5d151c Merge: 55b8fb4 7398230 Author: Ryan O'Hara <[email protected]> Date: Thu Sep 4 10:46:36 2014 -0500 Merge pull request #2 from djuran/master Typo preventing "puppet build module" from working commit 55b8fb477ed466c37da08bfeb9a117d382aca48f Author: Ryan O'Hara <[email protected]> Date: Wed Sep 3 13:08:51 2014 -0500 Add wsrep_node_address parameter commit 7398230d21182d2417f6e673726cc62fe10d8ea8 Author: David Juran <[email protected]> Date: Fri Aug 15 15:46:15 2014 +0200 Typo preventing "puppet build module" from working Really, the credit goes to Domic Cleal
commit 27f39cd Author: Gael Chamoulaud <[email protected]> Date: Tue Oct 28 15:53:48 2014 +0100 Deprecate sql_connection in favor of database_connection Change-Id: I2ca6118448c93b5b5779e815169c5198fbdafdcd Signed-off-by: Gael Chamoulaud <[email protected]> commit 599b613 Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:31:52 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno), and deps. - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: Ie64090dd0adc112a40c5f1b47442578216afd5e4 commit 0e6d7ea Author: Emilien Macchi <[email protected]> Date: Wed Oct 8 11:07:26 2014 -0400 engine: configure deferred authentication method The default deferred_auth_method of password is deprecated as of Icehouse, so although it is still the default, deployers are strongly encouraged to move to using deferred_auth_method=trusts, which is planned to become the default for Juno. * It avoids storing user credentials in the heat database * It removes the need to provide a password as well as a token on stack create * It limits the actions the heat service user can perform on a users behalf. This patch aims to: * Set deferred_auth_method = trusts in /etc/heat/heat.conf for engine * Specify the roles to be delegated to the heat service user (trusts_delegated_roles in heat.conf, defaults to heat_stack_owner which will be referred to in the following instructions. You may wish to modify this list of roles to suit your local RBAC policies) * Create the role(s) in Keystone (optional and enabled by default). Change-Id: I99eaf29473bc4e70017580b3b340c24093aa0619
commit f1e5acfe6fdd3709b4c34f12b90786cc7fd52a07 Merge: 8cb08e2 325db8a Author: Jenkins <[email protected]> Date: Fri Oct 24 00:34:47 2014 +0000 Merge "Add selection of Django session engine to this module" commit 325db8a86c56b5d56d5b3e4aea20013318dd1d94 Author: Tim Goddard <[email protected]> Date: Fri Oct 10 11:24:23 2014 +1300 Add selection of Django session engine to this module This allows Django to be set to use something other than the default session engine through Puppet. By default, it will have no impact on existing configurations. We've added this because our security constraints make signed cookies as a session store for Horizon undesirable. The reasons for this are: * Sessions become vulnerable to replay attacks, a clean log-out is difficult to achieve. * Serializing sessions in cookies may allow an attacker to escalate read-only access to server configuration into code execution via deserialization of attacker-generated content. Change-Id: Iaf80bdc1bb9ce55ff46b2dcfac73daad90fd0d37 commit 8cb08e215085582d5beee4ce4cffaabae8c46472 Merge: 5ecc0ea 959398f Author: Jenkins <[email protected]> Date: Thu Oct 23 19:17:23 2014 +0000 Merge "Switch to metadata.json for Puppet forge releases" commit 959398fb4c28dc049070ebb80ca8936ac5097cfe Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:33:13 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno). - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: I195a4ebd7d8a9fe77f1ad7149fba6037f9e1a865 commit 5ecc0eaa69175e70e14c3aaad7e0757ab32bdb02 Author: Mathieu Gagné <[email protected]> Date: Fri Oct 17 19:20:44 2014 -0400 Add ability to configure policy_files_path and policy_files This change adds the ability to configure policy_files_path and policy_files configs used by the policy enforcement (RBAC) support in Horizon. Closes-bug: #1383458 Change-Id: Iad33e68d09b81b384d4333ef9fa785939d43f9e6 commit 78bdbe683affc2b8d86861eb220120dba12b3628 Author: Rich Megginson <[email protected]> Date: Tue Sep 23 13:45:30 2014 -0600 should not set wsgi_socket_prefix The per-platform setting of wsgi_socket_prefix has been moved into the Apache module - horizon should just include ::apache::mod::wsgi Add a dependency on the version of puppetlabs-apache that sets the default wsgi_socket_prefix for osfamily RedHat Closes-Bug: #1374634 Change-Id: Iba8311ba25445d3367e71d3c0e854291c33e7258
commit 3f64ee4 Merge: 77d066c 51e3052 Author: Jenkins <[email protected]> Date: Tue Oct 28 15:14:17 2014 +0000 Merge "Switch to metadata.json for Puppet forge releases" commit 51e3052 Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:35:06 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno). - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: I772f187071e6ea082ff36281b405eac265009323 commit 77d066c Merge: 1459063 7ddfea2 Author: Jenkins <[email protected]> Date: Mon Oct 20 15:29:57 2014 +0000 Merge "Switch to new Juno defaults" commit 1459063 Author: Tri Hoang Vo <[email protected]> Date: Thu Oct 16 19:25:12 2014 +0200 Add more config options for pki signing * add config signing/cert_subject * add config signing/key_size * use default values from keystone Change-Id: Ie327b8ca4f0f8026582530a9aefe5f0d184f92e2 commit 7ddfea2 Author: Matt Fischer <[email protected]> Date: Mon Oct 13 14:30:11 2014 -0600 Switch to new Juno defaults There are some new default config file values for Juno so switch to them. This commit does not include the LDAP deprecations which is contained in a different commit. Change-Id: Ida18439353d4083e968cbe9ae81479ea65650076 Closes-Bug: #1380767
commit 40dd180 Merge: 8540e26 c4d45c3 Author: Igor Galić <[email protected]> Date: Tue Oct 28 16:14:59 2014 +0100 Merge pull request #571 from jtopper/master [MODULES-1333] Add explicit dependencies for mysql_database and mysql_user types commit 8540e26 Merge: d45c1e4 46065c4 Author: Igor Galić <[email protected]> Date: Tue Oct 28 14:42:46 2014 +0100 Merge pull request #587 from maxenced/fix-mysql-grant-parsing The old regex requires something after the 'host' part. Fix this. commit 46065c4 Author: Maxence Dunnewind <[email protected]> Date: Mon Oct 27 14:34:24 2014 +0100 The old regex requires something after the 'host' part. Fix this. Old regex is : /^GRANT\s(.+)\sON\s(.+)\sTO\s(.*)@(.*?)(\s.*)$/ . The last part (\s.*)$ means "a space followed by anything". The issue is that when user has no GRANT privileges, the "SHOW GRANTS FOR #{user_string}" returns "GRANT SELECT ON `database`.* TO 'user'@'%'" which does not match (\s.*)$ . This small patch fixes this making last bloc optional (thanks to '?'). commit d45c1e4 Merge: 39aa5f5 2a91e52 Author: Igor Galić <[email protected]> Date: Mon Oct 27 16:39:12 2014 +0100 Merge pull request #585 from stepping-stone/gentoo Add support for Gentoo commit 2a91e52 Author: Pascal Jufer <[email protected]> Date: Fri Aug 29 17:26:48 2014 +0200 Add support for Gentoo commit 39aa5f5 Merge: 39d7598 16d2df2 Author: Igor Galić <[email protected]> Date: Sun Oct 19 19:17:52 2014 +0200 Merge pull request #576 from igalic/timeout Timeout commit 39d7598 Merge: 53f5ad4 9f3e522 Author: Hunter Haugen <[email protected]> Date: Tue Oct 14 10:07:55 2014 -0700 Merge pull request #584 from cmurphy/clean_metadata Clean up metadata for new SLES support commit 9f3e522 Author: Colleen Murphy <[email protected]> Date: Tue Oct 14 10:05:56 2014 -0700 Clean up metadata for new SLES support commit 53f5ad4 Merge: c6f8945 fef9602 Author: Hunter Haugen <[email protected]> Date: Tue Oct 14 10:01:19 2014 -0700 Merge pull request #583 from cmurphy/metadata Update PE and OS compatibility info in metadata commit fef9602 Author: Colleen Murphy <[email protected]> Date: Mon Oct 13 09:27:29 2014 -0700 Update PE and OS compatibility info in metadata Now compatible with PE 3.4 and SLES 10. commit c6f8945 Merge: 91e5710 d2d40a8 Author: Morgan Haskel <[email protected]> Date: Fri Oct 10 16:32:23 2014 -0400 Merge pull request #582 from cmurphy/fix_oracle Oracle 7 uses mariadb commit d2d40a8 Author: Colleen Murphy <[email protected]> Date: Fri Oct 10 13:23:48 2014 -0700 Oracle 7 uses mariadb commit 91e5710 Merge: 1a3f91f c291be4 Author: Morgan Haskel <[email protected]> Date: Tue Oct 7 18:52:11 2014 -0400 Merge pull request #580 from cmurphy/fix_bzcat Install bzip2 on RHEL 7 and Fedora hosts commit c291be4 Author: Colleen Murphy <[email protected]> Date: Tue Oct 7 15:43:57 2014 -0700 Install bzip2 on RHEL 7 and Fedora hosts The backup script needs the bzcat command, which does not come installed on RHEL 7 and Fedora hosts by default. This patch installs the bzip2 package before attempting to run tests that use bzcat. commit 1a3f91f Merge: 400d3b2 ec6b97e Author: Morgan Haskel <[email protected]> Date: Tue Oct 7 17:34:15 2014 -0400 Merge pull request #579 from cmurphy/fix_log_idempotency Ensure error log is present before trying to manage ownership commit ec6b97e Author: Colleen Murphy <[email protected]> Date: Tue Oct 7 14:28:00 2014 -0700 Ensure error log is present before trying to manage ownership If mysql generates an error log in between puppet runs, the log's ownership and group might not match the ownership and group set by the file resource. This means sequential puppet runs will appear not to be idempotent. This patch makes sure the file is there from the start so that it doesn't have to change its ownership later. commit 400d3b2 Merge: e6dceb1 f88719b Author: Igor Galić <[email protected]> Date: Tue Oct 7 15:46:08 2014 +0200 Merge pull request #570 from fnerdwq/mysql_grant_column_privs (MODULES-552) Add capability to specify column_privileges commit f88719b Author: Frederik Wagner <[email protected]> Date: Mon Sep 15 18:11:46 2014 +0200 (MODULES-552) Add capability to specify column_privileges commit e6dceb1 Merge: b338635 bf2c8d4 Author: Morgan Haskel <[email protected]> Date: Fri Oct 3 17:26:25 2014 -0400 Merge pull request #577 from cmurphy/fix_future_errors Change sql param to default to undef instead of empty string commit bf2c8d4 Author: Colleen Murphy <[email protected]> Date: Fri Oct 3 11:56:18 2014 -0700 Change sql param to default to undef instead of empty string The future parser treats the empty string '' as a truthy value. This means that mysql::db will always try to include the db import exec in the catalog. With the empty string as the $sql value, the command attempts to import '' into a database, which fails. This patch changes the default $sql value to undef so that the exec won't be included if there is no sql to import. commit 16d2df2 Author: refnode <[email protected]> Date: Tue Jan 28 23:31:14 2014 +0100 Add documentation for new mysql::db "import_timeout" parameter Signed-off-by: refnode <[email protected]> commit 4e1bb8f Author: refnode <[email protected]> Date: Thu Oct 31 14:31:37 2013 +0100 Add timeout parameter to increase for long time running sql imports Signed-off-by: refnode <[email protected]> commit b338635 Merge: 1bd8f56 ba4830c Author: Morgan Haskel <[email protected]> Date: Fri Sep 19 10:09:26 2014 -0700 Merge pull request #573 from mhaskel/fix_187_unittests Trailing commas were breaking things on 1.8.7 commit ba4830c Author: Morgan Haskel <[email protected]> Date: Fri Sep 19 09:42:35 2014 -0700 Trailing commas were breaking things on 1.8.7 commit c4d45c3 Author: Jon Topper <[email protected]> Date: Tue Sep 16 15:46:13 2014 +0100 Add explicit dependencies for types mysql_grant has an autorequire()'d dependency on the .my.cnf file used by the provider to talk to the database. I've added this to mysql_database and mysql_user too since logically these also need the file to be in place. I've hit this bug because of a slightly unusual edge case in our own manifests, but I think this fix belongs upstream regardless. commit 1bd8f56 Merge: 443ff06 fa96854 Author: Igor Galić <[email protected]> Date: Tue Sep 16 15:08:22 2014 +0200 Merge pull request #568 from edestecd/master future parser converts explicit undef to empty string commit 443ff06 Merge: 86c7fcf bbbc6cd Author: Igor Galić <[email protected]> Date: Tue Sep 16 15:02:13 2014 +0200 Merge pull request #569 from fnerdwq/mysql_grant_revokation (MODULES-1330) Change order of revokation. commit bbbc6cd Author: Frederik Wagner <[email protected]> Date: Tue Sep 16 09:07:33 2014 +0200 (MODULES-1330) Change order of revokation commit 86c7fcf Merge: fbef97d d986a87 Author: Igor Galić <[email protected]> Date: Tue Sep 16 13:34:44 2014 +0200 Merge pull request #565 from mmonaco/master mysql_database: prevent syntax error with collate=>'binary' commit d986a87 Author: Matthew Monaco <[email protected]> Date: Wed Sep 10 17:55:45 2014 -0600 mysql_database: prevent syntax error with collate=>'binary' On MySQL v5.5.38, creating a database such as: CREATE DATABASE `mydb` CHARACTER SET binary COLLATE binary; seems to hit a parser bug. A workaround is simply to quote COLLATE `binary`. As the quoting is harmless, and for aesthetics, quote both the CHARACTER SET and COLLATE arguments. commit fa96854 Author: Chris Edester <[email protected]> Date: Mon Sep 15 13:08:16 2014 -0400 future parser converts explicit undef to empty string With the future parser and puppet 4, explicit undef seems to be converted to blank string for erb templates This change allows you to continue to omit config options in the main my.cnf commit fbef97d Merge: f8dca35 293d35d Author: Igor Galić <[email protected]> Date: Wed Sep 10 15:53:35 2014 +0200 Merge pull request #558 from paramite/manage_service Fixes manage_service feature commit f8dca35 Merge: 4890ddb 462dbf7 Author: Igor Galić <[email protected]> Date: Mon Sep 8 14:54:17 2014 +0200 Merge pull request #559 from nhinds/file_per_database_username_and_password (MODULES-1287) Pass the backup credentials to 'SHOW DATABASES' commit 4890ddb Merge: a3bfe55 058053b Author: Ashley Penney <[email protected]> Date: Thu Aug 28 17:51:25 2014 -0400 Merge pull request #561 from mhaskel/spec_updates Update spec_helper for more consistency commit 058053b Author: Morgan Haskel <[email protected]> Date: Thu Aug 28 17:49:18 2014 -0400 Update spec_helper for more consistency commit 462dbf7 Author: Nicholas Hinds <[email protected]> Date: Sun Aug 24 13:51:18 2014 +1200 (MODULES-1287) Pass the backup credentials to 'SHOW DATABASES' Pass the backup username and password to mysql when running SHOW DATABASES in mysqlbackup.sh if `file_per_database` is true and `backupdatabases` is empty. commit 293d35d Author: Martin Magr <[email protected]> Date: Thu Aug 21 17:44:27 2014 +0200 Fixes manage_service feature Module lacks of disabling service managing (ensure=>undef). This patch is fixing this issue. commit a3bfe55 Merge: 51162fa 9cb685d Author: Ashley Penney <[email protected]> Date: Thu Aug 14 15:23:13 2014 -0400 Merge pull request #556 from apenney/unit-test-changes Split out the template tests and rework both sets of tests. commit 9cb685d Author: Ashley Penney <[email protected]> Date: Thu Aug 14 14:55:20 2014 -0400 Split out the template tests and rework both sets of tests. commit 51162fa Merge: d564793 f1c1e7b Author: Igor Galić <[email protected]> Date: Thu Aug 14 12:00:43 2014 +0200 Merge pull request #555 from jonmosco/documentation_php added mysql::bindings::php to the README.md commit f1c1e7b Author: Jon Mosco <[email protected]> Date: Wed Aug 13 13:02:14 2014 -0400 added mysql::bindings::php to the README.md commit d564793 Merge: 314dc1f c4e4a56 Author: Ashley Penney <[email protected]> Date: Fri Aug 8 18:27:54 2014 -0400 Merge pull request #554 from apenney/unit-test-changes Unit test changes commit c4e4a56 Author: Ashley Penney <[email protected]> Date: Fri Aug 8 16:41:29 2014 -0400 Fix this to be more concise and consistent. This was a surprisingly large amount of work. commit 5b10f3e Author: Ashley Penney <[email protected]> Date: Fri Aug 8 16:41:23 2014 -0400 Clean these up to be more readable. commit 00a191f Author: Ashley Penney <[email protected]> Date: Fri Aug 8 15:27:07 2014 -0400 Convert specs to RSpec 2.99.1 syntax with Transpec This conversion is done by Transpec 2.3.6 with the following command: transpec -f -c "bundle exec rake spec" * 69 conversions from: it { should ... } to: it { is_expected.to ... } * 48 conversions from: obj.should to: expect(obj).to * 34 conversions from: == expected to: eq(expected) * 4 conversions from: it { should_not ... } to: it { is_expected.not_to ... } * 3 conversions from: obj.should_not to: expect(obj).not_to * 2 conversions from: lambda { }.should to: expect { }.to * 2 conversions from: pending to: skip For more details: https://github.com/yujinakayama/transpec#supported-conversions commit 314dc1f Merge: c70fc13 bb205ad Author: Ashley Penney <[email protected]> Date: Fri Aug 8 14:30:40 2014 -0400 Merge pull request #553 from apenney/remove-deprecated Remove all the deprecated code. commit bb205ad Author: Ashley Penney <[email protected]> Date: Fri Aug 8 14:13:22 2014 -0400 Remove all the deprecated code.
commit 4b7360b Merge: 54ffe9a baf9d00 Author: Jenkins <[email protected]> Date: Mon Oct 27 23:13:53 2014 +0000 Merge "Switch to metadata.json for Puppet forge releases" commit 54ffe9a Author: Yanis Guenane <[email protected]> Date: Wed Oct 22 11:31:47 2014 -0400 Policies: Fix potential ordering issues Ensure the class neutron::policy is applied after the package has been installed. Change-Id: I0028073803add15c7a9967b646fd580599e4b3fb commit baf9d00 Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:36:16 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno), and deps. - switch to stackforge namespace. - relax pe version_requirement to 3.x. - bump vswitch module deps to 1.0.0 (future semver release) Change-Id: I2e87acbe5dd6b6fb1681678bbf152bafa15ecac0 commit 07546a6 Author: Yanis Guenane <[email protected]> Date: Fri Sep 26 19:10:12 2014 -0400 policy.json: Allow one to manage them from the puppet module This commit allow a deployer to manage the policies via this module It relies on augeas to change only the policy needed. The init takes a hash of policies and apply them. Change-Id: Iea6e7dccc2332045a2ebe191981538d045918f46 commit d65ffe0 Merge: cefbdc8 bc04758 Author: Jenkins <[email protected]> Date: Sun Oct 12 22:36:47 2014 +0000 Merge "fix dependency between ml2 configs and package" commit cefbdc8 Author: Emilien Macchi <[email protected]> Date: Tue Oct 7 16:28:02 2014 -0400 Change default LBaaS user group Change user_group default parameter: * nobody for Red Hat systems * nogroup for Debian systems Closes-bug #1378519 Change-Id: Ic2940c2e3d6510d8c6147d09e2af67d8bee7ac9d commit cd831f7 Author: Chris Hoge <[email protected]> Date: Sat Oct 4 09:08:59 2014 -0700 Install package libreswan in RHEL 7 systems for vpnaas RHEL 7 systems have replaced the openswan package with libreswan. Change-Id: I4c8e891b83b8301cb111af1be6e84ec4cf9c69a1 commit 3e8f7bc Merge: c4aafdd 9ea03ae Author: Jenkins <[email protected]> Date: Fri Oct 3 21:26:36 2014 +0000 Merge "Fixes plugin.ini error" commit c4aafdd Author: Emilien Macchi <[email protected]> Date: Thu Sep 18 14:21:03 2014 -0400 Enable DVR + HA support Juno brings two new big features: - distributed routers - router high availability This patchs aims to allow the users to configure DVR and/or HA routers. Signed-off-by: Emilien Macchi <[email protected]> Change-Id: Iaab5ab7e63f2627381ca1d5bb1cfd836433d734e commit bc04758 Author: Tri Hoang Vo <[email protected]> Date: Wed Jun 25 13:05:36 2014 +0200 fix dependency between ml2 configs and package debian platform missing a dependency between the package that installs ml2 plugin (neutron-server) and the ml2 plugin configs (neutron_plugin_ml2) on control node. neutron_plugin_ml2 can only be ensured to present after the package installation. the dependency only apllies to node where package neutron-server is installed (control node) as this plugin class is not linked to neutron-server. Change-Id: I20dd5481527ea007779129eafc1558f328ca375a commit 9ea03ae Author: Ivan Chavero <[email protected]> Date: Mon Jul 7 16:32:38 2014 -0600 Fixes plugin.ini error When executing the cisco.pp manifest it throws an error if the plugin.ini file is already declared. Change-Id: Ibc9c8d343d86ffa8af74767ac6fbbd75cf03f45c
commit 648c9e85830204995c24ae43d15efe278b9fa56b Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:37:58 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno), and deps. - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: Iac5654750e46860888c0a035ed22f75f5f7bed3a commit e1b3be434ebff7a0905c68a5694dc99da12ee533 Merge: a5b3a36 caa645d Author: Jenkins <[email protected]> Date: Mon Oct 20 01:55:08 2014 +0000 Merge "fixtures: Fix puppet-mysql fixture branch" commit a5b3a36601c37b34063471e47752d5f06f260e69 Merge: 3ffc5a2 9a5a540 Author: Jenkins <[email protected]> Date: Mon Oct 20 00:38:11 2014 +0000 Merge "Fix RedHat service provider conditional" commit 3ffc5a263113232230b69e621e1b6167f2148390 Author: Emilien Macchi <[email protected]> Date: Thu Oct 16 15:20:41 2014 -0400 migraton/libvirt: fix dependency cycle In the last commit, I introduced a dependency cyle: (File_line[/etc/sysconfig/libvirtd libvirtd args] => Service[libvirt] => Class[Nova::Compute::Libvirt] => File_line[/etc/sysconfig/libvirtd libvirtd args]) The "require" is useless, since the migration class is called by nova::compute::libvirt, let's delete it. Change-Id: I97aeb9dcc11bb867e020826ad9ed5d7d0e04a8e8 commit 9a5a540738f887f87886ae4f9f52d5ade1b26bc7 Author: Colleen Murphy <[email protected]> Date: Wed Oct 15 22:56:33 2014 -0700 Fix RedHat service provider conditional Without this patch, params.pp conditionally uses 'RedHat' as a matching condition to $::operatingsystem for two different cases, and will match on the first case. This is a problem because it will prevent the proper service provider from being assigned on RedHat operating systems with major version < 7. This patch removes RedHat from the first case so that RedHat operating systems will match on the second case and assign the init service provider if the major version is < 7. Change-Id: Id5c49cc11a4112c27621c72a7b2e6fcaf9da6aef commit 94235f6d831d1d4bc3e24319b0df03978256f7ac Merge: 93a0c27 4578808 Author: Jenkins <[email protected]> Date: Wed Oct 15 17:23:25 2014 +0000 Merge "Make user creation optional when creating service." commit 93a0c27ac9f4a4eeec761250838aae2e321eb1b1 Author: Emilien Macchi <[email protected]> Date: Tue Oct 14 14:34:37 2014 -0400 Debian: update libvirtd init script path Lately [1], Debian packaging changed to use /etc/default/libvirtd instead of /etc/default/libvirt-bin (probably to align with systemd, since in Red Hat it's /etc/sysconfig/libvirtd). This patch aims to modifify nova::migration::libvirt to build the right init script path from a param in nova::compute::libvirt (libvirt_service_name). [1] http://anonscm.debian.org/cgit/pkg-libvirt/libvirt.git/commit/debian/libvirt-bin.maintscript?id=28dd3618a9a2a8f769d1fa12c28647c4599d9e8e Change-Id: I7483efe644d301c2646e4063fe7f1aef3e83cb6b Closes-bug: #1381172 commit caa645dcb65ea7b24950615a37bf9a5e2a51ac46 Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:40:58 2014 +0200 fixtures: Fix puppet-mysql fixture branch The remote branch origin/2.x doesn't exist for puppetlabs-mysql module Change-Id: I2a43c43e4d9d16446fb000ff3a7644d815be478c commit 45788081c9b26dda469d110db5605f905a6c9b3c Author: Risto Laurikainen <[email protected]> Date: Fri Aug 22 15:32:29 2014 +0300 Make user creation optional when creating service. In some cases it is useful to be able to just configure the service in Keystone and not the service user. This is the case when e.g. a read only LDAP backend is used. Added parameters configure_user and configure_user_role (default to true). Change-Id: If3d53c2c9070691b4731142f512b1f4bb754be00 Closes-Bug: 1360232
commit 28130971a816859ff69eef037b9f9b1036a7720e Author: Sebastien Badia <[email protected]> Date: Fri Oct 24 18:33:35 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno). - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: I116ea888e4be8d791994573b57bc0b3ef9560804 commit 5ddb8ea169cb2c5d388c61bcd1c91b4df197cb8f Merge: e6684e9 612fa7e Author: Jenkins <[email protected]> Date: Wed Oct 1 23:41:40 2014 +0000 Merge "Implement base aviator provider" commit 612fa7e121c9ddc36a365de3053879e1544b409f Author: Colleen Murphy <[email protected]> Date: Mon Aug 25 16:32:13 2014 -0700 Implement base aviator provider This patch adds a dependency on the aimonb/aviator module and adds functionality to support interactions with the OpenStack services' API via aviator. The patch adds a parent provider that is intended for other providers to inherit from. The parent provider has methods to authenticate to openstack services, create session objects, and make requests. The authenticate method can accept credentials as an argument hash or infer credentials from the environment. It also adds a stub type parameter that allows types to incorporate basic parameters they need in order to support using aviator. Change-Id: I56b0d07ae8f4738037eda486b75a0f6e24fe80e7 Implements: blueprint use-aviator-in-module-resources commit e6684e98bf4aaea815c174d3b27535e5374d1fb6 Merge: 6aec291 4d3e668 Author: Jenkins <[email protected]> Date: Tue Sep 30 13:46:59 2014 +0000 Merge "Improve openstacklib::db::mysql test coverage" commit 6aec291dd79e42c67a9e1fbfd8d29650ece36fc2 Merge: 6fbbd77 7467b6a Author: Jenkins <[email protected]> Date: Tue Sep 30 11:14:01 2014 +0000 Merge "Greatly reduce code duplication in rspec tests of db::mysql" commit 6fbbd778ebca4db19cf98b465658da6dd8b178f3 Author: Mathieu Gagné <[email protected]> Date: Mon Sep 29 17:26:56 2014 -0400 Fix support for puppetlabs-stdlib<4.2.0 Support for non-array value in the function concat() was added in puppetlabs-stdlib 4.2.0. This change adds a fix to support puppetlabs-stdlib<4.2.0 by converting $host to an array. Change-Id: Ib8e4c7a5f788d1e0bd7440bc93b560df8e39fcf4 commit 4d3e6683608176723a27053e929e69f9ab609541 Author: Mathieu Gagné <[email protected]> Date: Mon Sep 29 16:47:24 2014 -0400 Improve openstacklib::db::mysql test coverage * Add tests for openstacklib::db::mysql::host_access * Add tests for other overridable parameters in db::mysql * Do not test implementation details of host_access from within openstacklib::db::mysql tests. Change-Id: Ifcf3820a575f932313a62b9d294ebd92a5055cf5 commit 7467b6aaa2bf6a89c4a8ff7b63badd18bef09728 Author: Mathieu Gagné <[email protected]> Date: Mon Sep 29 16:27:29 2014 -0400 Greatly reduce code duplication in rspec tests of db::mysql Use shared examples to avoid duplicating tests for both platforms. Change-Id: I16a77a284070e243c2a46675af419e635a139969 commit a71ac3d3716510241df8854f2e748f295c28a338 Author: Mathieu Gagné <[email protected]> Date: Mon Sep 29 16:18:34 2014 -0400 Use host_access to provision mysql_user and mysql_grant Improve logic to be able to reuse host_access for both the initial mysql user/grant and the additional ones for allowed_hosts. Change-Id: Ia42833a99ee0fab41a571cccaeb31f740176fce3 commit 5ecdc92222b0e433478abcab711ea283abdfaf34 Merge: dc8da63 3793547 Author: Jenkins <[email protected]> Date: Fri Sep 26 13:39:12 2014 +0000 Merge "policy.json: Allow puppet modules to manage policy.json" commit 37935472f1505abe6ee31dcb27b5f364201a53e9 Author: Yanis Guenane <[email protected]> Date: Fri Sep 19 16:52:52 2014 -0400 policy.json: Allow puppet modules to manage policy.json Currently puppet modules does not allow one to manage policy.json. This commit aims to create a common resource for people to manage their policies. Change-Id: I1cd7765cdcbddb7e7ad5d720f1efa382641712f2 commit dc8da63ffd4ed164d7a684c9dcdd111431af65c5 Author: Colleen Murphy <[email protected]> Date: Mon Sep 22 15:32:34 2014 -0700 Update stdlib dependency to 4.x puppetlabs/stdlib 4.x is backwards compatible with 3.x and still tested on Puppet 2.7. Updating stdlib to 4.x allows modules to use newer functions without breaking older functionality. Change-Id: Iaaac5678cdd00db3a03eb1f715e6cd91a25cefc8
commit 9ffb2788c536f1694980e07a43e8133ff85fa28c Merge: 1f0c32b 668912f Author: Dan Prince <[email protected]> Date: Tue Aug 5 13:56:34 2014 -0400 Merge pull request redhat-openstack#22 from imcsk8/master Ensure installing always the latest package commit 668912f1e45da78d60443e4bf1d8165e0b6fadb6 Author: Ivan Chavero <[email protected]> Date: Tue Aug 5 11:50:02 2014 -0600 Ensure installing always the latest package There are numerous known issues w/ the 0.14 version of qpid in the rhel6 channels. In the channel there's qpid version >= 0.18 availabe but version 0.14 gets installed so we need to ensure the latest package is installed.
commit 4832bd6 Merge: 882b0c7 88fae89 Author: Morgan Haskel <[email protected]> Date: Fri Oct 24 12:17:31 2014 -0500 Merge pull request redhat-openstack#240 from bogdando/pcs Add custom key content & service provider support commit 88fae89 Author: Bogdan Dobrelya <[email protected]> Date: Thu Oct 9 15:54:46 2014 +0200 Add key_content parameter for offline install * Custom key source/content for Debian (apt module) is required in order to allow rabbitmq being installed by Puppet for intranet only faced hosts as well as internet faced ones. It also elliminates a hardcode for URL which is a kind of SPOF and 'limitation' for operators' freedom of choose. * Update docs as well DocImpact Implements improvement: #MODULES-1408 Signed-off-by: Bogdan Dobrelya <[email protected]> Fix package_gpg_key key_source and docs * Reuse package_gpg_key for apt as well * Update/add docs for package_gpg_key, key_source * Fix key_source usage in repo::apt Signed-off-by: Bogdan Dobrelya <[email protected]> commit 882b0c7 Merge: 54e1d2c 2fbe530 Author: Morgan Haskel <[email protected]> Date: Fri Oct 17 10:36:26 2014 -0700 Merge pull request redhat-openstack#244 from hunner/patch_2.7 (MODULES-1411) Puppet 2.7 doesn't have has_command commit 2fbe530 Author: Hunter Haugen <[email protected]> Date: Thu Oct 16 11:07:40 2014 -0700 Update travis.yml to have 2.7 commit 36307c0 Author: Hunter Haugen <[email protected]> Date: Thu Oct 16 11:06:10 2014 -0700 (MODULES-1411) Puppet 2.7 doesn't have has_command commit 54e1d2c Merge: 0aa5e60 65fe999 Author: Colleen Murphy <[email protected]> Date: Thu Oct 16 11:01:26 2014 -0700 Merge pull request redhat-openstack#243 from hunner/update_specs Update specs to match content correctly commit 65fe999 Author: Hunter Haugen <[email protected]> Date: Thu Oct 16 10:49:43 2014 -0700 Update specs to match content correctly The specs were discovered in redhat-openstack#242 to have never worked, and this PR updates the tests to match the content of the templates as they currently stand, assuming that that is the correct format of the config file. commit 0aa5e60 Merge: 42667aa fb99957 Author: Hunter Haugen <[email protected]> Date: Wed Oct 15 09:39:55 2014 -0700 Merge pull request redhat-openstack#241 from bogdando/fix_MODULES_1414 Configure ssl_listener in stomp only for ssl commit 42667aa Merge: cbda1ce f46ad77 Author: Hunter Haugen <[email protected]> Date: Wed Oct 15 09:38:33 2014 -0700 Merge pull request redhat-openstack#242 from bogdando/fix_MODULES_1416 Fix missing 'should' in rspecs commit f46ad77 Author: Bogdan Dobrelya <[email protected]> Date: Tue Oct 14 09:27:12 2014 +0200 Fix missing 'should' in rspecs W/o this fix, rspec tests will continue report false positives for many test cases with config_file involved allowing even more regressions to be accepted and merged in master branch. Fix contains missing 'should' and multiline regex (/.*/m) statements. Note: Perhaps, this fix should be merged despite on CI failure. The failure is natural for this specific case only, due to multiple regressions had been accepted while tests were reporting false positives results. And in order to fix failing tests later, all of these regressions should be assdessed by other patches as well. Closes-bug: #MODULES-1416 Signed-off-by: Bogdan Dobrelya <[email protected]> commit fb99957 Author: Bogdan Dobrelya <[email protected]> Date: Mon Oct 13 15:55:20 2014 +0200 Configure ssl_listener in stomp only for ssl W/o this patch puppet will always configure ssl_listener for stomp and rabbitmq service will fail to start, if ssl => false. The solution is to ignore ssl_stomp_port in config_stomp stanza then ssl was not enabled and issue a puppet warn about that as well. Closes-bug: #MODULES-1414 Signed-off-by: Bogdan Dobrelya <[email protected]>
commit 6b696cffcba6692975dbcfee144e81b6e90e5ecf Author: Chris Hoge <[email protected]> Date: Wed Oct 15 10:14:36 2014 -0500 Added sahara.conf provider and unit tests. Added sahara.conf inifile provider and unit tests to match other puppet-openstack projects. Change-Id: Id392e1ce09a14d9f33638d167d8f9582dadd28b8 commit 9c5802ce595ad912a13d80ddbd74a5950ff4c936 Author: Sebastien Badia <[email protected]> Date: Fri Oct 3 19:18:10 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch convert the Modulefile to metadata.json. (And use the common template accross stackforge modules). Change-Id: I07775e7b97202be627aeb364695c8c525856f54d commit c702f3672a70ff5d3da1e562957676a409821912 Author: Clayton O'Neill <[email protected]> Date: Fri Jun 20 07:58:04 2014 -0400 Normalize Gemfile & pin tests to rspec < 2.99 Pin to rspec < 2.99 until rspec-puppet officially supports rspec 3.x. This is to avoid warnings due to deprecated matchers in the rspec-puppet gem. This change is also intended to normalize the Gemfile for all stackforge puppet modules. This should facilitate pinning gem versions when releasing new stable branches, since the same diff can be used for all repos. Change-Id: Ie61e407969e276834c3360bb09966f89f5eeb72b Partial-Bug: #1326034
commit 7b30dbb3979ec1597173608e17b60144eefbeeec Merge: ac6c4df a2cae16 Author: Jenkins <[email protected]> Date: Fri Oct 24 14:48:07 2014 +0000 Merge "Allow to customize log_name for services" commit ac6c4dfb597628fa69c7174ad8c3481fc4924f2b Author: Sebastien Badia <[email protected]> Date: Sat Sep 27 11:39:08 2014 +0200 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 5 (for juno), and deps. - switch to stackforge namespace. - relax pe version_requirement to 3.x. Change-Id: Id33056d659454b3dbc1921e37978993ca46c5217 commit a2cae16d316c9e52fdfa7a15b097833c79de22dc Author: Aleksandr Didenko <[email protected]> Date: Tue Oct 14 17:00:32 2014 +0300 Allow to customize log_name for services This patch allows us to customize log_name for: - proxy-server - container-server - object-server - account-server Which may be usefull for log collecting/parsing. Defaults remain as they were before the patch. Change-Id: I173652ec5bbe8d4382e10db4510d91aebceacab5 commit 1591f769bad144948b23c0e4a62537b2a75306c0 Author: Colleen Murphy <[email protected]> Date: Mon Sep 22 15:33:35 2014 -0700 Update stdlib dependency to 4.x puppetlabs/stdlib 4.x is backwards compatible with 3.x and still tested on Puppet 2.7. Updating stdlib to 4.x allows modules to use newer functions without breaking older functionality. Change-Id: I74e4d3a7bc11cd194fc33a1bbb70f07836ea5d32
commit 51fd30c22b79d927fb0329e6e2b58fe67217ecee Author: Gilles Dubreuil <[email protected]> Date: Wed Sep 24 15:26:29 2014 +1000 Switch to metadata.json for Puppet forge releases Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file for module description (Modulefile is now deprecated). This patch : - convert the Modulefile to metadata.json. - bump major version to 1 (for juno). - switch to stackforge namespace. - bump vswitch module to 1.0.0 (semver release) Change-Id: I13cba8a954215a42551963a8fdbeb387706b0e91
commit 08e51e96ac2c9265499deec3485e396b792587d3 Author: Lukas Bezdicka <[email protected]> Date: Thu Oct 30 12:42:57 2014 +0100 Fix undefined error commit 2fce0141c2e2a8f18d0a9c10a65cc7dd2c4afa6f Author: Lukas Bezdicka <[email protected]> Date: Fri Oct 24 14:21:49 2014 +0200 Fix broken vardir require
commit 3f86b99 Author: Rob Crittenden <[email protected]> Date: Tue Oct 28 22:30:43 2014 -0400 Become 1.0.3 commit f88f572 Author: Rob Crittenden <[email protected]> Date: Tue Oct 28 19:29:24 2014 -0400 Use Service instead of Package for requiring certmonger By using package it is possible that the certmonger package is installed but not running. By depending on the Service instead the ensure => running will be triggered and certmonger started if needed. commit 76ef9e9 Author: Rob Crittenden <[email protected]> Date: Tue Oct 28 19:28:51 2014 -0400 Modify how IPA configuration is detected and what is issued Drop the "is-IPA-configured" fact and use $onlyif in the Exec instead. This is rather simplistic but is no worse than the fact. Drop the semaphore file for NSS-based certificates and and File entries for OpenSSL certs and keys and replace with an $unless call to use certmonger to determine whether a given certificate is already being tracked. This is a lot less error-prone.
This setup passed tests here probably safe to merge. |
paramite
added a commit
that referenced
this pull request
Oct 31, 2014
Update openstack modules to their latest master branches
openstack-gerrit
pushed a commit
to redhat-openstack/packstack
that referenced
this pull request
Oct 31, 2014
database_user -> mysql_user mysql_module removal sql_connection -> database_connection Needs: redhat-openstack/openstack-puppet-modules#132 Change-Id: Ia7e22b0d809e40e64dc664f281f7274a4102751c Signed-off-by: Gael Chamoulaud <[email protected]>
xbezdick
added a commit
to xbezdick/openstack-puppet-modules
that referenced
this pull request
Dec 2, 2014
19ddca4 Merge pull request redhat-openstack#134 from johnsyweb/less-restrictive-setting-names 792d35c Merge pull request redhat-openstack#135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved d2d9ed9 Merge pull request redhat-openstack#136 from mhaskel/merge_1.2.x 927d879 The Puppet Labs Issue Tracker has Moved 3e46c13 Fix Ruby 1.9.3 build efeb174 Add spec for redhat-openstack#123 c6dcad2 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX e65be6f Simplify SECTION_REGEX d98e9bc Add failing spec for KDE Configuration with braces in setting names 91c1708 Merge pull request redhat-openstack#133 from mhaskel/1.2.0-prep 5bc9ebc 1.2.0 prep 3f4ad49 Merge pull request redhat-openstack#126 from huan/master 12a4271 Merge pull request redhat-openstack#132 from mhaskel/test 8db122c Merge pull request redhat-openstack#124 from cmurphy/master d5164a9 Merge pull request redhat-openstack#130 from jbondpdx/update-readme 4e3f602 DOC-1100: old inifile causes agent run failure in PE 3.3 db28fa2 Merge pull request redhat-openstack#128 from mhaskel/1.1.4-prep 3d3a2cf 1.1.4-prep 58883cd Merge pull request redhat-openstack#127 from mhaskel/1.1.x-merged-into-master 8621dfe Merge remote-tracking branch 'upstream/1.1.x' into test f343c41 modify test to compare to a hash which better tests the state of each setting also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX 681f5c0 fix issue where single characters settings were not being saved. 8aeddc8 Merge pull request redhat-openstack#125 from mhaskel/spec_updates 7f54eb1 Update spec_helper for consistency. 90f88ec Merge pull request redhat-openstack#122 from jbondpdx/new-readme c916aca Synchronize with modulesync 4c94689 Docs: fixed code formatting 9f9e1d4 Docs: New inifile readme 41e2ddb Merge pull request redhat-openstack#121 from apenney/113-release 62434bb Prepare a 1.1.3 release. 0e8abb9 Merge pull request redhat-openstack#120 from mhaskel/1.1.2-prep 33147cb 1.1.2-prep. d6335f5 Merge pull request redhat-openstack#119 from hunner/release_1.1.1 f08a394 Release 1.1.1 09b574e Merge pull request redhat-openstack#115 from johnsyweb/handle-quotation-marks-in-section-names 07c4827 Merge remote-tracking branch 'puppetlabs/master' into temp b3fed85 Spec for MODULES-1194 069aa56 Merge remote-tracking branch 'origin/master' into handle-quotation-marks-in-section-names 586207b Merge pull request redhat-openstack#118 from cmurphy/master 6b21db8 Add validate and lint tasks to travis script 7a5f54d Merge pull request redhat-openstack#117 from cmurphy/master d7f0353 Update Gemfile for .travis.yml defaults bd99244 Test allowing $ signs in section names 3a4bfb9 Synchronize .travis.yml 2a77caf Update .sync.yml to support new .travis.yml configs 281d2f9 Merge pull request redhat-openstack#114 from cmurphy/master cabc678 Merge branch 'deprecation-warnings' into handle-quotation-marks-in-section-names 49960e1 Handle quotation marks in section names 41fc8bf Failing spec to describe my problem 961447d `be_true` and `be_false` are deprecated 2696725 Sync files e346825 Add configuration file for modulesync 65d50f5 Merge pull request redhat-openstack#112 from mhaskel/no_modulefile 8f501f5 Remove the Modulefile, use metadata.json. 5e73e73 Merge pull request redhat-openstack#111 from cyberious/1.1.x acc9f43 Add windows support and testing nodesets 29ffe09 Merge pull request redhat-openstack#109 from mhaskel/osx-test-fixes 842915d OSX doesn't support the -e flag to echo. 1170a53 Merge pull request redhat-openstack#107 from mhaskel/beaker-rspec-pinning be5fd63 Require beaker-rspec >= 2.2 37cb6d4 Merge pull request redhat-openstack#106 from apenney/pin-rspec 8ca578c Pin rspec to 2.x. e21dc0c Merge pull request redhat-openstack#104 from hunner/release_1.1.0 521b287 Release 1.1.0 0b9f9e2 Merge pull request redhat-openstack#101 from hunner/remove_stderr 6fb89f5 Remove stderr checks because of deprecations 6477d20 Merge pull request redhat-openstack#100 from mhaskel/1.1.0-prep 783fa4d Update PE version requirement. 027b7bc Prepare a 1.1.x release. b366981 Merge pull request redhat-openstack#99 from apenney/typo-fix a5b34ea Quick typo fix. d4a2b22 Merge pull request redhat-openstack#95 from mruzicka/feature/master/quote-char-parameter-for-subsetting 6656f02 Merge pull request redhat-openstack#97 from apenney/add-platforms 61203df Add RHEL7 and Ubuntu 14.04 support. 85f00fe Merge pull request redhat-openstack#96 from apenney/10xmerge e24dd91 Merge branch '1.0.x' into 10xmerge 77854d5 Tests for the quote_char parameter. 560bbc6 Add quote_char parameter to the ini_subsetting resource type 790aa9c Merge pull request redhat-openstack#94 from igalic/igorance 77429f6 be more igorant 8ca8e12 Merge pull request redhat-openstack#90 from apenney/last-minute-metadata-fix 0a92f32 Add missing fields back to work around Puppet bug. 2376e7c Merge pull request redhat-openstack#89 from apenney/102-supported 4021745 Prepare supported module 1.0.3. 0c27288 Merge pull request redhat-openstack#88 from apenney/metadata 6c63184 Add AIX and remove fields copied from Modulefile. 6b0a200 Merge pull request redhat-openstack#87 from laurenrother/1.0.x f791521 Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries 1edd2d5 Merge pull request redhat-openstack#86 from apenney/fix-tmpdir 2aceaef Convert to using .tmpdir instead of a hardcoded /tmp, so this works on Windows too. ca7e441 Merge pull request redhat-openstack#84 from hunner/grep_sol eda726f It is actually all solaris f271580 Merge pull request redhat-openstack#83 from hunner/grep_sol10 7de1e3d Correct syntax 698e632 Merge pull request redhat-openstack#82 from hunner/grep_sol10 49433d0 Avoid multi-line grep on Solaris 10 5ec46f6 Merge pull request redhat-openstack#81 from hunner/release_1.0.2 3757c71 Release 1.0.2 d17dcfb Merge pull request redhat-openstack#80 from hunner/fix_aix 17a59b2 AIX exits with 2 on file doesn't exist. 5e841a9 Merge branch 'missing_comma' into 1.0.x 6999ab0 Fix missing comma in metadata.json 08346e9 Merge pull request redhat-openstack#77 from hunner/add_metadata 5c2cb37 Add supported OS/PE/Puppet b77ef8d Merge pull request redhat-openstack#78 from hunner/remove_autopublish f5e607a Remove travis autopublish stuff c1bc9d0 Merge pull request redhat-openstack#75 from justinstoller/maint/1.0.x/dont_use_hardcoded_modpath 25e7c28 Remove basic spec 48a4e08 Merge pull request redhat-openstack#74 from hunner/release_1.0.1 5b6de57 Release 1.0.1 a0c3b82 Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource ab21bd3 Allow custom gemsource 467c4c5 Merge pull request redhat-openstack#66 from hunner/update_specs eda78ab (FM-161) Add beaker tests for parameter coverage 664051c Merge pull request redhat-openstack#70 from ghoneycutt/fix_travis_link_in_readme 4e1bc1e Fix link to travis in README 38f260c Merge pull request redhat-openstack#68 from ghoneycutt/test_puppet_v3_4 17cba2f Merge pull request redhat-openstack#67 from ghoneycutt/enable_travis_fast_finish 4c1d651 Test against Puppet v3.4 9e6b0c4 Enable fast finish in Travis a0b63eb Merge pull request redhat-openstack#65 from shrug/master 76ad4c4 Fix the regex t fix a bad match 6870dfe Add tests to cover settings with square brackets and quotes in the name e779d12 Update settings regexes to support settings with "[", "]" in them ae23a4d Merge pull request redhat-openstack#58 from jnewland/spaces-in-sections c058ee5 support spaces in sections 2b45293 Merge pull request redhat-openstack#59 from antroy/master 10f270f Merge pull request redhat-openstack#63 from JHaals/master ff98e78 make ensure => present the first attribute d75ce1c Merge pull request redhat-openstack#61 from apenney/metadata cd9bb11 Add empty dependencies section. 85cfc93 FM-103: Add metadata.json to all modules. 0a1dea4 Merge pull request redhat-openstack#60 from apenney/metadata 86c57aa Adding whitespace capability to section header regex
xbezdick
added a commit
to xbezdick/openstack-puppet-modules
that referenced
this pull request
Dec 2, 2014
19ddca4 Merge pull request redhat-openstack#134 from johnsyweb/less-restrictive-setting-names 792d35c Merge pull request redhat-openstack#135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved d2d9ed9 Merge pull request redhat-openstack#136 from mhaskel/merge_1.2.x 927d879 The Puppet Labs Issue Tracker has Moved 3e46c13 Fix Ruby 1.9.3 build efeb174 Add spec for redhat-openstack#123 c6dcad2 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX e65be6f Simplify SECTION_REGEX d98e9bc Add failing spec for KDE Configuration with braces in setting names 91c1708 Merge pull request redhat-openstack#133 from mhaskel/1.2.0-prep 5bc9ebc 1.2.0 prep 3f4ad49 Merge pull request redhat-openstack#126 from huan/master 12a4271 Merge pull request redhat-openstack#132 from mhaskel/test 8db122c Merge pull request redhat-openstack#124 from cmurphy/master d5164a9 Merge pull request redhat-openstack#130 from jbondpdx/update-readme 4e3f602 DOC-1100: old inifile causes agent run failure in PE 3.3 db28fa2 Merge pull request redhat-openstack#128 from mhaskel/1.1.4-prep 3d3a2cf 1.1.4-prep 58883cd Merge pull request redhat-openstack#127 from mhaskel/1.1.x-merged-into-master 8621dfe Merge remote-tracking branch 'upstream/1.1.x' into test f343c41 modify test to compare to a hash which better tests the state of each setting also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX 681f5c0 fix issue where single characters settings were not being saved. 8aeddc8 Merge pull request redhat-openstack#125 from mhaskel/spec_updates 7f54eb1 Update spec_helper for consistency. 90f88ec Merge pull request redhat-openstack#122 from jbondpdx/new-readme c916aca Synchronize with modulesync 4c94689 Docs: fixed code formatting 9f9e1d4 Docs: New inifile readme 41e2ddb Merge pull request redhat-openstack#121 from apenney/113-release 62434bb Prepare a 1.1.3 release. 0e8abb9 Merge pull request redhat-openstack#120 from mhaskel/1.1.2-prep 33147cb 1.1.2-prep. d6335f5 Merge pull request redhat-openstack#119 from hunner/release_1.1.1 f08a394 Release 1.1.1 09b574e Merge pull request redhat-openstack#115 from johnsyweb/handle-quotation-marks-in-section-names 07c4827 Merge remote-tracking branch 'puppetlabs/master' into temp b3fed85 Spec for MODULES-1194 069aa56 Merge remote-tracking branch 'origin/master' into handle-quotation-marks-in-section-names 586207b Merge pull request redhat-openstack#118 from cmurphy/master 6b21db8 Add validate and lint tasks to travis script 7a5f54d Merge pull request redhat-openstack#117 from cmurphy/master d7f0353 Update Gemfile for .travis.yml defaults bd99244 Test allowing $ signs in section names 3a4bfb9 Synchronize .travis.yml 2a77caf Update .sync.yml to support new .travis.yml configs 281d2f9 Merge pull request redhat-openstack#114 from cmurphy/master cabc678 Merge branch 'deprecation-warnings' into handle-quotation-marks-in-section-names 49960e1 Handle quotation marks in section names 41fc8bf Failing spec to describe my problem 961447d `be_true` and `be_false` are deprecated 2696725 Sync files e346825 Add configuration file for modulesync 65d50f5 Merge pull request redhat-openstack#112 from mhaskel/no_modulefile 8f501f5 Remove the Modulefile, use metadata.json. 5e73e73 Merge pull request redhat-openstack#111 from cyberious/1.1.x acc9f43 Add windows support and testing nodesets 29ffe09 Merge pull request redhat-openstack#109 from mhaskel/osx-test-fixes 842915d OSX doesn't support the -e flag to echo. 1170a53 Merge pull request redhat-openstack#107 from mhaskel/beaker-rspec-pinning be5fd63 Require beaker-rspec >= 2.2 37cb6d4 Merge pull request redhat-openstack#106 from apenney/pin-rspec 8ca578c Pin rspec to 2.x. e21dc0c Merge pull request redhat-openstack#104 from hunner/release_1.1.0 521b287 Release 1.1.0 0b9f9e2 Merge pull request redhat-openstack#101 from hunner/remove_stderr 6fb89f5 Remove stderr checks because of deprecations 6477d20 Merge pull request redhat-openstack#100 from mhaskel/1.1.0-prep 783fa4d Update PE version requirement. 027b7bc Prepare a 1.1.x release. b366981 Merge pull request redhat-openstack#99 from apenney/typo-fix a5b34ea Quick typo fix. d4a2b22 Merge pull request redhat-openstack#95 from mruzicka/feature/master/quote-char-parameter-for-subsetting 6656f02 Merge pull request redhat-openstack#97 from apenney/add-platforms 61203df Add RHEL7 and Ubuntu 14.04 support. 85f00fe Merge pull request redhat-openstack#96 from apenney/10xmerge e24dd91 Merge branch '1.0.x' into 10xmerge 77854d5 Tests for the quote_char parameter. 560bbc6 Add quote_char parameter to the ini_subsetting resource type 790aa9c Merge pull request redhat-openstack#94 from igalic/igorance 77429f6 be more igorant 8ca8e12 Merge pull request redhat-openstack#90 from apenney/last-minute-metadata-fix 0a92f32 Add missing fields back to work around Puppet bug. 2376e7c Merge pull request redhat-openstack#89 from apenney/102-supported 4021745 Prepare supported module 1.0.3. 0c27288 Merge pull request redhat-openstack#88 from apenney/metadata 6c63184 Add AIX and remove fields copied from Modulefile. 6b0a200 Merge pull request redhat-openstack#87 from laurenrother/1.0.x f791521 Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries 1edd2d5 Merge pull request redhat-openstack#86 from apenney/fix-tmpdir 2aceaef Convert to using .tmpdir instead of a hardcoded /tmp, so this works on Windows too. ca7e441 Merge pull request redhat-openstack#84 from hunner/grep_sol eda726f It is actually all solaris f271580 Merge pull request redhat-openstack#83 from hunner/grep_sol10 7de1e3d Correct syntax 698e632 Merge pull request redhat-openstack#82 from hunner/grep_sol10 49433d0 Avoid multi-line grep on Solaris 10 5ec46f6 Merge pull request redhat-openstack#81 from hunner/release_1.0.2 3757c71 Release 1.0.2 d17dcfb Merge pull request redhat-openstack#80 from hunner/fix_aix 17a59b2 AIX exits with 2 on file doesn't exist. 5e841a9 Merge branch 'missing_comma' into 1.0.x 6999ab0 Fix missing comma in metadata.json 08346e9 Merge pull request redhat-openstack#77 from hunner/add_metadata 5c2cb37 Add supported OS/PE/Puppet b77ef8d Merge pull request redhat-openstack#78 from hunner/remove_autopublish f5e607a Remove travis autopublish stuff c1bc9d0 Merge pull request redhat-openstack#75 from justinstoller/maint/1.0.x/dont_use_hardcoded_modpath 25e7c28 Remove basic spec 48a4e08 Merge pull request redhat-openstack#74 from hunner/release_1.0.1 5b6de57 Release 1.0.1 a0c3b82 Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource ab21bd3 Allow custom gemsource 467c4c5 Merge pull request redhat-openstack#66 from hunner/update_specs eda78ab (FM-161) Add beaker tests for parameter coverage 664051c Merge pull request redhat-openstack#70 from ghoneycutt/fix_travis_link_in_readme 4e1bc1e Fix link to travis in README 38f260c Merge pull request redhat-openstack#68 from ghoneycutt/test_puppet_v3_4 17cba2f Merge pull request redhat-openstack#67 from ghoneycutt/enable_travis_fast_finish 4c1d651 Test against Puppet v3.4 9e6b0c4 Enable fast finish in Travis a0b63eb Merge pull request redhat-openstack#65 from shrug/master 76ad4c4 Fix the regex t fix a bad match 6870dfe Add tests to cover settings with square brackets and quotes in the name e779d12 Update settings regexes to support settings with "[", "]" in them ae23a4d Merge pull request redhat-openstack#58 from jnewland/spaces-in-sections c058ee5 support spaces in sections 2b45293 Merge pull request redhat-openstack#59 from antroy/master 10f270f Merge pull request redhat-openstack#63 from JHaals/master ff98e78 make ensure => present the first attribute d75ce1c Merge pull request redhat-openstack#61 from apenney/metadata cd9bb11 Add empty dependencies section. 85cfc93 FM-103: Add metadata.json to all modules. 0a1dea4 Merge pull request redhat-openstack#60 from apenney/metadata 86c57aa Adding whitespace capability to section header regex
xbezdick
added a commit
to xbezdick/openstack-puppet-modules
that referenced
this pull request
Dec 16, 2014
6b399c2 Merge pull request redhat-openstack#137 from cmurphy/master 7e6eba5 Add json gem 113cb70 Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md 19ddca4 Merge pull request redhat-openstack#134 from johnsyweb/less-restrictive-setting-names 792d35c Merge pull request redhat-openstack#135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved d2d9ed9 Merge pull request redhat-openstack#136 from mhaskel/merge_1.2.x 927d879 The Puppet Labs Issue Tracker has Moved 3e46c13 Fix Ruby 1.9.3 build efeb174 Add spec for redhat-openstack#123 c6dcad2 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX e65be6f Simplify SECTION_REGEX d98e9bc Add failing spec for KDE Configuration with braces in setting names 91c1708 Merge pull request redhat-openstack#133 from mhaskel/1.2.0-prep 5bc9ebc 1.2.0 prep 3f4ad49 Merge pull request redhat-openstack#126 from huan/master 12a4271 Merge pull request redhat-openstack#132 from mhaskel/test 8db122c Merge pull request redhat-openstack#124 from cmurphy/master d5164a9 Merge pull request redhat-openstack#130 from jbondpdx/update-readme 4e3f602 DOC-1100: old inifile causes agent run failure in PE 3.3 db28fa2 Merge pull request redhat-openstack#128 from mhaskel/1.1.4-prep 3d3a2cf 1.1.4-prep 58883cd Merge pull request redhat-openstack#127 from mhaskel/1.1.x-merged-into-master 8621dfe Merge remote-tracking branch 'upstream/1.1.x' into test f343c41 modify test to compare to a hash which better tests the state of each setting also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX 681f5c0 fix issue where single characters settings were not being saved. 8aeddc8 Merge pull request redhat-openstack#125 from mhaskel/spec_updates 7f54eb1 Update spec_helper for consistency. 90f88ec Merge pull request redhat-openstack#122 from jbondpdx/new-readme c916aca Synchronize with modulesync 4c94689 Docs: fixed code formatting 9f9e1d4 Docs: New inifile readme 41e2ddb Merge pull request redhat-openstack#121 from apenney/113-release 62434bb Prepare a 1.1.3 release. 0e8abb9 Merge pull request redhat-openstack#120 from mhaskel/1.1.2-prep 33147cb 1.1.2-prep. d6335f5 Merge pull request redhat-openstack#119 from hunner/release_1.1.1 f08a394 Release 1.1.1 09b574e Merge pull request redhat-openstack#115 from johnsyweb/handle-quotation-marks-in-section-names 07c4827 Merge remote-tracking branch 'puppetlabs/master' into temp b3fed85 Spec for MODULES-1194 069aa56 Merge remote-tracking branch 'origin/master' into handle-quotation-marks-in-section-names 586207b Merge pull request redhat-openstack#118 from cmurphy/master 6b21db8 Add validate and lint tasks to travis script 7a5f54d Merge pull request redhat-openstack#117 from cmurphy/master d7f0353 Update Gemfile for .travis.yml defaults bd99244 Test allowing $ signs in section names 3a4bfb9 Synchronize .travis.yml 2a77caf Update .sync.yml to support new .travis.yml configs 281d2f9 Merge pull request redhat-openstack#114 from cmurphy/master cabc678 Merge branch 'deprecation-warnings' into handle-quotation-marks-in-section-names 49960e1 Handle quotation marks in section names 41fc8bf Failing spec to describe my problem 961447d `be_true` and `be_false` are deprecated 2696725 Sync files e346825 Add configuration file for modulesync 65d50f5 Merge pull request redhat-openstack#112 from mhaskel/no_modulefile 8f501f5 Remove the Modulefile, use metadata.json. 5e73e73 Merge pull request redhat-openstack#111 from cyberious/1.1.x acc9f43 Add windows support and testing nodesets 29ffe09 Merge pull request redhat-openstack#109 from mhaskel/osx-test-fixes 842915d OSX doesn't support the -e flag to echo. 1170a53 Merge pull request redhat-openstack#107 from mhaskel/beaker-rspec-pinning be5fd63 Require beaker-rspec >= 2.2 37cb6d4 Merge pull request redhat-openstack#106 from apenney/pin-rspec 8ca578c Pin rspec to 2.x. e21dc0c Merge pull request redhat-openstack#104 from hunner/release_1.1.0 521b287 Release 1.1.0 0b9f9e2 Merge pull request redhat-openstack#101 from hunner/remove_stderr 6fb89f5 Remove stderr checks because of deprecations 6477d20 Merge pull request redhat-openstack#100 from mhaskel/1.1.0-prep 783fa4d Update PE version requirement. 027b7bc Prepare a 1.1.x release. b366981 Merge pull request redhat-openstack#99 from apenney/typo-fix a5b34ea Quick typo fix. d4a2b22 Merge pull request redhat-openstack#95 from mruzicka/feature/master/quote-char-parameter-for-subsetting 6656f02 Merge pull request redhat-openstack#97 from apenney/add-platforms 61203df Add RHEL7 and Ubuntu 14.04 support. 85f00fe Merge pull request redhat-openstack#96 from apenney/10xmerge e24dd91 Merge branch '1.0.x' into 10xmerge 77854d5 Tests for the quote_char parameter. 560bbc6 Add quote_char parameter to the ini_subsetting resource type 790aa9c Merge pull request redhat-openstack#94 from igalic/igorance 77429f6 be more igorant 8ca8e12 Merge pull request redhat-openstack#90 from apenney/last-minute-metadata-fix 0a92f32 Add missing fields back to work around Puppet bug. 2376e7c Merge pull request redhat-openstack#89 from apenney/102-supported 4021745 Prepare supported module 1.0.3. 0c27288 Merge pull request redhat-openstack#88 from apenney/metadata 6c63184 Add AIX and remove fields copied from Modulefile. 6b0a200 Merge pull request redhat-openstack#87 from laurenrother/1.0.x f791521 Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries 1edd2d5 Merge pull request redhat-openstack#86 from apenney/fix-tmpdir 2aceaef Convert to using .tmpdir instead of a hardcoded /tmp, so this works on Windows too. ca7e441 Merge pull request redhat-openstack#84 from hunner/grep_sol eda726f It is actually all solaris f271580 Merge pull request redhat-openstack#83 from hunner/grep_sol10 7de1e3d Correct syntax 698e632 Merge pull request redhat-openstack#82 from hunner/grep_sol10 49433d0 Avoid multi-line grep on Solaris 10 5ec46f6 Merge pull request redhat-openstack#81 from hunner/release_1.0.2 3757c71 Release 1.0.2 d17dcfb Merge pull request redhat-openstack#80 from hunner/fix_aix 17a59b2 AIX exits with 2 on file doesn't exist. 5e841a9 Merge branch 'missing_comma' into 1.0.x 6999ab0 Fix missing comma in metadata.json 08346e9 Merge pull request redhat-openstack#77 from hunner/add_metadata 5c2cb37 Add supported OS/PE/Puppet b77ef8d Merge pull request redhat-openstack#78 from hunner/remove_autopublish f5e607a Remove travis autopublish stuff c1bc9d0 Merge pull request redhat-openstack#75 from justinstoller/maint/1.0.x/dont_use_hardcoded_modpath 25e7c28 Remove basic spec 48a4e08 Merge pull request redhat-openstack#74 from hunner/release_1.0.1 5b6de57 Release 1.0.1 a0c3b82 Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource ab21bd3 Allow custom gemsource 467c4c5 Merge pull request redhat-openstack#66 from hunner/update_specs eda78ab (FM-161) Add beaker tests for parameter coverage 664051c Merge pull request redhat-openstack#70 from ghoneycutt/fix_travis_link_in_readme 4e1bc1e Fix link to travis in README 38f260c Merge pull request redhat-openstack#68 from ghoneycutt/test_puppet_v3_4 17cba2f Merge pull request redhat-openstack#67 from ghoneycutt/enable_travis_fast_finish 4c1d651 Test against Puppet v3.4 9e6b0c4 Enable fast finish in Travis a0b63eb Merge pull request redhat-openstack#65 from shrug/master 76ad4c4 Fix the regex t fix a bad match 6870dfe Add tests to cover settings with square brackets and quotes in the name e779d12 Update settings regexes to support settings with "[", "]" in them ae23a4d Merge pull request redhat-openstack#58 from jnewland/spaces-in-sections c058ee5 support spaces in sections 2b45293 Merge pull request redhat-openstack#59 from antroy/master 10f270f Merge pull request redhat-openstack#63 from JHaals/master ff98e78 make ensure => present the first attribute d75ce1c Merge pull request redhat-openstack#61 from apenney/metadata cd9bb11 Add empty dependencies section. 85cfc93 FM-103: Add metadata.json to all modules. 0a1dea4 Merge pull request redhat-openstack#60 from apenney/metadata 86c57aa Adding whitespace capability to section header regex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.