aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2019-07-14 17:04:53 +0200
committerPawel Wieczorek <p.wieczorek2@samsung.com>2019-07-15 15:59:34 +0200
commit6bbff98bfe55838448a03ec52c25c06feec2e8db (patch)
treedcf42271a00b4f2dc645e3f714b2dc3de7f598ed
parente3a828592d9a57e2d73fbd4984a4d28a3e7439e6 (diff)
k8s: Move release-specific files to separate directory
Kubernetes cluster deployment procedure changed with Dublin release (Rancher to RKE). In order to prepare for further adjustments, incompatible content will be moved to separate directories. Once Casablanca becomes obsolete (by the time of El Alto), files specific to that release will be removed completely. Issue-ID: SECCOM-235 Change-Id: Iaa0fc2f6ad330ec09dcfdf8a2d27b8a4dc433a0f Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rwxr-xr-xtest/security/k8s/tools/casablanca/get_customization_scripts.sh (renamed from test/security/k8s/tools/get_customization_scripts.sh)0
-rwxr-xr-xtest/security/k8s/tools/casablanca/get_ranchercli.sh (renamed from test/security/k8s/tools/get_ranchercli.sh)0
-rw-r--r--test/security/k8s/tools/casablanca/imported/openstack-k8s-node.sh (renamed from test/security/k8s/tools/imported/openstack-k8s-node.sh)0
-rw-r--r--test/security/k8s/tools/casablanca/imported/openstack-rancher.sh (renamed from test/security/k8s/tools/imported/openstack-rancher.sh)0
-rw-r--r--test/security/k8s/vagrant/casablanca/Vagrantfile (renamed from test/security/k8s/vagrant/Vagrantfile)6
5 files changed, 3 insertions, 3 deletions
diff --git a/test/security/k8s/tools/get_customization_scripts.sh b/test/security/k8s/tools/casablanca/get_customization_scripts.sh
index 028f002fc..028f002fc 100755
--- a/test/security/k8s/tools/get_customization_scripts.sh
+++ b/test/security/k8s/tools/casablanca/get_customization_scripts.sh
diff --git a/test/security/k8s/tools/get_ranchercli.sh b/test/security/k8s/tools/casablanca/get_ranchercli.sh
index a5295fb17..a5295fb17 100755
--- a/test/security/k8s/tools/get_ranchercli.sh
+++ b/test/security/k8s/tools/casablanca/get_ranchercli.sh
diff --git a/test/security/k8s/tools/imported/openstack-k8s-node.sh b/test/security/k8s/tools/casablanca/imported/openstack-k8s-node.sh
index b8462aa5e..b8462aa5e 100644
--- a/test/security/k8s/tools/imported/openstack-k8s-node.sh
+++ b/test/security/k8s/tools/casablanca/imported/openstack-k8s-node.sh
diff --git a/test/security/k8s/tools/imported/openstack-rancher.sh b/test/security/k8s/tools/casablanca/imported/openstack-rancher.sh
index bcf542aed..bcf542aed 100644
--- a/test/security/k8s/tools/imported/openstack-rancher.sh
+++ b/test/security/k8s/tools/casablanca/imported/openstack-rancher.sh
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