RE: Unable to connect to consoles

2016-02-25 Thread Yacubovich, David
Disabling firewall on the cs agent did solve the problem, and I was able to connect to the consoles. Any idea what rules should I add to the firewall so the consoles will work with running firewall? -Original Message- From: ilya [mailto:ilya.mailing.li...@gmail.com] Sent: Wednesday, Feb

Re: Automated generation of Windows templates for CloudStack

2016-02-25 Thread Ian Duffy
Doing this in a fully automated way, however it is not pretty and requires lots of tools. I have a jenkins master node that has 3 slave nodes which have vmware, virtualbox and qemu installed respectively. Each image: CentOS6, CentOS7, Windows has its own pipeline configured. The pipeline clones s

Re: Unable to connect to consoles

2016-02-25 Thread ilya
David What CS Agent are you referring to? Regards ilya On 2/25/16 9:33 AM, Yacubovich, David wrote: > Disabling firewall on the cs agent did solve the problem, and I was able to > connect to the consoles. Any idea what rules should I add to the firewall so > the consoles will work with running

RE: Unable to connect to consoles

2016-02-25 Thread Yacubovich, David
I am referring to the second server that is running CS agent (the actual VMs). -Original Message- From: ilya [mailto:ilya.mailing.li...@gmail.com] Sent: Thursday, February 25, 2016 1:18 PM To: users@cloudstack.apache.org Subject: Re: Unable to connect to consoles David What CS Agent are

Re: Automated generation of Windows templates for CloudStack

2016-02-25 Thread ilya
Thanks everyone for your feedback. I have linux portion covered head to toe and its fairly simple. However, windows is a different beast - hopefully your input will help with getting it to work. On 2/25/16 10:05 AM, Ian Duffy wrote: > Doing this in a fully automated way, however it is not prett

User data is not base64 encoded

2016-02-25 Thread Yacubovich, David
Hello All, I am trying to test the use of userdata on CS 4.6. I am creating new instance from the UI and I paste the base64 encoded string into the userdata box. But I get this error every time. I can't find any examples of how to use userdata online. Can someone please give me an example of how