WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Xen Config Files from Database

To: James Harper <james.harper@xxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Xen Config Files from Database
From: Carlos <cechevarne@xxxxxxxxx>
Date: Tue, 19 Apr 2011 13:31:18 +0200
Cc: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>, Jonathan Tripathy <jonnyt@xxxxxxxxxxx>
Delivery-date: Tue, 19 Apr 2011 04:34:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PiB+jTvZ9hVG2IBiXSK0NOd2nBW3fF0GKdDBP4k26fM=; b=xOYXqW0LFHmLjyDoBQZp3crpnLP0AwBUwXIe9qQbMkxIkZygkrn+C2kP732vGzZkQS iTrvRxkVrSxPMLGQAB4Dv7FBHIRteAWK4g4AOE9EDrCdKYT6iANXlYpTtsRCJ1mOI1Rm aBh6xsF/GzrwS/kDj9iarMsiNHOOHEwxO7uko=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DLCoTEfmIdSOCoiCJTKpyoBDG4ep/O0KW+hCw+lqOohYEGjAr+sZDSmJgPGEX6qHJU XeTsHNrKtmIfPZNhC332GEEbjv7MyS023K1YhOA855rxovEjYbeM5RtwuqDknQWQ6S08 aZma27m+/SFbl6xA2Good7/YR3ptcXoh3ulmQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AEC6C66638C05B468B556EA548C1A77D01CC8B2D@trantor>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4DAD69AA.3050302@xxxxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D01CC8B2D@trantor>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
You can launch domUs without config file. In your case, you can read domU configuration parameters from database and them generate "xm create" command dynamically

Example.
                 xm create /dev/null ramdisk=initrd.img \
                    kernel=/boot/vmlinuz-2.6.12.6-xenU \
                    name=ramdisk vif='' vcpus=1 \
                    memory=64 root=/dev/ram0




2011/4/19 James Harper <james.harper@xxxxxxxxxxxxxxxx>
> Hi Everyone,
>
> Is there any way to make the xm create command read a config file via
a
> pipe or "<" ?
>
> My idea would be to generate the config file dynamically from a
database
> via  a php scripts, and somehow pipe the output to xm create
>
> Any help would be appreciated
>

Aren't the domu config files in /etc/xen just python source fragments?

James

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>