@stacksofplates said in OS cloud images, anyone?:
@francesco-provino said in OS cloud images, anyone?:
@stacksofplates said in OS cloud images, anyone?:
I'm running openstack at home. So yes I'm running cloud. I still have a bare KVM server at home also and if I need to run a VM I use virt-builder, create the VM, and get the address with virsh. Then I just run Ansible against it.
Very nice! It looks like the setup I'm gonna build at my home… any further detail? Thanks for your interesting reply!
It's just an OpenStack all in one on a DL380 G6. The KVM server is an R710. Updates are pushed out automatically with Ansible and Jenkins. Right now it's just a static Ansible inventory because I was having trouble getting useful information out of the OpenStack dynamic inventory. So right now it's all DHCP reservations. Likely once I get the script straightened out for the inventory, I won't need that any longer.
I've tried openstack also (in containers), but never found it too useful. At the moment, my goal is to build an environment that I can fully manage without relying on GUIs, so I can manage it with ssh on the iPad. It also seems to boost my needs to automate!