Re: [ovirt-users] assign hostname to vm using REST API

2014-08-10 Thread Shahar Havivi
On 06.08.14 12:36, naaz wrote:
 I am using REST API to integrate rhev with java(not SDK)
 I am trying to assign hostname to vm but showing some bad request error.
if its a bad request it may be you are not using the PUT http method?
(PUT if you are updating POST if you are creating new VM)
 
 I have created template from vm which have cloud init package in it also m 
 using rhev 3.4.
 Do i need to use payload method if so please provide me the proper code for 
 both -for passing payload through code in url and the payload file sample
 
 can anyone plz tell me how to do it?
Take a look here:
http://www.ovirt.org/Features/Cloud-Init_Integration

Make sure that you are adding to the http header Content-Type=Application/xml

vm
 ...
 initialization
  cloud_init
  host
 addresscloudInitInstanceName/address
  /host
 ...
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Urgent: not comply with the cluster Default emulated machines

2014-08-10 Thread Itamar Heim

On 08/07/2014 09:49 AM, Neil wrote:

Hi Roy,

Thank you very much for replying so quickly. I think I've managed to
work out what is causing it.

During the updates it looks like one of my hosts ended up with
qemu-kvm-0.12.1.2-2.415.el6_5.10.x86_64, which is the one that was
working, and the other two hosts ended up with
qemu-kvm-rhev-0.12.1.2-2.355.el6.3.x86_64

I've since removed  2.355 and re-installed node03 with 2.415 and it's
now operational again.

Thank you very much for your assistance.



3.4 assumed .el6.5, i recommend updating all packages to it, not just 
qemu-kvm.



Greatly appreciated.

Kind regards.

Neil Wilson.



On Thu, Aug 7, 2014 at 8:27 AM, Roy Golan rgo...@redhat.com wrote:

On 08/07/2014 09:10 AM, Neil wrote:

let see what qemu output as its supported emulated machines

on your non-operational host:

/usr/libexec/qemu-kvm -M ?

if rhel6.4 is there than vdsm still caches old values probably

verify with

vdsClient 0 -s getVdsCaps | grep rhel





Hi guys,

Please could someone assist urgently, 2 of my 3 hosts are non
operational and some VM's won't start because I don't have resources
to run them all on one host.

I upgraded to 3.4 from 3.3 yesterday and everything seemed fine, then
woke up this morning to this problem...

host node03 does not comply with the cluster Default emulated
machines. The Hosts emulated machines are rhel6.4.0,pc


Hosts CentOS release 6.5 (Final)
vdsm-python-4.14.11.2-0.el6.x86_64
vdsm-cli-4.14.11.2-0.el6.noarch
vdsm-python-zombiereaper-4.14.11.2-0.el6.noarch
vdsm-xmlrpc-4.14.11.2-0.el6.noarch
vdsm-4.14.11.2-0.el6.x86_64
qemu-kvm-rhev-0.12.1.2-2.355.el6.3.x86_64
qemu-kvm-tools-0.12.1.2-2.415.el6_5.10.x86_64
qemu-kvm-rhev-tools-0.12.1.2-2.295.el6.8.x86_64

Engine:
ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
ovirt-release34-1.0.2-1.noarch
ovirt-engine-dbscripts-3.4.3-1.el6.noarch
ovirt-release-el6-9-1.noarch
ovirt-iso-uploader-3.4.0-1.el6.noarch
ovirt-engine-lib-3.4.3-1.el6.noarch
ovirt-engine-backend-3.4.3-1.el6.noarch
ovirt-engine-websocket-proxy-3.4.3-1.el6.noarch
ovirt-engine-userportal-3.4.3-1.el6.noarch
ovirt-engine-setup-base-3.4.3-1.el6.noarch
ovirt-host-deploy-java-1.2.2-1.el6.noarch
ovirt-engine-cli-3.3.0.6-1.el6.noarch
ovirt-engine-setup-3.4.3-1.el6.noarch
ovirt-engine-restapi-3.4.3-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-3.4.3-1.el6.noarch
ovirt-engine-webadmin-portal-3.4.3-1.el6.noarch
ovirt-image-uploader-3.4.0-1.el6.noarch
ovirt-engine-tools-3.4.3-1.el6.noarch
ovirt-engine-setup-plugin-websocket-proxy-3.4.3-1.el6.noarch
ovirt-host-deploy-1.2.2-1.el6.noarch
ovirt-log-collector-3.4.1-1.el6.noarch
ovirt-engine-3.4.3-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-common-3.4.3-1.el6.noarch

