diff options
Diffstat (limited to 'lib/_installers')
-rwxr-xr-x | lib/_installers | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/_installers b/lib/_installers index 3273f8c..939349a 100755 --- a/lib/_installers +++ b/lib/_installers @@ -1,4 +1,12 @@ #!/bin/bash +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2017-2018 +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################# source /var/onap/_commons source /var/onap/_onap_functions @@ -311,7 +319,7 @@ function install_haproxy { # _install_rancher() - Function that installs Rancher CLI and container function _install_rancher { local rancher_version=v0.6.5 - local rancher_server_version=v1.6.10 + local rancher_server_version=v1.6.14 local rancher_server=rancher/server:$rancher_server_version if [ ! -d /opt/rancher/current ]; then |