Skip to content

Commit cd43c32

Browse files
Merge pull request #91 from jparrill/CNTRLPLANE-735
CNTRLPLANE-735: Implement dataMover integration for multi-provider
2 parents 2f544b9 + 03317e9 commit cd43c32

File tree

21 files changed

+5161
-202
lines changed

21 files changed

+5161
-202
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,17 @@ kubectl create secret generic cloud-credentials \
1414
```
1515
4. Create the DataProtectionApplication (sample in `examples` folder)
1616
5. Fill and create the backup manifest (sample in `examples` folder)
17-
6. Check the Backup status.
17+
6. Check the Backup status.
18+
19+
## Documentation
20+
21+
For detailed technical documentation and implementation guides, please refer to the following resources:
22+
23+
### Core Features
24+
- **[DataMover Multi-Provider Integration](./docs/references/DataMover/DataMover-implementation.md)** - Comprehensive guide covering the multi-platform DataMover implementation, including flow diagrams, platform-specific logic, and troubleshooting information.
25+
26+
### Examples
27+
- **[AWS Examples](./examples/AWS/)** - Complete examples for AWS platform including backup, restore, and configuration files
28+
- **[BareMetal Examples](./examples/BareMetal/)** - Examples for bare metal deployments
29+
- **[KubeVirt Examples](./examples/kubevirt/)** - Examples for KubeVirt platform
30+
- **[OpenStack Examples](./examples/Openstack/)** - Examples for OpenStack platform

0 commit comments

Comments
 (0)