Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread Rohit Yadav
Hi Ilya, On 05-Dec-2014, at 4:00 am, ilya musayev ilya.mailing.li...@gmail.com wrote: 1) When executing cloudmonkey in batch mode, it would be nice to provide exit codes - but this may not be something easily done due to how cloudstack responds. The latest CloudMonkey 5.3.0 returns

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread Rohit Yadav
Hi Ian, Thanks for reporting this, I found the issue it’s caused by readline. The chars are output just by importing it. You can confirm this on your shell by: python -c 'import readline’ output.txt (read this text file). The escape chars I was talking about earlier are caused when output is

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread ilya musayev
Hi Rohit, Thanks for the response, please see comments inline On 12/5/14, 12:08 AM, Rohit Yadav wrote: Hi Ilya, On 05-Dec-2014, at 4:00 am, ilya musayev ilya.mailing.li...@gmail.com wrote: 1) When executing cloudmonkey in batch mode, it would be nice to provide exit codes - but this may not

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread Rohit Yadav
Hi Ilya, On 05-Dec-2014, at 2:23 pm, ilya musayev ilya.mailing.li...@gmail.com wrote: Here is the use case i have. End user needs to setup new cloudstack instance with zones, secondary and primary stores, templates, global settings, etc... he knows most of the configs will be similar to

Cannot create a Scoped Guest Network

2014-12-05 Thread Lee Webb
Hi List! I've got a 4.4.1 CS system up running however I'm having issues creating a Guest Network which is scoped to a particular domain or account. The overall intent is to create a Network for an Account which will allow it to connect to physical devices within a certain VLAN - in my case a

Re: Cannot create a Scoped Guest Network

2014-12-05 Thread Jayapal Reddy Uradi
Hi Lee, When you create network with scope did you see API call in the log. If not then it is UI issue. Can you try the same thing with API or cloud monkey. Thanks, Jayapal On 05-Dec-2014, at 5:59 PM, Lee Webb nullify...@gmail.com wrote: Hi List! I've got a 4.4.1 CS system up running

Re: Port forwarding on nic2

2014-12-05 Thread Jayapal Reddy Uradi
Hi, I have tried configuring the static for nic2 from the UI. UI is not showing the VM nic2 ip addresses, it is showing primary/default nic2. API is working fine. So I will file UI bug. Thanks, Jayapal On 03-Dec-2014, at 10:41 AM, Vadim Kimlaychuk vadim.kimlayc...@elion.ee wrote: Hi

Re: Cannot create a Scoped Guest Network

2014-12-05 Thread Lee Webb
Hi Jayapal, There was no evidence of the create in the logging, so it looks like a UI issue. After getting cloudmonkey up running I created the network without any fuss Thanks for that! Regards, Lee On 5 Dec 2014, at 11:39 pm, Jayapal Reddy Uradi jayapalreddy.ur...@citrix.com wrote: Hi

Port Forwarding to reserved IP?

2014-12-05 Thread Martin Emrich
Hi! I want to configure a port forwarding rule to a reserved IP (Which is assigned as a virtual IP across several VMs). Using the Cloudstack load balancer is not what I want, as it appears as the source of every request in the application log files. I have excluded a range of reserved IPs

Re: Port Forwarding to reserved IP?

2014-12-05 Thread Kirk Kosinski
Hi, Martin. CloudStack needs to know about the IP to be able to create a PF rule for it. One potential workaround I think might work would be to acquire a secondary IP for one of the VMs, use that for the virtual IP in your application, and configure the PF rule for it in CloudStack. Best

ACS 4.4.1 Xen - Unable to release Public IP Status Allocated

2014-12-05 Thread Motty Cruz
Hello All, I am unable to release a public IP address, I get the following error Command failed due to Internal Server Error 2014-12-05 10:27:03,826 ERROR [c.c.a.ApiAsyncJobDispatcher] (API-Job-Executor-81:ctx-1792dcdf job-2459) Unexpected exception while executing

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread Ian Forde
I¹ve confirmed that the import of readline causes the funky characters on a RHEL/CentOS hosts. From looking at the fix that you checked in, I¹ll be able to put in a safe workaround (as I can¹t pull down from master on the host in particular) by setting TERM to anything *other* than (anything

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread Rohit Yadav
Hi Ian, On 06-Dec-2014, at 12:21 am, Ian Forde ifo...@marketo.com wrote: I¹ve confirmed that the import of readline causes the funky characters on a RHEL/CentOS hosts. From looking at the fix that you checked in, I¹ll be able to put in a safe workaround (as I can¹t pull down from master on

Re: Port forwarding on nic2

2014-12-05 Thread Alessandro Caviglione
Thank you very much! I'm still learning use API! :) On Fri, Dec 5, 2014 at 1:53 PM, Jayapal Reddy Uradi jayapalreddy.ur...@citrix.com wrote: Hi, I have tried configuring the static for nic2 from the UI. UI is not showing the VM nic2 ip addresses, it is showing primary/default nic2. API

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread ilya musayev
Rohit, Thanks, for response, i'll give marvin a shot. Regards ilya On 12/5/14, 1:42 AM, Rohit Yadav wrote: Hi Ilya, On 05-Dec-2014, at 2:23 pm, ilya musayev ilya.mailing.li...@gmail.com wrote: Here is the use case i have. End user needs to setup new cloudstack instance with zones,

Error deploying a new VM

2014-12-05 Thread Hollman Enciso R.
Hello all, i have a problem deploying a new VM i always obtain an error. on the log i can see Service SecurityGroup is not supported in the network id=229 the complete log: http://pastebin.com/2LkV5N61 any idea please ? -- Hollman Eduardo Enciso R. http://algolibre.com @hollman

Account scoped Guest Network not available in a Project?

2014-12-05 Thread Lee Webb
Hi List, I've scoped some Guest Networks to a particular account was anticipating them to be available within a project assuming that they were heirarchcal, however this doesn't appear to be the case. I'd like to share the Guest Networks to a few Projects under an Account, but want to hide

Re: 4.3.1 API issue with importing LDAP users

2014-12-05 Thread ilya musayev
Hi Ian, This is probably better suited for Dev list, Ian Duffy has done alot of work on LDAP and CloudStack, he is cc'd to this thread. Perhaps he can shed some light. Regards ilya On 12/5/14, 4:40 PM, Ian Forde wrote: I’ve got a bash script performing an API call (in my case, via

Desktop as a service

2014-12-05 Thread Tilak Raj Singh
Hello Everybody, I am new to cloudstack so I dont know if I am going off the topic here. I wished to know how to setup Virtual Desktop Interface (VDI) using cloudstack. I browsed the net and found that openstack has the capabilities to setup this feature. Does cloudstack can be used to deploy