Re: [one-users] RAW section

2015-01-14 Thread Steven Timm
On Tue, 13 Jan 2015, Jaime Melis wrote: Hi Steven, apologies for the delay. I think I just realised what's wrong. If you look at the output of onetemplate show:       There are single and double quotes there that should not be there, it should read:       If I'm right, if you do "onetempl

Re: [one-users] RAW section

2015-01-14 Thread Steven Timm
It's a migration error-- In the process of migrating from ONE3.2 to ONE4.8 I discovered that there were many places in my CONTEXT section of the template where the \" way of escaping double quotes no longer worked and I had to convert them to single quotes. I did the same in the RAW section, inse

Re: [one-users] RAW section

2015-01-13 Thread Jaime Melis
I wonder how they got there in the first place. Do you think it was human error, or a migration error? On Jan 13, 2015 7:56 PM, "Steven Timm" wrote: > On Tue, 13 Jan 2015, Jaime Melis wrote: > > Hi Steven, >> >> apologies for the delay. I think I just realised what's wrong. If you >> look at the

Re: [one-users] RAW section

2015-01-13 Thread Jaime Melis
Hi Steven, apologies for the delay. I think I just realised what's wrong. If you look at the output of onetemplate show: There are single and double quotes there that should not be there, it should read: If I'm right, if you do "onetemplate update " you willl see something like:

Re: [one-users] RAW section

2014-12-29 Thread Steven Timm
Jaime. Sorry I didn't see this earlier, before the holidays. Output of onevm show -x and onetemplate show -x is attached. Steve Timm [root@fermicloud198 timm]# onevm show 21579 -x 21579 5 1 nova users SLF6routeprivatecw_2-21579 1 1 0 0 0 0 0 0

Re: [one-users] RAW section

2014-12-15 Thread Jaime Melis
Hi, Can you send us onevm show -x of the VM and the onetemplate show -x? Regards, Jaime On Dec 15, 2014 11:47 PM, "Steven Timm" wrote: > Under OpenNebula 3.2 we used the RAW section to declare a serial > console in libvirt which could then be attached to on the hypervisor > via virsh console. >

[one-users] RAW section

2014-12-15 Thread Steven Timm
Under OpenNebula 3.2 we used the RAW section to declare a serial console in libvirt which could then be attached to on the hypervisor via virsh console. (this comes in very handy if you are dealing with windows or mac desktops which don't have a very good X emulation for VNC viewers). Template s

Re: [one-users] RAW section--can it be included in ?

2014-04-01 Thread Steven Timm
Thanks, Javier, I will give it a try. Steve On Tue, 1 Apr 2014, Javier Fontan wrote: You can add the devices section in that stanza, libvirt will mix both devices sections. For example: RAW=[ TYPE="kvm", DATA="

Re: [one-users] RAW section--can it be included in ?

2014-04-01 Thread Javier Fontan
You can add the devices section in that stanza, libvirt will mix both devices sections. For example: RAW=[ TYPE="kvm", DATA=" "] On Tue, Apr 1, 2014 at 5:18 AM, Steven C Timm wrot

[one-users] RAW section--can it be included in ?

2014-03-31 Thread Steven C Timm
I would like to configure some OpenNebula VM's to have a serial console that can be accessed via the "virsh console" command. The following xml works if it is inserted manually before the tag in the deployment.0