I set my cluster compatibility to 3.4 after the upgrade as well.

Thank you!

Regards.

Neil Wilson.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Urgent: not comply with the cluster Default emulated machines

2014-08-10 Thread Roy Golan

On 08/10/2014 03:56 PM, Itamar Heim wrote:

On 08/07/2014 09:49 AM, Neil wrote:

Hi Roy,

Thank you very much for replying so quickly. I think I've managed to
work out what is causing it.

During the updates it looks like one of my hosts ended up with
qemu-kvm-0.12.1.2-2.415.el6_5.10.x86_64, which is the one that was
working, and the other two hosts ended up with
qemu-kvm-rhev-0.12.1.2-2.355.el6.3.x86_64

I've since removed  2.355 and re-installed node03 with 2.415 and it's
now operational again.

Thank you very much for your assistance.



3.4 assumed .el6.5, i recommend updating all packages to it, not just 
qemu-kvm.




I might be explaining the trivial but anyhow  - vdsm's rpm version is 
distinct from the ovirt's (as opposed to ovirt-engine)  and can be 
checked by


[root ~]# vdsClient -s 0  getVdsCaps | grep -i supportedEngine
supportedENGINEs = ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5']






Greatly appreciated.

Kind regards.

Neil Wilson.



On Thu, Aug 7, 2014 at 8:27 AM, Roy Golan rgo...@redhat.com wrote:

On 08/07/2014 09:10 AM, Neil wrote:

let see what qemu output as its supported emulated machines

on your non-operational host:

/usr/libexec/qemu-kvm -M ?

if rhel6.4 is there than vdsm still caches old values probably

verify with

vdsClient 0 -s getVdsCaps | grep rhel





Hi guys,

Please could someone assist urgently, 2 of my 3 hosts are non
operational and some VM's won't start because I don't have resources
to run them all on one host.

I upgraded to 3.4 from 3.3 yesterday and everything seemed fine, then
woke up this morning to this problem...

host node03 does not comply with the cluster Default emulated
machines. The Hosts emulated machines are rhel6.4.0,pc


Hosts CentOS release 6.5 (Final)
vdsm-python-4.14.11.2-0.el6.x86_64
vdsm-cli-4.14.11.2-0.el6.noarch
vdsm-python-zombiereaper-4.14.11.2-0.el6.noarch
vdsm-xmlrpc-4.14.11.2-0.el6.noarch
vdsm-4.14.11.2-0.el6.x86_64
qemu-kvm-rhev-0.12.1.2-2.355.el6.3.x86_64
qemu-kvm-tools-0.12.1.2-2.415.el6_5.10.x86_64
qemu-kvm-rhev-tools-0.12.1.2-2.295.el6.8.x86_64

