-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
8b0d4ea
commit 64590bb
Showing
90 changed files
with
1,604 additions
and
732 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.