Skip to content

Commit

Permalink
Add networkAttachments into test-operator CSV
Browse files Browse the repository at this point in the history
This PR [1] introduced a new parameter for the Tobiko CR
(networkAttachments). Let's mention this parameter in the test-operator
CSV as well.

[1] #134
  • Loading branch information
lpiwowar committed Jul 15, 2024
1 parent 9a9d003 commit 8a982d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/bases/test.openstack.org_tobikoes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ spec:
description: Name of a secret that contains a kubeconfig. The kubeconfig
is mounted under /var/lib/tobiko/.kube/config in the test pod.
type: string
nodeSelector:
additionalProperties:
type: string
description: This value contains a nodeSelector value that is applied
to test pods spawned by the test operator.
type: object
networkAttachments:
description: NetworkAttachments is a list of NetworkAttachment resource
names to expose the services to the given network
items:
type: string
type: array
nodeSelector:
additionalProperties:
type: string
description: This value contains a nodeSelector value that is applied
to test pods spawned by the test operator.
type: object
numProcesses:
default: 0
description: Number of processes/workers used to run tobiko tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,10 @@ spec:
path: kubeconfigSecretName
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- description: NetworkAttachments is a list of NetworkAttachment resource names
to expose the services to the given network
displayName: Network Attachments
path: networkAttachments
- description: This value contains a nodeSelector value that is applied to test
pods spawned by the test operator.
displayName: Node Selector
Expand Down Expand Up @@ -655,6 +659,10 @@ spec:
path: workflow[0].kubeconfigSecretName
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- description: NetworkAttachments is a list of NetworkAttachment resource names
to expose the services to the given network
displayName: Network Attachments
path: workflow[0].networkAttachments
- description: This value contains a nodeSelector value that is applied to test
pods spawned by the test operator.
displayName: Node Selector
Expand Down

0 comments on commit 8a982d2

Please sign in to comment.