You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced extraConfigmapsMounts parameter for the Tempest CR
that has the same behaviour as extraMounts parameter in
AnsibleTest CR.
Let's keep the naming consistent and rename the extraMounts to
extraConfigmapsMounts in the AnsibleTest CR.
This follows changes from the second commit of
openstack-k8s-operators/test-operator#192
Copy file name to clipboardExpand all lines: roles/test_operator/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Execute tests via the [test-operator](https://openstack-k8s-operators.github.io/
128
128
*`cifmw_test_operator_ansibletest_openstack_config_secret`: (String) The name of the Secret containing the secure.yaml. Default value: "openstack-config-secret"
129
129
*`cifmw_test_operator_ansibletest_debug`: (Bool) Run ansible playbook with -vvvv. Default value: `false`
130
130
*`cifmw_test_operator_ansibletest_workflow`: (List) A parameter that contains a workflow definition. Default value: `[]`
131
-
*`cifmw_test_operator_ansibletest_extra_mounts`: (List) Extra configmaps for mounting in the pod. Default value: `[]`
131
+
*`cifmw_test_operator_ansibletest_extra_configmaps_mounts`: (List) Extra configmaps for mounting in the pod. Default value: `[]`
132
132
*`cifmw_test_operator_ansibletest_config`: Definition of AnsibleTest CRD instance that is passed to the test-operator (see [the test-operator documentation](https://openstack-k8s-operators.github.io/test-operator/crds.html)). Default value:
133
133
```
134
134
apiVersion: test.openstack.org/v1beta1
@@ -138,7 +138,7 @@ Execute tests via the [test-operator](https://openstack-k8s-operators.github.io/
0 commit comments