|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen Config Files from Database
Excellent Carlos! This is exactly what I was looking for!
So literally I just do:
xm create <Text from config file>
Cheers!
On 19/04/2011 12:31, Carlos wrote:
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
|
|
|
|
|