From: Andrew Schoen Date: Thu, 27 Apr 2017 01:06:37 +0000 (-0500) Subject: ansible: we now need java-1.8.0-openjdk on rpm nodes X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c4d08e707a4d9c023f88e72e4b8f021c7a8e5fd6;p=ceph-build.git ansible: we now need java-1.8.0-openjdk on rpm nodes 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 --- diff --git a/ansible/examples/slave_static.yml b/ansible/examples/slave_static.yml index a5a58f9e..035ec495 100644 --- a/ansible/examples/slave_static.yml +++ b/ansible/examples/slave_static.yml @@ -102,7 +102,7 @@ with_items: - createrepo - epel-release - - java-1.7.0-openjdk + - java-1.8.0-openjdk - git - python-pip - python-virtualenv diff --git a/ansible/slave.yml b/ansible/slave.yml index 62c331a1..852ddba6 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -72,7 +72,7 @@ with_items: - createrepo - epel-release - - java-1.7.0-openjdk + - java-1.8.0-openjdk - git - python-pip - python-virtualenv