VCL questions (provisioning/deprovisioning)

2009-03-26 Thread Toks Adeshiyan
Hi all, I have a couple of questions relating to the provisioning/deprovisioning processes in VCL... (1) I would like to understand better why the provisioning modules update the IP address of the resource being provisioned during the load process (via the getdynamicipaddress function). It

Re: VCL questions (provisioning/deprovisioning)

2009-04-01 Thread Toks Adeshiyan
Thanks for your detailed responses Andy. Toks Andy Kurth wrote: Hello Toks, Good questions, answered inline... Toks Adeshiyan wrote: Hi all, I have a couple of questions relating to the provisioning/deprovisioning processes in VCL... (1) I would like to understand better why the

Re: mysql user permissions bug?

2009-04-06 Thread Toks Adeshiyan
Aaron Peeler wrote: ok - yep that's it. Here is the block parsing it. #write user name if ($l =~ /^LockerWrtUser=([-a-zA-Z0-9]*)/) { $WRTUSER = $1; } Can the code block that parses the vcl database name be extended to allow underscores and hyphens as well? < if ($l =

Re: VCL questions (provisioning/deprovisioning)

2009-07-30 Thread Toks Adeshiyan
(2) I would also like to understand how resources are deprovisioned. What happens when a provisioned resource's allocated time has lapsed? Are there any plans for an implementation of an official deprovisioning process (e.g., VCL::Module::Provisioning::unload( ))? Deprovisioning already

Re: VCL questions (provisioning/deprovisioning)

2009-08-04 Thread Toks Adeshiyan
Thanks Aaron. This explanation helps a whole lot -- I understand this issue much better. Toks Aaron Peeler wrote: Toks, Yes this is true for any compute resource - bare-metal or virtual machine. The goal being to have that compute resource reloaded and ready for the next user. In an edu

small bug in _is_user_added()

2009-08-04 Thread Toks Adeshiyan
I ran into a small bug last week where VCL reports that the admin user account has been added to a provisioned resource even though the user add command had actually failed. This is based on the following /etc/passwd contents: 2009-07-27 19:07:58|5762|2:2|reserved|utils.pm:run_ssh_command(67

Linux.pm post_load()

2009-09-01 Thread Toks Adeshiyan
Quick questions... Why is sshd disabled during post_load()? If this happens immediately after the load routine, when/how does the service get re-enabled? Toks

Re: esxthin.pm username/password/filer ip variables

2009-10-12 Thread Toks Adeshiyan
Andy, Is the thinking here that this new function is geared more towards static variables? I would imagine that developers may want to update/remove variables over the course of several invocations of a given provisioning module. Is this inherently built in? Toks Andy Kurth wrote: The bac

Re: ANNOUNCE: release of Apache VCL 2.1

2009-12-04 Thread Toks Adeshiyan
Congrats :-) Josh Thompson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 VCL Community, I am very happy to announce our first release through ASF! Apache VCL 2.1 is now available for download. The release page with download links, release notes, and the change log can be found here: