Re: Regarding cloudstack automation

2014-01-02 Thread umesh kute
Thanks Santhosh. Yes, I have registered the following template which i am using. "ostype": 'CentOS 6.4 (64-bit)', Thanks and Regards -- Umesh Kute On Mon, Dec 30, 2013 at 5:50 PM, Santhosh Edukulla < [email protected]> wrote: > Umesh, > > One question : Did you registered the templa

RE: Regarding cloudstack automation

2014-01-02 Thread Santhosh Edukulla
1. Is it still failing post this registration? 2. If yes, may be you can verify\provide the management server logs. From: umesh kute [[email protected]] Sent: Thursday, January 02, 2014 4:16 AM To: [email protected] Cc: Chandan Purushothama; Su

CS 4.1.1 on CentOS 6.5

2014-01-02 Thread France
I have CS 4.1.1 installed on CentOS 6.4. If I update the system to 6.5 (just install the latest updates) will CS 4.1.1 run without problems? Is anyone running CS 4.1.1 on CentOS 6.5? Tnx. F.

Usage record clean-up?

2014-01-02 Thread Tamas Monos
Dear everyone, We have a running 3.0.2 for nearly two years now and it seems our billing integration is falling apart as taking ages getting the usage records from the DB via the API. There was a bug opened for that before the Jira "migration" and I can't find it since which described that the

RE: CS 4.1.1 on CentOS 6.5

2014-01-02 Thread Sudha Ponnaganti
We do significant validation for CS and do certifications for new versions for my Day job. We haven't certified this. Not sure if anyone else has done this so far. -Original Message- From: France [mailto:[email protected]] Sent: Thursday, January 02, 2014 3:12 AM To: users@cloudstac

Re: CS 4.1.1 on CentOS 6.5

2014-01-02 Thread France
Thank you for your response. The following question is for everyone. Are we supposed to run CS 4.1.1 on vulnerable or not updated OS? Regards. F. On 2/1/14 2:16 PM, Sudha Ponnaganti wrote: We do significant validation for CS and do certifications for new versions for my Day job. We haven't cer

RE: Regarding cloudstack automation

2014-01-02 Thread Santhosh Edukulla
Umesh, 1. It seems you have exhausted few of CloudStack Resources. These resources usage should show up on your cloudstack dashboard. Anything appears in Red are exhausted resources. 2. Few of the cases could be EX: Guest VM IPs\Management ip addresses are exhausted, 3. Check for these res

RE: CS 4.1.1 on CentOS 6.5

2014-01-02 Thread Billy Ramsay
We have been running our small production environment using CS 4.1.1 on Cent 6.5 VMs since 6.5 was released. We have had zero issues. We have management servers that were clean 6.5 installs, and those that were upgrades from 6.4. -WPR -Original Message- From: France [mailto:mailingli...@i

Email Address Change

2014-01-02 Thread Musayev, Ilya
Hi All, Please note that I will no longer be responding from WeMD email address. If would like to reach me, please email me via ilya(at)apache(dot)org I'll be changing the email address on mailing lists shortly. Looking forward to amazing 2014 for ACS community! Thanks ilya

Over Subscribing (thin provisioning) CPU and Memory

2014-01-02 Thread Ross Merrifield
Greeting CloudStack Users, Is it possible to over subscribe the amount of CPU and Memory instances that I allot to my instances? I believe this is also refereed to as thin provisioning. For example, can I allot more than 100% of a zone's CPU or Memory resources? I know that my machines will n

Re: Over Subscribing (thin provisioning) CPU and Memory

2014-01-02 Thread Erik Weber
On Thu, Jan 2, 2014 at 11:19 PM, Ross Merrifield wrote: > Greeting CloudStack Users, > > Is it possible to over subscribe the amount of CPU and Memory instances > that I allot to my instances? I believe this is also refereed to as thin > provisioning. For example, can I allot more than 100% of a

Re: Over Subscribing (thin provisioning) CPU and Memory

2014-01-02 Thread motty cruz
Hi Ross, http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/over-provisioning-service-offering-limits.html Thanks, -motty On Thu, Jan 2, 2014 at 2:19 PM, Ross Merrifield wrote: > Greeting CloudStack Users, > > Is it possible to over subscribe the amount of CPU an

Re: Over Subscribing (thin provisioning) CPU and Memory

2014-01-02 Thread Nitin Mehta
In addition what Motty pointed out please do give the FS [1] a read as well. Be cautious in setting these because they might affect your vm's QOS [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/CPU+and+RAM+Overcomm it Thanks, -Nitin On 02/01/14 2:29 PM, "motty cruz" wrote: >Hi Ros

RE: Regarding contribution to CloudStack project

2014-01-02 Thread Radhika Puthiyetath
Hey Abhinav, You can start here at https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+101 It has the basic to start with CloudStack. You can also refer to http://www.slideshare.net/RadhikaNair/cloud-stack-forbeginners Please let us know if you have any queries. -Radhika -

want to contribute to CloudStack

2014-01-02 Thread ramnivas indani
Hi All, I am using CloudStack from last six months. While implementing it's async api's we constantly poll CloudStack for status of jobId. I want to introduce a functionality where CloudStack itself will send status of async job once it is complete to any configured url(for now consider to any cli

Re: want to contribute to CloudStack

2014-01-02 Thread Nitin Mehta
You can subscribe to CS action events (all API's publish action events when done) through the event notification framework in CS which will notify when done. Read the events section in the guide http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_ Guide/events.html On 02/01