Engine:
ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
ovirt-release34-1.0.2-1.noarch
ovirt-engine-dbscripts-3.4.3-1.el6.noarch
ovirt-release-el6-9-1.noarch
ovirt-iso-uploader-3.4.0-1.el6.noarch
ovirt-engine-lib-3.4.3-1.el6.noarch
ovirt-engine-backend-3.4.3-1.el6.noarch
ovirt-engine-websocket-proxy-3.4.3-1.el6.noarch
ovirt-engine-userportal-3.4.3-1.el6.noarch
ovirt-engine-setup-base-3.4.3-1.el6.noarch
ovirt-host-deploy-java-1.2.2-1.el6.noarch
ovirt-engine-cli-3.3.0.6-1.el6.noarch
ovirt-engine-setup-3.4.3-1.el6.noarch
ovirt-engine-restapi-3.4.3-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-3.4.3-1.el6.noarch
ovirt-engine-webadmin-portal-3.4.3-1.el6.noarch
ovirt-image-uploader-3.4.0-1.el6.noarch
ovirt-engine-tools-3.4.3-1.el6.noarch
ovirt-engine-setup-plugin-websocket-proxy-3.4.3-1.el6.noarch
ovirt-host-deploy-1.2.2-1.el6.noarch
ovirt-log-collector-3.4.1-1.el6.noarch
ovirt-engine-3.4.3-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-common-3.4.3-1.el6.noarch

I set my cluster compatibility to 3.4 after the upgrade as well.

Thank you!

Regards.

Neil Wilson.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt with 389 server inactive groups

2014-08-10 Thread Paul Robert Marino
Sorry for my delayed response to this

I am using ovirt 3.3.
I am using Kerberos 5, and all of the DNS requirements are in place.
Finally 389 server is the upstream project for RHDS and one of the
upstream projects for IPA.
So I chose to set it as RHDS because its an identical match.

User authentication works just fine my problem is adding roles to groups.
I can assign a role to a group but the group always shows an inactive
status; however if I assign a role directly to to a user it works
fine.
In addition if I drill down into a user it knows what groups in the
389 server the user is a member of.

finally I can't see any error in the logs when adding a role to a group



On Sat, Aug 9, 2014 at 2:33 AM, Alon Bar-Lev alo...@redhat.com wrote:


 - Original Message -
 From: Maurice James mja...@media-node.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: Itamar Heim ih...@redhat.com, users@ovirt.org
 Sent: Saturday, August 9, 2014 3:47:04 AM
 Subject: Re: [ovirt-users] ovirt with 389 server inactive groups

 Does this still require the use of kerberos? Will 389-ds work on its own?

 In 3.5 we introduced pure ldap support[1], obsoleting the kerberos/ldap mix.

 It will be great to receive feedback[2].

 389ds is not supported directly, I think it is similar to IPA as it uses 389. 
 Maybe I should rename the profile of ipa to 389 if it works properly.

 Regards,
 Alon

 [1] 
 http://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=master
 [2] http://lists.ovirt.org/pipermail/devel/2014-August/008367.html


 - Original Message -
 From: Alon Bar-Lev alo...@redhat.com
 To: Itamar Heim ih...@redhat.com
 Cc: users@ovirt.org
 Sent: Friday, August 8, 2014 3:45:07 PM
 Subject: Re: [ovirt-users] ovirt with 389 server inactive groups



 - Original Message -
  From: Itamar Heim ih...@redhat.com
  To: Paul Robert Marino prmari...@gmail.com, users@ovirt.org
  Sent: Friday, August 8, 2014 10:37:11 PM
  Subject: Re: [ovirt-users] ovirt with 389 server inactive groups
 
  On 08/07/2014 07:06 PM, Paul Robert Marino wrote:
   I have ovirt engine running and connected to a 389 server with the
   memberof plugin enabled and working properly.
  
   I can add users and assign them to roles without any issues.
  
   when I look at a user I can see all the LDAP groups they are a member of.
  
   when I run engine-manage-domains  -action=validate it tells me the
   domain is valid.
  
   here is my problem when I try to assign a role to an LDAP group it
   looks like it works but in the general tab when under the group it
   tells me the status is Inactive.
  
   dose any one know how to enable the group?
   ___
   Users mailing list
   Users@ovirt.org
   http://lists.ovirt.org/mailman/listinfo/users
  
 
  3.4 or new 3.5 Generic LDAP provider?


 On case this is 3.5 it is known issue, all groups will be seen as inactive,
 this field will probably be removed from UI, as groups are no longer fetched
 periodically.
 This field is totally ignored.

 Alon
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt with 389 server inactive groups

2014-08-10 Thread Alon Bar-Lev


