-
Notifications
You must be signed in to change notification settings - Fork 98
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
Merge 1.2.x #102
Merged
Merged
Merge 1.2.x #102
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
This is a compatibility release. No functional changes to this module were made in this release, just testing infrastructure changes to extend tests to RHEL7 and Ubuntu 14.04
Release 1.2.4
Rspec pinning
Pin to new beaker-rspec
Pin rspec ~> 2.99 due to bundle issues
Remove windows support.
…stake Remove support for puppet:/// files.
openssl on sol 11 is in /usr/bin
Remove AIX 5.3 support as we can't test against it.
Capture back metadata.json reformating
Remove puppet_module_install in favor of copy_module_to
Stop starting puppet master unnecessarily and fix directory creation and dependency installation.
Previously we removed the call to `puppet master` during acceptance testing setup because it caused conflicts in agent-master multinode setups. However, we realized that the reason for the call to `puppet master` in the first place was so that java_ks could use the existing puppet certs that exist on the puppet master. This patch refactors the tests to generate a CA and private key itself. This avoids having tests depend on a certain node configuration. It also adds /usr/bin to the PATH on solaris so that the java_ks type can use the openssl command in tests on solaris.
As long as basic_spec.rb runs before the other acceptance tests, we don't need to include the java class in the other tests. This patch removes the java class from the other tests since it is not supported on solaris 10. It also fixes the PATH so that we can find ruby on solaris 10, foss or PE.
1.2.x rebase master
I had some rebase fail
This was failing on solaris, which doesn't need the module.
Let the java module fail
Fix path for solaris
Fix path for PE
Also, update metadata, as tests succeeded on sles12
Fix for sles10
Conflicts: CHANGELOG.md Modulefile metadata.json spec/spec_helper_acceptance.rb
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.