diff options
author | Eric Wolinetz <ewolinet@redhat.com> | 2018-02-01 17:19:47 -0600 |
---|---|---|
committer | Eric Wolinetz <ewolinet@redhat.com> | 2018-02-01 17:19:47 -0600 |
commit | 3ada27e374b0b44b9a05ca37d858b6385b595e14 (patch) | |
tree | 80a7af7516528140eb100e7973bf4a4f832d40cb | |
parent | 4fe88b001295566d49db1fe711870bf43c40c1ab (diff) | |
download | openshift-3ada27e374b0b44b9a05ca37d858b6385b595e14.tar.gz openshift-3ada27e374b0b44b9a05ca37d858b6385b595e14.tar.bz2 openshift-3ada27e374b0b44b9a05ca37d858b6385b595e14.tar.xz openshift-3ada27e374b0b44b9a05ca37d858b6385b595e14.zip |
Adding requirements for logging and metrics
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -74,6 +74,16 @@ Fedora: dnf install -y ansible pyOpenSSL python-cryptography python-lxml ``` +Additional requirements: + +Logging: + +- java-1.8.0-openjdk-headless + +Metrics: + +- httpd-tools + ## Simple all-in-one localhost Installation This assumes that you've installed the base dependencies and you're running on Fedora or RHEL |