Compare commits
115 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b45a95e50 | ||
|
|
7f843d4b5b | ||
|
|
3e284312b0 | ||
|
|
c1a83674bd | ||
|
|
733fa45999 | ||
|
|
3e16918284 | ||
|
|
36b3de516f | ||
|
|
755aab753e | ||
|
|
beef56c294 | ||
|
|
4fb2954ffe | ||
|
|
827a870a7c | ||
|
|
0b45946bd7 | ||
|
|
b25212a04e | ||
|
|
fcf3ac3476 | ||
|
|
b266755711 | ||
|
|
ab6e3867fc | ||
|
|
797677caf7 | ||
|
|
df1fbfd29d | ||
|
|
a8448286f7 | ||
|
|
216620c90f | ||
|
|
8627e7ddd4 | ||
|
|
32f4492828 | ||
|
|
c776023d56 | ||
|
|
a1e3695849 | ||
|
|
a5ba5b43cd | ||
|
|
16e369ef21 | ||
|
|
580d875b9a | ||
|
|
ebb30f1ef5 | ||
|
|
66c0d88026 | ||
|
|
6605e34d71 | ||
|
|
c7830db74e | ||
|
|
ea3fbbf99f | ||
|
|
e36f6ce760 | ||
|
|
2604fcf5fb | ||
|
|
378f0b7fcc | ||
|
|
866eae1393 | ||
|
|
70b6b81ec9 | ||
|
|
37e799a35c | ||
|
|
9de6384cb1 | ||
|
|
c2420550c6 | ||
|
|
e17aa2c65c | ||
|
|
0b47353d81 | ||
|
|
66671ccf76 | ||
|
|
d39b0d5d1a | ||
|
|
aa62b1816e | ||
|
|
9ce23de1c2 | ||
|
|
ae4ab7736c | ||
|
|
08ace70cb3 | ||
|
|
efb9823d3c | ||
|
|
d27b0af5a9 | ||
|
|
658be7b4f2 | ||
|
|
cf077aa16e | ||
|
|
b94fb4a044 | ||
|
|
b5b03e5c00 | ||
|
|
25c1ac83ce | ||
|
|
91871b1408 | ||
|
|
1dd62ddc33 | ||
|
|
693d980c2b | ||
|
|
daddd9a115 | ||
|
|
e1b4cb5276 | ||
|
|
b1f910d764 | ||
|
|
2fe6ff23b3 | ||
|
|
06c3f9f112 | ||
|
|
9df2f3d2a6 | ||
|
|
fec59be2b7 | ||
|
|
bd25f7a58a | ||
|
|
f9d152e991 | ||
|
|
8852a13a11 | ||
|
|
6f2d6057a8 | ||
|
|
3a13507a67 | ||
|
|
2a8236e6d1 | ||
|
|
9093da3b32 | ||
|
|
3960227e60 | ||
|
|
eb587a433e | ||
|
|
2b0bd48cb5 | ||
|
|
0c9aafe52c | ||
|
|
feb669f203 | ||
|
|
d30954ebc4 | ||
|
|
a39d5dbafa | ||
|
|
f8a897c5cf | ||
|
|
9179d65d68 | ||
|
|
b37d69c314 | ||
|
|
47e567a94c | ||
|
|
9dbe1ce9bb | ||
|
|
dd8f85a2fa | ||
|
|
71a8bed51d | ||
|
|
19d44bb5cf | ||
|
|
5c2e3528bb | ||
|
|
c99b28bab0 | ||
|
|
a5c137d735 | ||
|
|
72a801c1e9 | ||
|
|
e038a13474 | ||
|
|
ff158b6c68 | ||
|
|
addb6e0931 | ||
|
|
124abf1278 | ||
|
|
a45aee2567 | ||
|
|
a74be5a7f8 | ||
|
|
4f700ca1e3 | ||
|
|
519e2d7b77 | ||
|
|
4b5cbc4d33 | ||
|
|
f4d218a162 | ||
|
|
3d8d4d76e0 | ||
|
|
829b8d6448 | ||
|
|
aafb208671 | ||
|
|
de4dfde37a | ||
|
|
3fa562a033 | ||
|
|
b9a864e313 | ||
|
|
bc8bed2c65 | ||
|
|
4775718a2f | ||
|
|
1165f3aaa2 | ||
|
|
3f2825c5e2 | ||
|
|
8e0c06cba9 | ||
|
|
0e47d95a71 | ||
|
|
afcb95b10b | ||
|
|
7ab4bc1b37 |
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -1,5 +1,5 @@
|
|||||||
#This file is generated by ModuleSync, do not edit.
|
#This file is generated by ModuleSync, do not edit.
|
||||||
*.rb eol=lf
|
*.rb eol=lf
|
||||||
*.erb eol=lf
|
*.erb eol=lf
|
||||||
*.pp eol=lf
|
*.pp eol=lf
|
||||||
*.sh eol=lf
|
*.sh eol=lf
|
||||||
|
|||||||
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,11 +1,24 @@
|
|||||||
#This file is generated by ModuleSync, do not edit.
|
#This file is generated by ModuleSync, do not edit.
|
||||||
pkg/
|
pkg/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
Gemfile.local
|
||||||
vendor/
|
vendor/
|
||||||
spec/fixtures/
|
spec/fixtures/manifests/
|
||||||
|
spec/fixtures/modules/
|
||||||
|
log/
|
||||||
|
junit/
|
||||||
.vagrant/
|
.vagrant/
|
||||||
.bundle/
|
.bundle/
|
||||||
coverage/
|
coverage/
|
||||||
log/
|
log/
|
||||||
.idea/
|
.idea/
|
||||||
|
.metadata
|
||||||
*.iml
|
*.iml
|
||||||
|
.*.sw[op]
|
||||||
|
.yardoc
|
||||||
|
.yardwarns
|
||||||
|
.DS_Store
|
||||||
|
tmp/
|
||||||
|
vendor/
|
||||||
|
doc/
|
||||||
|
|
||||||
|
|||||||
23
.project
Normal file
23
.project
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>puppetlabs-java</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.puppetlabs.geppetto.pp.dsl.ui.modulefileBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>com.puppetlabs.geppetto.pp.dsl.ui.puppetNature</nature>
|
||||||
|
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
||||||
508
.rubocop.yml
Normal file
508
.rubocop.yml
Normal file
@@ -0,0 +1,508 @@
|
|||||||
|
require: rubocop-rspec
|
||||||
|
AllCops:
|
||||||
|
TargetRubyVersion: 1.9
|
||||||
|
Include:
|
||||||
|
- ./**/*.rb
|
||||||
|
Exclude:
|
||||||
|
- vendor/**/*
|
||||||
|
- .vendor/**/*
|
||||||
|
- pkg/**/*
|
||||||
|
- spec/fixtures/**/*
|
||||||
|
Lint/ConditionPosition:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/ElseLayout:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UnreachableCode:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UselessComparison:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/EnsureReturn:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/HandleExceptions:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/LiteralInCondition:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/ShadowingOuterLocalVariable:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/LiteralInInterpolation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/HashSyntax:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/RedundantReturn:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/AmbiguousOperator:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/AssignmentInCondition:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceBeforeComment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AndOr:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/RedundantSelf:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
# Method length is not necessarily an indicator of code quality
|
||||||
|
Metrics/MethodLength:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
# Module length is not necessarily an indicator of code quality
|
||||||
|
Metrics/ModuleLength:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Style/WhileUntilModifier:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/AmbiguousRegexpLiteral:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/Eval:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/BlockAlignment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/DefEndAlignment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/EndAlignment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/DeprecatedClassMethods:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/Loop:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/ParenthesesAsGroupedExpression:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/RescueException:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/StringConversionInInterpolation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UnusedBlockArgument:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UnusedMethodArgument:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UselessAccessModifier:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UselessAssignment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/Void:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AccessModifierIndentation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AccessorMethodName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Alias:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AlignArray:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AlignHash:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AlignParameters:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Metrics/BlockNesting:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/AsciiComments:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Attr:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/BracesAroundHashParameters:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/CaseEquality:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/CaseIndentation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/CharacterLiteral:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ClassAndModuleCamelCase:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ClassAndModuleChildren:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Style/ClassCheck:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
# Class length is not necessarily an indicator of code quality
|
||||||
|
Metrics/ClassLength:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Style/ClassMethods:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ClassVars:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/WhenThen:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/WordArray:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/UnneededPercentQ:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Tab:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceBeforeSemicolon:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/TrailingBlankLines:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceInsideBlockBraces:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceInsideBrackets:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceInsideHashLiteralBraces:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceInsideParens:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/LeadingCommentSpace:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceBeforeFirstArg:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAfterColon:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAfterComma:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAfterMethodName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAfterNot:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAfterSemicolon:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAroundEqualsInParameterDefault:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceAroundOperators:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceBeforeBlockBraces:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceBeforeComma:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/CollectionMethods:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/CommentIndentation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ColonMethodCall:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/CommentAnnotation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
# 'Complexity' is very relative
|
||||||
|
Metrics/CyclomaticComplexity:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Style/ConstantName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Documentation:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Style/DefWithParentheses:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/PreferredHashMethods:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/DotPosition:
|
||||||
|
EnforcedStyle: trailing
|
||||||
|
|
||||||
|
Style/DoubleNegation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/EachWithObject:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/EmptyLineBetweenDefs:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/IndentArray:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/IndentHash:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/IndentationConsistency:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/IndentationWidth:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/EmptyLines:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/EmptyLinesAroundAccessModifier:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/EmptyLiteral:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
# Configuration parameters: AllowURI, URISchemes.
|
||||||
|
Metrics/LineLength:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Style/MethodCallParentheses:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/MethodDefParentheses:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/LineEndConcatenation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/TrailingWhitespace:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/StringLiterals:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/TrailingCommaInArguments:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/TrailingCommaInLiteral:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/GlobalVars:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/GuardClause:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/IfUnlessModifier:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/MultilineIfThen:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/NegatedIf:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/NegatedWhile:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Next:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SingleLineBlockParams:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SingleLineMethods:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpecialGlobalVars:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/TrivialAccessors:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/UnlessElse:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/VariableInterpolation:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/VariableName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/WhileUntilDo:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/EvenOdd:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/FileName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/For:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Lambda:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/MethodName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/MultilineTernaryOperator:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/NestedTernaryOperator:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/NilComparison:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/FormatString:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/MultilineBlockChain:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Semicolon:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SignalException:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/NonNilCheck:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Not:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/NumericLiterals:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/OneLineConditional:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/OpMethod:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ParenthesesAroundCondition:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/PercentLiteralDelimiters:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/PerlBackrefs:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/PredicateName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/RedundantException:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SelfAssignment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Proc:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/RaiseArgs:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/RedundantBegin:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/RescueModifier:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
# based on https://github.com/voxpupuli/modulesync_config/issues/168
|
||||||
|
Style/RegexpLiteral:
|
||||||
|
EnforcedStyle: percent_r
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/UnderscorePrefixedVariableName:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Metrics/ParameterLists:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Lint/RequireParentheses:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/SpaceBeforeFirstArg:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ModuleFunction:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Lint/Debugger:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/IfWithSemicolon:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/Encoding:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/BlockDelimiters:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/MultilineBlockLayout:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
# 'Complexity' is very relative
|
||||||
|
Metrics/AbcSize:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
# 'Complexity' is very relative
|
||||||
|
Metrics/PerceivedComplexity:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
Lint/UselessAssignment:
|
||||||
|
Enabled: True
|
||||||
|
|
||||||
|
Style/ClosingParenthesisIndentation:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
# RSpec
|
||||||
|
|
||||||
|
# We don't use rspec in this way
|
||||||
|
RSpec/DescribeClass:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
# Example length is not necessarily an indicator of code quality
|
||||||
|
RSpec/ExampleLength:
|
||||||
|
Enabled: False
|
||||||
|
|
||||||
|
RSpec/NamedSubject:
|
||||||
|
Enabled: False
|
||||||
5
.sync.yml
Normal file
5
.sync.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
appveyor.yml:
|
||||||
|
delete: true
|
||||||
|
spec/spec_helper.rb:
|
||||||
|
allow_deprecations: true
|
||||||
32
.travis.yml
32
.travis.yml
@@ -3,18 +3,30 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
bundler_args: --without system_tests
|
script: "bundle exec rake release_checks"
|
||||||
script: "bundle exec rake validate lint spec"
|
#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
|
||||||
|
before_install:
|
||||||
|
- gem update bundler
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- rvm: 2.1.6
|
- rvm: 2.3.1
|
||||||
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
|
dist: trusty
|
||||||
- rvm: 2.1.5
|
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
|
||||||
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
|
script: bundle exec rake beaker
|
||||||
- rvm: 2.1.5
|
services: docker
|
||||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
sudo: required
|
||||||
- rvm: 1.9.3
|
- rvm: 2.3.1
|
||||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
dist: trusty
|
||||||
|
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
|
||||||
|
script: bundle exec rake beaker
|
||||||
|
services: docker
|
||||||
|
sudo: required
|
||||||
|
- rvm: 2.3.1
|
||||||
|
bundler_args: --without system_tests
|
||||||
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
|
- rvm: 2.1.7
|
||||||
|
bundler_args: --without system_tests
|
||||||
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
110
CHANGELOG.md
110
CHANGELOG.md
@@ -1,3 +1,43 @@
|
|||||||
|
## Supported Release 2.0.0
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
This is a major release including some bug fixes, new parameters, and general module updates.
|
||||||
|
|
||||||
|
**This release drops Puppet 3 support**
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
- Debian Stretch, Yakkety Yak, Amazon Linux, Oracle Linux, Scientific Linux CERN compatibility
|
||||||
|
- `version_major` and `version_minor` parameters for specifying Java SE version to install
|
||||||
|
- `$JAVA_HOME` now set by the module on compatible systems. The `java_home` parameter is also provided for manual setting. [MODULES-2971](https://tickets.puppetlabs.com/browse/MODULES-2971)
|
||||||
|
- `proxy_server` and `proxy_type` for choosing a proxy server to get Java from
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
- Moved lower Puppet version requirement to 4.7.0
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
- Module no longer downloads the Java archive on Puppet runs if Java is already installed.
|
||||||
|
- java_default_home fact is not always correct on oracle packages [MODULES-4050](https://tickets.puppetlabs.com/browse/MODULES-4050)
|
||||||
|
- Order of operations for archives [MODULES-4751](https://tickets.puppetlabs.com/browse/https://tickets.puppetlabs.com/browse/MODULES-4751)
|
||||||
|
- Increase Xmx setting for `java_version` fact [MODULES-4736](https://tickets.puppetlabs.com/browse/MODULES-4736)
|
||||||
|
|
||||||
|
## Supported Release 1.6.0
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
Addition of a new supported OS, along with several other features and bugfixes.
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
- Ubuntu 16.04 support.
|
||||||
|
- Addition example for installing Java 8.
|
||||||
|
- Update to newest modulesync_configs.
|
||||||
|
- Addition of RedHat for Oracle Java.
|
||||||
|
|
||||||
|
#### Bugfixes
|
||||||
|
- Custom archive type now given extract_path.
|
||||||
|
- Fix for rspec deprectation warnings.
|
||||||
|
- Typo fixes for readme.
|
||||||
|
- Fixed tests to run under strict variables.
|
||||||
|
- Updated Java package for SLES 11.4.
|
||||||
|
|
||||||
## Supported Release 1.5.0
|
## Supported Release 1.5.0
|
||||||
### Summary
|
### Summary
|
||||||
|
|
||||||
@@ -19,7 +59,7 @@ A release which has several support additions for different OSes. Also a couple
|
|||||||
- Small README updates and syntax error fixes.
|
- Small README updates and syntax error fixes.
|
||||||
|
|
||||||
## Supported Release 1.4.3
|
## Supported Release 1.4.3
|
||||||
###Summary
|
### Summary
|
||||||
|
|
||||||
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
|
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
|
||||||
|
|
||||||
@@ -37,18 +77,18 @@ This release updates the metadata for the upcoming release of PE and update para
|
|||||||
#### Bugfixes:
|
#### Bugfixes:
|
||||||
- Add missing OEL to params
|
- Add missing OEL to params
|
||||||
|
|
||||||
##2015-07-07 - Supported Release 1.4.0
|
## 2015-07-07 - Supported Release 1.4.0
|
||||||
###Summary
|
### Summary
|
||||||
This release adds several new features, bugfixes, documentation updates, and test improvements.
|
This release adds several new features, bugfixes, documentation updates, and test improvements.
|
||||||
|
|
||||||
####Features:
|
#### Features:
|
||||||
- Puppet 4 support and testing
|
- Puppet 4 support and testing
|
||||||
- Adds support for several Operating Systems
|
- Adds support for several Operating Systems
|
||||||
- Ubuntu 15.04
|
- Ubuntu 15.04
|
||||||
- OpenBSD 5.6, 5.7
|
- OpenBSD 5.6, 5.7
|
||||||
- Fedora 20, 21, 22
|
- Fedora 20, 21, 22
|
||||||
|
|
||||||
####Bugfixes:
|
#### Bugfixes:
|
||||||
- Fixes java_version fact to work on large systems. (MODULES-1749)
|
- Fixes java_version fact to work on large systems. (MODULES-1749)
|
||||||
- Improves maintainability of java_version fact.
|
- Improves maintainability of java_version fact.
|
||||||
- Fixes java package names on Fedora 21+.
|
- Fixes java package names on Fedora 21+.
|
||||||
@@ -56,11 +96,11 @@ This release adds several new features, bugfixes, documentation updates, and tes
|
|||||||
- Fixes create-java-alternatives commands on RedHat distros.
|
- Fixes create-java-alternatives commands on RedHat distros.
|
||||||
- Fixes bug with Debian systems missing java-common package.
|
- Fixes bug with Debian systems missing java-common package.
|
||||||
|
|
||||||
##2015-01-20 - Supported Release 1.3.0
|
## 2015-01-20 - Supported Release 1.3.0
|
||||||
###Summary
|
### Summary
|
||||||
This release adds 3 new facts for determining Java version, adds RHEL alternatives support, adds utopic support, and fixes the flag for `update-java-alternatives` when installed from a headless pacakge.
|
This release adds 3 new facts for determining Java version, adds RHEL alternatives support, adds utopic support, and fixes the flag for `update-java-alternatives` when installed from a headless pacakge.
|
||||||
|
|
||||||
####Features
|
#### Features
|
||||||
- Added RHEL support for alternatives
|
- Added RHEL support for alternatives
|
||||||
- New facts
|
- New facts
|
||||||
- java_major_version
|
- java_major_version
|
||||||
@@ -68,65 +108,65 @@ This release adds 3 new facts for determining Java version, adds RHEL alternativ
|
|||||||
- java_version
|
- java_version
|
||||||
- Add support for utopic
|
- Add support for utopic
|
||||||
|
|
||||||
####Bugfixes
|
#### Bugfixes
|
||||||
- Use `--jre-headless` in the `update-java-alternatives` command when installed from a `headless` package
|
- Use `--jre-headless` in the `update-java-alternatives` command when installed from a `headless` package
|
||||||
|
|
||||||
##2014-11-11 - Supported Version 1.2.0
|
## 2014-11-11 - Supported Version 1.2.0
|
||||||
|
|
||||||
###Summary:
|
### Summary:
|
||||||
This release adds SLES 12 support and is tested for Future Parser Support
|
This release adds SLES 12 support and is tested for Future Parser Support
|
||||||
|
|
||||||
####Bugfixes:
|
#### Bugfixes:
|
||||||
- Several readme updates
|
- Several readme updates
|
||||||
- Testcase flexability increased
|
- Testcase flexability increased
|
||||||
|
|
||||||
####Features:
|
#### Features:
|
||||||
- Add SLES 12 support
|
- Add SLES 12 support
|
||||||
- Future Parser tested
|
- Future Parser tested
|
||||||
- Validated against PE 3.7
|
- Validated against PE 3.7
|
||||||
|
|
||||||
##2014-08-25 - Supported Version 1.1.2
|
## 2014-08-25 - Supported Version 1.1.2
|
||||||
|
|
||||||
###Summary:
|
### Summary:
|
||||||
This release begins the support coverage of the puppetlabs-java module.
|
This release begins the support coverage of the puppetlabs-java module.
|
||||||
|
|
||||||
###Bugfixes:
|
### Bugfixes:
|
||||||
- Update java alternative values from deprecated names
|
- Update java alternative values from deprecated names
|
||||||
- Readme updated
|
- Readme updated
|
||||||
- Testing updated
|
- Testing updated
|
||||||
|
|
||||||
##2014-05-02 - Version 1.1.1
|
## 2014-05-02 - Version 1.1.1
|
||||||
|
|
||||||
###Summary:
|
### Summary:
|
||||||
|
|
||||||
Add support for new versions of Debian and Ubuntu!
|
Add support for new versions of Debian and Ubuntu!
|
||||||
|
|
||||||
####Features:
|
#### Features:
|
||||||
- Add support for Ubuntu Trusty (14.04)
|
- Add support for Ubuntu Trusty (14.04)
|
||||||
- Add support for Debian Jessie (8.x)
|
- Add support for Debian Jessie (8.x)
|
||||||
|
|
||||||
##2014-01-06 - Version 1.1.0
|
## 2014-01-06 - Version 1.1.0
|
||||||
|
|
||||||
####Summary:
|
### Summary:
|
||||||
|
|
||||||
Primarily a release for Ubuntu users!
|
Primarily a release for Ubuntu users!
|
||||||
|
|
||||||
####Features:
|
#### Features:
|
||||||
- Add support for Ubuntu Saucy (13.10)
|
- Add support for Ubuntu Saucy (13.10)
|
||||||
- Add `java_home` parameter for centralized setting of JAVA_HOME.
|
- Add `java_home` parameter for centralized setting of JAVA_HOME.
|
||||||
- Add Scientific Linux
|
- Add Scientific Linux
|
||||||
|
|
||||||
###Bugfixes:
|
#### Bugfixes:
|
||||||
- Plus signs are valid in debian/ubuntu package names.
|
- Plus signs are valid in debian/ubuntu package names.
|
||||||
|
|
||||||
##2013-08-01 - Version 1.0.1
|
## 2013-08-01 - Version 1.0.1
|
||||||
|
|
||||||
Matthaus Owens <matthaus@puppetlabs.com>
|
Matthaus Owens <matthaus@puppetlabs.com>
|
||||||
* Update java packages for Fedora systems
|
* Update java packages for Fedora systems
|
||||||
|
|
||||||
##2013-07-29 - Version 1.0.0
|
## 2013-07-29 - Version 1.0.0
|
||||||
|
|
||||||
####Detailed Changes
|
#### Detailed Changes
|
||||||
|
|
||||||
Krzysztof Suszyński <krzysztof.suszynski@coi.gov.pl>
|
Krzysztof Suszyński <krzysztof.suszynski@coi.gov.pl>
|
||||||
* Adding support for Oracle Enterprise Linux
|
* Adding support for Oracle Enterprise Linux
|
||||||
@@ -151,39 +191,39 @@ Nathan R Valentine <nrvale0@gmail.com>
|
|||||||
Sharif Nassar <sharif@mediatemple.net>
|
Sharif Nassar <sharif@mediatemple.net>
|
||||||
* Add support for Debian alternatives, and more than one JDK/JRE per platform.
|
* Add support for Debian alternatives, and more than one JDK/JRE per platform.
|
||||||
|
|
||||||
##2013-04-04 - Version 0.3.0
|
## 2013-04-04 - Version 0.3.0
|
||||||
Reid Vandewiele <reid@puppetlabs.com> -
|
Reid Vandewiele <reid@puppetlabs.com> -
|
||||||
* Refactor, introduce params pattern
|
* Refactor, introduce params pattern
|
||||||
|
|
||||||
##2012-11-15 - Version 0.2.0
|
## 2012-11-15 - Version 0.2.0
|
||||||
Scott Schneider <sschneider@puppetlabs.com>
|
Scott Schneider <sschneider@puppetlabs.com>
|
||||||
* Add Solaris support
|
* Add Solaris support
|
||||||
|
|
||||||
##2011-06-16 - Version 0.1.5
|
## 2011-06-16 - Version 0.1.5
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Add Debian based distro (Lucid) support
|
* Add Debian based distro (Lucid) support
|
||||||
|
|
||||||
##2011-06-02 - Version 0.1.4
|
## 2011-06-02 - Version 0.1.4
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Fix class composition ordering problems
|
* Fix class composition ordering problems
|
||||||
|
|
||||||
##2011-05-28 - Version 0.1.3
|
## 2011-05-28 - Version 0.1.3
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Remove stages
|
* Remove stages
|
||||||
|
|
||||||
##2011-05-26 - Version 0.1.2
|
## 2011-05-26 - Version 0.1.2
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Changes JRE/JDK selection class parameter to $distribution
|
* Changes JRE/JDK selection class parameter to $distribution
|
||||||
|
|
||||||
##2011-05-25 - Version 0.1.1
|
## 2011-05-25 - Version 0.1.1
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Re-did versioning to follow semantic versioning
|
* Re-did versioning to follow semantic versioning
|
||||||
* Add validation of class parameters
|
* Add validation of class parameters
|
||||||
|
|
||||||
##2011-05-24 - Version 0.1.0
|
## 2011-05-24 - Version 0.1.0
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Default to JDK version 6u25
|
* Default to JDK version 6u25
|
||||||
|
|
||||||
##2011-05-24 - Version 0.0.1
|
## 2011-05-24 - Version 0.0.1
|
||||||
Jeff McCune <jeff@puppetlabs.com>
|
Jeff McCune <jeff@puppetlabs.com>
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ Checklist (and a short version for the impatient)
|
|||||||
|
|
||||||
- Make sure you have a [GitHub account](https://github.com/join)
|
- Make sure you have a [GitHub account](https://github.com/join)
|
||||||
|
|
||||||
- [Create a ticket](https://tickets.puppetlabs.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppetlabs.com/browse/) you are patching for.
|
- [Create a ticket](https://tickets.puppet.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppet.com/browse/) you are patching for.
|
||||||
|
|
||||||
* Preferred method:
|
* Preferred method:
|
||||||
|
|
||||||
@@ -208,13 +208,10 @@ review.
|
|||||||
Additional Resources
|
Additional Resources
|
||||||
====================
|
====================
|
||||||
|
|
||||||
* [Getting additional help](http://puppetlabs.com/community/get-help)
|
* [Getting additional help](http://puppet.com/community/get-help)
|
||||||
|
|
||||||
* [Writing tests](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Writing_Tests)
|
* [Writing tests](https://docs.puppet.com/guides/module_guides/bgtm.html#step-three-module-testing)
|
||||||
|
|
||||||
* [Patchwork](https://patchwork.puppetlabs.com)
|
|
||||||
|
|
||||||
* [General GitHub documentation](http://help.github.com/)
|
* [General GitHub documentation](http://help.github.com/)
|
||||||
|
|
||||||
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
|
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
|
||||||
|
|
||||||
|
|||||||
82
Gemfile
82
Gemfile
@@ -2,38 +2,74 @@
|
|||||||
|
|
||||||
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
||||||
|
|
||||||
def location_for(place, version = nil)
|
# Determines what type of gem is requested based on place_or_version.
|
||||||
if place =~ /^(git[:@][^#]*)#(.*)/
|
def gem_type(place_or_version)
|
||||||
[version, { :git => $1, :branch => $2, :require => false}].compact
|
if place_or_version =~ /^git:/
|
||||||
elsif place =~ /^file:\/\/(.*)/
|
:git
|
||||||
['>= 0', { :path => File.expand_path($1), :require => false}]
|
elsif place_or_version =~ /^file:/
|
||||||
|
:file
|
||||||
else
|
else
|
||||||
[place, version, { :require => false}].compact
|
:gem
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :unit_tests do
|
# Find a location or specific version for a gem. place_or_version can be a
|
||||||
gem 'json', :require => false
|
# version, which is most often used. It can also be git, which is specified as
|
||||||
gem 'metadata-json-lint', :require => false
|
# `git://somewhere.git#branch`. You can also use a file source location, which
|
||||||
gem 'puppet_facts', :require => false
|
# is specified as `file://some/location/on/disk`.
|
||||||
gem 'puppet-blacksmith', :require => false
|
def location_for(place_or_version, fake_version = nil)
|
||||||
gem 'puppetlabs_spec_helper', :require => false
|
if place_or_version =~ /^(git[:@][^#]*)#(.*)/
|
||||||
gem 'rspec-puppet', '>= 2.3.2', :require => false
|
[fake_version, { :git => $1, :branch => $2, :require => false }].compact
|
||||||
gem 'simplecov', :require => false
|
elsif place_or_version =~ /^file:\/\/(.*)/
|
||||||
end
|
['>= 0', { :path => File.expand_path($1), :require => false }]
|
||||||
group :system_tests do
|
else
|
||||||
gem 'beaker-rspec', *location_for(ENV['BEAKER_RSPEC_VERSION'] || '>= 3.4')
|
[place_or_version, { :require => false }]
|
||||||
gem 'beaker', *location_for(ENV['BEAKER_VERSION'])
|
end
|
||||||
gem 'serverspec', :require => false
|
end
|
||||||
gem 'beaker-puppet_install_helper', :require => false
|
|
||||||
gem 'master_manipulator', :require => false
|
# Used for gem conditionals
|
||||||
gem 'beaker-hostgenerator', *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'])
|
supports_windows = false
|
||||||
|
ruby_version_segments = Gem::Version.new(RUBY_VERSION.dup).segments
|
||||||
|
minor_version = "#{ruby_version_segments[0]}.#{ruby_version_segments[1]}"
|
||||||
|
|
||||||
|
group :development do
|
||||||
|
gem "puppet-module-posix-default-r#{minor_version}", :require => false, :platforms => "ruby"
|
||||||
|
gem "puppet-module-win-default-r#{minor_version}", :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
|
||||||
|
gem "puppet-module-posix-dev-r#{minor_version}", :require => false, :platforms => "ruby"
|
||||||
|
gem "puppet-module-win-dev-r#{minor_version}", :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
|
||||||
|
gem "json_pure", '<= 2.0.1', :require => false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.0.0')
|
||||||
|
gem "fast_gettext", '1.1.0', :require => false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.1.0')
|
||||||
|
gem "fast_gettext", :require => false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.1.0')
|
||||||
|
end
|
||||||
|
|
||||||
|
group :system_tests do
|
||||||
|
gem "puppet-module-posix-system-r#{minor_version}", :require => false, :platforms => "ruby"
|
||||||
|
gem "puppet-module-win-system-r#{minor_version}", :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
|
||||||
|
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 3')
|
||||||
|
gem "beaker-pe", :require => false
|
||||||
|
gem "beaker-rspec", *location_for(ENV['BEAKER_RSPEC_VERSION'])
|
||||||
|
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'])
|
||||||
|
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.1')
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'facter', *location_for(ENV['FACTER_GEM_VERSION'])
|
|
||||||
gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'])
|
gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'])
|
||||||
|
|
||||||
|
# Only explicitly specify Facter/Hiera if a version has been specified.
|
||||||
|
# Otherwise it can lead to strange bundler behavior. If you are seeing weird
|
||||||
|
# gem resolution behavior, try setting `DEBUG_RESOLVER` environment variable
|
||||||
|
# to `1` and then run bundle install.
|
||||||
|
gem 'facter', *location_for(ENV['FACTER_GEM_VERSION']) if ENV['FACTER_GEM_VERSION']
|
||||||
|
gem 'hiera', *location_for(ENV['HIERA_GEM_VERSION']) if ENV['HIERA_GEM_VERSION']
|
||||||
|
|
||||||
|
|
||||||
|
# Evaluate Gemfile.local if it exists
|
||||||
if File.exists? "#{__FILE__}.local"
|
if File.exists? "#{__FILE__}.local"
|
||||||
eval(File.read("#{__FILE__}.local"), binding)
|
eval(File.read("#{__FILE__}.local"), binding)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Evaluate ~/.gemfile if it exists
|
||||||
|
if File.exists?(File.join(Dir.home, '.gemfile'))
|
||||||
|
eval(File.read(File.join(Dir.home, '.gemfile')), binding)
|
||||||
|
end
|
||||||
|
|
||||||
|
# vim:ft=ruby
|
||||||
|
|||||||
6
MAINTAINERS.md
Normal file
6
MAINTAINERS.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
## Maintenance
|
||||||
|
|
||||||
|
Maintainers:
|
||||||
|
- Puppet Forge Modules Team `forge-modules |at| puppet |dot| com`
|
||||||
|
|
||||||
|
Tickets: https://tickets.puppet.com/browse/MODULES. Make sure to set component to `java`.
|
||||||
7
NOTICE
7
NOTICE
@@ -1,9 +1,6 @@
|
|||||||
java puppet module
|
Puppet Module - puppetlabs-java
|
||||||
|
|
||||||
Copyright (C) 2011-2016 Puppet Labs, Inc.
|
|
||||||
|
|
||||||
Puppet Labs can be contacted at: info@puppetlabs.com
|
|
||||||
|
|
||||||
|
Copyright 2017 Puppet, Inc.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
112
README.markdown
112
README.markdown
@@ -1,6 +1,6 @@
|
|||||||
#java
|
# java
|
||||||
|
|
||||||
####Table of Contents
|
#### Table of Contents
|
||||||
|
|
||||||
1. [Overview](#overview)
|
1. [Overview](#overview)
|
||||||
2. [Module Description - What the module does and why it is useful](#module-description)
|
2. [Module Description - What the module does and why it is useful](#module-description)
|
||||||
@@ -11,22 +11,22 @@
|
|||||||
6. [Limitations - OS compatibility, etc.](#limitations)
|
6. [Limitations - OS compatibility, etc.](#limitations)
|
||||||
7. [Development - Guide for contributing to the module](#development)
|
7. [Development - Guide for contributing to the module](#development)
|
||||||
|
|
||||||
##Overview
|
## Overview
|
||||||
|
|
||||||
Installs the correct Java package on various platforms.
|
Installs the correct Java package on various platforms.
|
||||||
|
|
||||||
##Module Description
|
## Module Description
|
||||||
|
|
||||||
The java module can automatically install Java jdk or jre on a wide variety of systems. Java is a base component for many software platforms, but Java system packages don't always follow packaging conventions. The java module simplifies the Java installation process.
|
The java module can automatically install Java jdk or jre on a wide variety of systems. Java is a base component for many software platforms, but Java system packages don't always follow packaging conventions. The java module simplifies the Java installation process.
|
||||||
|
|
||||||
##Setup
|
## Setup
|
||||||
|
|
||||||
###Beginning with the java module
|
### Beginning with the java module
|
||||||
To install the correct Java package on your system, include the `java` class: `include java`.
|
To install the correct Java package on your system, include the `java` class: `include java`.
|
||||||
|
|
||||||
##Usage
|
## Usage
|
||||||
|
|
||||||
The java module installs the correct jdk or jre package on a wide variety of systems. By default, the module will install the jdk package, but you can set different installation parameters as needed. For example, to install jre instead of jdk, you would set the distribution parameter:
|
The java module installs the correct jdk or jre package on a wide variety of systems. By default, the module installs the jdk package, but you can set different installation parameters as needed. For example, to install jre instead of jdk, you would set the distribution parameter:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
class { 'java':
|
class { 'java':
|
||||||
@@ -34,6 +34,14 @@ class { 'java':
|
|||||||
}
|
}
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
To install the latest patch version of Java 8 on CentOS
|
||||||
|
|
||||||
|
~~~
|
||||||
|
class { 'java' :
|
||||||
|
package => 'java-1.8.0-openjdk-devel',
|
||||||
|
}
|
||||||
|
~~~
|
||||||
|
|
||||||
The defined type `java::oracle` installs one or more versions of Oracle Java SE. `java::oracle` depends on [puppet/archive](https://github.com/voxpupuli/puppet-archive). By using `java::oracle` you agree to Oracle's licensing terms for Java SE.
|
The defined type `java::oracle` installs one or more versions of Oracle Java SE. `java::oracle` depends on [puppet/archive](https://github.com/voxpupuli/puppet-archive). By using `java::oracle` you agree to Oracle's licensing terms for Java SE.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
@@ -50,65 +58,88 @@ java::oracle { 'jdk8' :
|
|||||||
}
|
}
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
##Reference
|
To install a specific release of a Java version, e.g. 8u101-b13, provide both parameters `version_major` and `version_minor` as follows:
|
||||||
|
|
||||||
###Classes
|
~~~
|
||||||
|
java::oracle { 'jdk8' :
|
||||||
|
ensure => 'present',
|
||||||
|
version_major => '8u101',
|
||||||
|
version_minor => 'b13',
|
||||||
|
java_se => 'jdk',
|
||||||
|
}
|
||||||
|
~~~
|
||||||
|
|
||||||
####Public classes
|
## Reference
|
||||||
|
|
||||||
|
### Classes
|
||||||
|
|
||||||
|
#### Public classes
|
||||||
|
|
||||||
* `java`: Installs and manages the Java package.
|
* `java`: Installs and manages the Java package.
|
||||||
|
|
||||||
####Private classes
|
#### Private classes
|
||||||
|
|
||||||
* `java::config`: Configures the Java alternatives.
|
* `java::config`: Configures the Java alternatives.
|
||||||
|
|
||||||
* `java::params`: Builds a hash of jdk/jre packages for all compatible operating systems.
|
* `java::params`: Builds a hash of jdk/jre packages for all compatible operating systems.
|
||||||
|
|
||||||
|
|
||||||
####Parameters
|
#### Parameters
|
||||||
The following parameters are available in `java`:
|
The following parameters are available in `java`:
|
||||||
|
|
||||||
##### `distribution`
|
##### `distribution`
|
||||||
Specifies the Java distribution to install.
|
Specifies the Java distribution to install.
|
||||||
Valid options: 'jdk', 'jre', or, where the platform supports alternative packages, 'sun-jdk', 'sun-jre', 'oracle-jdk', 'oracle-jre'. Default: 'jdk'.
|
Valid options: 'jdk', 'jre', or, where the platform supports alternative packages, 'sun-jdk', 'sun-jre', 'oracle-jdk', 'oracle-jre'. Default: 'jdk'.
|
||||||
|
|
||||||
#####`java_alternative`
|
##### `java_alternative`
|
||||||
Specifies the name of the Java alternative to use. If you set this parameter, *you must also set the `java_alternative_path`.*
|
Specifies the name of the Java alternative to use. If you set this parameter, *you must also set the `java_alternative_path`.*
|
||||||
Valid options: Run command `update-java-alternatives -l` for a list of available choices. Default: OS and distribution dependent defaults on *deb systems, undef on others.
|
Valid options: Run command `update-java-alternatives -l` for a list of available choices. Default: OS and distribution dependent defaults on *deb systems, undef on others.
|
||||||
|
|
||||||
#####`java_alternative_path`
|
##### `java_alternative_path`
|
||||||
*Required when `java_alternative` is specified.* Defines the path to the `java` command.
|
*Required when `java_alternative` is specified.* Defines the path to the `java` command.
|
||||||
Valid option: String. Default: OS and distribution dependent defaults on *deb systems, undef on others.
|
Valid option: String. Default: OS and distribution dependent defaults on *deb systems, undef on others.
|
||||||
|
|
||||||
#####`package`
|
##### `package`
|
||||||
Specifies the name of the Java package. This is configurable in case you want to install a non-standard Java package. If not set, the module will install the appropriate package for the `distribution` parameter and target platform. If you set `package`, the `distribution` parameter will do nothing.
|
Specifies the name of the Java package. This is configurable in case you want to install a non-standard Java package. If not set, the module installs the appropriate package for the `distribution` parameter and target platform. If you set `package`, the `distribution` parameter does nothing.
|
||||||
Valid option: String. Default: undef.
|
Valid option: String. Default: undef.
|
||||||
|
|
||||||
#####`version`
|
##### `version`
|
||||||
Sets the version of Java to install, if you want to ensure a particular version.
|
Sets the version of Java to install, if you want to ensure a particular version.
|
||||||
Valid options: 'present', 'installed', 'latest', or a string matching `/^[.+_0-9a-zA-Z:-]+$/`. Default: 'present'.
|
Valid options: 'present', 'installed', 'latest', or a string matching `/^[.+_0-9a-zA-Z:-]+$/`. Default: 'present'.
|
||||||
|
|
||||||
####Public defined types
|
#### Public defined types
|
||||||
|
|
||||||
* `java::oracle`: Installs specified version of Oracle Java SE. You may install multiple versions of Oracle Jave SE on the same node using this defined type.
|
* `java::oracle`: Installs specified version of Oracle Java SE. You may install multiple versions of Oracle Jave SE on the same node using this defined type.
|
||||||
|
|
||||||
####Parameters
|
#### Parameters
|
||||||
|
|
||||||
The following parameters are available in `java::oracle`:
|
The following parameters are available in `java::oracle`:
|
||||||
|
|
||||||
######`version`
|
##### `version`
|
||||||
Version of Java Standard Edition (SE) to install. 6, 7 or 8.
|
Version of Java Standard Edition (SE) to install. 6, 7 or 8.
|
||||||
|
|
||||||
#####`java_se`
|
##### `version_major`
|
||||||
|
Major version of the Java Standard Edition (SE) to install. Must be used together with `version_minor`. For example, '8u101'.
|
||||||
|
|
||||||
|
##### `version_minor`
|
||||||
|
Minor version (or build version) of the Java Standard Edition (SE) to install. Must be used together with `version_major`. For example, 'b13'.
|
||||||
|
|
||||||
|
##### `java_se`
|
||||||
Type of Java SE to install, jdk or jre.
|
Type of Java SE to install, jdk or jre.
|
||||||
|
|
||||||
#####`ensure`
|
##### `ensure`
|
||||||
Install or remove the package.
|
Install or remove the package.
|
||||||
|
|
||||||
#####`oracle_url`
|
##### `oracle_url`
|
||||||
Official Oracle URL to download the binaries from.
|
Official Oracle URL to download the binaries from.
|
||||||
|
|
||||||
###Facts
|
##### `proxy_server`
|
||||||
|
Specify a proxy server, with port number if needed. ie: https://example.com:8080. (passed to archive)
|
||||||
|
|
||||||
|
##### `proxy_type`
|
||||||
|
Proxy server type (none|http|https|ftp). (passed to archive)
|
||||||
|
|
||||||
|
### Facts
|
||||||
|
|
||||||
The java module includes a few facts to describe the version of Java installed on the system:
|
The java module includes a few facts to describe the version of Java installed on the system:
|
||||||
|
|
||||||
@@ -120,13 +151,13 @@ The java module includes a few facts to describe the version of Java installed o
|
|||||||
|
|
||||||
**Note:** The facts return `nil` if Java is not installed on the system.
|
**Note:** The facts return `nil` if Java is not installed on the system.
|
||||||
|
|
||||||
##Limitations
|
## Limitations
|
||||||
|
|
||||||
This module cannot guarantee installation of Java versions that are not available on platform repositories.
|
This module cannot guarantee installation of Java versions that are not available on platform repositories.
|
||||||
|
|
||||||
This module only manages a singular installation of Java, meaning it is not possible to manage e.g. OpenJDK 7, Oracle Java 7 and Oracle Java 8 in parallel on the same system.
|
This module only manages a singular installation of Java, meaning it is not possible to manage e.g. OpenJDK 7, Oracle Java 7 and Oracle Java 8 in parallel on the same system.
|
||||||
|
|
||||||
Oracle Java packages are not included in Debian 7 and Ubuntu 12.04/14.04 repositories. To install Java on those systems, you'll need to package Oracle JDK/JRE, and then the module will be able to install the package. For more information on how to package Oracle JDK/JRE, see the [Debian wiki](http://wiki.debian.org/JavaPackage).
|
Oracle Java packages are not included in Debian 7 and Ubuntu 12.04/14.04 repositories. To install Java on those systems, you'll need to package Oracle JDK/JRE, and then the module can install the package. For more information on how to package Oracle JDK/JRE, see the [Debian wiki](http://wiki.debian.org/JavaPackage).
|
||||||
|
|
||||||
This module is officially [supported](https://forge.puppetlabs.com/supported) for the following Java versions and platforms:
|
This module is officially [supported](https://forge.puppetlabs.com/supported) for the following Java versions and platforms:
|
||||||
|
|
||||||
@@ -139,7 +170,7 @@ OpenJDK is supported on:
|
|||||||
* Debian 6, 7
|
* Debian 6, 7
|
||||||
* Ubuntu 10.04, 12.04, 14.04
|
* Ubuntu 10.04, 12.04, 14.04
|
||||||
* Solaris 11
|
* Solaris 11
|
||||||
* SLES 11 SP1, 12
|
* SLES 11 SP1, SP2, SP3, SP4; SLES 12, SP1, SP2
|
||||||
* OpenBSD 5.6, 5.7
|
* OpenBSD 5.6, 5.7
|
||||||
|
|
||||||
Sun Java is supported on:
|
Sun Java is supported on:
|
||||||
@@ -149,26 +180,31 @@ Sun Java is supported on:
|
|||||||
Oracle Java is supported on:
|
Oracle Java is supported on:
|
||||||
* CentOS 6
|
* CentOS 6
|
||||||
|
|
||||||
### A note to OpenBSD
|
### Known issues
|
||||||
|
|
||||||
|
#### OpenBSD
|
||||||
|
|
||||||
OpenBSD packages install Java JRE/JDK in a unique directory structure, not linking
|
OpenBSD packages install Java JRE/JDK in a unique directory structure, not linking
|
||||||
the binaries to a standard directory. Because of that, the path to this location
|
the binaries to a standard directory. Because of that, the path to this location
|
||||||
is hardcoded in the java_version fact. Whenever a Java upgrade to a newer
|
is hardcoded in the `java_version` fact. Whenever you upgrade Java to a newer
|
||||||
version/path will be done on OpenBSD, it has to be adapted there.
|
version, you have to update the path in this fact.
|
||||||
|
|
||||||
### A note to FreeBSD
|
#### FreeBSD
|
||||||
By default on FreeBSD Puppet < 4.0, you will see an error as `pkgng` is not the default provider. To fix this, you can install the [zleslie/pkgng module](https://forge.puppetlabs.com/zleslie/pkgng) and set it as the default package provider like so:
|
|
||||||
|
By default on FreeBSD, Puppet versions prior to 4.0 throw an error saying `pkgng` is not the default provider. To fix this, install the [zleslie/pkgng module](https://forge.puppetlabs.com/zleslie/pkgng) and set it as the default package provider:
|
||||||
|
|
||||||
```puppet
|
```puppet
|
||||||
Package {
|
Package {
|
||||||
provider => 'pkgng',
|
provider => 'pkgng',
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
On Puppet > 4.0 (ie. using the sysutils/puppet4 port), `pkgng` is included within Puppet and it's the default package provider.
|
On Puppet 4.0 and later, `pkgng` is included within Puppet and is the default package provider.
|
||||||
|
|
||||||
##Development
|
## Development
|
||||||
|
|
||||||
Puppet Labs modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. We can’t access the huge number of platforms and myriad hardware, software, and deployment configurations that Puppet is intended to serve. We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. For more information, see our [module contribution guide.](https://docs.puppetlabs.com/forge/contributing.html)
|
Puppet modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. To contribute to Puppet projects, see our [module contribution guide.](https://docs.puppetlabs.com/forge/contributing.html)
|
||||||
|
|
||||||
##Contributors
|
## Contributors
|
||||||
|
|
||||||
The list of contributors can be found at: [https://github.com/puppetlabs/puppetlabs-java/graphs/contributors](https://github.com/puppetlabs/puppetlabs-java/graphs/contributors).
|
The list of contributors can be found at [https://github.com/puppetlabs/puppetlabs-java/graphs/contributors](https://github.com/puppetlabs/puppetlabs-java/graphs/contributors).
|
||||||
|
|||||||
9
Rakefile
9
Rakefile
@@ -1,14 +1,9 @@
|
|||||||
require 'puppet_blacksmith/rake_tasks'
|
|
||||||
require 'puppet-lint/tasks/puppet-lint'
|
|
||||||
require 'puppetlabs_spec_helper/rake_tasks'
|
require 'puppetlabs_spec_helper/rake_tasks'
|
||||||
|
require 'puppet-lint/tasks/puppet-lint'
|
||||||
|
require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any?
|
||||||
|
|
||||||
PuppetLint.configuration.fail_on_warnings = true
|
PuppetLint.configuration.fail_on_warnings = true
|
||||||
PuppetLint.configuration.send('relative')
|
PuppetLint.configuration.send('relative')
|
||||||
PuppetLint.configuration.send('disable_80chars')
|
|
||||||
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
|
|
||||||
PuppetLint.configuration.send('disable_documentation')
|
|
||||||
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
|
|
||||||
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
|
|
||||||
|
|
||||||
desc 'Generate pooler nodesets'
|
desc 'Generate pooler nodesets'
|
||||||
task :gen_nodeset do
|
task :gen_nodeset do
|
||||||
|
|||||||
@@ -15,7 +15,11 @@ Facter.add(:java_default_home) do
|
|||||||
setcode do
|
setcode do
|
||||||
if Facter::Util::Resolution.which('readlink')
|
if Facter::Util::Resolution.which('readlink')
|
||||||
java_bin = Facter::Util::Resolution.exec('readlink -e /usr/bin/java').strip
|
java_bin = Facter::Util::Resolution.exec('readlink -e /usr/bin/java').strip
|
||||||
java_default_home = File.dirname(File.dirname(File.dirname(java_bin)))
|
if java_bin =~ %r(/jre/)
|
||||||
|
java_default_home = File.dirname(File.dirname(File.dirname(java_bin)))
|
||||||
|
else
|
||||||
|
java_default_home = File.dirname(File.dirname(java_bin))
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ Facter.add(:java_version) do
|
|||||||
setcode do
|
setcode do
|
||||||
unless [ 'openbsd', 'darwin' ].include? Facter.value(:operatingsystem).downcase
|
unless [ 'openbsd', 'darwin' ].include? Facter.value(:operatingsystem).downcase
|
||||||
if Facter::Util::Resolution.which('java')
|
if Facter::Util::Resolution.which('java')
|
||||||
Facter::Util::Resolution.exec('java -Xmx8m -version 2>&1').lines.first.split(/"/)[1].strip
|
Facter::Util::Resolution.exec('java -Xmx12m -version 2>&1').lines.first.split(/"/)[1].strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -35,7 +35,7 @@ Facter.add(:java_version) do
|
|||||||
setcode do
|
setcode do
|
||||||
Facter::Util::Resolution.with_env("PATH" => '/usr/local/jdk-1.7.0/jre/bin:/usr/local/jre-1.7.0/bin') do
|
Facter::Util::Resolution.with_env("PATH" => '/usr/local/jdk-1.7.0/jre/bin:/usr/local/jre-1.7.0/bin') do
|
||||||
if Facter::Util::Resolution.which('java')
|
if Facter::Util::Resolution.which('java')
|
||||||
Facter::Util::Resolution.exec('java -Xmx8m -version 2>&1').lines.first.split(/"/)[1].strip
|
Facter::Util::Resolution.exec('java -Xmx12m -version 2>&1').lines.first.split(/"/)[1].strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -46,7 +46,7 @@ Facter.add(:java_version) do
|
|||||||
has_weight 100
|
has_weight 100
|
||||||
setcode do
|
setcode do
|
||||||
unless /Unable to find any JVMs matching version/ =~ Facter::Util::Resolution.exec('/usr/libexec/java_home --failfast 2>&1')
|
unless /Unable to find any JVMs matching version/ =~ Facter::Util::Resolution.exec('/usr/libexec/java_home --failfast 2>&1')
|
||||||
Facter::Util::Resolution.exec('java -Xmx8m -version 2>&1').lines.first.split(/"/)[1].strip
|
Facter::Util::Resolution.exec('java -Xmx12m -version 2>&1').lines.first.split(/"/)[1].strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
25
locales/config.yaml
Normal file
25
locales/config.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
# This is the project-specific configuration file for setting up
|
||||||
|
# fast_gettext for your project.
|
||||||
|
gettext:
|
||||||
|
# This is used for the name of the .pot and .po files; they will be
|
||||||
|
# called <project_name>.pot?
|
||||||
|
project_name: puppetlabs-java
|
||||||
|
# This is used in comments in the .pot and .po files to indicate what
|
||||||
|
# project the files belong to and should bea little more desctiptive than
|
||||||
|
# <project_name>
|
||||||
|
package_name: puppetlabs-java
|
||||||
|
# The locale that the default messages in the .pot file are in
|
||||||
|
default_locale: en
|
||||||
|
# The email used for sending bug reports.
|
||||||
|
bugs_address: docs@puppet.com
|
||||||
|
# The holder of the copyright.
|
||||||
|
copyright_holder: Puppet, Inc.
|
||||||
|
# This determines which comments in code should be eligible for translation.
|
||||||
|
# Any comments that start with this string will be externalized. (Leave
|
||||||
|
# empty to include all.)
|
||||||
|
comments_tag: TRANSLATOR
|
||||||
|
# Patterns for +Dir.glob+ used to find all files that might contain
|
||||||
|
# translatable content, relative to the project root directory
|
||||||
|
source_files:
|
||||||
|
|
||||||
@@ -9,6 +9,13 @@ class java::config ( ) {
|
|||||||
unless => "test /etc/alternatives/java -ef '${java::use_java_alternative_path}'",
|
unless => "test /etc/alternatives/java -ef '${java::use_java_alternative_path}'",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if $java::use_java_home != undef {
|
||||||
|
file_line { 'java-home-environment':
|
||||||
|
path => '/etc/environment',
|
||||||
|
line => "JAVA_HOME=${$java::use_java_home}",
|
||||||
|
match => 'JAVA_HOME=',
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
if $java::use_java_alternative != undef and $java::use_java_alternative_path != undef {
|
if $java::use_java_alternative != undef and $java::use_java_alternative_path != undef {
|
||||||
@@ -29,6 +36,31 @@ class java::config ( ) {
|
|||||||
unless => "test /etc/alternatives/java -ef '${java::use_java_alternative_path}'",
|
unless => "test /etc/alternatives/java -ef '${java::use_java_alternative_path}'",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if $java::use_java_home != undef {
|
||||||
|
file_line { 'java-home-environment':
|
||||||
|
path => '/etc/environment',
|
||||||
|
line => "JAVA_HOME=${$java::use_java_home}",
|
||||||
|
match => 'JAVA_HOME=',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'OpenBSD', 'FreeBSD', 'Suse': {
|
||||||
|
if $java::use_java_home != undef {
|
||||||
|
file_line { 'java-home-environment':
|
||||||
|
path => '/etc/environment',
|
||||||
|
line => "JAVA_HOME=${$java::use_java_home}",
|
||||||
|
match => 'JAVA_HOME=',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'Solaris': {
|
||||||
|
if $java::use_java_home != undef {
|
||||||
|
file_line { 'java-home-environment':
|
||||||
|
path => '/etc/profile',
|
||||||
|
line => "JAVA_HOME=${$java::use_java_home}",
|
||||||
|
match => 'JAVA_HOME=',
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
# Do nothing.
|
# Do nothing.
|
||||||
|
|||||||
@@ -35,6 +35,10 @@
|
|||||||
# alternative is actually enabled, this is required to ensure the
|
# alternative is actually enabled, this is required to ensure the
|
||||||
# correct JVM is enabled.
|
# correct JVM is enabled.
|
||||||
#
|
#
|
||||||
|
# [*java_home*]
|
||||||
|
# The path to where the JRE is installed. This will be set as an
|
||||||
|
# environment variable.
|
||||||
|
#
|
||||||
# Actions:
|
# Actions:
|
||||||
#
|
#
|
||||||
# Requires:
|
# Requires:
|
||||||
@@ -47,7 +51,8 @@ class java(
|
|||||||
$package = undef,
|
$package = undef,
|
||||||
$package_options = undef,
|
$package_options = undef,
|
||||||
$java_alternative = undef,
|
$java_alternative = undef,
|
||||||
$java_alternative_path = undef
|
$java_alternative_path = undef,
|
||||||
|
$java_home = undef
|
||||||
) {
|
) {
|
||||||
include java::params
|
include java::params
|
||||||
|
|
||||||
@@ -61,7 +66,7 @@ class java(
|
|||||||
$default_package_name = $java::params::java[$distribution]['package']
|
$default_package_name = $java::params::java[$distribution]['package']
|
||||||
$default_alternative = $java::params::java[$distribution]['alternative']
|
$default_alternative = $java::params::java[$distribution]['alternative']
|
||||||
$default_alternative_path = $java::params::java[$distribution]['alternative_path']
|
$default_alternative_path = $java::params::java[$distribution]['alternative_path']
|
||||||
$java_home = $java::params::java[$distribution]['java_home']
|
$default_java_home = $java::params::java[$distribution]['java_home']
|
||||||
} else {
|
} else {
|
||||||
fail("Java distribution ${distribution} is not supported.")
|
fail("Java distribution ${distribution} is not supported.")
|
||||||
}
|
}
|
||||||
@@ -91,6 +96,14 @@ class java(
|
|||||||
default => $java_alternative_path,
|
default => $java_alternative_path,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$use_java_home = $java_home ? {
|
||||||
|
undef => $use_java_package_name ? {
|
||||||
|
$default_package_name => $default_java_home,
|
||||||
|
default => undef,
|
||||||
|
},
|
||||||
|
default => $java_home,
|
||||||
|
}
|
||||||
|
|
||||||
$jre_flag = $use_java_package_name ? {
|
$jre_flag = $use_java_package_name ? {
|
||||||
/headless/ => '--jre-headless',
|
/headless/ => '--jre-headless',
|
||||||
default => '--jre'
|
default => '--jre'
|
||||||
@@ -105,14 +118,12 @@ class java(
|
|||||||
}
|
}
|
||||||
|
|
||||||
anchor { 'java::begin:': }
|
anchor { 'java::begin:': }
|
||||||
->
|
-> package { 'java':
|
||||||
package { 'java':
|
|
||||||
ensure => $version,
|
ensure => $version,
|
||||||
install_options => $package_options,
|
install_options => $package_options,
|
||||||
name => $use_java_package_name,
|
name => $use_java_package_name,
|
||||||
}
|
}
|
||||||
->
|
-> class { 'java::config': }
|
||||||
class { 'java::config': }
|
|
||||||
-> anchor { 'java::end': }
|
-> anchor { 'java::end': }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,16 @@
|
|||||||
#
|
#
|
||||||
# Parameters
|
# Parameters
|
||||||
# [*version*]
|
# [*version*]
|
||||||
# Version of Java to install
|
# Version of Java to install, e.g. '7' or '8'. Default values for major and minor
|
||||||
|
# versions will be used.
|
||||||
|
#
|
||||||
|
# [*version_major*]
|
||||||
|
# Major version which should be installed, e.g. '8u101'. Must be used together with
|
||||||
|
# version_minor.
|
||||||
|
#
|
||||||
|
# [*version_minor*]
|
||||||
|
# Minor version which should be installed, e.g. 'b12'. Must be used together with
|
||||||
|
# version_major.
|
||||||
#
|
#
|
||||||
# [*java_se*]
|
# [*java_se*]
|
||||||
# Type of Java Standard Edition to install, jdk or jre.
|
# Type of Java Standard Edition to install, jdk or jre.
|
||||||
@@ -25,6 +34,12 @@
|
|||||||
# [*oracle_url*]
|
# [*oracle_url*]
|
||||||
# Official Oracle URL to download binaries from.
|
# Official Oracle URL to download binaries from.
|
||||||
#
|
#
|
||||||
|
# [*proxy_server*]
|
||||||
|
# Specify a proxy server, with port number if needed. ie: https://example.com:8080. (passed to archive)
|
||||||
|
#
|
||||||
|
# [*proxy_type*]
|
||||||
|
# Proxy server type (none|http|https|ftp). (passed to archive)
|
||||||
|
#
|
||||||
# Variables
|
# Variables
|
||||||
# [*release_major*]
|
# [*release_major*]
|
||||||
# Major version release number for java_se. Used to construct download URL.
|
# Major version release number for java_se. Used to construct download URL.
|
||||||
@@ -60,8 +75,8 @@
|
|||||||
# [*install_command*]
|
# [*install_command*]
|
||||||
# Installation command used to install Oracle java_se. Installation commands
|
# Installation command used to install Oracle java_se. Installation commands
|
||||||
# differ by package_type. 'bin' types are installed via shell command. 'rpmbin'
|
# differ by package_type. 'bin' types are installed via shell command. 'rpmbin'
|
||||||
# types have the rpms extracted and then foricibly installed. 'rpm' types are
|
# types have the rpms extracted and then forcibly installed. 'rpm' types are
|
||||||
# foricibly installed.
|
# forcibly installed.
|
||||||
#
|
#
|
||||||
# [*url*]
|
# [*url*]
|
||||||
# Full URL, including oracle_url, release_major, release_minor and package_name, to
|
# Full URL, including oracle_url, release_major, release_minor and package_name, to
|
||||||
@@ -71,10 +86,14 @@
|
|||||||
# mike@marseglia.org
|
# mike@marseglia.org
|
||||||
#
|
#
|
||||||
define java::oracle (
|
define java::oracle (
|
||||||
$ensure = 'present',
|
$ensure = 'present',
|
||||||
$version = '8',
|
$version = '8',
|
||||||
$java_se = 'jdk',
|
$version_major = undef,
|
||||||
$oracle_url = 'http://download.oracle.com/otn-pub/java/jdk/',
|
$version_minor = undef,
|
||||||
|
$java_se = 'jdk',
|
||||||
|
$oracle_url = 'http://download.oracle.com/otn-pub/java/jdk/',
|
||||||
|
$proxy_server = undef,
|
||||||
|
$proxy_type = undef,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
# archive module is used to download the java package
|
# archive module is used to download the java package
|
||||||
@@ -87,35 +106,46 @@ define java::oracle (
|
|||||||
fail('Java SE must be either jre or jdk.')
|
fail('Java SE must be either jre or jdk.')
|
||||||
}
|
}
|
||||||
|
|
||||||
# determine oracle Java major and minor version, and installation path
|
# determine Oracle Java major and minor version, and installation path
|
||||||
case $version {
|
if $version_major and $version_minor {
|
||||||
'6' : {
|
$release_major = $version_major
|
||||||
$release_major = '6u45'
|
$release_minor = $version_minor
|
||||||
$release_minor = 'b06'
|
if $release_major =~ /(\d+)u(\d+)/ {
|
||||||
$install_path = "${java_se}1.6.0_45"
|
$install_path = "${java_se}1.${1}.0_${2}"
|
||||||
|
} else {
|
||||||
|
$install_path = "${java_se}${release_major}${release_minor}"
|
||||||
}
|
}
|
||||||
'7' : {
|
} else {
|
||||||
$release_major = '7u80'
|
# use default versions if no specific major and minor version parameters are provided
|
||||||
$release_minor = 'b15'
|
case $version {
|
||||||
$install_path = "${java_se}1.7.0_80"
|
'6' : {
|
||||||
}
|
$release_major = '6u45'
|
||||||
'8' : {
|
$release_minor = 'b06'
|
||||||
$release_major = '8u51'
|
$install_path = "${java_se}1.6.0_45"
|
||||||
$release_minor = 'b16'
|
}
|
||||||
$install_path = "${java_se}1.8.0_51"
|
'7' : {
|
||||||
}
|
$release_major = '7u80'
|
||||||
default : {
|
$release_minor = 'b15'
|
||||||
$release_major = '8u51'
|
$install_path = "${java_se}1.7.0_80"
|
||||||
$release_minor = 'b16'
|
}
|
||||||
$install_path = "${java_se}1.8.0_51"
|
'8' : {
|
||||||
|
$release_major = '8u51'
|
||||||
|
$release_minor = 'b16'
|
||||||
|
$install_path = "${java_se}1.8.0_51"
|
||||||
|
}
|
||||||
|
default : {
|
||||||
|
$release_major = '8u51'
|
||||||
|
$release_minor = 'b16'
|
||||||
|
$install_path = "${java_se}1.8.0_51"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# determine package type (exe/tar/rpm), destination directory based on OS
|
# determine package type (exe/tar/rpm), destination directory based on OS
|
||||||
case $::kernel {
|
case $facts['kernel'] {
|
||||||
'Linux' : {
|
'Linux' : {
|
||||||
case $::operatingsystem {
|
case $facts['os']['family'] {
|
||||||
'CentOS' : {
|
'RedHat', 'Amazon' : {
|
||||||
# Oracle Java 6 comes in a special rpmbin format
|
# Oracle Java 6 comes in a special rpmbin format
|
||||||
if $version == '6' {
|
if $version == '6' {
|
||||||
$package_type = 'rpmbin'
|
$package_type = 'rpmbin'
|
||||||
@@ -124,7 +154,7 @@ define java::oracle (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
default : {
|
default : {
|
||||||
fail ("unsupported platform ${::operatingsystem}") }
|
fail ("unsupported platform ${$facts['os']['name']}") }
|
||||||
}
|
}
|
||||||
|
|
||||||
$os = 'linux'
|
$os = 'linux'
|
||||||
@@ -132,15 +162,15 @@ define java::oracle (
|
|||||||
$creates_path = "/usr/java/${install_path}"
|
$creates_path = "/usr/java/${install_path}"
|
||||||
}
|
}
|
||||||
default : {
|
default : {
|
||||||
fail ( "unsupported platform ${::kernel}" ) }
|
fail ( "unsupported platform ${$facts['kernel']}" ) }
|
||||||
}
|
}
|
||||||
|
|
||||||
# set java architecture nomenclature
|
# set java architecture nomenclature
|
||||||
case $::architecture {
|
case $facts['os']['architecture'] {
|
||||||
'i386' : { $arch = 'i586' }
|
'i386' : { $arch = 'i586' }
|
||||||
'x86_64' : { $arch = 'x64' }
|
'x86_64' : { $arch = 'x64' }
|
||||||
default : {
|
default : {
|
||||||
fail ("unsupported platform ${::architecture}")
|
fail ("unsupported platform ${$facts['os']['architecture']}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -188,21 +218,26 @@ define java::oracle (
|
|||||||
case $ensure {
|
case $ensure {
|
||||||
'present' : {
|
'present' : {
|
||||||
archive { $destination :
|
archive { $destination :
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "${oracle_url}${release_major}-${release_minor}/${package_name}",
|
source => "${oracle_url}${release_major}-${release_minor}/${package_name}",
|
||||||
cleanup => false,
|
cookie => 'gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie',
|
||||||
cookie => 'gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie',
|
extract_path => '/tmp',
|
||||||
}->
|
cleanup => false,
|
||||||
case $::kernel {
|
creates => $creates_path,
|
||||||
|
proxy_server => $proxy_server,
|
||||||
|
proxy_type => $proxy_type,
|
||||||
|
}
|
||||||
|
case $facts['kernel'] {
|
||||||
'Linux' : {
|
'Linux' : {
|
||||||
exec { "Install Oracle java_se ${java_se} ${version}" :
|
exec { "Install Oracle java_se ${java_se} ${version}" :
|
||||||
path => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin',
|
path => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin',
|
||||||
command => $install_command,
|
command => $install_command,
|
||||||
creates => $creates_path,
|
creates => $creates_path,
|
||||||
|
require => Archive[$destination]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default : {
|
default : {
|
||||||
fail ("unsupported platform ${::kernel}")
|
fail ("unsupported platform ${$facts['kernel']}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,46 +15,63 @@ class java::params {
|
|||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL': {
|
'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'OEL', 'SLC': {
|
||||||
if (versioncmp($::operatingsystemrelease, '5.0') < 0) {
|
if (versioncmp($::operatingsystemrelease, '5.0') < 0) {
|
||||||
$jdk_package = 'java-1.6.0-sun-devel'
|
$jdk_package = 'java-1.6.0-sun-devel'
|
||||||
$jre_package = 'java-1.6.0-sun'
|
$jre_package = 'java-1.6.0-sun'
|
||||||
|
$java_home = '/usr/lib/jvm/java-1.6.0-sun/jre/'
|
||||||
}
|
}
|
||||||
elsif (versioncmp($::operatingsystemrelease, '6.3') < 0) {
|
elsif (versioncmp($::operatingsystemrelease, '6.3') < 0) {
|
||||||
$jdk_package = 'java-1.6.0-openjdk-devel'
|
$jdk_package = 'java-1.6.0-openjdk-devel'
|
||||||
$jre_package = 'java-1.6.0-openjdk'
|
$jre_package = 'java-1.6.0-openjdk'
|
||||||
|
$java_home = "/usr/lib/jvm/java-1.6.0-openjdk-${::architecture}/"
|
||||||
}
|
}
|
||||||
elsif (versioncmp($::operatingsystemrelease, '7.1') < 0) {
|
elsif (versioncmp($::operatingsystemrelease, '7.1') < 0) {
|
||||||
$jdk_package = 'java-1.7.0-openjdk-devel'
|
$jdk_package = 'java-1.7.0-openjdk-devel'
|
||||||
$jre_package = 'java-1.7.0-openjdk'
|
$jre_package = 'java-1.7.0-openjdk'
|
||||||
|
$java_home = "/usr/lib/jvm/java-1.7.0-openjdk-${::architecture}/"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$jdk_package = 'java-1.8.0-openjdk-devel'
|
$jdk_package = 'java-1.8.0-openjdk-devel'
|
||||||
$jre_package = 'java-1.8.0-openjdk'
|
$jre_package = 'java-1.8.0-openjdk'
|
||||||
|
$java_home = "/usr/lib/jvm/java-1.8.0-openjdk-${::architecture}/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'Fedora': {
|
'Fedora': {
|
||||||
if (versioncmp($::operatingsystemrelease, '21') < 0) {
|
if (versioncmp($::operatingsystemrelease, '21') < 0) {
|
||||||
$jdk_package = 'java-1.7.0-openjdk-devel'
|
$jdk_package = 'java-1.7.0-openjdk-devel'
|
||||||
$jre_package = 'java-1.7.0-openjdk'
|
$jre_package = 'java-1.7.0-openjdk'
|
||||||
|
$java_home = "/usr/lib/jvm/java-1.7.0-openjdk-${::architecture}/"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$jdk_package = 'java-1.8.0-openjdk-devel'
|
$jdk_package = 'java-1.8.0-openjdk-devel'
|
||||||
$jre_package = 'java-1.8.0-openjdk'
|
$jre_package = 'java-1.8.0-openjdk'
|
||||||
|
$java_home = "/usr/lib/jvm/java-1.8.0-openjdk-${::architecture}/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'Amazon': {
|
'Amazon': {
|
||||||
$jdk_package = 'java-1.7.0-openjdk-devel'
|
$jdk_package = 'java-1.7.0-openjdk-devel'
|
||||||
$jre_package = 'java-1.7.0-openjdk'
|
$jre_package = 'java-1.7.0-openjdk'
|
||||||
|
$java_home = "/usr/lib/jvm/java-1.7.0-openjdk-${::architecture}/"
|
||||||
}
|
}
|
||||||
default: { fail("unsupported os ${::operatingsystem}") }
|
default: { fail("unsupported os ${::operatingsystem}") }
|
||||||
}
|
}
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => { 'package' => $jdk_package, },
|
'jdk' => {
|
||||||
'jre' => { 'package' => $jre_package, },
|
'package' => $jdk_package,
|
||||||
|
'java_home' => $java_home,
|
||||||
|
},
|
||||||
|
'jre' => {
|
||||||
|
'package' => $jre_package,
|
||||||
|
'java_home' => $java_home,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
$oracle_architecture = $::architecture ? {
|
||||||
|
'amd64' => 'x64',
|
||||||
|
default => $::architecture
|
||||||
|
}
|
||||||
case $::lsbdistcodename {
|
case $::lsbdistcodename {
|
||||||
'lenny', 'squeeze', 'lucid', 'natty': {
|
'lenny', 'squeeze', 'lucid', 'natty': {
|
||||||
$java = {
|
$java = {
|
||||||
@@ -84,7 +101,7 @@ class java::params {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'wheezy', 'jessie', 'precise','quantal','raring','saucy', 'trusty', 'utopic': {
|
'wheezy', 'jessie', 'precise', 'quantal', 'raring', 'saucy', 'trusty', 'utopic': {
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => {
|
'jdk' => {
|
||||||
'package' => 'openjdk-7-jdk',
|
'package' => 'openjdk-7-jdk',
|
||||||
@@ -121,10 +138,22 @@ class java::params {
|
|||||||
'alternative' => 'j2sdk1.8-oracle',
|
'alternative' => 'j2sdk1.8-oracle',
|
||||||
'alternative_path' => '/usr/lib/jvm/j2sdk1.8-oracle/bin/java',
|
'alternative_path' => '/usr/lib/jvm/j2sdk1.8-oracle/bin/java',
|
||||||
'java_home' => '/usr/lib/jvm/j2sdk1.8-oracle/',
|
'java_home' => '/usr/lib/jvm/j2sdk1.8-oracle/',
|
||||||
},
|
},
|
||||||
|
'oracle-java8-jre' => {
|
||||||
|
'package' => 'oracle-java8-jre',
|
||||||
|
'alternative' => "jre-8-oracle-${oracle_architecture}",
|
||||||
|
'alternative_path' => "/usr/lib/jvm/jre-8-oracle-${oracle_architecture}/bin/java",
|
||||||
|
'java_home' => "/usr/lib/jvm/jre-8-oracle-${oracle_architecture}/",
|
||||||
|
},
|
||||||
|
'oracle-java8-jdk' => {
|
||||||
|
'package' => 'oracle-java8-jdk',
|
||||||
|
'alternative' => "jdk-8-oracle-${oracle_architecture}",
|
||||||
|
'alternative_path' => "/usr/lib/jvm/jdk-8-oracle-${oracle_architecture}/bin/java",
|
||||||
|
'java_home' => "/usr/lib/jvm/jdk-8-oracle-${oracle_architecture}/",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'vivid', 'wily': {
|
'stretch', 'vivid', 'wily', 'xenial', 'yakkety': {
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => {
|
'jdk' => {
|
||||||
'package' => 'openjdk-8-jdk',
|
'package' => 'openjdk-8-jdk',
|
||||||
@@ -145,48 +174,81 @@ class java::params {
|
|||||||
}
|
}
|
||||||
'OpenBSD': {
|
'OpenBSD': {
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => { 'package' => 'jdk', },
|
'jdk' => {
|
||||||
'jre' => { 'package' => 'jre', },
|
'package' => 'jdk',
|
||||||
|
'java_home' => '/usr/local/jdk/',
|
||||||
|
},
|
||||||
|
'jre' => {
|
||||||
|
'package' => 'jre',
|
||||||
|
'java_home' => '/usr/local/jdk/',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'FreeBSD': {
|
'FreeBSD': {
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => { 'package' => 'openjdk', },
|
'jdk' => {
|
||||||
'jre' => { 'package' => 'openjdk-jre', },
|
'package' => 'openjdk',
|
||||||
|
'java_home' => '/usr/local/openjdk7/',
|
||||||
|
},
|
||||||
|
'jre' => {
|
||||||
|
'package' => 'openjdk-jre',
|
||||||
|
'java_home' => '/usr/local/openjdk7/',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'Solaris': {
|
'Solaris': {
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => { 'package' => 'developer/java/jdk-7', },
|
'jdk' => {
|
||||||
'jre' => { 'package' => 'runtime/java/jre-7', },
|
'package' => 'developer/java/jdk-7',
|
||||||
|
'java_home' => '/usr/jdk/instances/jdk1.7.0/',
|
||||||
|
},
|
||||||
|
'jre' => {
|
||||||
|
'package' => 'runtime/java/jre-7',
|
||||||
|
'java_home' => '/usr/jdk/instances/jdk1.7.0/',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'Suse': {
|
'Suse': {
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
'SLES': {
|
'SLES': {
|
||||||
case $::operatingsystemmajrelease{
|
if (versioncmp($::operatingsystemrelease, '12.1') >= 0) {
|
||||||
default: {
|
$jdk_package = 'java-1_8_0-openjdk-devel'
|
||||||
$jdk_package = 'java-1_6_0-ibm-devel'
|
$jre_package = 'java-1_8_0-openjdk'
|
||||||
$jre_package = 'java-1_6_0-ibm'
|
$java_home = '/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/'
|
||||||
}
|
} elsif (versioncmp($::operatingsystemrelease, '12') >= 0) {
|
||||||
'12': {
|
$jdk_package = 'java-1_7_0-openjdk-devel'
|
||||||
$jdk_package = 'java-1_7_0-openjdk-devel'
|
$jre_package = 'java-1_7_0-openjdk'
|
||||||
$jre_package = 'java-1_7_0-openjdk'
|
$java_home = '/usr/lib64/jvm/java-1.7.0-openjdk-1.7.0/'
|
||||||
}
|
} elsif (versioncmp($::operatingsystemrelease, '11.4') >= 0) {
|
||||||
|
$jdk_package = 'java-1_7_1-ibm-devel'
|
||||||
|
$jre_package = 'java-1_7_1-ibm'
|
||||||
|
$java_home = '/usr/lib64/jvm/java-1.7.0-ibm-1.7.0/'
|
||||||
|
} else {
|
||||||
|
$jdk_package = 'java-1_6_0-ibm-devel'
|
||||||
|
$jre_package = 'java-1_6_0-ibm'
|
||||||
|
$java_home = '/usr/lib64/jvm/java-1.6.0-ibm-1.6.0/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'OpenSuSE': {
|
'OpenSuSE': {
|
||||||
$jdk_package = 'java-1_7_0-openjdk-devel'
|
$jdk_package = 'java-1_7_0-openjdk-devel'
|
||||||
$jre_package = 'java-1_7_0-openjdk'
|
$jre_package = 'java-1_7_0-openjdk'
|
||||||
|
$java_home = '/usr/lib64/jvm/java-1.7.0-openjdk-1.7.0/'
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
$jdk_package = 'java-1_6_0-ibm-devel'
|
$jdk_package = 'java-1_6_0-ibm-devel'
|
||||||
$jre_package = 'java-1_6_0-ibm'
|
$jre_package = 'java-1_6_0-ibm'
|
||||||
|
$java_home = '/usr/lib64/jvm/java-1.6.0-ibd-1.6.0/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$java = {
|
$java = {
|
||||||
'jdk' => { 'package' => $jdk_package, },
|
'jdk' => {
|
||||||
'jre' => { 'package' => $jre_package, },
|
'package' => $jdk_package,
|
||||||
|
'java_home' => $java_home,
|
||||||
|
},
|
||||||
|
'jre' => {
|
||||||
|
'package' => $jre_package,
|
||||||
|
'java_home' => $java_home,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: { fail("unsupported platform ${::osfamily}") }
|
default: { fail("unsupported platform ${::osfamily}") }
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "puppetlabs-java",
|
"name": "puppetlabs-java",
|
||||||
"version": "1.5.0",
|
"version": "2.0.0",
|
||||||
"author": "puppetlabs",
|
"author": "puppetlabs",
|
||||||
"summary": "Installs the correct Java package on various platforms.",
|
"summary": "Installs the correct Java package on various platforms.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "git://github.com/puppetlabs/puppetlabs-java",
|
"source": "git://github.com/puppetlabs/puppetlabs-java",
|
||||||
"project_page": "https://github.com/puppetlabs/puppetlabs-java",
|
"project_page": "https://github.com/puppetlabs/puppetlabs-java",
|
||||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
"issues_url": "https://tickets.puppet.com/CreateIssueDetails!init.jspa?pid=10707&issuetype=1&team=Modules&customfield_14200=14302&labels=triage&customfield_10005=2147&summary=Issue+found+with+module%3A+puppetlabs-java",
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
@@ -59,14 +59,20 @@
|
|||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"10.04",
|
"10.04",
|
||||||
"12.04",
|
"12.04",
|
||||||
"14.04"
|
"14.04",
|
||||||
|
"16.04"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "SLES",
|
"operatingsystem": "SLES",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"11 SP1",
|
"11 SP1",
|
||||||
"12"
|
"11 SP2",
|
||||||
|
"11 SP3",
|
||||||
|
"11 SP4",
|
||||||
|
"12",
|
||||||
|
"12 SP1",
|
||||||
|
"12 SP2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77,16 +83,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
{
|
|
||||||
"name": "pe",
|
|
||||||
"version_requirement": ">= 3.0.0 < 2015.4.0"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": ">= 3.0.0 < 5.0.0"
|
"version_requirement": ">= 4.7.0 < 5.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"}
|
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
|
||||||
|
{"name":"puppet/archive","version_requirement":">= 1.1.0 < 2.0.0"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -136,14 +136,17 @@ end
|
|||||||
|
|
||||||
describe 'failure cases' do
|
describe 'failure cases' do
|
||||||
# C14711
|
# C14711
|
||||||
it 'should fail to install java with an incorrect version' do
|
# SLES 10 returns an exit code of 0 on zypper failure
|
||||||
pp = <<-EOS
|
unless fact('operatingsystem') == 'SLES' and fact('operatingsystemrelease') < '11'
|
||||||
|
it 'should fail to install java with an incorrect version' do
|
||||||
|
pp = <<-EOS
|
||||||
class { 'java':
|
class { 'java':
|
||||||
version => '14.5',
|
version => '14.5',
|
||||||
}
|
}
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
apply_manifest(pp, :expect_failures => true)
|
apply_manifest(pp, :expect_failures => true)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# C14712
|
# C14712
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'centos-5-vcloud':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-5-x86_64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: centos-5-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-59-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
- database
|
|
||||||
- console
|
|
||||||
platform: el-5-x86_64
|
|
||||||
box : centos-59-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-59-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: pe
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-59-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-5-x86_64
|
|
||||||
box : centos-59-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-59-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: git
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'centos-6-vcloud':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-6-x86_64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: centos-6-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-64-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-6-x86_64
|
|
||||||
box : centos-64-x64-fusion503-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-fusion503-nocm.box
|
|
||||||
hypervisor : fusion
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-64-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
- database
|
|
||||||
- dashboard
|
|
||||||
platform: el-6-x86_64
|
|
||||||
box : centos-64-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: pe
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-64-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-6-x86_64
|
|
||||||
box : centos-64-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
centos-65-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-6-x86_64
|
|
||||||
box : centos-65-x64-vbox436-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'centos-7-vcloud':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-7-x86_64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: centos-7-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
10
spec/acceptance/nodesets/centos-7-x64.yml
Normal file
10
spec/acceptance/nodesets/centos-7-x64.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
HOSTS:
|
||||||
|
centos-7-x64:
|
||||||
|
roles:
|
||||||
|
- agent
|
||||||
|
- default
|
||||||
|
platform: el-7-x86_64
|
||||||
|
hypervisor: vagrant
|
||||||
|
box: puppetlabs/centos-7.2-64-nocm
|
||||||
|
CONFIG:
|
||||||
|
type: foss
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'debian-6-amd64':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: debian-6-amd64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: debian-6-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
debian-607-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: debian-6-amd64
|
|
||||||
box : debian-607-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: git
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'debian-7-amd64':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: debian-7-amd64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: debian-7-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
debian-70rc1-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: debian-7-amd64
|
|
||||||
box : debian-70rc1-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/debian-70rc1-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: git
|
|
||||||
10
spec/acceptance/nodesets/debian-8-x64.yml
Normal file
10
spec/acceptance/nodesets/debian-8-x64.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
HOSTS:
|
||||||
|
debian-8-x64:
|
||||||
|
roles:
|
||||||
|
- agent
|
||||||
|
- default
|
||||||
|
platform: debian-8-amd64
|
||||||
|
hypervisor: vagrant
|
||||||
|
box: puppetlabs/debian-8.2-64-nocm
|
||||||
|
CONFIG:
|
||||||
|
type: foss
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
HOSTS:
|
HOSTS:
|
||||||
centos-64-x64:
|
ubuntu-1404-x64:
|
||||||
roles:
|
roles:
|
||||||
- master
|
- agent
|
||||||
platform: el-6-x86_64
|
- default
|
||||||
box : centos-64-x64-vbox4210-nocm
|
platform: ubuntu-14.04-amd64
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
|
hypervisor: vagrant
|
||||||
hypervisor : vagrant
|
box: puppetlabs/ubuntu-14.04-64-nocm
|
||||||
CONFIG:
|
CONFIG:
|
||||||
type: foss
|
type: foss
|
||||||
|
|||||||
12
spec/acceptance/nodesets/docker/centos-7.yml
Normal file
12
spec/acceptance/nodesets/docker/centos-7.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
HOSTS:
|
||||||
|
centos-7-x64:
|
||||||
|
platform: el-7-x86_64
|
||||||
|
hypervisor: docker
|
||||||
|
image: centos:7
|
||||||
|
docker_preserve_image: true
|
||||||
|
docker_cmd: '["/usr/sbin/init"]'
|
||||||
|
# install various tools required to get the image up to usable levels
|
||||||
|
docker_image_commands:
|
||||||
|
- 'yum install -y crontabs tar wget openssl sysvinit-tools iproute which initscripts'
|
||||||
|
CONFIG:
|
||||||
|
trace_limit: 200
|
||||||
11
spec/acceptance/nodesets/docker/debian-8.yml
Normal file
11
spec/acceptance/nodesets/docker/debian-8.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
HOSTS:
|
||||||
|
debian-8-x64:
|
||||||
|
platform: debian-8-amd64
|
||||||
|
hypervisor: docker
|
||||||
|
image: debian:8
|
||||||
|
docker_preserve_image: true
|
||||||
|
docker_cmd: '["/sbin/init"]'
|
||||||
|
docker_image_commands:
|
||||||
|
- 'apt-get update && apt-get install -y net-tools wget locales strace lsof && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen'
|
||||||
|
CONFIG:
|
||||||
|
trace_limit: 200
|
||||||
12
spec/acceptance/nodesets/docker/ubuntu-14.04.yml
Normal file
12
spec/acceptance/nodesets/docker/ubuntu-14.04.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
HOSTS:
|
||||||
|
ubuntu-1404-x64:
|
||||||
|
platform: ubuntu-14.04-amd64
|
||||||
|
hypervisor: docker
|
||||||
|
image: ubuntu:14.04
|
||||||
|
docker_preserve_image: true
|
||||||
|
docker_cmd: '["/sbin/init"]'
|
||||||
|
docker_image_commands:
|
||||||
|
# ensure that upstart is booting correctly in the container
|
||||||
|
- 'rm /usr/sbin/policy-rc.d && rm /sbin/initctl && dpkg-divert --rename --remove /sbin/initctl && apt-get update && apt-get install -y net-tools wget && locale-gen en_US.UTF-8'
|
||||||
|
CONFIG:
|
||||||
|
trace_limit: 200
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
fedora-18-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: fedora-18-x86_64
|
|
||||||
box : fedora-18-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/fedora-18-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: git
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'redhat-7-vcloud':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: el-7-x86_64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: redhat-7-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'sles-11-vcloud':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: sles-11-x86_64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: sles-11-x86_64
|
|
||||||
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
sles-11sp1-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: sles-11-x86_64
|
|
||||||
box : sles-11sp1-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/sles-11sp1-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: git
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'solaris-11-vcloud':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: solaris-11-i386
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: solaris-11-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'ubuntu-1004-amd64':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-10.04-amd64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: ubuntu-1004-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
'ubuntu-1404-amd64':
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-14.04-amd64
|
|
||||||
hypervisor: vcloud
|
|
||||||
template: ubuntu-1404-x86_64
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
ssh:
|
|
||||||
keys: "~/.ssh/id_rsa-acceptance"
|
|
||||||
datastore: instance0
|
|
||||||
folder: Delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
|
|
||||||
pooling_api: http://vcloud.delivery.puppetlabs.net/
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-server-10044-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-10.04-amd64
|
|
||||||
box : ubuntu-server-10044-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-10044-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-server-12042-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-12.04-amd64
|
|
||||||
box : ubuntu-server-12042-x64-vbox4210-nocm
|
|
||||||
box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-12042-x64-vbox4210-nocm.box
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
type: foss
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-server-1404-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-14.04-amd64
|
|
||||||
box : puppetlabs/ubuntu-14.04-64-nocm
|
|
||||||
box_url : https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
log_level : debug
|
|
||||||
type: git
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
HOSTS:
|
|
||||||
ubuntu-server-1504-x64:
|
|
||||||
roles:
|
|
||||||
- master
|
|
||||||
platform: ubuntu-15.04-amd64
|
|
||||||
box : puppetlabs/ubuntu-15.04-64-nocm
|
|
||||||
box_url : https://vagrantcloud.com/puppetlabs/ubuntu-15.04-64-nocm
|
|
||||||
hypervisor : vagrant
|
|
||||||
CONFIG:
|
|
||||||
log_level : debug
|
|
||||||
type: git
|
|
||||||
@@ -3,182 +3,246 @@ require 'spec_helper'
|
|||||||
describe 'java', :type => :class do
|
describe 'java', :type => :class do
|
||||||
|
|
||||||
context 'select openjdk for Centos 5.8' do
|
context 'select openjdk for Centos 5.8' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '5.8'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '5.8', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Centos 6.3' do
|
context 'select openjdk for Centos 6.3' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '6.3'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '6.3', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Centos 7.1.1503' do
|
context 'select openjdk for Centos 7.1.1503' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '7.1.1503'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '7.1.1503', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.8.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.8.0-openjdk-devel') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Centos 6.2' do
|
context 'select openjdk for Centos 6.2' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '6.2'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '6.2', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
||||||
it { should_not contain_exec('update-java-alternatives') }
|
it { is_expected.to_not contain_exec('update-java-alternatives') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle JRE with alternatives for Centos 6.3' do
|
context 'select Oracle JRE with alternatives for Centos 6.3' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '6.3'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '6.3', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'package' => 'jre', 'java_alternative' => '/usr/bin/java', 'java_alternative_path' => '/usr/java/jre1.7.0_67/bin/java'} }
|
let(:params) { { 'package' => 'jre', 'java_alternative' => '/usr/bin/java', 'java_alternative_path' => '/usr/java/jre1.7.0_67/bin/java'} }
|
||||||
it { should contain_package('java').with_name('jre') }
|
it { is_expected.to contain_package('java').with_name('jre') }
|
||||||
it { should contain_exec('create-java-alternatives').with_command('alternatives --install /usr/bin/java java /usr/java/jre1.7.0_67/bin/java 20000') }
|
it { is_expected.to contain_exec('create-java-alternatives').with_command('alternatives --install /usr/bin/java java /usr/java/jre1.7.0_67/bin/java 20000') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('alternatives --set java /usr/java/jre1.7.0_67/bin/java') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('alternatives --set java /usr/java/jre1.7.0_67/bin/java') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Fedora 20' do
|
context 'select openjdk for Fedora 20' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '20'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '20', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Fedora 21' do
|
context 'select openjdk for Fedora 21' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '21'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '21', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.8.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.8.0-openjdk-devel') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Fedora 20' do
|
context 'select passed value for Fedora 20' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '20'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '20', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre', 'java_home' => '/usr/local/lib/jre/' } }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/local/lib/jre/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Fedora 21' do
|
context 'select passed value for Fedora 21' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '21'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '21', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre', 'java_home' => '/usr/local/lib/jre/' } }
|
||||||
it { should contain_package('java').with_name('java-1.8.0-openjdk') }
|
it { is_expected.to contain_package('java').with_name('java-1.8.0-openjdk') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/local/lib/jre/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Fedora 21 with yum option' do
|
context 'select passed value for Fedora 21 with yum option' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '21'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Fedora', :operatingsystemrelease => '21', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
let(:params) { { 'package_options' => ['--skip-broken'] } }
|
let(:params) { { 'package_options' => ['--skip-broken'] } }
|
||||||
it { should contain_package('java') }
|
it { is_expected.to contain_package('java') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Centos 5.3' do
|
context 'select passed value for Centos 5.3' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '5.3'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '5.3', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'package' => 'jdk' } }
|
let(:params) { { 'package' => 'jdk', 'java_home' => '/usr/local/lib/jre' } }
|
||||||
it { should contain_package('java').with_name('jdk') }
|
it { is_expected.to contain_package('java').with_name('jdk') }
|
||||||
it { should_not contain_exec('update-java-alternatives') }
|
it { is_expected.to_not contain_exec('update-java-alternatives') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select default for Centos 5.3' do
|
context 'select default for Centos 5.3' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '5.3'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Centos', :operatingsystemrelease => '5.3', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
||||||
it { should_not contain_exec('update-java-alternatives') }
|
it { is_expected.to_not contain_exec('update-java-alternatives') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select default for Debian Wheezy' do
|
context 'select default for Debian Wheezy' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
||||||
it { should contain_package('java').with_name('openjdk-7-jdk') }
|
it { is_expected.to contain_package('java').with_name('openjdk-7-jdk') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-1.7.0-openjdk-amd64 --jre') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-1.7.0-openjdk-amd64 --jre') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle JRE for Debian Wheezy' do
|
context 'select Oracle JRE for Debian Wheezy' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'distribution' => 'oracle-jre' } }
|
let(:params) { { 'distribution' => 'oracle-jre' } }
|
||||||
it { should contain_package('java').with_name('oracle-j2re1.7') }
|
it { is_expected.to contain_package('java').with_name('oracle-j2re1.7') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set j2re1.7-oracle --jre') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set j2re1.7-oracle --jre') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/j2re1.7-oracle/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
context 'select Oracle Java 8 JRE >=u100 for Debian Wheezy' do
|
||||||
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
||||||
|
let(:params) { { 'distribution' => 'oracle-java8-jre' } }
|
||||||
|
it { is_expected.to contain_package('java').with_name('oracle-java8-jre') }
|
||||||
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set jre-8-oracle-x64 --jre') }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'select Oracle Java 8 JDK >=u100 for Debian Wheezy' do
|
||||||
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
||||||
|
let(:params) { { 'distribution' => 'oracle-java8-jdk' } }
|
||||||
|
it { is_expected.to contain_package('java').with_name('oracle-java8-jdk') }
|
||||||
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set jdk-8-oracle-x64 --jre') }
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
context 'select OpenJDK JRE for Debian Wheezy' do
|
context 'select OpenJDK JRE for Debian Wheezy' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
it { should contain_package('java').with_name('openjdk-7-jre-headless') }
|
it { is_expected.to contain_package('java').with_name('openjdk-7-jre-headless') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-1.7.0-openjdk-amd64 --jre-headless') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-1.7.0-openjdk-amd64 --jre-headless') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select default for Debian Squeeze' do
|
context 'select default for Debian Squeeze' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'squeeze', :operatingsystemrelease => '6.0.5', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'squeeze', :operatingsystemrelease => '6.0.5', :architecture => 'amd64',} }
|
||||||
it { should contain_package('java').with_name('openjdk-6-jdk') }
|
it { is_expected.to contain_package('java').with_name('openjdk-6-jdk') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-6-openjdk-amd64 --jre') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-6-openjdk-amd64 --jre') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle JRE for Debian Squeeze' do
|
context 'select Oracle JRE for Debian Squeeze' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'squeeze', :operatingsystemrelease => '6.0.5', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'squeeze', :operatingsystemrelease => '6.0.5', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'distribution' => 'sun-jre', } }
|
let(:params) { { 'distribution' => 'sun-jre', } }
|
||||||
it { should contain_package('java').with_name('sun-java6-jre') }
|
it { is_expected.to contain_package('java').with_name('sun-java6-jre') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-6-sun --jre') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-6-sun --jre') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-6-sun/jre/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select OpenJDK JRE for Debian Squeeze' do
|
context 'select OpenJDK JRE for Debian Squeeze' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'squeeze', :operatingsystemrelease => '6.0.5', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'squeeze', :operatingsystemrelease => '6.0.5', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'distribution' => 'jre', } }
|
let(:params) { { 'distribution' => 'jre', } }
|
||||||
it { should contain_package('java').with_name('openjdk-6-jre-headless') }
|
it { is_expected.to contain_package('java').with_name('openjdk-6-jre-headless') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-6-openjdk-amd64 --jre-headless') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set java-6-openjdk-amd64 --jre-headless') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select random alternative for Debian Wheezy' do
|
context 'select random alternative for Debian Wheezy' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Debian', :lsbdistcodename => 'wheezy', :operatingsystemrelease => '7.1', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'java_alternative' => 'bananafish' } }
|
let(:params) { { 'java_alternative' => 'bananafish' } }
|
||||||
it { should contain_package('java').with_name('openjdk-7-jdk') }
|
it { is_expected.to contain_package('java').with_name('openjdk-7-jdk') }
|
||||||
it { should contain_exec('update-java-alternatives').with_command('update-java-alternatives --set bananafish --jre') }
|
it { is_expected.to contain_exec('update-java-alternatives').with_command('update-java-alternatives --set bananafish --jre') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select jdk for Ubuntu Vivid (15.04)' do
|
context 'select jdk for Ubuntu Vivid (15.04)' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Ubuntu', :lsbdistcodename => 'vivid', :operatingsystemrelease => '15.04', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Ubuntu', :lsbdistcodename => 'vivid', :operatingsystemrelease => '15.04', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'distribution' => 'jdk' } }
|
let(:params) { { 'distribution' => 'jdk' } }
|
||||||
it { should contain_package('java').with_name('openjdk-8-jdk') }
|
it { is_expected.to contain_package('java').with_name('openjdk-8-jdk') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select jre for Ubuntu Vivid (15.04)' do
|
context 'select jre for Ubuntu Vivid (15.04)' do
|
||||||
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Ubuntu', :lsbdistcodename => 'vivid', :operatingsystemrelease => '15.04', :architecture => 'amd64',} }
|
let(:facts) { {:osfamily => 'Debian', :operatingsystem => 'Ubuntu', :lsbdistcodename => 'vivid', :operatingsystemrelease => '15.04', :architecture => 'amd64',} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
it { should contain_package('java').with_name('openjdk-8-jre-headless') }
|
it { is_expected.to contain_package('java').with_name('openjdk-8-jre-headless') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Amazon Linux' do
|
context 'select openjdk for Amazon Linux' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Amazon', :operatingsystemrelease => '3.4.43-43.43.amzn1.x86_64'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Amazon', :operatingsystemrelease => '3.4.43-43.43.amzn1.x86_64', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Amazon Linux' do
|
context 'select passed value for Amazon Linux' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Amazon', :operatingsystemrelease => '5.3.4.43-43.43.amzn1.x86_64'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Amazon', :operatingsystemrelease => '5.3.4.43-43.43.amzn1.x86_64', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Oracle Linux' do
|
context 'select openjdk for Oracle Linux' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'OracleLinux', :operatingsystemrelease => '6.4'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'OracleLinux', :operatingsystemrelease => '6.4', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk-devel') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select openjdk for Oracle Linux 6.2' do
|
context 'select openjdk for Oracle Linux 6.2' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'OracleLinux', :operatingsystemrelease => '6.2'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'OracleLinux', :operatingsystemrelease => '6.2', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
it { is_expected.to contain_package('java').with_name('java-1.6.0-openjdk-devel') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Oracle Linux' do
|
context 'select passed value for Oracle Linux' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'OracleLinux', :operatingsystemrelease => '6.3'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'OracleLinux', :operatingsystemrelease => '6.3', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select passed value for Scientific Linux' do
|
context 'select passed value for Scientific Linux' do
|
||||||
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Scientific', :operatingsystemrelease => '6.4'} }
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'Scientific', :operatingsystemrelease => '6.4', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
it { should contain_package('java').with_name('java-1.7.0-openjdk') }
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-x86_64/') }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'select passed value for Scientific Linux CERN (SLC)' do
|
||||||
|
let(:facts) { {:osfamily => 'RedHat', :operatingsystem => 'SLC', :operatingsystemrelease => '6.4', :architecture => 'x86_64'} }
|
||||||
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
|
it { is_expected.to contain_package('java').with_name('java-1.7.0-openjdk') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-x86_64/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select default for OpenSUSE 12.3' do
|
context 'select default for OpenSUSE 12.3' do
|
||||||
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'OpenSUSE', :operatingsystemrelease => '12.3'}}
|
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'OpenSUSE', :operatingsystemrelease => '12.3', :architecture => 'x86_64'}}
|
||||||
|
it { is_expected.to contain_package('java').with_name('java-1_7_0-openjdk-devel')}
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib64/jvm/java-1.7.0-openjdk-1.7.0/') }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'select default for SLES 11.3' do
|
||||||
|
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'SLES', :operatingsystemrelease => '11.3', :architecture => 'x86_64'}}
|
||||||
|
it { should contain_package('java').with_name('java-1_6_0-ibm-devel')}
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib64/jvm/java-1.6.0-ibm-1.6.0/') }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'select default for SLES 11.4' do
|
||||||
|
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'SLES', :operatingsystemrelease => '11.4', :architecture => 'x86_64'}}
|
||||||
|
it { should contain_package('java').with_name('java-1_7_1-ibm-devel')}
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib64/jvm/java-1.7.0-ibm-1.7.0/') }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'select default for SLES 12.0' do
|
||||||
|
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'SLES', :operatingsystemrelease => '12.0', :operatingsystemmajrelease => '12', :architecture => 'x86_64'}}
|
||||||
it { should contain_package('java').with_name('java-1_7_0-openjdk-devel')}
|
it { should contain_package('java').with_name('java-1_7_0-openjdk-devel')}
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib64/jvm/java-1.7.0-openjdk-1.7.0/') }
|
||||||
|
end
|
||||||
|
|
||||||
|
context 'select default for SLES 12.1' do
|
||||||
|
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'SLES', :operatingsystemrelease => '12.1', :operatingsystemmajrelease => '12', :architecture => 'x86_64'}}
|
||||||
|
it { should contain_package('java').with_name('java-1_8_0-openjdk-devel')}
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select jdk for OpenBSD' do
|
context 'select jdk for OpenBSD' do
|
||||||
let(:facts) { {:osfamily => 'OpenBSD'} }
|
let(:facts) { {:osfamily => 'OpenBSD', :architecture => 'x86_64'} }
|
||||||
it { should contain_package('java').with_name('jdk') }
|
it { is_expected.to contain_package('java').with_name('jdk') }
|
||||||
|
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/local/jdk/') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select jre for OpenBSD' do
|
context 'select jre for OpenBSD' do
|
||||||
let(:facts) { {:osfamily => 'OpenBSD'} }
|
let(:facts) { {:osfamily => 'OpenBSD', :architecture => 'x86_64'} }
|
||||||
let(:params) { { 'distribution' => 'jre' } }
|
let(:params) { { 'distribution' => 'jre' } }
|
||||||
it { should contain_package('java').with_name('jre') }
|
it { is_expected.to contain_package('java').with_name('jre') }
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'incompatible OSs' do
|
describe 'incompatible OSs' do
|
||||||
@@ -215,7 +279,7 @@ describe 'java', :type => :class do
|
|||||||
},
|
},
|
||||||
].each do |facts|
|
].each do |facts|
|
||||||
let(:facts) { facts }
|
let(:facts) { facts }
|
||||||
it "should fail on #{facts[:operatingsystem]} #{facts[:operatingsystemrelease]}" do
|
it "is_expected.to fail on #{facts[:operatingsystem]} #{facts[:operatingsystemrelease]}" do
|
||||||
expect { catalogue }.to raise_error Puppet::Error, /unsupported platform/
|
expect { catalogue }.to raise_error Puppet::Error, /unsupported platform/
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -2,139 +2,171 @@ require 'spec_helper'
|
|||||||
|
|
||||||
describe 'java::oracle', :type => :define do
|
describe 'java::oracle', :type => :define do
|
||||||
context 'On CentOS 64-bit' do
|
context 'On CentOS 64-bit' do
|
||||||
let(:facts) { {:kernel => 'Linux', :architecture => 'x86_64', :osfamily => 'RedHat', :operatingsystem => 'CentOS', :operatingsystemrelease => '6.6', :puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)'} }
|
let(:facts) { { :kernel => 'Linux', :os => {:family => 'RedHat', :architecture => 'x86_64', :name => 'CentOS', :release => {:full => '6.0'}}}}
|
||||||
|
|
||||||
context 'Oracle Java SE 6 JDK' do
|
context 'Oracle Java SE 6 JDK' do
|
||||||
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jdk'} }
|
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jdk'} }
|
||||||
let :title do 'jdk6' end
|
let :title do 'jdk6' end
|
||||||
it { should contain_archive('/tmp/jdk-6u45-linux-x64-rpm.bin')}
|
it { is_expected.to contain_archive('/tmp/jdk-6u45-linux-x64-rpm.bin')}
|
||||||
it { should contain_exec('Install Oracle java_se jdk 6').with_command('sh /tmp/jdk-6u45-linux-x64-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jdk*.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 6').with_command('sh /tmp/jdk-6u45-linux-x64-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jdk*.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 6').that_requires('Archive[/tmp/jdk-6u45-linux-x64-rpm.bin]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'Oracle Java SE 7 JDK' do
|
context 'Oracle Java SE 7 JDK' do
|
||||||
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jdk'} }
|
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jdk'} }
|
||||||
let :title do 'jdk7' end
|
let :title do 'jdk7' end
|
||||||
it { should contain_archive('/tmp/jdk-7u80-linux-x64.rpm')}
|
it { is_expected.to contain_archive('/tmp/jdk-7u80-linux-x64.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jdk 7').with_command('rpm --force -iv /tmp/jdk-7u80-linux-x64.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 7').with_command('rpm --force -iv /tmp/jdk-7u80-linux-x64.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 7').that_requires('Archive[/tmp/jdk-7u80-linux-x64.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'Oracle Java SE 8 JDK' do
|
context 'Oracle Java SE 8 JDK' do
|
||||||
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jdk'} }
|
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jdk'} }
|
||||||
let :title do 'jdk8' end
|
let :title do 'jdk8' end
|
||||||
it { should contain_archive('/tmp/jdk-8u51-linux-x64.rpm')}
|
it { is_expected.to contain_archive('/tmp/jdk-8u51-linux-x64.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jdk 8').with_command('rpm --force -iv /tmp/jdk-8u51-linux-x64.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 8').with_command('rpm --force -iv /tmp/jdk-8u51-linux-x64.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 8').that_requires('Archive[/tmp/jdk-8u51-linux-x64.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'Oracle Java SE 6 JRE' do
|
context 'Oracle Java SE 6 JRE' do
|
||||||
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jre'} }
|
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jre'} }
|
||||||
let :title do 'jre6' end
|
let :title do 'jre6' end
|
||||||
it { should contain_archive('/tmp/jre-6u45-linux-x64-rpm.bin')}
|
it { is_expected.to contain_archive('/tmp/jre-6u45-linux-x64-rpm.bin')}
|
||||||
it { should contain_exec('Install Oracle java_se jre 6').with_command('sh /tmp/jre-6u45-linux-x64-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jre*.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jre 6').with_command('sh /tmp/jre-6u45-linux-x64-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jre*.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jre 6').that_requires('Archive[/tmp/jre-6u45-linux-x64-rpm.bin]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'Oracle Java SE 7 JRE' do
|
context 'Oracle Java SE 7 JRE' do
|
||||||
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jre'} }
|
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jre'} }
|
||||||
let :title do 'jre7' end
|
let :title do 'jre7' end
|
||||||
it { should contain_archive('/tmp/jre-7u80-linux-x64.rpm')}
|
it { is_expected.to contain_archive('/tmp/jre-7u80-linux-x64.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jre 7').with_command('rpm --force -iv /tmp/jre-7u80-linux-x64.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jre 7').with_command('rpm --force -iv /tmp/jre-7u80-linux-x64.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jre 7').that_requires('Archive[/tmp/jre-7u80-linux-x64.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle Java SE 8 JRE' do
|
context 'select Oracle Java SE 8 JRE' do
|
||||||
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jre'} }
|
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jre'} }
|
||||||
let :title do 'jre8' end
|
let :title do 'jre8' end
|
||||||
it { should contain_archive('/tmp/jre-8u51-linux-x64.rpm')}
|
it { is_expected.to contain_archive('/tmp/jre-8u51-linux-x64.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jre 8').with_command('rpm --force -iv /tmp/jre-8u51-linux-x64.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jre 8').with_command('rpm --force -iv /tmp/jre-8u51-linux-x64.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jre 8').that_requires('Archive[/tmp/jre-8u51-linux-x64.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'On CentOS 32-bit' do
|
context 'On CentOS 32-bit' do
|
||||||
let(:facts) { {:kernel => 'Linux', :architecture => 'i386', :osfamily => 'RedHat', :operatingsystem => 'CentOS', :operatingsystemrelease => '6.6', :puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)'} }
|
let(:facts) { {:kernel => 'Linux', :os => { :family => 'RedHat', :architecture => 'i386', :name => 'CentOS', :release => { :full => '6.6' } } } }
|
||||||
|
|
||||||
context 'select Oracle Java SE 6 JDK on RedHat family, 32-bit' do
|
context 'select Oracle Java SE 6 JDK on RedHat family, 32-bit' do
|
||||||
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jdk'} }
|
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jdk'} }
|
||||||
let :title do 'jdk6' end
|
let :title do 'jdk6' end
|
||||||
it { should contain_archive('/tmp/jdk-6u45-linux-i586-rpm.bin')}
|
it { is_expected.to contain_archive('/tmp/jdk-6u45-linux-i586-rpm.bin')}
|
||||||
it { should contain_exec('Install Oracle java_se jdk 6').with_command('sh /tmp/jdk-6u45-linux-i586-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jdk*.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 6').with_command('sh /tmp/jdk-6u45-linux-i586-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jdk*.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 6').that_requires('Archive[/tmp/jdk-6u45-linux-i586-rpm.bin]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle Java SE 7 JDK on RedHat family, 32-bit' do
|
context 'select Oracle Java SE 7 JDK on RedHat family, 32-bit' do
|
||||||
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jdk'} }
|
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jdk'} }
|
||||||
let :title do 'jdk7' end
|
let :title do 'jdk7' end
|
||||||
it { should contain_archive('/tmp/jdk-7u80-linux-i586.rpm')}
|
it { is_expected.to contain_archive('/tmp/jdk-7u80-linux-i586.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jdk 7').with_command('rpm --force -iv /tmp/jdk-7u80-linux-i586.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 7').with_command('rpm --force -iv /tmp/jdk-7u80-linux-i586.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 7').that_requires('Archive[/tmp/jdk-7u80-linux-i586.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle Java SE 8 JDK on RedHat family, 32-bit' do
|
context 'select Oracle Java SE 8 JDK on RedHat family, 32-bit' do
|
||||||
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jdk'} }
|
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jdk'} }
|
||||||
let :title do 'jdk8' end
|
let :title do 'jdk8' end
|
||||||
it { should contain_archive('/tmp/jdk-8u51-linux-i586.rpm')}
|
it { is_expected.to contain_archive('/tmp/jdk-8u51-linux-i586.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jdk 8').with_command('rpm --force -iv /tmp/jdk-8u51-linux-i586.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 8').with_command('rpm --force -iv /tmp/jdk-8u51-linux-i586.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jdk 8').that_requires('Archive[/tmp/jdk-8u51-linux-i586.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle Java SE 6 JRE on RedHat family, 32-bit' do
|
context 'select Oracle Java SE 6 JRE on RedHat family, 32-bit' do
|
||||||
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jre'} }
|
let(:params) { {:ensure => 'present', :version => '6', :java_se => 'jre'} }
|
||||||
let :title do 'jdk6' end
|
let :title do 'jdk6' end
|
||||||
it { should contain_archive('/tmp/jre-6u45-linux-i586-rpm.bin')}
|
it { is_expected.to contain_archive('/tmp/jre-6u45-linux-i586-rpm.bin')}
|
||||||
it { should contain_exec('Install Oracle java_se jre 6').with_command('sh /tmp/jre-6u45-linux-i586-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jre*.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jre 6').with_command('sh /tmp/jre-6u45-linux-i586-rpm.bin -x; rpm --force -iv sun*.rpm; rpm --force -iv jre*.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jre 6').that_requires('Archive[/tmp/jre-6u45-linux-i586-rpm.bin]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle Java SE 7 JRE on RedHat family, 32-bit' do
|
context 'select Oracle Java SE 7 JRE on RedHat family, 32-bit' do
|
||||||
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jre'} }
|
let(:params) { {:ensure => 'present', :version => '7', :java_se => 'jre'} }
|
||||||
let :title do 'jdk7' end
|
let :title do 'jdk7' end
|
||||||
it { should contain_archive('/tmp/jre-7u80-linux-i586.rpm')}
|
it { is_expected.to contain_archive('/tmp/jre-7u80-linux-i586.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jre 7').with_command('rpm --force -iv /tmp/jre-7u80-linux-i586.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jre 7').with_command('rpm --force -iv /tmp/jre-7u80-linux-i586.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jre 7').that_requires('Archive[/tmp/jre-7u80-linux-i586.rpm]') }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'select Oracle Java SE 8 JRE on RedHat family, 32-bit' do
|
context 'select Oracle Java SE 8 JRE on RedHat family, 32-bit' do
|
||||||
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jre'} }
|
let(:params) { {:ensure => 'present', :version => '8', :java_se => 'jre'} }
|
||||||
let :title do 'jdk8' end
|
let :title do 'jdk8' end
|
||||||
it { should contain_archive('/tmp/jre-8u51-linux-i586.rpm')}
|
it { is_expected.to contain_archive('/tmp/jre-8u51-linux-i586.rpm')}
|
||||||
it { should contain_exec('Install Oracle java_se jre 8').with_command('rpm --force -iv /tmp/jre-8u51-linux-i586.rpm') }
|
it { is_expected.to contain_exec('Install Oracle java_se jre 8').with_command('rpm --force -iv /tmp/jre-8u51-linux-i586.rpm') }
|
||||||
|
it { is_expected.to contain_exec('Install Oracle java_se jre 8').that_requires('Archive[/tmp/jre-8u51-linux-i586.rpm]') }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'incompatible OSs' do
|
describe 'incompatible OSes' do
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
# C14706
|
# C14706
|
||||||
:osfamily => 'windows',
|
:kernel => 'Windows',
|
||||||
:operatingsystem => 'windows',
|
:os => {
|
||||||
:operatingsystemrelease => '8.1',
|
:family => 'Windows',
|
||||||
:puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)',
|
:name => 'Windows',
|
||||||
|
:release => {
|
||||||
|
:full => '8.1'
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# C14707
|
# C14707
|
||||||
:osfamily => 'Darwin',
|
:kernel => 'Darwin',
|
||||||
:operatingsystem => 'Darwin',
|
:os => {
|
||||||
:operatingsystemrelease => '13.3.0',
|
:family => 'Darwin',
|
||||||
:puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)',
|
:name => 'Darwin',
|
||||||
|
:release => {
|
||||||
|
:full => '13.3.0'
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# C14708
|
# C14708
|
||||||
:osfamily => 'AIX',
|
:kernel => 'AIX',
|
||||||
:operatingsystem => 'AIX',
|
:os => {
|
||||||
:operatingsystemrelease => '7100-02-00-000',
|
:family => 'AIX',
|
||||||
:puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)',
|
:name => 'AIX',
|
||||||
|
:release => {
|
||||||
|
:full => '7100-02-00-000'
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# C14708
|
# C14709
|
||||||
:osfamily => 'AIX',
|
:kernel => 'AIX',
|
||||||
:operatingsystem => 'AIX',
|
:os => {
|
||||||
:operatingsystemrelease => '6100-07-04-1216',
|
:family => 'AIX',
|
||||||
:puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)',
|
:name => 'AIX',
|
||||||
|
:release => {
|
||||||
|
:full => '6100-07-04-1216'
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# C14708
|
# C14710
|
||||||
:osfamily => 'AIX',
|
:kernel => 'AIX',
|
||||||
:operatingsystem => 'AIX',
|
:os => {
|
||||||
:operatingsystemrelease => '5300-12-01-1016',
|
:family => 'AIX',
|
||||||
:puppetversion => '3.4.3 (Puppet Enterprise 3.2.3)',
|
:name => 'AIX',
|
||||||
},
|
:release => {
|
||||||
|
:full => '5300-12-01-1016'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
].each do |facts|
|
].each do |facts|
|
||||||
let(:facts) { facts }
|
let(:facts) { facts }
|
||||||
let :title do 'jdk' end
|
let :title do 'jdk' end
|
||||||
it "should fail on #{facts[:operatingsystem]} #{facts[:operatingsystemrelease]}" do
|
it "is_expected.to fail on #{facts[:os][:name]} #{facts[:os][:release][:full]}" do
|
||||||
expect { catalogue }.to raise_error Puppet::Error, /unsupported platform/
|
expect { catalogue }.to raise_error Puppet::Error, /unsupported platform/
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
--format
|
|
||||||
s
|
|
||||||
--colour
|
|
||||||
--loadby
|
|
||||||
mtime
|
|
||||||
--backtrace
|
|
||||||
@@ -1,43 +1,20 @@
|
|||||||
require 'beaker-rspec'
|
require 'beaker-rspec'
|
||||||
require 'beaker/puppet_install_helper'
|
require 'beaker/puppet_install_helper'
|
||||||
|
require 'beaker/module_install_helper'
|
||||||
|
|
||||||
run_puppet_install_helper
|
run_puppet_install_helper
|
||||||
|
install_module_on(hosts)
|
||||||
|
install_module_dependencies_on(hosts)
|
||||||
|
|
||||||
UNSUPPORTED_PLATFORMS = [ "Darwin", "windows" ]
|
UNSUPPORTED_PLATFORMS = [ "Darwin", "windows" ]
|
||||||
|
|
||||||
unless ENV["RS_PROVISION"] == "no" or ENV["BEAKER_provision"] == "no"
|
unless ENV["RS_PROVISION"] == "no" or ENV["BEAKER_provision"] == "no"
|
||||||
hosts.each do |host|
|
hosts.each do |host|
|
||||||
if host['platform'] =~ /sles-1/i || host['platform'] =~ /solaris-1/i
|
install_puppet_module_via_pmt_on(host, {module_name: 'puppetlabs-apt'})
|
||||||
get_stdlib = <<-stdlib
|
|
||||||
package{'wget':}
|
|
||||||
exec{'download':
|
|
||||||
command => "wget -P /root/ https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.3.2.tar.gz --no-check-certificate",
|
|
||||||
path => ['/opt/csw/bin/','/usr/bin/']
|
|
||||||
}
|
|
||||||
stdlib
|
|
||||||
apply_manifest_on(host, get_stdlib)
|
|
||||||
# have to use force otherwise it checks ssl cert even though it is a local file
|
|
||||||
on host, puppet('module install /root/puppetlabs-stdlib-4.3.2.tar.gz --force')
|
|
||||||
else
|
|
||||||
on host, puppet("module install puppetlabs-stdlib")
|
|
||||||
# For test support
|
|
||||||
on host, puppet("module install puppetlabs-apt")
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
RSpec.configure do |c|
|
RSpec.configure do |c|
|
||||||
# Project root
|
|
||||||
proj_root = File.expand_path(File.join(File.dirname(__FILE__), ".."))
|
|
||||||
|
|
||||||
# Readable test descriptions
|
# Readable test descriptions
|
||||||
c.formatter = :documentation
|
c.formatter = :documentation
|
||||||
|
|
||||||
# Configure all nodes in nodeset
|
|
||||||
c.before :suite do
|
|
||||||
# Install module
|
|
||||||
hosts.each do |host|
|
|
||||||
copy_module_to(host, :source => proj_root, :module_name => "java")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -8,13 +8,25 @@ describe Facter::Util::Fact do
|
|||||||
|
|
||||||
describe "java_default_home" do
|
describe "java_default_home" do
|
||||||
context 'returns java home path when readlink present' do
|
context 'returns java home path when readlink present' do
|
||||||
it do
|
context 'when java is in HOME/jre/bin/java' do
|
||||||
java_path_output = <<-EOS
|
it do
|
||||||
|
java_path_output = <<-EOS
|
||||||
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
|
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
|
||||||
EOS
|
EOS
|
||||||
Facter::Util::Resolution.expects(:which).with("readlink").returns(true)
|
Facter::Util::Resolution.expects(:which).with("readlink").returns(true)
|
||||||
Facter::Util::Resolution.expects(:exec).with("readlink -e /usr/bin/java").returns(java_path_output)
|
Facter::Util::Resolution.expects(:exec).with("readlink -e /usr/bin/java").returns(java_path_output)
|
||||||
Facter.value(:java_default_home).should == "/usr/lib/jvm/java-7-openjdk-amd64"
|
expect(Facter.value(:java_default_home)).to eql "/usr/lib/jvm/java-7-openjdk-amd64"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
context 'when java is in HOME/bin/java' do
|
||||||
|
it do
|
||||||
|
java_path_output = <<-EOS
|
||||||
|
/usr/lib/jvm/oracle-java8-jre-amd64/bin/java
|
||||||
|
EOS
|
||||||
|
Facter::Util::Resolution.expects(:which).with("readlink").returns(true)
|
||||||
|
Facter::Util::Resolution.expects(:exec).with("readlink -e /usr/bin/java").returns(java_path_output)
|
||||||
|
expect(Facter.value(:java_default_home)).to eql "/usr/lib/jvm/oracle-java8-jre-amd64"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -22,7 +34,7 @@ describe Facter::Util::Fact do
|
|||||||
it do
|
it do
|
||||||
Facter::Util::Resolution.stubs(:exec)
|
Facter::Util::Resolution.stubs(:exec)
|
||||||
Facter::Util::Resolution.expects(:which).with("readlink").at_least(1).returns(false)
|
Facter::Util::Resolution.expects(:which).with("readlink").at_least(1).returns(false)
|
||||||
Facter.value(:java_default_home).should be_nil
|
expect(Facter.value(:java_default_home)).to be_nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ describe Facter::Util::Fact do
|
|||||||
context 'returns libjvm path' do
|
context 'returns libjvm path' do
|
||||||
context 'on Linux' do
|
context 'on Linux' do
|
||||||
it do
|
it do
|
||||||
Facter.value(:java_libjvm_path).should == "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server"
|
expect(Facter.value(:java_libjvm_path)).to eql "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ OpenJDK Runtime Environment (build 1.7.0_71-b14)
|
|||||||
OpenJDK 64-Bit Server VM (build 24.71-b01, mixed mode)
|
OpenJDK 64-Bit Server VM (build 24.71-b01, mixed mode)
|
||||||
EOS
|
EOS
|
||||||
Facter::Util::Resolution.expects(:which).with("java").returns('/usr/local/jdk-1.7.0/jre/bin/java')
|
Facter::Util::Resolution.expects(:which).with("java").returns('/usr/local/jdk-1.7.0/jre/bin/java')
|
||||||
Facter::Util::Resolution.expects(:exec).with("java -Xmx8m -version 2>&1").returns(java_version_output)
|
Facter::Util::Resolution.expects(:exec).with("java -Xmx12m -version 2>&1").returns(java_version_output)
|
||||||
expect(Facter.value(:java_version)).to eq("1.7.0_71")
|
expect(Facter.value(:java_version)).to eq("1.7.0_71")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -35,8 +35,8 @@ Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
|
|||||||
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
|
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
|
||||||
EOS
|
EOS
|
||||||
Facter::Util::Resolution.expects(:exec).with("/usr/libexec/java_home --failfast 2>&1").returns("/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home")
|
Facter::Util::Resolution.expects(:exec).with("/usr/libexec/java_home --failfast 2>&1").returns("/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home")
|
||||||
Facter::Util::Resolution.expects(:exec).with("java -Xmx8m -version 2>&1").returns(java_version_output)
|
Facter::Util::Resolution.expects(:exec).with("java -Xmx12m -version 2>&1").returns(java_version_output)
|
||||||
Facter.value(:java_version).should == "1.7.0_71"
|
expect(Facter.value(:java_version)).to eql "1.7.0_71"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
context 'on other systems' do
|
context 'on other systems' do
|
||||||
@@ -50,7 +50,7 @@ java version "1.7.0_71"
|
|||||||
Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
|
Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
|
||||||
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
|
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
|
||||||
EOS
|
EOS
|
||||||
Facter::Util::Resolution.expects(:exec).with("java -Xmx8m -version 2>&1").returns(java_version_output)
|
Facter::Util::Resolution.expects(:exec).with("java -Xmx12m -version 2>&1").returns(java_version_output)
|
||||||
expect(Facter.value(:java_version)).to eq("1.7.0_71")
|
expect(Facter.value(:java_version)).to eq("1.7.0_71")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -74,7 +74,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
|
|||||||
let(:facts) { {:operatingsystem => 'Darwin'} }
|
let(:facts) { {:operatingsystem => 'Darwin'} }
|
||||||
it do
|
it do
|
||||||
Facter::Util::Resolution.expects(:exec).at_least(1).with("/usr/libexec/java_home --failfast 2>&1").returns('Unable to find any JVMs matching version "(null)".')
|
Facter::Util::Resolution.expects(:exec).at_least(1).with("/usr/libexec/java_home --failfast 2>&1").returns('Unable to find any JVMs matching version "(null)".')
|
||||||
Facter.value(:java_version).should be_nil
|
expect(Facter.value(:java_version)).to be_nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
context 'on other systems' do
|
context 'on other systems' do
|
||||||
|
|||||||
Reference in New Issue
Block a user