Skip to content

Commit 7042f7e

Browse files
lpiwowaropenshift-merge-bot[bot]
authored andcommitted
[test-operator][tobiko] Change downloaded images path
This patch changes the default path for downloaded images used for tobiko testing from ~/.downloaded-images/ubuntu-minimal to /usr/local/share. This change is needed because we have to free /var/lib/tobiko from any files that are present prior the container execution. This allows us to mount ephemeral-storage to /var/lib/tobiko and use this directory as the only point where write actions are allowed when readOnlyRootFilesystem: true. The location used for the downloaded images was changed with this [1] commit in tcib. [1] openstack-k8s-operators/tcib#233
1 parent cb6ccad commit 7042f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/test_operator/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cifmw_test_operator_tobiko_default_conf:
3535
test_runner_timeout: 14400.0
3636
ubuntu:
3737
interface_name: enp3s0
38-
image_file: ~/.downloaded-images/ubuntu-minimal
38+
image_file: /usr/local/share/ubuntu-minimal
3939
keystone:
4040
interface: public
4141
manila:

0 commit comments

Comments
 (0)