Vladimir Melnik

Just another WordPress website

Creating and removing snapshots in Apache CloudStack with a neat schedule

Here’s an example of the configuration file of my make_snapshots.pl script based on the MonkeyMan framework.

Frankly speaking, I really can’t imagine how to deal with snapshots without this […]

MonkeyMan’s vocabularies

Each element of the ACS-driven infrastructure is represented as a Moose-sugared Perl object, has attributes and executes methods. All kinds of elements consume (inherit) the same Moose role (MonkeyMan::CloudStack::API::Roles::Element) which […]