Closed Sahiba-Gupta closed 2 weeks ago
@Sahiba-Gupta: Thank you for submitting this issue!
The issue is currently awaiting triage. Please make sure you have given us as much context as possible.
If the maintainers determine this is a relevant issue, they will remove the needs-triage label and respond appropriately.
We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.
addressed here https://github.com/dell/csi-powermax/pull/354
Bug Description
Powermax Intergration tests are failing.
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
Running integration test now require csi-reverseproxy to be deployed before we run int tests. Please follow below steps to run Integration test with csi-reverseproxy:
Edit config.yaml at csi-powermax/csireverseproxy/deploy with required value
Run bash scripts/deploy.sh to install reverseproxy with entered value.
Once deploy.sh is completed, run kubectl get pod -n powermax to see the pod in running state.
Run kubectl get service -n powermax to note down NAME, CLUSTER-IP and PORT of reverseproxy service.
Update the following variables in env.sh: a. X_CSI_POWERMAX_PROXY_SERVICE_NAME="powermax-revproxy"
b. POWERMAX_REVPROXY_SERVICE_HOST="[query service to obtain IP]"
c. POWERMAX_REVPROXY_SERVICE_PORT="2222"
Run bash run.sh to run the integration tests
Expected Behavior
All Tests should be passing successfully.
CSM Driver(s)
powermax
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
Kubernetes
Operating System
Ubuntu 22.04.5 LTS