diff options
author | Brad Durrow <brad@nolab.org> | 2017-06-08 04:43:28 -0600 |
---|---|---|
committer | Peter Schiffer <pschiffe@redhat.com> | 2017-06-08 12:43:28 +0200 |
commit | 9565fdeb720824507e88e8c00099031aa8d49c29 (patch) | |
tree | d96d9d6f202955cf980b043376eeedb36482ebc9 | |
parent | 395a3d2b585353a222692d0ad75c69c183c5d081 (diff) | |
download | openshift-9565fdeb720824507e88e8c00099031aa8d49c29.tar.gz openshift-9565fdeb720824507e88e8c00099031aa8d49c29.tar.bz2 openshift-9565fdeb720824507e88e8c00099031aa8d49c29.tar.xz openshift-9565fdeb720824507e88e8c00099031aa8d49c29.zip |
Suggest installing java-1.8.0-openjdk-headless and httpd-tools (#442)
* Suggest installing java-1.8.0-openjdk-headless
java-1.8.0-openjdk-headless is required when installing metrics. Failure to do so results in a confusing message:
fatal: [osacpr00-master-p8tg]: FAILED! => {"changed": false, "failed": true, "msg": "'keytool' is unavailable. Please install java-1.8.0-openjdk-headless on the control node"}
The first few times I read this I misunderstood that this was a local check for the machine that was trying to bring up the cluster. The message admittedly says "control node" right there on the tin but I guess I didn't make the connection. Regardless, seems better to add it to the list of required packages.
* Create README.md
0 files changed, 0 insertions, 0 deletions