43
43
get added to the
44
44
displayName : Ansible Var Files
45
45
path : ansibleVarFiles
46
- - description : BackoffLimimt allows to define the maximum number of retried
47
- executions (defaults to 6 ).
46
+ - description : BackoffLimit allows to define the maximum number of retried executions
47
+ (defaults to 0 ).
48
48
displayName : Backoff Limit
49
49
path : backoffLimit
50
50
x-descriptors :
@@ -61,17 +61,17 @@ spec:
61
61
displayName : Debug
62
62
path : debug
63
63
- description : Extra configmaps for mounting in the pod.
64
- displayName : Extra Mounts
65
- path : extraMounts
64
+ displayName : Extra Configmaps Mounts
65
+ path : extraConfigmapsMounts
66
66
- description : Path within the container at which the volume should be mounted.
67
67
displayName : Mount Path
68
- path : extraMounts [0].mountPath
68
+ path : extraConfigmapsMounts [0].mountPath
69
69
- description : The name of an existing config map for mounting.
70
70
displayName : Name
71
- path : extraMounts [0].name
71
+ path : extraConfigmapsMounts [0].name
72
72
- description : Config map subpath for mounting, defaults to configmap root.
73
73
displayName : Sub Path
74
- path : extraMounts [0].subPath
74
+ path : extraConfigmapsMounts [0].subPath
75
75
- description : OpenStackConfigMap is the name of the ConfigMap containing the
76
76
clouds.yaml
77
77
displayName : Open Stack Config Map
@@ -80,10 +80,18 @@ spec:
80
80
secure.yaml
81
81
displayName : Open Stack Config Secret
82
82
path : openStackConfigSecret
83
+ - description : ' Use with caution! This parameter specifies whether test-operator
84
+ should spawn test pods with allowedPrivilegedEscalation: true and the default
85
+ capabilities on top of capabilities that are usually needed by the test
86
+ pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is needed
87
+ for certain test-operator functionalities to work properly (e.g.: extraRPMs
88
+ in Tempest CR, or certain set of tobiko tests).'
89
+ displayName : Privileged
90
+ path : privileged
83
91
- description : StorageClass used to create PVCs that store the logs
84
92
displayName : Storage Class
85
93
path : storageClass
86
- - description : A parameter that contains a workflow definition.
94
+ - description : A parameter that contains a workflow definition.
87
95
displayName : Workflow
88
96
path : workflow
89
97
x-descriptors :
@@ -110,13 +118,13 @@ spec:
110
118
to the ansible command using -e @/etc/test_operator/<file>
111
119
displayName : Ansible Var Files
112
120
path : workflow[0].ansibleVarFiles
113
- - description : BackoffLimimt allows to define the maximum number of retried
114
- executions (defaults to 6 ).
121
+ - description : BackoffLimit allows to define the maximum number of retried executions
122
+ (defaults to 0 ).
115
123
displayName : Backoff Limit
116
124
path : workflow[0].backoffLimit
117
125
x-descriptors :
118
126
- urn:alm:descriptor:com.tectonic.ui:number
119
- - description : ComputeSSHKeySecretName is the name of the k8s secret that contains
127
+ - description : ComputesSSHKeySecretName is the name of the k8s secret that contains
120
128
an ssh key for computes. The key is mounted to ~/.ssh/id_ecdsa in the ansible
121
129
pod
122
130
displayName : Computes SSHKey Secret Name
@@ -128,17 +136,17 @@ spec:
128
136
displayName : Debug
129
137
path : workflow[0].debug
130
138
- description : Extra configmaps for mounting in the pod
131
- displayName : Extra Mounts
132
- path : workflow[0].extraMounts
139
+ displayName : Extra Configmaps Mounts
140
+ path : workflow[0].extraConfigmapsMounts
133
141
- description : Path within the container at which the volume should be mounted.
134
142
displayName : Mount Path
135
- path : workflow[0].extraMounts [0].mountPath
143
+ path : workflow[0].extraConfigmapsMounts [0].mountPath
136
144
- description : The name of an existing config map for mounting.
137
145
displayName : Name
138
- path : workflow[0].extraMounts [0].name
146
+ path : workflow[0].extraConfigmapsMounts [0].name
139
147
- description : Config map subpath for mounting, defaults to configmap root.
140
148
displayName : Sub Path
141
- path : workflow[0].extraMounts [0].subPath
149
+ path : workflow[0].extraConfigmapsMounts [0].subPath
142
150
- description : OpenStackConfigMap is the name of the ConfigMap containing the
143
151
clouds.yaml
144
152
displayName : Open Stack Config Map
@@ -147,6 +155,14 @@ spec:
147
155
secure.yaml
148
156
displayName : Open Stack Config Secret
149
157
path : workflow[0].openStackConfigSecret
158
+ - description : ' Use with caution! This parameter specifies whether test-operator
159
+ should spawn test pods with allowedPrivilegedEscalation: true and the default
160
+ capabilities on top of capabilities that are usually needed by the test
161
+ pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is needed
162
+ for certain test-operator functionalities to work properly (e.g.: extraRPMs
163
+ in Tempest CR, or certain set of tobiko tests).'
164
+ displayName : Privileged
165
+ path : workflow[0].privileged
150
166
- description : Name of a workflow step. The step name will be used for example
151
167
to create a logs directory.
152
168
displayName : Step Name
@@ -179,8 +195,8 @@ spec:
179
195
- description : AuthUrl is the authentication URL for OpenStack.
180
196
displayName : Auth Url
181
197
path : authUrl
182
- - description : BackoffLimimt allows to define the maximum number of retried
183
- executions .
198
+ - description : BackoffLimit allows to define the maximum number of retried executions
199
+ (defaults to 0) .
184
200
displayName : Backoff Limit
185
201
path : backoffLimit
186
202
x-descriptors :
@@ -221,6 +237,14 @@ spec:
221
237
- description : Password is the password for the user running the Horizon tests.
222
238
displayName : Password
223
239
path : password
240
+ - description : ' Use with caution! This parameter specifies whether test-operator
241
+ should spawn test pods with allowedPrivilegedEscalation: true and the default
242
+ capabilities on top of capabilities that are usually needed by the test
243
+ pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is needed
244
+ for certain test-operator functionalities to work properly (e.g.: extraRPMs
245
+ in Tempest CR, or certain set of tobiko tests).'
246
+ displayName : Privileged
247
+ path : privileged
224
248
- description : ProjectName is the name of the OpenStack project for Horizon
225
249
tests.
226
250
displayName : Project Name
@@ -247,8 +271,8 @@ spec:
247
271
an ssh key. The key is mounted to ~/.ssh/id_ecdsa in the tempest pod
248
272
displayName : SSHKey Secret Name
249
273
path : SSHKeySecretName
250
- - description : BackoffLimimt allows to define the maximum number of retried
251
- executions (defaults to 6 ).
274
+ - description : BackoffLimit allows to define the maximum number of retried executions
275
+ (defaults to 0 ).
252
276
displayName : Backoff Limit
253
277
path : backoffLimit
254
278
x-descriptors :
@@ -301,6 +325,14 @@ spec:
301
325
turn off this behaviour then set this option to true.
302
326
displayName : Parallel
303
327
path : parallel
328
+ - description : ' Use with caution! This parameter specifies whether test-operator
329
+ should spawn test pods with allowedPrivilegedEscalation: true and the default
330
+ capabilities on top of capabilities that are usually needed by the test
331
+ pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is needed
332
+ for certain test-operator functionalities to work properly (e.g.: extraRPMs
333
+ in Tempest CR, or certain set of tobiko tests).'
334
+ displayName : Privileged
335
+ path : privileged
304
336
- description : Name of a storage class that is used to create PVCs for logs
305
337
storage. Required if default storage class does not exist.
306
338
displayName : Storage Class
@@ -502,8 +534,8 @@ spec:
502
534
an ssh key. The key is mounted to ~/.ssh/id_ecdsa in the tempest pod
503
535
displayName : SSHKey Secret Name
504
536
path : workflow[0].SSHKeySecretName
505
- - description : BackoffLimimt allows to define the maximum number of retried
506
- executions (defaults to 6 ).
537
+ - description : BackoffLimit allows to define the maximum number of retried executions
538
+ (defaults to 0 ).
507
539
displayName : Backoff Limit
508
540
path : workflow[0].backoffLimit
509
541
x-descriptors :
@@ -737,8 +769,8 @@ spec:
737
769
kind : Tobiko
738
770
name : tobikos.test.openstack.org
739
771
specDescriptors :
740
- - description : BackoffLimimt allows to define the maximum number of retried
741
- executions (defaults to 6 ).
772
+ - description : BackoffLimit allows to define the maximum number of retried executions
773
+ (defaults to 0 ).
742
774
displayName : Backoff Limit
743
775
path : backoffLimit
744
776
x-descriptors :
@@ -779,6 +811,14 @@ spec:
779
811
- description : Private Key
780
812
displayName : Private Key
781
813
path : privateKey
814
+ - description : ' Use with caution! This parameter specifies whether test-operator
815
+ should spawn test pods with allowedPrivilegedEscalation: true and the default
816
+ capabilities on top of capabilities that are usually needed by the test
817
+ pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is needed
818
+ for certain test-operator functionalities to work properly (e.g.: extraRPMs
819
+ in Tempest CR, or certain set of tobiko tests).'
820
+ displayName : Privileged
821
+ path : privileged
782
822
- description : Public Key
783
823
displayName : Public Key
784
824
path : publicKey
@@ -804,8 +844,8 @@ spec:
804
844
path : workflow
805
845
x-descriptors :
806
846
- urn:alm:descriptor:com.tectonic.ui:number
807
- - description : BackoffLimimt allows to define the maximum number of retried
808
- executions (defaults to 6 ).
847
+ - description : BackoffLimit allows to define the maximum number of retried executions
848
+ (defaults to 0 ).
809
849
displayName : Backoff Limit
810
850
path : workflow[0].backoffLimit
811
851
x-descriptors :
@@ -841,6 +881,14 @@ spec:
841
881
- description : Private Key
842
882
displayName : Private Key
843
883
path : workflow[0].privateKey
884
+ - description : ' Use with caution! This parameter specifies whether test-operator
885
+ should spawn test pods with allowedPrivilegedEscalation: true and the default
886
+ capabilities on top of capabilities that are usually needed by the test
887
+ pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is needed
888
+ for certain test-operator functionalities to work properly (e.g.: extraRPMs
889
+ in Tempest CR, or certain set of tobiko tests).'
890
+ displayName : Privileged
891
+ path : workflow[0].privileged
844
892
- description : Public Key
845
893
displayName : Public Key
846
894
path : workflow[0].publicKey
0 commit comments