Re: [VOTE] release VCL 2.3

2012-05-30 Thread Xianqing Yu
+1 Thanks, Xianqing Yu IBM WSTI Intern -Original Message- From: Josh Thompson Sent: Tuesday, May 29, 2012 4:36 PM To: vcl-dev@incubator.apache.org Subject: [VOTE] release VCL 2.3 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We've finally reached a point where we do not seem

Re: [VOTE] Apache VCL Ready to Graduate

2012-05-10 Thread Xianqing Yu
+1 : yes, Apache VCL is ready to graduate to a top level project Thanks, Xianqing Yu IBM WSTI -Original Message- From: Andy Kurth Sent: Thursday, May 10, 2012 11:01 AM To: vcl-dev@incubator.apache.org ; vcl-u...@incubator.apache.org Subject: [VOTE] Apache VCL Ready to Graduate

Re: The CCMP module for IBM Cloud

2012-04-25 Thread Xianqing Yu
2.3 release. https://issues.apache.org/jira/browse/VCL-457 https://issues.apache.org/jira/browse/VCL-537 We will talk to Young H's group tomorrow. More comments will be added. Thoughts? Best Regards, Aaron On Tue, Apr 24, 2012 at 5:14 PM, Xianqing Yu wrote: Hi Aaron, Tha

Re: The CCMP module for IBM Cloud

2012-04-24 Thread Xianqing Yu
Hi Aaron, Thanks for your help. I will test it out. Thanks, Xianqing Yu IBM WSTI -Original Message- From: Aaron Peeler Sent: Tuesday, April 24, 2012 9:14 AM To: vcl-dev@incubator.apache.org Subject: Re: The CCMP module for IBM Cloud Hi Xianqing, Thanks for the contribution

Re: The CCMP module for IBM Cloud

2012-04-23 Thread Xianqing Yu
but record information into VCL database, later on accounting script can fetch information from VCL database to generate report. However, in this method, you have to open VCL database access to accounting code. I am not sure which method is better, more discussion is appreciated. Thanks, Xianqing Yu

[jira] [Updated] (VCL-457) VCL new provisioning module: CCMP module (Provisioning virtual machines inside IBM Cloud)

