Commit 64590bb
authored
Feature/add corretto (#108)
* EPMLDI-1739: add basic corretto fallback implementation
* EPMLDI-1739: to fix Corretto 11 later
* EPMLDI-1739: add install from repo to Amazon Linux 2
* EPMLDI-1739: corrections according to yamllint hints
* EPMLDI-1739: adjust install from repo to Amazon Linux 2
* EPMLDI-1739: fix install from repo to Amazon Linux 2
* EPMLDI-1739: re-use basic task
* EPMLDI-1739: check requested version
* EPMLDI-1739: refactor impl, support two cases - install from downloaded package or from repo o Amazon Linux 2
* EPMLDI-1739: refactor impl, remove task because of duplication of logic
* EPMLDI-1739: add install from tarball
* EPMLDI-1739: add molecule tests for corretto Linux
* EPMLDI-1739: add molecule tests for corretto Linux to gitlab-ci
* EPMLDI-1739: temporary disable all molecule tests except corretto
* EPMLDI-1739: update readme file with Amazon Corretto for Linux
* EPMLDI-1739: fixes according to ansible lint recommendations
* EPMLDI-1739: fixes according to ansible lint recommendations
* EPMLDI-1739: fix logic for fallback transport: downloaded rpm/deb files must be installed as package
* EPMLDI-1739: fix syntax according to ansible lint recommendations
* EPMLDI-1739: fix bug
* EPMLDI-1739: delete unneeded check
* EPMLDI-1739: rename to clarify installation option
* EPMLDI-1739: rename tests to clarify transport
* EPMLDI-1739: add clarification
* EPMLDI-1739: refactor corretto-fallback install from package
* EPMLDI-1739: remove info about Windows support until it is supported
* EPMLDI-1739: fix bug with missing group property
* EPMLDI-1739: add new line to the end of file according to ansible lint rules
* EPMLDI-1739: omit amazon-linux-extras command usage in Ansible
* EPMLDI-1739: extend readme - add amazon corretto install samples
* EPMLDI-1739: fix syntax after merge conflict resolving
* EPMLDI-1739: temporary disable test because of bug
* EPMLDI-1739: fix bug that occurred while disabling the test
* EPMLDI-1739: refactor corretto8 installation on Amazon Linux 2 according to Timur's advice
* EPMLDI-1739: refactor corretto-fallback installation according to Timur's advice
* EPMLDI-1739: temporary disable all other test to test corretto only
* EPMLDI-1739: refactor corretto8 installation on Amazon Linux 2 according to Timur's advice
* EPMLDI-1739: try to eliminate Ansible bug with dynamic variable evaluation
* EPMLDI-1739: try to avoid Ansible bug with dynamic variable evaluation
* Revert "EPMLDI-1739: try to avoid Ansible bug with dynamic variable evaluation"
* Revert "EPMLDI-1739: try to eliminate Ansible bug with dynamic variable evaluation"
* EPMLDI-1739: introduce additional internal variable to satisfy specific java distribution requirements
* EPMLDI-1739: fix syntax according to ansible lint recommendations
* EPMLDI-1739: fix syntax according to ansible lint recommendations
* EPMLDI-1739: add extra package only for Debian like systems
* EPMLDI-1739: fix syntax according to ansible lint recommendations
* EPMLDI-1739: fix logic to eliminate bug
* EPMLDI-1739: fix URL to new Amazon AWS UI
* EPMLDI-1739: add some detail to fallback implementation
* EPMLDI-1739: refactor to fix issue with missing jdk_package value in case of corretto-fallback
* EPMLDI-1739: support installation via web transport
* EPMLDI-1739: add one more playbook sample for Corretto
* EPMLDI-1739: fix regex pattern to capture proper java_major_version part from downloaded package of Corretto 8
* Correct parsing regex
* Test corretto fallback
* Fix security fetch
* Fix java_unlimited_policy_transport
* Update Readme
* Ref/vars (#111)
* Move vars to begin
* Optimize vars & fetch
* Update travis.ci
Signed-off-by: Timur Gadiev <[email protected]>1 parent 8b0d4ea commit 64590bb
File tree
90 files changed
+1604
-732
lines changed- defaults
- library
- meta
- molecule
- cloud-aws-adoptopenjdk-11
- cloud-aws-adoptopenjdk-12
- cloud-aws-adoptopenjdk-8
- cloud-aws-adoptopenjdk-windows
- cloud-aws-coretto-11
- cloud-aws-corretto-8
- cloud-aws-direct-11
- cloud-aws-direct-12
- cloud-aws-direct-6
- cloud-aws-direct-7
- cloud-aws-direct-8
- cloud-aws-dragonwell8
- cloud-aws-openjdk-11
- cloud-aws-openjdk-8
- cloud-aws-openjdk-ga
- cloud-aws-sapjvm-8
- cloud-aws-sapmachine-11
- cloud-aws-sapmachine-12
- cloud-aws-sapmachine-13
- cloud-aws-sapmachine-windows
- cloud-aws-windows-sapjvm-8
- cloud-aws-windows-zulu-12
- cloud-aws-zulu-12
- cloud-azure-adoptopenjdk-windows
- cloud-azure-sapmachine-windows
- cloud-azure-windows-8
- cloud-azure-windows-corretto
- cloud-azure-windows-sapjvm-8
- cloud-azure-windows-zulu-12
- resources
- tasks
- Linux
- fetch
- security-fetch
- install
- Win32NT
- fetch
- security-fetch
- install
- vars
- java_distro_configs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+1604
-732
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | | - | |
52 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
| |||
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
126 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
130 | 139 | | |
131 | 140 | | |
132 | 141 | | |
133 | 142 | | |
| 143 | + | |
134 | 144 | | |
135 | 145 | | |
136 | | - | |
| 146 | + | |
137 | 147 | | |
138 | 148 | | |
139 | 149 | | |
140 | 150 | | |
141 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
142 | 154 | | |
143 | 155 | | |
144 | 156 | | |
| |||
149 | 161 | | |
150 | 162 | | |
151 | 163 | | |
| 164 | + | |
152 | 165 | | |
153 | 166 | | |
154 | 167 | | |
| |||
158 | 171 | | |
159 | 172 | | |
160 | 173 | | |
161 | | - | |
| 174 | + | |
162 | 175 | | |
163 | 176 | | |
164 | | - | |
| 177 | + | |
165 | 178 | | |
166 | | - | |
| 179 | + | |
167 | 180 | | |
168 | 181 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 182 | + | |
| 183 | + | |
176 | 184 | | |
177 | 185 | | |
178 | 186 | | |
| |||
225 | 233 | | |
226 | 234 | | |
227 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
228 | 241 | | |
| 242 | + | |
229 | 243 | | |
230 | 244 | | |
231 | 245 | | |
232 | | - | |
| 246 | + | |
| 247 | + | |
233 | 248 | | |
234 | 249 | | |
235 | 250 | | |
| |||
251 | 266 | | |
252 | 267 | | |
253 | 268 | | |
| 269 | + | |
254 | 270 | | |
255 | 271 | | |
256 | 272 | | |
| |||
260 | 276 | | |
261 | 277 | | |
262 | 278 | | |
| 279 | + | |
263 | 280 | | |
264 | 281 | | |
265 | 282 | | |
| |||
271 | 288 | | |
272 | 289 | | |
273 | 290 | | |
| 291 | + | |
274 | 292 | | |
275 | 293 | | |
276 | 294 | | |
| |||
284 | 302 | | |
285 | 303 | | |
286 | 304 | | |
| 305 | + | |
287 | 306 | | |
288 | 307 | | |
289 | 308 | | |
| |||
297 | 316 | | |
298 | 317 | | |
299 | 318 | | |
| 319 | + | |
300 | 320 | | |
301 | 321 | | |
302 | 322 | | |
| |||
312 | 332 | | |
313 | 333 | | |
314 | 334 | | |
| 335 | + | |
315 | 336 | | |
316 | 337 | | |
317 | 338 | | |
| |||
324 | 345 | | |
325 | 346 | | |
326 | 347 | | |
| 348 | + | |
327 | 349 | | |
328 | 350 | | |
329 | 351 | | |
330 | 352 | | |
331 | 353 | | |
332 | 354 | | |
333 | 355 | | |
334 | | - | |
| 356 | + | |
335 | 357 | | |
336 | 358 | | |
337 | 359 | | |
| 360 | + | |
338 | 361 | | |
339 | 362 | | |
340 | 363 | | |
341 | 364 | | |
342 | 365 | | |
343 | 366 | | |
344 | 367 | | |
345 | | - | |
| 368 | + | |
346 | 369 | | |
347 | 370 | | |
| 371 | + | |
348 | 372 | | |
349 | 373 | | |
350 | 374 | | |
351 | 375 | | |
352 | 376 | | |
353 | 377 | | |
354 | 378 | | |
355 | | - | |
| 379 | + | |
356 | 380 | | |
357 | 381 | | |
358 | 382 | | |
359 | 383 | | |
360 | 384 | | |
361 | 385 | | |
| 386 | + | |
362 | 387 | | |
363 | 388 | | |
364 | 389 | | |
365 | 390 | | |
366 | 391 | | |
367 | 392 | | |
368 | 393 | | |
369 | | - | |
| 394 | + | |
370 | 395 | | |
371 | 396 | | |
372 | 397 | | |
373 | 398 | | |
| 399 | + | |
374 | 400 | | |
375 | 401 | | |
376 | 402 | | |
377 | 403 | | |
378 | 404 | | |
379 | 405 | | |
380 | 406 | | |
381 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
382 | 420 | | |
383 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
384 | 449 | | |
385 | 450 | | |
386 | 451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
0 commit comments