# OADP CI Feature Requests
###### tags: `CI`
### tables in hackmd [link](https://hackmd.io/s/how-to-create-table)
## Status Table
| Task | Status | Due Date | Comments |
| -------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------- | -------- |
| Add VMware cluster profile | In Progress | ? | foo |
| Slack failure notice should have a prow test-status history link | In Progress | ? | |
| Openshift cluster with OCS4 | | | |
| Openshift cluster NFS | | | |
| Ensure we have environments for each cloud providers native storage environments. Hopefully this is already handled? (GCP, Azure, AWS EBS) | | | |
| Install a CSI plugin provider on Openshift CI and configure velero to use it | | | |
| On any plugin or dependency change all velero upstream and OADP upstream test should trigger | In Progress | | |
## Concepts Needed:
* Understand PVC/PV API (understand openshift storage in general)
* Understand the CSI snapshot
* Understand what options are present in step-registry for workflows in CI
## Flake detection
For periodic and PR
* periodic
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/logs/periodic-ci-openshift-oadp-operator-master-4.7-operator-e2e-azure-periodic-slack/1486549751666053120/
* pull request
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_release/25366/rehearse-25366-periodic-ci-openshift-oadp-operator-master-4.9-operator-e2e-aws-periodic-slack/1485199676591312896/
https://gitlab.cee.redhat.com/mig-integration/go_scrape_prow/-/blob/main/telegraf/src/prow.go#L211-224
artifacts/$job_name/e2e
artifacts/$job_name/e2e/build.log
## mssql deployment error detection
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_oadp-operator/560/pull-ci-openshift-oadp-operator-master-4.8-operator-e2e/1488711104832999424/artifacts/operator-e2e/gather-extra/artifacts/pods/mssql-persistent_mssql-deployment-1-deploy_deployment.log
```
--> Scaling mssql-deployment-1 to 1
error: update acceptor rejected mssql-deployment-1: pods for rc 'mssql-persistent/mssql-deployment-1' took longer than 600 seconds to become available
```