aboutsummaryrefslogtreecommitdiffstats
path: root/kud/ci/kud-installer.sh
blob: 956a15a6283ebffc1529fb9556f466723f97f29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#
# This is wrapper script for executing kud deployment
# in community CI jenkins.
# Purpose is to gate all repo commits.
# In addition to KUD deployment testing itself, also all tests are run for k8s plugin as well.
#

set -x -e -o pipefail

curr_dir="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")"
cp ${curr_dir}/k8s-cluster.yml ${curr_dir}/../hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
cd ${curr_dir}/../hosting_providers/baremetal
./aio.sh