aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2020-01-07 15:28:55 +0100
committerPawel Wieczorek <p.wieczorek2@samsung.com>2020-01-10 17:29:25 +0100
commit6efe941220c936d37fb5f7687d92af2e782c11ff (patch)
treef3f7c2d2413a90e3d5dc9158656bfd7d2eb85e0a /bootstrap
parent0d6313811530c5b6cead501eaecdbb351efb5b1d (diff)
Ensure Helm directory presence prior its first use
It is required for plugins that are installed by copying sources to the Helm directory. Issue-ID: INT-1405 Change-Id: I4ed2708f4af1d745b7e1ffc687ae9674682c374d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/vagrant-minimal-onap/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile
index cbdb7ac7e..1e66ad80c 100644
--- a/bootstrap/vagrant-minimal-onap/Vagrantfile
+++ b/bootstrap/vagrant-minimal-onap/Vagrantfile
@@ -118,7 +118,7 @@ $get_oom = <<-SCRIPT
git clone -b "$BRANCH" https://git.onap.org/oom --recurse-submodules
SCRIPT
-$get_helm_plugins = "cp -R ${HOME}/oom/kubernetes/helm/plugins/ ${HOME}/.helm"
+$get_helm_plugins = "mkdir -p ${HOME}/.helm && cp -R ${HOME}/oom/kubernetes/helm/plugins/ ${HOME}/.helm"
$setup_helm_cluster = <<-SCRIPT
export KUBECONFIG="${HOME}/.kube/config.onap"