Re: System VM

2013-10-05 Thread sebgoa
On Oct 5, 2013, at 5:53 AM, Radhika Puthiyetath wrote: > Hi All, > > Before setting up the cloudstack repo, we argued that doc should be in a > different repo. At that time, nobody listened to our argument of doc having a > different life cycle. > Then we should have listened > I am wonde

Re: [HOW-TO] Custom REST call on Destroy and Deploy

2013-10-05 Thread sebgoa
On Oct 4, 2013, at 9:21 PM, "Musayev, Ilya" wrote: > We would like to add additional operations in ACS when we do deploy and > destroy. > > For example, when VM is destroyed, we want to make create a JIRA ticket (rest > call) to track the decomision process. > When VM is deployed, we may need

RE: Wiki access

2013-10-05 Thread Rajesh Battala
Please provide permission for me also. rajesh.batt...@citrix.com I want to change my username. Thanks Rajesh Battala -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Friday, October 4, 2013 4:04 PM To: dev Subject: Re: Wiki access On Fri, Oct 4, 2013 at 1

Re: Wiki access

2013-10-05 Thread Daan Hoogland
Rajesh, You have access. So I don't understand you question. What do you need apart from this. You should have access to your own profile always. On Sat, Oct 5, 2013 at 9:39 AM, Rajesh Battala wrote: > Please provide permission for me also. > rajesh.batt...@citrix.com > > I want to change my us

Re: [PROPOSAL] Service monitoring tool in virtual router

2013-10-05 Thread Jayapal Reddy Uradi
Hi, +users list If any one is already using any tools for monitoring then please share your ideas. Also share the cases where you experienced service crashes. Thanks, Jayapal On 05-Oct-2013, at 4:12 AM, Chiradeep Vittal wrote: > Well just make sure that your script is resilient to its own cr

Re: [DISCUSS] Leaky abstractions [was review requests 13238, 13896, 14320]

2013-10-05 Thread Daan Hoogland
H Chiradeep, I am hesitating to keep on about my case of httpClose as this is about the more general subject you gave this thread, so please take my referals to it as examples. so it is in a sense keepAlive (formerly known as ! httpClose) we are talking about. Then there is a matter of how to imp

Re: [DISCUSS] Breaking out Marvin from CloudStack

2013-10-05 Thread Daan Hoogland
H Chip, As a feature-dev driven by a 150-man-strong-cloud-operator-base that is not interested in anything but me showing that they can work with what they asked for: On Fri, Oct 4, 2013 at 10:52 PM, Chip Childers wrote: ... > On Fri, Oct 04, 2013 at 05:57:58PM +0530, Prasanna Santhanam wrote: >

RE: [PROPOSAL] Service monitoring tool in virtual router

2013-10-05 Thread Santhosh Edukulla
A shell script can be used. Few thoughts below: 1. Collect the process id of all daemons you wanted to monitor using "pidof" of command and then use "kill" command to check if the pid you got is valid. Using kill we can send a signal 0, then check the status using echo $? . For sending a notifi

[DISCUSS] Return ssh publickeys in listSSHKeyPairs

2013-10-05 Thread Ian Duffy
Hi, With the development of gClouds, a google compute interface for cloudstack I have found the need to get access to the ssh public keys that Cloudstack generates as part of a keypair. The publickeys are currently not exposed in any way. As a result of this I'm implementing a hacky workaround to

Document Issues

2013-10-05 Thread Maurice Lawler
Hello, I am attempting to recall how to setup a template to enable password resets. However, upon searching for 'password' in the documents I get the error as shown in the attached screen shots. - Maurice

Re: Document Issues

2013-10-05 Thread Travis Graham
Here is the relevant section from the 4.2.0 docs: * http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/add-password-management-to-templates.html Travis On Oct 5, 2013, at 11:52 AM, Maurice Lawler wrote: > Hello, > > I am attempting to recall how to setup a templ

Re: Document Issues

2013-10-05 Thread Maurice Lawler
Great, thank you Travis! - M. On 10/5/13, 11:54 AM, Travis Graham wrote: Here is the relevant section from the 4.2.0 docs: * http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/add-password-management-to-templates.html Travis On Oct 5, 2013, at 11:52 AM, Maurice

Template Issues

2013-10-05 Thread Maurice Lawler
Hello, I have setup a CentOS 6.4 Template, I also enabled the password reset script as shown here: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/add-password-management-to-templates.html However, following the directions I am noticing the password that pops

Re: Template Issues

2013-10-05 Thread Marcus Sorensen
Udev rules. Its not cloudstacks issue but the OS. When the Mac address changes, centos thinks its a new nic and creates a different one. So you end up with eth1 or eth2 instead, which has no configuration. You need to delete two files in the source you are templating, I don't have them memorized b

Re: Template Issues

2013-10-05 Thread Maurice Lawler
Thank you Marcus, is this also the cause of the password issue I mentioned? On 10/5/13, 2:10 PM, Marcus Sorensen wrote: Udev rules. Its not cloudstacks issue but the OS. When the Mac address changes, centos thinks its a new nic and creates a different one. So you end up with eth1 or eth2 instea

Re: Template Issues

2013-10-05 Thread Marcus Sorensen
Networking is a prerequisite for fetching the password from the router on boot, so let's start there. On Oct 5, 2013 12:24 PM, "Maurice Lawler" wrote: > Thank you Marcus, is this also the cause of the password issue I mentioned? > > > On 10/5/13, 2:10 PM, Marcus Sorensen wrote: > >> Udev rules. I

Re: Template Issues

2013-10-05 Thread Maurice Lawler
Awesome, thank you for pointing me into the right direction of the udev rules. I had forgtten about that, removing that, re-creating template and making an instance from newly created template enabled the password script to work without issue. Thanks again, Marcus! Have a good weekend! - Maur

Re: Template Issues

2013-10-05 Thread Marcus Sorensen
No problem. On Oct 5, 2013 12:37 PM, "Maurice Lawler" wrote: > Awesome, thank you for pointing me into the right direction of the udev > rules. I had forgtten about that, removing that, re-creating template and > making an instance from newly created template enabled the password script > to work

Builds.apache.org failing?

2013-10-05 Thread Darren Shepherd
Why is the maven master build on builds.apache.org failing? I look at the logs and see something about cobertura having an error. Does anybody know what is going on? I really don't understand where ACS CI environments are. builds.apache.org or jenkins.buildacloud.org? What is buildacloud.or

Re: Builds.apache.org failing?

2013-10-05 Thread Laszlo Hornyak
It seems all these builds fail for different reasons but the local build passes anyway. On Sat, Oct 5, 2013 at 9:58 PM, Darren Shepherd wrote: > Why is the maven master build on builds.apache.org failing? I look at > the logs and see something about cobertura having an error. Does anybody > k

RE: [DISCUSS] Components in JIRA and bug assignment

2013-10-05 Thread Rajesh Battala
+1 for the proposal. -Original Message- From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] Sent: Saturday, October 5, 2013 12:42 AM To: dev@cloudstack.apache.org; Musayev, Ilya Subject: Re: [DISCUSS] Components in JIRA and bug assignment Importance: High On 10/4/13 10:37 AM,