forked from adoptium/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request adoptium#563 from joe-dekoning/openj9
Initial modification for IBM playbook usage
- Loading branch information
Showing
6 changed files
with
75 additions
and
59 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
ansible/playbooks/ibm_unix_playbook/group_vars/all/ibm_variables.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
########################## | ||
# ibm_variables # | ||
########################## | ||
|
||
Domain: IBM | ||
Jenkins_Username: jenkins | ||
Jenkins_User_SSHKey: /Vendor_Files/jenkins/id_rsa.pub | ||
bootjdk: openj9 | ||
|
||
Jenkins_Win_Passwd: /Vendor_Files/jenkins/jenkins_win_passwd | ||
Nagios_Monitoring: Disabled | ||
Nagios_Plugins: Disabled | ||
Security: Disabled | ||
Slack_Notification: Disabled | ||
Superuser_Account: Disabled | ||
ansible_connection: ssh | ||
ansible_port: 22 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
################################### | ||
# AdoptOpenJDK - Ansible Playbook # | ||
################################### | ||
- hosts: all | ||
gather_facts: yes | ||
tasks: | ||
- block: | ||
# Set standard variables | ||
- name: Load IBM variable file | ||
include_vars: group_vars/all/ibm_variables.yml | ||
environment: | ||
PATH: "/usr/local/bin:{{ ansible_env.PATH }}" | ||
|
||
######### | ||
# Roles # | ||
######### | ||
roles: | ||
- gcc_7 | ||
- NVidia_Cuda_Toolkit_75 | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Debug | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Version | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Common | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/autoconf | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/curl | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Jenkins_User # AdoptOpenJDK Infrastructure | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/freemarker # OpenJ9 | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/ant # Testing | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Ant-Contrib # Testing | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/GIT_Source | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/CPAN | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/cmake # OpenJ9 / OpenJFX | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/gmake | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Docker # Testing | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/NVidia_Cuda_Toolkit # OpenJ9 | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Swap_File | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Crontab | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/NTP_TIME | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Python3_Source | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/ccache | ||
- {role: ../AdoptOpenJDK_Unix_Playbook/roles/nasm, when: ansible_architecture == 'x86_64'} # OpenJ9 | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk11 # JDK12 build bootstrap | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk12 # JDK13 build bootstrap | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Protobuf | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/OpenSSL102 # OpenJ9 | ||
- ../AdoptOpenJDK_Unix_Playbook/roles/Clean_Up |
File renamed without changes.
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
File renamed without changes.
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