diff options
author | 2018-10-18 11:15:15 -0700 | |
---|---|---|
committer | 2018-10-18 11:15:15 -0700 | |
commit | b5aaafd67f2c5e7f2272a98792b39b6ec22df237 (patch) | |
tree | 4a43860aa7f207ba0392d9a95b0aded2783e1186 /lib/_installers | |
parent | 0d41bc49d18ebf126faa9a709dbe59b2bccc8ee1 (diff) |
Add ci-management script
This script collects basic instructions to setup the Jenkins Sandbox
to tests changes in JJBs.
Change-Id: I6821edc57e28d8ebc5b042027ba47d6d8fafc165
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
Diffstat (limited to 'lib/_installers')
-rwxr-xr-x | lib/_installers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_installers b/lib/_installers index 3273f8c..3fea5bc 100755 --- a/lib/_installers +++ b/lib/_installers @@ -311,7 +311,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 |