资 源 简 介
Hermes is a collection of scripts that make it possible to move networked virtual machines from one cloud to another by saving their collective state as a file (execution states and network connections included). Specifically, it has the following features:
configure and launch complex networks (similar to Amazon CloudFormation, using CloudFormation-compatible templates);
introduce a layer of abstraction to make virtual networks portable;
"freeze" a virtual network to a static file, saving all aspects of the execution states, network interactions, and disk contents in a way that can be reproduced elsewhere;
"restore" a virtual network from a file;
convert between popular machine-state formats, such as Amazon AMI, Eucalyptus/OpenStack EMI, and Hermes virtual network files.
For more information, see the documentation.