summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/files/generate-jks.sh
Commit message (Collapse)AuthorAgeFilesLines
* change shell to bash in generate_jks.shLeonardo Rodrigues de Mello2017-02-231-1/+1
| | | | | | | | | | | | | | | The generate_jks.sh script uses non-posix standard shell features, this breaks the openshift_logging installation if the controller node is running debian or ubuntu. This problem was not spot before because probably all the developers use fedora or redhat/centos and in redhat based distributions the /bin/sh is a symlink to bash. Debian and ubuntu adopted dash a long time ago and in debian/ubuntu controller nodes /bin/sh is a symlink to dash, that does not support the extended feature set required by this script. This commit changes the shell to bash to ensure it is run with a shell interpreter that supports the extended feature. https://www.shellcheck.net/ https://wiki.ubuntu.com/DashAsBinSh
* Removing docker run strategy and make java a requirement for control hostewolinetz2017-01-201-1/+11
|
* Fixing collision of system.admin cert generationewolinetz2017-01-041-4/+4
|
* Updating to use deployer pod to generate JKS chain insteadewolinetz2016-12-151-40/+137
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+71
deployer image