Re: vmd + httpd + meta-data

2017-03-02 Thread noah pugsley
On the Github page, there is a typo in the cloudstack link. It is " http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/virtual%5C_machines.html#user-data-and-meta-data; but should be "

Re: vmd + httpd + meta-data

2017-03-01 Thread Reyk Floeter
On Wed, Mar 01, 2017 at 09:29:30AM +0100, Reyk Floeter wrote: > On Mon, Feb 27, 2017 at 10:37:04PM +0100, Kristaps Dzonsons wrote: > > > I wrote this little tool for vmd that is not intended for the tree, > > > but will eventually go into ports (it uses kcgi which is not in base). > > > > Have

Re: vmd + httpd + meta-data

2017-03-01 Thread Reyk Floeter
On Mon, Feb 27, 2017 at 10:37:04PM +0100, Kristaps Dzonsons wrote: > > I wrote this little tool for vmd that is not intended for the tree, > > but will eventually go into ports (it uses kcgi which is not in base). > > Have you thought of writing this in a secure language like Rust or > Swift?

Re: vmd + httpd + meta-data

2017-02-27 Thread Kristaps Dzonsons
> I wrote this little tool for vmd that is not intended for the tree, > but will eventually go into ports (it uses kcgi which is not in base). Have you thought of writing this in a secure language like Rust or Swift? Writing cgi stuff in C seems just asking for trouble.

vmd + httpd + meta-data

2017-02-27 Thread Reyk Floeter
Hi, I wrote this little tool for vmd that is not intended for the tree, but will eventually go into ports (it uses kcgi which is not in base). Summary: It allows to configure VMs on vmd in a cloud-init compatible way. I basically use it to test images that go out into the "real public cloud"