- Original Message -
 From: Paul Robert Marino prmari...@gmail.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: Maurice James mja...@media-node.com, users@ovirt.org
 Sent: Sunday, August 10, 2014 10:43:14 PM
 Subject: Re: [ovirt-users] ovirt with 389 server inactive groups
 
 Sorry for my delayed response to this
 
 I am using ovirt 3.3.
 I am using Kerberos 5, and all of the DNS requirements are in place.
 Finally 389 server is the upstream project for RHDS and one of the
 upstream projects for IPA.
 So I chose to set it as RHDS because its an identical match.
 
 User authentication works just fine my problem is adding roles to groups.
 I can assign a role to a group but the group always shows an inactive
 status; however if I assign a role directly to to a user it works
 fine.
 In addition if I drill down into a user it knows what groups in the
 389 server the user is a member of.
 
 finally I can't see any error in the logs when adding a role to a group
 

Please open a bug, I am unsure that it will be addressed before 3.5, as we have 
done major rework for the authentication and authorization to make it much more 
versatile. Even if there will be a fix it will be provided to 3.4.z.

It will be best if you want to test this scenario in 3.5 release candidate and 
the new ldap provider, so we can address the issue before 3.5 release if exists.

 
 
 On Sat, Aug 9, 2014 at 2:33 AM, Alon Bar-Lev alo...@redhat.com wrote:
 
 
  - Original Message -
  From: Maurice James mja...@media-node.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: Itamar Heim ih...@redhat.com, users@ovirt.org
  Sent: Saturday, August 9, 2014 3:47:04 AM
  Subject: Re: [ovirt-users] ovirt with 389 server inactive groups
 
  Does this still require the use of kerberos? Will 389-ds work on its own?
 
  In 3.5 we introduced pure ldap support[1], obsoleting the kerberos/ldap
  mix.
 
  It will be great to receive feedback[2].
 
  389ds is not supported directly, I think it is similar to IPA as it uses
  389. Maybe I should rename the profile of ipa to 389 if it works properly.
 
  Regards,
  Alon
 
  [1]
  http://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=master
  [2] http://lists.ovirt.org/pipermail/devel/2014-August/008367.html
 
 
  - Original Message -
  From: Alon Bar-Lev alo...@redhat.com
  To: Itamar Heim ih...@redhat.com
  Cc: users@ovirt.org
  Sent: Friday, August 8, 2014 3:45:07 PM
  Subject: Re: [ovirt-users] ovirt with 389 server inactive groups
 
 
 
  - Original Message -
   From: Itamar Heim ih...@redhat.com
   To: Paul Robert Marino prmari...@gmail.com, users@ovirt.org
   Sent: Friday, August 8, 2014 10:37:11 PM
   Subject: Re: [ovirt-users] ovirt with 389 server inactive groups
  
   On 08/07/2014 07:06 PM, Paul Robert Marino wrote:
I have ovirt engine running and connected to a 389 server with the
memberof plugin enabled and working properly.
   
I can add users and assign them to roles without any issues.
   
when I look at a user I can see all the LDAP groups they are a member
of.
   
when I run engine-manage-domains  -action=validate it tells me the
domain is valid.
   
here is my problem when I try to assign a role to an LDAP group it
looks like it works but in the general tab when under the group it
tells me the status is Inactive.
   
dose any one know how to enable the group?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
   
  
   3.4 or new 3.5 Generic LDAP provider?
 
 
  On case this is 3.5 it is known issue, all groups will be seen as
  inactive,
  this field will probably be removed from UI, as groups are no longer
  fetched
  periodically.
  This field is totally ignored.
 
  Alon
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt with 389 server inactive groups

2014-08-10 Thread Itamar Heim

On 08/10/2014 10:50 PM, Alon Bar-Lev wrote:



- Original Message -

From: Paul Robert Marino prmari...@gmail.com
To: Alon Bar-Lev alo...@redhat.com
Cc: Maurice James mja...@media-node.com, users@ovirt.org
Sent: Sunday, August 10, 2014 10:43:14 PM
Subject: Re: [ovirt-users] ovirt with 389 server inactive groups