2012-04-23 Thread Xianqing Yu (JIRA)
[ https://issues.apache.org/jira/browse/VCL-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xianqing Yu updated VCL-457: Attachment: account.pl Perl code can fetch information from VCL log file, and generate account usage report

Re: The New KVM Provisioning module

2011-08-16 Thread Xianqing Yu
porting vmdk file, all current vmdk image running on the VMware ESX can be used directly on KVM host without any effort. I think it could be very nice feature in future. Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North Carolina Stat

Re: The New KVM Provisioning module

2011-08-16 Thread Xianqing Yu
mail message between Eric and me, FYI. On 08/15/2011 02:57 PM, Xianqing Yu wrote: So, if I understand correctly, non-persistent disk is not there yet. But it may release with next version of libvirt, right? Correct. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvirt virtual

Re: The New KVM Provisioning module

2011-08-15 Thread Xianqing Yu
use command "qemu-kvm -snapshot.." to make it work. For now, I think we have to choose, either use libvirt without non-persistent disk support, or use qemu-kvm API. Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North

Re: Reserve a cluster in VCL

2011-08-15 Thread Xianqing Yu
I am trying to use $project to assign VM to separate vlan. Do you know how I can add new project into the image table in VCL database? Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North Carolina State University, Raleigh, NC E-mail

Re: Reserve a cluster in VCL

2011-08-10 Thread Xianqing Yu
Does VCL have any cluster image I can reserve (which has separate vlans)? I would like to get some first-hand experience. I heard from Dr. Ning that you guys has some HPC relative images has this function. Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department

Re: The New KVM Provisioning module

2011-08-04 Thread Xianqing Yu
dnesday, August 03, 2011 02:14 PM To: vcl-dev@incubator.apache.org Subject: Re: The New KVM Provisioning module $self->data->get_image_os_install_type() should do it. On Wed, Aug 3, 2011 at 12:47 PM, Xianqing Yu wrote: A quick question, do you know any function call can get OSinstalltype

Re: The New KVM Provisioning module

2011-08-04 Thread Xianqing Yu
incubator.apache.org Subject: Re: The New KVM Provisioning module $self->data->get_image_os_install_type() should do it. On Wed, Aug 3, 2011 at 12:47 PM, Xianqing Yu wrote: A quick question, do you know any function call can get OSinstalltype content for the target image? Thanks, Xianqing Yu

Re: The New KVM Provisioning module

2011-08-03 Thread Xianqing Yu
A quick question, do you know any function call can get OSinstalltype content for the target image? Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North Carolina State University, Raleigh, NC E-mail: x...@ncsu.edu -Original

Re: The New KVM Provisioning module

2011-08-02 Thread Xianqing Yu
#x27;s OS module point to "kvm-img" as OSinstalltype, then the code should consider the image as "img" image file, and vice verse. Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North Carolina State University, Ra

Re: The New KVM Provisioning module

2011-08-01 Thread Xianqing Yu
My question is that what its name should be when the image file is img format? My final goal is that make KVM module can support flat.vmdk and img file at the same time. Is that possible to do that? Or I should give one of them up? Thanks, Xianqing Yu -- Graduate Research Assistant,

Re: The New KVM Provisioning module

2011-07-29 Thread Xianqing Yu
ne. I can have my script and kvm provisioning code ready within three days, so you guys can take a look. So should I publish it on the JIRE? Thanks, Xianqing Yu WSTI Intern xia...@us.ibm.com -Aaron Peeler wrote: - To: vcl-dev@incubator.apache.org From: Aaron Peeler D

Fw: The New KVM Provisioning module

2011-07-27 Thread Xianqing Yu
- Forwarded by Xianqing Yu/Durham/IBM on 07/27/2011 10:10 AM - From: Xianqing Yu/Durham/IBM To: vcl-dev@incubator.apache.org Date: 07/26/2011 11:18 PM Subject:The New KVM Provisioning module Hi VCL community, I am developing KVM Provisioning Module for VCL system

The New KVM Provisioning module

2011-07-27 Thread Xianqing Yu
e everyone to join the discussion with me if you are interesting about. Such as, is there any new features you expect to see in this module? Do you have any suggestion about this module? Or you have any questions about this module? Please let me know. Thanks, Xianqing Yu WSTI Intern xia...@us.ibm.com

The New KVM Provisioning module

2011-07-27 Thread Xianqing Yu
e everyone to join the discussion with me if you are interesting about. Such as, is there any new features you expect to see in this module? Do you have any suggestion about this module? Or you have any questions about this module? Please let me know. Thanks, Xianqing Yu WSTI Intern xia...@us.ibm.com

Re: The CCMP module for IBM Cloud

2011-04-26 Thread Xianqing Yu
. Create power_off function, and use it to power off computers. Again, thank you for your recommendations, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North Carolina State University, Raleigh, NC E-mail: x...@ncsu.edu -Original Message

Re: The CCMP module for IBM Cloud

2011-04-25 Thread Xianqing Yu
ant to update the keys for different reasons. So our current method can simplify the user's usage. However, this method also make the code more complex and make IBM OS modules are more different from any other OS modules which also only own one NIC. Thanks, Xianqing Yu -- Gradua

Re: The CCMP module for IBM Cloud

2011-04-20 Thread Xianqing Yu
blic NIC or private NIC. The OS modules is based on VCL 2.2 OS modules, linux.pm and windows.pm, I may make a lot of changes when I develop and test these modules. So if extend original OS modules is the best way, I can extend both modules, and then send you guys the code to check,

Re: [VOTE] release VCL 2.2.1

2011-03-18 Thread Xianqing Yu
+1 Thanks, Xianqing Yu -- Graduate Research Assistant, Cyber Defense Lab Department of Computer Science North Carolina State University, Raleigh, NC E-mail: x...@ncsu.edu -Original Message- From: Josh Thompson Sent: Friday, March 18, 2011 04:30 PM To: vcl-dev

xCAT Support for KVM

2011-02-24 Thread Xianqing Yu
Hi VCL Community: I heard that xCat support for KVM now and find xCAT-KVM wiki at http://sourceforge.net/apps/mediawiki/xcat/index.php?title=KVM I wonder that if now VCL can use xCAT provisioning module to provisioning KVM. If yes, which version of xCAT module can be used? Thanks, Xianqing

Re: use of these lists

2011-02-09 Thread Xianqing Yu
Agree. Thanks, Xianqing -Original Message- From: Josh Thompson Sent: Wednesday, February 09, 2011 09:51 AM To: vcl-dev@incubator.apache.org ; vcl-u...@incubator.apache.org Subject: use of these lists -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When we started at ASF, the vcl-user

Re: Try to use block allocation

2011-01-31 Thread Xianqing Yu
Hi: I fixed the problem. Turns out I first have to define the user and password and URL in vcl.conf file, then add the XMlRPCAPI allowed user in conf.php file. Thanks, Xianqing -Original Message- From: Xianqing Yu Sent: Monday, January 31, 2011 12:02 PM To: vcl-dev

Try to use block allocation

2011-01-31 Thread Xianqing Yu
Hi VCL team: I try to use the block allocation function in VCL, however I always get error message. It seem that I didn't properly set up XML RPC. The following is message in log file. Thanks in advance. 2011-01-31 11:54:31|4201|utils.pm:check_blockrequest_time(1005)|block request start time

Distinguish events between block allocation request and reload request

2011-01-31 Thread Xianqing Yu
Hi VCL developers: I am trying to enable block allocation in CCMP module. CCMP module is the new module we make VCL work with IBM Cloud. In order to make the block allocation work, I have to distinguish block allocation request from normal reload request (the request send by VCL when one user

The way to create local user quickly

2011-01-20 Thread Xianqing Yu
Hi All: I try to create several local accounts in VCL system. Is there any ways to create local accounts easily and quickly? Thanks, Xianqing Graduate Student NCSU

Re: Interim VCL 2.2.1 release?

2011-01-20 Thread Xianqing Yu
+1 Thanks, Xianqing -Original Message- From: Andy Kurth Sent: Tuesday, January 18, 2011 12:38 PM To: vcl-dev@incubator.apache.org Subject: Interim VCL 2.2.1 release? I'd like to propose cutting an interim VCL 2.2.1 release within the next month. There have been a fair number of

Re: Distinguish between reservation and caching

2011-01-19 Thread Xianqing Yu
equest_state_name() Withing the load subroutine, this will return 'new', 'reload', or possibly 'tovmhostinuse'. -Andy On 1/18/2011 5:57 PM, Xianqing Yu wrote: Hi VCL community: One quick question, both the normal VCL reservation request and caching function will s

Fw: IP only for VCL

2011-01-18 Thread Xianqing Yu
”. Thanks, Xianqing From: Vinay Venkatesh Sent: Friday, January 14, 2011 12:48 PM To: yu267155...@hotmail.com Subject: Re: IP only for VCL Hey Xianqing, an entry for the machine in /etc/hosts will work even if DNS not there. Tnx vinay 2011/1/14 Xianqing Yu Hi, I am trying to setup

Distinguish between reservation and caching

2011-01-18 Thread Xianqing Yu
Hi VCL community: One quick question, both the normal VCL reservation request and caching function will send the same request to esx.pm load function. I wonder if there is any way to distingush between reservation request and caching request, maybe some parameters inside VCL database? Thanks

disable Check for Connection function

2011-01-17 Thread Xianqing Yu
Hi All, After reservation, VCL deamon will continuely to check for connection in reservated machine by command "netstat -an" or "who". Does anyone know that if there is any way to disable the checking function? Thanks, Xianqing

Re: IP only for VCL

2011-01-17 Thread Xianqing Yu
d with just the IP, but I have been successful with a made up FQDN and just specifying it the hosts file on the server and clients. 2011/1/14 Xianqing Yu Hi, I am trying to setup VCL 2.2. However, I don't have DNS name for my server. I wonder if that is possible to setup VCL on

IP only for VCL

2011-01-14 Thread Xianqing Yu
Hi, I am trying to setup VCL 2.2. However, I don't have DNS name for my server. I wonder if that is possible to setup VCL only with IP? Thanks, Xianqing

The CCMP module for IBM Cloud

2010-12-10 Thread Xianqing Yu
under the testing. I think we can contribute ccmp module and documentation relative to the module to VCL community in January next year. Best Regards, Xianqing Yu WSTI Intern y...@us.ibm.com

Re: Problem when Installing VCL 2.2

2010-10-11 Thread Xianqing Yu
nks, Xianqing -- From: "Xianqing Yu" Sent: Monday, October 11, 2010 05:08 PM To: Subject: Problem when Installing VCL 2.2 Hi all, After I installed VCL 2.2, I get failing message when I make a reservation. Following is the message I g

Re: Problem when Installing VCL 2.2

2010-10-11 Thread Xianqing Yu
I check the log for install_perl_libs.pl, statement relative to Mail is following: -- From: "Xianqing Yu" Sent: Monday, October 11, 2010 05:08 PM To: Subject: Problem when Installing VCL 2.2 Hi all, After I installed VCL 2.2, I g

Problem when Installing VCL 2.2

2010-10-11 Thread Xianqing Yu
Hi all, After I installed VCL 2.2, I get failing message when I make a reservation. Following is the message I got. I ran the install_perl_libs.pl, and I also manually install Mail::Mailer. However I always get this error. Any thoughts? Thanks, Xianqing 2010-10-11 17:01:07|6268|6:6|new|u

Re: [VOTE] release VCL 2.2 - voting based on RC2

2010-09-24 Thread Xianqing Yu
+1 Thanks, Xianqing Yu Graduate Student Department of Computer Science North Carolina State University E-mail: x...@ncsu.edu On Sep 22, 2010, at 6:47 PM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm starting a different thread to vote agai

Re: [VOTE] release VCL 2.2 - voting based on RC2

2010-09-23 Thread Xianqing Yu
+1 Thanks, Xianqing Yu Graduate Student Department of Computer Science North Carolina State University E-mail: x...@ncsu.edu On Sep 22, 2010, at 6:47 PM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm starting a different thread to vote agai

Re: [VOTE] release VCL 2.2

2010-09-20 Thread Xianqing Yu
+1 Thanks, Xianqing Yu Graduate Student Department of Computer Science North Carolina State University E-mail: x...@ncsu.edu On Sep 17, 2010, at 5:06 PM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I created a release artifact based off of trunk. I

Fw: Proto-Olive API key

2010-06-28 Thread Xianqing Yu
-flat.vmdk? Thanks, Xianqing -- From: "Benjamin Gilbert" Sent: Monday, June 21, 2010 03:29 PM To: "Xianqing Yu" Cc: "Glenn Ammons" ; "Peng Ning" Subject: Re: Proto-Olive API key However, when I try to retri