This commit is contained in:
+7
-7
@@ -53,7 +53,7 @@ make up
|
||||
|
||||
```bash
|
||||
cd enterprise-infra-simulator
|
||||
ansible-playbook -i inventory/hosts.ini playbooks/harden.yml
|
||||
ansible-playbook -i inventory/hosts.ini playbooks/hardening.yml
|
||||
```
|
||||
|
||||
**Hardening Steps:**
|
||||
@@ -106,7 +106,7 @@ make destroy
|
||||
|
||||
```bash
|
||||
cd migration-validation-framework
|
||||
python cli.py snapshot --env production --label pre-migration
|
||||
python3 cli.py collect --output before.json --systems web01,db01
|
||||
```
|
||||
|
||||
**Data Collected:**
|
||||
@@ -118,8 +118,8 @@ python cli.py snapshot --env production --label pre-migration
|
||||
### Post-Migration Validation
|
||||
|
||||
```bash
|
||||
python cli.py snapshot --env production --label post-migration
|
||||
python cli.py compare pre-migration post-migration
|
||||
python3 cli.py collect --output after.json --systems web01,db01
|
||||
python3 cli.py compare before.json after.json --output diff.json
|
||||
```
|
||||
|
||||
**Validation Checks:**
|
||||
@@ -131,7 +131,7 @@ python cli.py compare pre-migration post-migration
|
||||
### Report Generation
|
||||
|
||||
```bash
|
||||
python cli.py report --comparison-id <comparison-id> --format html
|
||||
python3 cli.py report --comparison <comparison-id> --format html
|
||||
```
|
||||
|
||||
**Report Contents:**
|
||||
@@ -293,7 +293,7 @@ docker-compose exec elasticsearch curl -X PUT "localhost:9200/_snapshot/backup"
|
||||
#### Migration Data Backup
|
||||
```bash
|
||||
cd migration-validation-framework
|
||||
python cli.py backup --destination /backup/location
|
||||
tar -czf /backup/location/migration-validation-framework.tgz migration-validation-framework
|
||||
```
|
||||
|
||||
## Emergency Procedures
|
||||
@@ -326,4 +326,4 @@ cd observability-stack && docker-compose up -d
|
||||
- **Daily:** Log rotation and cleanup
|
||||
- **Weekly:** Security patching and updates
|
||||
- **Monthly:** Performance optimization and capacity planning
|
||||
- **Quarterly:** Architecture review and modernization
|
||||
- **Quarterly:** Architecture review and modernization
|
||||
|
||||
Reference in New Issue
Block a user