aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/k8s/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'test/security/k8s/vagrant')
-rw-r--r--test/security/k8s/vagrant/casablanca/Vagrantfile (renamed from test/security/k8s/vagrant/Vagrantfile)6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/security/k8s/vagrant/Vagrantfile b/test/security/k8s/vagrant/casablanca/Vagrantfile
index b7848620a..bed8f3e9c 100644
--- a/test/security/k8s/vagrant/Vagrantfile
+++ b/test/security/k8s/vagrant/casablanca/Vagrantfile
@@ -30,12 +30,12 @@ Vagrant.configure('2') do |config|
if node[:name] == 'master'
config.vm.network "forwarded_port", guest: 8080, host: 8080
- config.vm.provision :shell, path: "../tools/imported/openstack-rancher.sh"
- config.vm.provision :shell, path: "../tools/get_ranchercli.sh"
+ config.vm.provision :shell, path: "../../tools/casablanca/imported/openstack-rancher.sh"
+ config.vm.provision :shell, path: "../../tools/casablanca/get_ranchercli.sh"
end
if node[:name] == 'worker'
- config.vm.provision :shell, path: "../tools/imported/openstack-k8s-node.sh"
+ config.vm.provision :shell, path: "../../tools/casablanca/imported/openstack-k8s-node.sh"
end
end
end