Skip to content

Commit c993cd5

Browse files
stuggiclaude
andcommitted
Update remaining references to backup-restore-ctlplane.md
Update references from backup-restore-stateless.md to backup-restore-ctlplane.md in backup-restore-dataplane.md and backup-restore-ovn.md files that were missed in the previous commit. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8542ee4 commit c993cd5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/dev/backup-restore-dataplane.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tar -czf openstack-dataplane-backup-$(date +%Y%m%d-%H%M%S).tar.gz $BACKUP_DIR
116116
1. **OpenStack operators must be running** to reconcile DataPlane resources
117117

118118
2. **Required secrets and configmaps must exist** (SSH keys, certificates, etc. referenced by NodeSets)
119-
- Typically satisfied by restoring the ControlPlane first (see [backup-restore-stateless.md](backup-restore-stateless.md))
119+
- Typically satisfied by restoring the ControlPlane first (see [backup-restore-ctlplane.md](backup-restore-ctlplane.md))
120120
- Can also be satisfied by ensuring these resources exist in the target cluster by other means
121121

122122
3. The target cluster should have the same OpenStack operator versions as the source cluster (check `operator-versions.txt` from ControlPlane backup)
@@ -191,19 +191,19 @@ These prerequisites can be satisfied by restoring the ControlPlane (typical case
191191
- **ControlPlane**: Stateless services, MariaDB/RabbitMQ definitions, Secrets/ConfigMaps (all)
192192
- **DataPlane**: Network topology (NetConfig), compute nodes (NodeSets), IP allocations (IPSets/Reservations)
193193

194-
See [backup-restore-stateless.md](backup-restore-stateless.md) for ControlPlane backup/restore procedures.
194+
See [backup-restore-ctlplane.md](backup-restore-ctlplane.md) for ControlPlane backup/restore procedures.
195195

196196
## Complete Backup/Restore Workflow
197197

198198
For a full OpenStack backup and restore:
199199

200200
### Backup Order
201-
1. **Backup ControlPlane** - see [backup-restore-stateless.md](backup-restore-stateless.md)
201+
1. **Backup ControlPlane** - see [backup-restore-ctlplane.md](backup-restore-ctlplane.md)
202202
2. **Backup DataPlane** (includes NetConfig) - follow the backup procedure above
203203

204204
### Restore Order
205205
1. **Cleanup target cluster** (if needed) - see [cleanup-openstack-ctlplane.yaml](cleanup-openstack-ctlplane.yaml)
206-
2. **Restore ControlPlane** - see [backup-restore-stateless.md](backup-restore-stateless.md)
206+
2. **Restore ControlPlane** - see [backup-restore-ctlplane.md](backup-restore-ctlplane.md)
207207
3. **Restore DataPlane** (includes NetConfig) - follow the restore procedure above
208208

209209
**Note:** Typically the ControlPlane is restored before the DataPlane to ensure operators are running and required secrets/configmaps exist. However, DataPlane can be restored independently if these prerequisites are already in place.
@@ -311,5 +311,5 @@ After restore, you may need to:
311311

312312
## References
313313

314-
- [ControlPlane Backup/Restore](backup-restore-stateless.md) - Must be done first
314+
- [ControlPlane Backup/Restore](backup-restore-ctlplane.md) - Must be done first
315315
- [Cleanup Playbook](cleanup-openstack-ctlplane.yaml) - Clean before restore

docs/dev/backup-restore-ovn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This procedure covers backup and restore of **OVN (Open Virtual Network) databas
1010
- DHCP options
1111
- And other network configurations
1212

13-
**IMPORTANT**: OVN backup should be performed **in addition to** the stateless control plane backup documented in `backup-restore-stateless.md`.
13+
**IMPORTANT**: OVN backup should be performed **in addition to** the stateless control plane backup documented in `backup-restore-ctlplane.md`.
1414

1515
## OVN Architecture
1616

@@ -334,7 +334,7 @@ oc exec -n openstack ovsdbserver-sb-0 -c sb-ovsdb -- ovn-sbctl chassis-list
334334

335335
For a complete OpenStack control plane backup:
336336

337-
1. **Stateless Services Backup** (see `backup-restore-stateless.md`)
337+
1. **Stateless Services Backup** (see `backup-restore-ctlplane.md`)
338338
- Custom Resources (OpenStackControlPlane, etc.)
339339
- Secrets (user-provided, CA certs, DB passwords)
340340
- ConfigMaps
@@ -575,6 +575,6 @@ oc exec -n openstack ovsdbserver-sb-0 -c sb-ovsdb -- ovn-sbctl chassis-list
575575

576576
## See Also
577577

578-
- [Stateless Control Plane Backup/Restore](backup-restore-stateless.md) - Main backup/restore procedure
578+
- [Stateless Control Plane Backup/Restore](backup-restore-ctlplane.md) - Main backup/restore procedure
579579
- [OVN Documentation](https://docs.ovn.org/) - Upstream OVN documentation
580580
- [OVSDB Tools](http://www.openvswitch.org/support/dist-docs/ovsdb-client.1.html) - ovsdb-client reference

0 commit comments

Comments
 (0)