Re: cloud-set-guest-password script for CentOS 7 template

2015-09-03 Thread Jeff Moody
I have SystemD Unit files as well as scripts that work under EL7 located in my template-building Ansible Playbook repository located at https://github.com/fifthecho/CloudStack-Template On 9/3/2015 3:20 AM, christian.kir...@zv.fraunhofer.de wrote: > Hi, > > I encountered a similar issues, although

Re: Cloudstack Repackaging / Distro support

2015-05-12 Thread Jeff Moody
Also a good idea, but would be yet another package to be maintained...albeit a small one. Might be easier to release a pair of Ansible playbooks/Chef cookbooks/Puppet manifests/etc. On Tue, 2015-05-12 at 15:11 +0200, Erik Weber wrote: > How about bundling the httpd/nginx configuration in a separ

Re: Cloudstack Repackaging / Distro support

2015-05-12 Thread Jeff Moody
I'd say a safe middle-ground might be providing a working proxy config for Apache and for nginx in the docs or share directories and then pointing to those in the documentation as references to get the API proxied on 80/443. I do agree with leaving the default on 8080 as that's the default for Tom

Re: RFC: Removing 1M lines of junk

2015-05-01 Thread Jeff Moody
/rpms it can be easily installed using “pip install > ec2stack”. The only migration path required by your users would be > to change the consumer URL and re-register apikey/secretkey. > > > On 01-May-2015, at 3:11 pm, Jeff Moody wrote: > > > > As this change w

Re: RFC: Removing 1M lines of junk

2015-05-01 Thread Jeff Moody
As this change will likely affect Citrix CloudPlatform, I can say that at Datapipe we offer the AWS API endpoint to customers because we had a request for it in the past. It was used once by a customer who then changed to using the native CloudStack API. When this change hits a release of Citrix C

Re: Thoughts on CloudStack while starting as new VP

2015-03-24 Thread Jeff Moody
I was having the same idea the other week. There are some serious shortcomings in the current UI (one example is the lack of being able to enable/disable SSH key management on templates when registering them). I think it might be a good idea to radically simplifly the UI that ships with ACS and

Re: Question about the userdata availability

2014-12-22 Thread Jeff Moody
ote: Jeff, Awesome, I'll steal your script. :) Regards, Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message ----- From: "Jeff Moody" To: dev@cloudstack.apache.org Sent: Monday, 22 December, 2014 15:07:29 Subject: Re: Question about

Re: Question about the userdata availability

2014-12-22 Thread Jeff Moody
I have UserData init scripts that touch a file in the filesystem for the VM to show that the UD has run and won't re-run on reboot. https://github.com/fifthecho/CloudStack-Template/blob/master/templates/cloud-run-userdata-rhel.j2 for RHEL and https://github.com/fifthecho/CloudStack-Template/bl