Totally new to cloud base. I've read the instructions twice but I'm still at a loss of where to start.
I've installed cloudbase init in my windows 2012 image. I've created a basic cloud-config
---
set_hostname: foobar
How can I manually test this? Where do I put my cloud config file? How do I trigger it?
I understand normally you would use aws or openstack to provide the cloud init config. I'd rather test this manually once first.