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 […]

CloudStack Management Cluster

My new CloudStack-driven cloud is being managed by a cluster that consists of 8 virtual machines that are running on 2 different physical hosts. I can shut down any of […]

Synchronizing records about the occupied IP-addresses between two CloudStack databases

Sometimes it’s necessary to maintain 2 different CloudStack setups (let’s call them Cloud-A and Cloud-B) sharing the same IP-address ranges. For example, we might need that when we’re building a […]

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 […]

Virtualization Cluster Network in a Nutshell

To be honest, I’m not keen on drawing diagrams, but today I had to spend a couple of hours to sketch this one. It was needed to illustrate Ethernet-links between […]