GSA / jenkins-deploy

deploy Jenkins to AWS with Terraform and Ansible
Other
20 stars 14 forks source link

use Oracle Java JDK #14

Closed afeld closed 7 years ago

afeld commented 7 years ago

Closes #11.

Installs Oracle Java rather than OpenJDK, which is then used for running Jenkins.

$ java -version
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
$ ls -l /usr/java
total 4
lrwxrwxrwx. 1 root root   22 May 18 18:36 default -> /usr/java/jdk1.8.0_112
drwxr-xr-x. 9 root root 4096 May 18 18:36 jdk1.8.0_112
lrwxrwxrwx. 1 root root   22 May 18 18:36 latest -> /usr/java/jdk1.8.0_112
afeld commented 7 years ago

Should we be installing the Java Cryptography Extension (JCE)? It's doesn't seem to be needed by Jenkins, but probably doesn't hurt anything to install it.

afeld commented 7 years ago

Hold off on merging... williamyeh.oracle-java is currently broken, due to a change on the Oracle side. See https://github.com/GSA/d2d/issues/344 and https://github.com/William-Yeh/ansible-oracle-java/issues/62 for more details.

afeld commented 7 years ago

@maverickquant didn't request any changes via email, so merging.