Sorry for my delayed response to this

I am using ovirt 3.3.
I am using Kerberos 5, and all of the DNS requirements are in place.
Finally 389 server is the upstream project for RHDS and one of the
upstream projects for IPA.
So I chose to set it as RHDS because its an identical match.

User authentication works just fine my problem is adding roles to groups.
I can assign a role to a group but the group always shows an inactive
status; however if I assign a role directly to to a user it works
fine.
In addition if I drill down into a user it knows what groups in the
389 server the user is a member of.

finally I can't see any error in the logs when adding a role to a group



Please open a bug, I am unsure that it will be addressed before 3.5, as we have 
done major rework for the authentication and authorization to make it much more 
versatile. Even if there will be a fix it will be provided to 3.4.z.

It will be best if you want to test this scenario in 3.5 release candidate and 
the new ldap provider, so we can address the issue before 3.5 release if exists.



could also be one of these fixed in 3.4:
3.4.0 - Bug 1065615 - When adding a user that belongs to a group, it 
does not inherit the group permissions
3.4.1 - Bug 1069562 - When assigning permissions to user that belongs to 
a group indirectly, it does not inherit the group permissions





On Sat, Aug 9, 2014 at 2:33 AM, Alon Bar-Lev alo...@redhat.com wrote:



- Original Message -

From: Maurice James mja...@media-node.com
To: Alon Bar-Lev alo...@redhat.com
Cc: Itamar Heim ih...@redhat.com, users@ovirt.org
Sent: Saturday, August 9, 2014 3:47:04 AM
Subject: Re: [ovirt-users] ovirt with 389 server inactive groups

Does this still require the use of kerberos? Will 389-ds work on its own?


In 3.5 we introduced pure ldap support[1], obsoleting the kerberos/ldap
mix.

It will be great to receive feedback[2].

389ds is not supported directly, I think it is similar to IPA as it uses
389. Maybe I should rename the profile of ipa to 389 if it works properly.

Regards,
Alon

[1]
http://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=master
[2] http://lists.ovirt.org/pipermail/devel/2014-August/008367.html



- Original Message -
From: Alon Bar-Lev alo...@redhat.com
To: Itamar Heim ih...@redhat.com
Cc: users@ovirt.org
Sent: Friday, August 8, 2014 3:45:07 PM
Subject: Re: [ovirt-users] ovirt with 389 server inactive groups



- Original Message -

From: Itamar Heim ih...@redhat.com
To: Paul Robert Marino prmari...@gmail.com, users@ovirt.org
Sent: Friday, August 8, 2014 10:37:11 PM
Subject: Re: [ovirt-users] ovirt with 389 server inactive groups

On 08/07/2014 07:06 PM, Paul Robert Marino wrote:

I have ovirt engine running and connected to a 389 server with the
memberof plugin enabled and working properly.

I can add users and assign them to roles without any issues.

when I look at a user I can see all the LDAP groups they are a member
of.

when I run engine-manage-domains  -action=validate it tells me the
domain is valid.

here is my problem when I try to assign a role to an LDAP group it
looks like it works but in the general tab when under the group it
tells me the status is Inactive.

dose any one know how to enable the group?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



3.4 or new 3.5 Generic LDAP provider?



On case this is 3.5 it is known issue, all groups will be seen as
inactive,
this field will probably be removed from UI, as groups are no longer
fetched
periodically.
This field is totally ignored.

Alon
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt 3.5 - deep dive sessions

2014-08-10 Thread Barak Azulay
oVirt 3.5 is just about to be released.

You have a chance to take a look into this new exciting release.
A few deep dive sessions on various features / aspects of this release will be 
scheduled In the upcoming several weeks . 

Stay tuned and join these sessions.

Thanks
Barak Azulay
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ovirt3.5 - deep dive - foreman bare metal provisioning

