diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-01-13 16:25:16 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-01-13 16:25:16 -0600 |
commit | 054c2a9f169c5547458a4e168855aeb4812b5797 (patch) | |
tree | f6935f502bda8717abf3ac060e7ba6446b09d6a2 /roles/openshift_logging/files | |
parent | 8db66f0929fecb26b3c4e71fe0797f20df13007a (diff) | |
download | openshift-054c2a9f169c5547458a4e168855aeb4812b5797.tar.gz openshift-054c2a9f169c5547458a4e168855aeb4812b5797.tar.bz2 openshift-054c2a9f169c5547458a4e168855aeb4812b5797.tar.xz openshift-054c2a9f169c5547458a4e168855aeb4812b5797.zip |
Updating upgrade_logging to be more idempotent
Diffstat (limited to 'roles/openshift_logging/files')
-rw-r--r-- | roles/openshift_logging/files/es_migration.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_logging/files/es_migration.sh b/roles/openshift_logging/files/es_migration.sh index cca283bae..339b5a1b2 100644 --- a/roles/openshift_logging/files/es_migration.sh +++ b/roles/openshift_logging/files/es_migration.sh @@ -1,5 +1,3 @@ -#! bin/bash - CA=${1:-/etc/openshift/logging/ca.crt} KEY=${2:-/etc/openshift/logging/system.admin.key} CERT=${3:-/etc/openshift/logging/system.admin.crt} |