]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: we now need java-1.8.0-openjdk on rpm nodes 692/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 27 Apr 2017 01:06:37 +0000 (20:06 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 27 Apr 2017 01:06:37 +0000 (20:06 -0500)
After the latest jenkins upgrade to 2.57 our centos slaves failed to
connect to jenkins, upgrading to a 1.8.0 version of java fixed the
issue.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/examples/slave_static.yml
ansible/slave.yml

index a5a58f9e07c4a9b12ee2d0fd1e61f999e4417ec3..035ec49539a662ae0cb713113356b500fce3a523 100644 (file)
       with_items:
         - createrepo
         - epel-release
-        - java-1.7.0-openjdk
+        - java-1.8.0-openjdk
         - git
         - python-pip
         - python-virtualenv
index 62c331a1f73ee50b312e31588db024e953a4e866..852ddba6c3a4ea40d2d27f56ec0adfdfd9e51f15 100644 (file)
@@ -72,7 +72,7 @@
       with_items:
         - createrepo
         - epel-release
-        - java-1.7.0-openjdk
+        - java-1.8.0-openjdk
         - git
         - python-pip
         - python-virtualenv