2014-08-10 Thread Barak Azulay
BEGIN:VCALENDAR
PRODID:Zimbra-Calendar-Provider
VERSION:2.0
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Asia/Jerusalem
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETTO:+0200
TZOFFSETFROM:+0300
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU
TZNAME:IST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETTO:+0300
TZOFFSETFROM:+0200
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=-1FR
TZNAME:IDT
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:d716b750-dc83-4df2-b2ec-eb83337d6e77
SUMMARY:ovirt3.5 - deep dive - foreman bare metal provisioning
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE:mailto:users@o
 virt.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE:mailto:devel@o
 virt.org
ATTENDEE;CN=ybronhei;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE:ma
 ilto:ybron...@redhat.com
ATTENDEE;CN=Oved Ourfalli;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TR
 UE:mailto:ov...@redhat.com
ORGANIZER;CN=Barak Azulay:mailto:bazu...@redhat.com
DTSTART;TZID=Asia/Jerusalem:20140812T17
DTEND;TZID=Asia/Jerusalem:20140812T173000
STATUS:CONFIRMED
CLASS:PUBLIC
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
TRANSP:OPAQUE
LAST-MODIFIED:20140810T222408Z
DTSTAMP:20140810T222408Z
SEQUENCE:0
DESCRIPTION:The following is a new meeting request:\n\nSubject: ovirt3.5 - d
 eep dive - foreman bare metal provisioning \nOrganizer: Barak Azulay bazu
 l...@redhat.com \n\nTime: Tuesday\, August 12\, 2014\, 5:00:00 PM - 5:30:00 
 PM GMT +02:00 Jerusalem\n \nInvitees: users@ovirt.org\; de...@ovirt.org\; yb
 ron...@redhat.com\; ov...@redhat.com \n\n\n*~*~*~*~*~*~*~*~*~*\n\nThis sessi
 on will introduce the integration with foreman bare metal provisioning with 
 oVirt.\n\nDetails will be published soon.\n\n 
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER;RELATED=START:-PT5M
DESCRIPTION:Reminder
END:VALARM
END:VEVENT
END:VCALENDAR___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] UI Plugin: shellinabox did not work in ovirt-3.4.3

2014-08-10 Thread lofyer

Worked after rebooting.

在 14-8-7 下午8:38, lofyer 写道:

Yes, I did that.

在 14-8-7 下午7:37, Einav Cohen 写道:

- Original Message -
From: lofyer lof...@gmail.com
Sent: Wednesday, August 6, 2014 8:07:48 PM

I've changed that, but nothing happend.

there's a good chance that you need to restart the engine in order
for the change to take effect. did you do that?


在 14-8-7 上午12:51, Kanagaraj Mayilsamy 写道:
the url should be plugin/ShellInABoxPlugin/start.html in 
shellinabox.json


Thanks,
Kanagaraj

- Original Message -

From: Einav Cohen eco...@redhat.com
To: lofyer lof...@gmail.com, Daniel Erez de...@redhat.com
Cc: users users@ovirt.org
Sent: Wednesday, August 6, 2014 9:32:57 PM
Subject: Re: [ovirt-users] UI Plugin: shellinabox did not work in
ovirt-3.4.3

the URL structure has changed from 3.3 to 3.4;
maybe the problem is in the URL within the UI Plugin json file?

url: /webadmin/webadmin/plugin/ShellBoxPlugin/start.html
(I copied it from [1], not sure what exists in the repo)

maybe @Daniel would know better.

[1]
http://derezvir.blogspot.co.il/2013/01/ovirt-webadmin-shellinabox-ui-plugin.html 



- Original Message -

From: lofyer lof...@gmail.com
To: users users@ovirt.org
Sent: Wednesday, August 6, 2014 10:45:35 AM
Subject: [ovirt-users] UI Plugin: shellinabox did not work in 
ovirt-3.4.3


My OS is CentOS-6.5.
I'd cloned samples from gerrit, but it did not work as it used to 
be.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users







___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users