Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #780 from SeanMooney/kuttl-debugging
Browse files Browse the repository at this point in the history
add addtional logging to dataplane-deploy-global-service-test
  • Loading branch information
openshift-merge-bot[bot] authored Mar 29, 2024
2 parents 7f01dea + 6186d13 commit b6d326e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 600
collectors:
- type: command
command: oc get OpenStackDataPlaneDeployment -n openstack edpm-compute-global -o yaml
name: edpm-compute-global-deployment
- type: command
command: oc logs -n openstack-operators -l openstack.org/operator-name=dataplane
name: dataplane-operator-logs
---
apiVersion: dataplane.openstack.org/v1beta1
kind: OpenStackDataPlaneNodeSet
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 600
collectors:
- type: command
command: oc get OpenStackDataPlaneDeployment -n openstack edpm-compute-global -o yaml
name: edpm-compute-global-deployment
- type: command
command: oc logs -n openstack-operators -l openstack.org/operator-name=dataplane
name: dataplane-operator-logs
---
apiVersion: dataplane.openstack.org/v1beta1
kind: OpenStackDataPlaneNodeSet
metadata:
Expand Down

0 comments on commit b6d326e

Please sign in to comment.