Skip to content

Commit 81b4b88

Browse files
Merge pull request #227 from lpiwowar/bugfix/update-csv
Update ClusterServiceVersion
2 parents d5fc103 + 9f7f27d commit 81b4b88

File tree

1 file changed

+74
-26
lines changed

1 file changed

+74
-26
lines changed

config/manifests/bases/test-operator.clusterserviceversion.yaml

Lines changed: 74 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ spec:
4343
get added to the
4444
displayName: Ansible Var Files
4545
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).
4848
displayName: Backoff Limit
4949
path: backoffLimit
5050
x-descriptors:
@@ -61,17 +61,17 @@ spec:
6161
displayName: Debug
6262
path: debug
6363
- description: Extra configmaps for mounting in the pod.
64-
displayName: Extra Mounts
65-
path: extraMounts
64+
displayName: Extra Configmaps Mounts
65+
path: extraConfigmapsMounts
6666
- description: Path within the container at which the volume should be mounted.
6767
displayName: Mount Path
68-
path: extraMounts[0].mountPath
68+
path: extraConfigmapsMounts[0].mountPath
6969
- description: The name of an existing config map for mounting.
7070
displayName: Name
71-
path: extraMounts[0].name
71+
path: extraConfigmapsMounts[0].name
7272
- description: Config map subpath for mounting, defaults to configmap root.
7373
displayName: Sub Path
74-
path: extraMounts[0].subPath
74+
path: extraConfigmapsMounts[0].subPath
7575
- description: OpenStackConfigMap is the name of the ConfigMap containing the
7676
clouds.yaml
7777
displayName: Open Stack Config Map
@@ -80,10 +80,18 @@ spec:
8080
secure.yaml
8181
displayName: Open Stack Config Secret
8282
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
8391
- description: StorageClass used to create PVCs that store the logs
8492
displayName: Storage Class
8593
path: storageClass
86-
- description: A parameter that contains a workflow definition.
94+
- description: A parameter that contains a workflow definition.
8795
displayName: Workflow
8896
path: workflow
8997
x-descriptors:
@@ -110,13 +118,13 @@ spec:
110118
to the ansible command using -e @/etc/test_operator/<file>
111119
displayName: Ansible Var Files
112120
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).
115123
displayName: Backoff Limit
116124
path: workflow[0].backoffLimit
117125
x-descriptors:
118126
- 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
120128
an ssh key for computes. The key is mounted to ~/.ssh/id_ecdsa in the ansible
121129
pod
122130
displayName: Computes SSHKey Secret Name
@@ -128,17 +136,17 @@ spec:
128136
displayName: Debug
129137
path: workflow[0].debug
130138
- 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
133141
- description: Path within the container at which the volume should be mounted.
134142
displayName: Mount Path
135-
path: workflow[0].extraMounts[0].mountPath
143+
path: workflow[0].extraConfigmapsMounts[0].mountPath
136144
- description: The name of an existing config map for mounting.
137145
displayName: Name
138-
path: workflow[0].extraMounts[0].name
146+
path: workflow[0].extraConfigmapsMounts[0].name
139147
- description: Config map subpath for mounting, defaults to configmap root.
140148
displayName: Sub Path
141-
path: workflow[0].extraMounts[0].subPath
149+
path: workflow[0].extraConfigmapsMounts[0].subPath
142150
- description: OpenStackConfigMap is the name of the ConfigMap containing the
143151
clouds.yaml
144152
displayName: Open Stack Config Map
@@ -147,6 +155,14 @@ spec:
147155
secure.yaml
148156
displayName: Open Stack Config Secret
149157
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
150166
- description: Name of a workflow step. The step name will be used for example
151167
to create a logs directory.
152168
displayName: Step Name
@@ -179,8 +195,8 @@ spec:
179195
- description: AuthUrl is the authentication URL for OpenStack.
180196
displayName: Auth Url
181197
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).
184200
displayName: Backoff Limit
185201
path: backoffLimit
186202
x-descriptors:
@@ -221,6 +237,14 @@ spec:
221237
- description: Password is the password for the user running the Horizon tests.
222238
displayName: Password
223239
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
224248
- description: ProjectName is the name of the OpenStack project for Horizon
225249
tests.
226250
displayName: Project Name
@@ -247,8 +271,8 @@ spec:
247271
an ssh key. The key is mounted to ~/.ssh/id_ecdsa in the tempest pod
248272
displayName: SSHKey Secret Name
249273
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).
252276
displayName: Backoff Limit
253277
path: backoffLimit
254278
x-descriptors:
@@ -301,6 +325,14 @@ spec:
301325
turn off this behaviour then set this option to true.
302326
displayName: Parallel
303327
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
304336
- description: Name of a storage class that is used to create PVCs for logs
305337
storage. Required if default storage class does not exist.
306338
displayName: Storage Class
@@ -502,8 +534,8 @@ spec:
502534
an ssh key. The key is mounted to ~/.ssh/id_ecdsa in the tempest pod
503535
displayName: SSHKey Secret Name
504536
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).
507539
displayName: Backoff Limit
508540
path: workflow[0].backoffLimit
509541
x-descriptors:
@@ -737,8 +769,8 @@ spec:
737769
kind: Tobiko
738770
name: tobikos.test.openstack.org
739771
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).
742774
displayName: Backoff Limit
743775
path: backoffLimit
744776
x-descriptors:
@@ -779,6 +811,14 @@ spec:
779811
- description: Private Key
780812
displayName: Private Key
781813
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
782822
- description: Public Key
783823
displayName: Public Key
784824
path: publicKey
@@ -804,8 +844,8 @@ spec:
804844
path: workflow
805845
x-descriptors:
806846
- 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).
809849
displayName: Backoff Limit
810850
path: workflow[0].backoffLimit
811851
x-descriptors:
@@ -841,6 +881,14 @@ spec:
841881
- description: Private Key
842882
displayName: Private Key
843883
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
844892
- description: Public Key
845893
displayName: Public Key
846894
path: workflow[0].publicKey

0 commit comments

Comments
 (0)