File tree Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 20
20
---
21
21
# Use exist cloud resources
22
22
somevar: somevalue
23
+
24
+ # Privileged
25
+ # ----------
26
+ #
27
+ # Use with caution! This parameter specifies whether test-operator should spawn test
28
+ # pods with allowedPrivilegedEscalation: true and the default capabilities on
29
+ # top of capabilities that are usually needed by the test pods (NET_ADMIN, NET_RAW).
30
+ # This parameter is deemed insecure but it is needed for certain test-operator
31
+ # functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
32
+ # of tobiko tests).
33
+ #
34
+ # privileged: false
23
35
workflow :
24
36
- stepName : beststep
25
37
ansibleExtraVars : ' -e manual_run=false '
Original file line number Diff line number Diff line change 54
54
55
55
# The maximum number of retry executions (optional)
56
56
backoffLimit : 0
57
+
58
+ # Privileged
59
+ # ----------
60
+ #
61
+ # Use with caution! This parameter specifies whether test-operator should spawn test
62
+ # pods with allowedPrivilegedEscalation: true and the default capabilities on
63
+ # top of capabilities that are usually needed by the test pods (NET_ADMIN, NET_RAW).
64
+ # This parameter is deemed insecure but it is needed for certain test-operator
65
+ # functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
66
+ # of tobiko tests).
67
+ #
68
+ # privileged: false
Original file line number Diff line number Diff line change 27
27
# the private key in ssh-privatekey field of the secret.
28
28
#
29
29
# SSHKeySecretName: secret_name
30
+
31
+ # Privileged
32
+ # ----------
33
+ # Use with caution! This parameter specifies whether test-operator should spawn test
34
+ # pods with allowedPrivilegedEscalation: true and the default capabilities on
35
+ # top of capabilities that are usually needed by the test pods (NET_ADMIN, NET_RAW).
36
+ # This parameter is deemed insecure but it is needed for certain test-operator
37
+ # functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
38
+ # tobiko tests).
39
+ #
40
+ # privileged: false
30
41
tempestRun :
31
42
# NOTE: All parameters have default values (use only when you want to override
32
43
# the default behaviour)
Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ metadata:
6
6
namespace : openstack
7
7
spec :
8
8
containerImage : " "
9
+
10
+ # Privileged
11
+ # ----------
12
+ #
13
+ # Use with caution! This parameter specifies whether test-operator should spawn test
14
+ # pods with allowedPrivilegedEscalation: true and the default capabilities on
15
+ # top of capabilities that are usually needed by the test pods (NET_ADMIN, NET_RAW).
16
+ # This parameter is deemed insecure but it is needed for certain test-operator
17
+ # functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
18
+ # of tobiko tests).
19
+ #
20
+ # privileged: false
21
+
9
22
# storageClass: local-storage
10
23
# parallel: false
11
24
# debug: false
You can’t perform that action at this time.
0 commit comments