[devops] Tool to create snapshot for whole environment
In cases we cannot reproduce some issues we need to have ability to store whole devops environment including:
- Block device images for virtual drives (/var/lib/
- Network configuration(virsh net-dumpxml)
- Snapshot of virtual machines memory
and put it all into tarball to send someone or somewhere.
Maybe will be a good idea to implement it as devops subcommand.
Possible helpful ideas:
- Use pigz to gzip tarball
- To deploy this snapshot possible good idea is to change bridge names into dumped network xmls to do not conflict with existing
Blueprint information
- Status:
- Started
- Approver:
- Igor Shishkin
- Priority:
- Low
- Drafter:
- Igor Shishkin
- Direction:
- Needs approval
- Assignee:
- Egor Kotko
- Definition:
- Drafting
- Series goal:
- Accepted for future
- Implementation:
- Beta Available
- Milestone target:
- next
- Started by
- Egor Kotko
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
How are you doing?
- Beta version is ready.
Gerrit topic: https:/
Addressed by: https:/
Tool for environment snapshoting
Gerrit topic: https:/
Addressed by: https:/
Set 0644 file mode for volume content files
Addressed by: https:/
Set 0644 file mode for volume content files
Gerrit topic: https:/
Addressed by: https:/
Scripts for export and import systest environments