From rmazur at redhat.com Mon Sep 3 07:34:35 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 08:34:35 +0100 Subject: [rhos-list] VNC console Message-ID: <50445D8B.2050100@redhat.com> Hello, I'd like to use VNC console with OpenStack, however it seems openstack-nova-novncproxy package is not installed. Where could I find it? Thanks. Regis From pbrady at redhat.com Mon Sep 3 08:52:07 2012 From: pbrady at redhat.com (=?ISO-8859-1?Q?P=E1draig_Brady?=) Date: Mon, 03 Sep 2012 09:52:07 +0100 Subject: [rhos-list] VNC console In-Reply-To: <50445D8B.2050100@redhat.com> References: <50445D8B.2050100@redhat.com> Message-ID: <50446FB7.2070703@redhat.com> On 09/03/2012 08:34 AM, Regis Mazur wrote: > Hello, > > I'd like to use VNC console with OpenStack, however it seems > openstack-nova-novncproxy package is not installed. Where could I find it? This subpackage is actually part of the novnc source package. It's named like that as it currently plugs into openstack-nova, and in future will be incorporated into nova. So currently you have to explicitly install openstack-nova-novncproxy. thanks, P?draig. From kimi.zhang at nsn.com Mon Sep 3 09:49:57 2012 From: kimi.zhang at nsn.com (Zhang, Kimi (NSN - CN/Cheng Du)) Date: Mon, 3 Sep 2012 17:49:57 +0800 Subject: [rhos-list] nova-network not checking OS if ip_forward is enabled or not In-Reply-To: <50446FB7.2070703@redhat.com> References: <50445D8B.2050100@redhat.com> <50446FB7.2070703@redhat.com> Message-ID: It seems nova-network does not check Host OS ip_forward is enabled or not. By default ip_forward is disabled in RHEL, better nova-network to check and enable it during service bootup. So that, traffic to floating IP of instance can pass through. Regards, Kimi Zhang From pbrady at redhat.com Mon Sep 3 11:43:55 2012 From: pbrady at redhat.com (=?ISO-8859-1?Q?P=E1draig_Brady?=) Date: Mon, 03 Sep 2012 12:43:55 +0100 Subject: [rhos-list] nova-network not checking OS if ip_forward is enabled or not In-Reply-To: References: <50445D8B.2050100@redhat.com> <50446FB7.2070703@redhat.com> Message-ID: <504497FB.8000309@redhat.com> On 09/03/2012 10:49 AM, Zhang, Kimi (NSN - CN/Cheng Du) wrote: > It seems nova-network does not check Host OS ip_forward is enabled or > not. > > By default ip_forward is disabled in RHEL, better nova-network to check > and enable it during service bootup. So that, traffic to floating IP of > instance can pass through. Good point. My first thought is that such configuration would probably be better in a higher level installer which would also tweak other things like selinux policies and firewall rules. But your suggestion was to enable this when _running_ nova-network. In fact the folsom release does just this: https://review.openstack.org/#/c/6515/ That commit is borderline appropriate for stable/essex upstream. I'll see about including that upstream, or at least in our packages. thanks, P?draig. From rmazur at redhat.com Mon Sep 3 12:14:03 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 13:14:03 +0100 Subject: [rhos-list] Problem creating an instance using nova boot Message-ID: <50449F0B.8070002@redhat.com> Hi, I have followed the instructions from "Getting Started with OpenStack Essex Preview" document, but when I'm trying to create an instance of my Fedora image using nova boot command the "OS-EXT-STS:vm_state" property always has "error" value instead of "building". Do you have any idea what could be the problem? Thanks. Regards. Regis From jhenner at redhat.com Mon Sep 3 12:48:41 2012 From: jhenner at redhat.com (Jaroslav Henner) Date: Mon, 03 Sep 2012 14:48:41 +0200 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50449F0B.8070002@redhat.com> References: <50449F0B.8070002@redhat.com> Message-ID: <5044A729.7080703@redhat.com> On Po?3.?z????2012,?14:14:03?CEST, Regis Mazur wrote: > Hi, > > I have followed the instructions from "Getting Started with OpenStack > Essex Preview" document, but when I'm trying to create an instance of my > Fedora image using nova boot command the "OS-EXT-STS:vm_state" property > always has "error" value instead of "building". I would check the logs. Especially /var/log/nova/* > > Do you have any idea what could be the problem? > > Thanks. > Regards. > Regis > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From jhenner at redhat.com Mon Sep 3 13:12:12 2012 From: jhenner at redhat.com (Jaroslav Henner) Date: Mon, 03 Sep 2012 15:12:12 +0200 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50449F0B.8070002@redhat.com> References: <50449F0B.8070002@redhat.com> Message-ID: <5044ACAC.7070301@redhat.com> On 3.9.2012 14:14, Regis Mazur wrote: > Hi, > > I have followed the instructions from "Getting Started with OpenStack > Essex Preview" document, but when I'm trying to create an instance of my > Fedora image using nova boot command the "OS-EXT-STS:vm_state" property > always has "error" value instead of "building". > > Do you have any idea what could be the problem? > > Thanks. > Regards. > Regis > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list > Also, nova-manage service list could help you. All services there should be "happy". From rmazur at redhat.com Mon Sep 3 13:12:31 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 14:12:31 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044A729.7080703@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> Message-ID: <5044ACBF.508@redhat.com> In compute.log file, I have this error: CRITICAL nova [-] internal error Cannot find suitable emulator for x86_64 On 03/09/12 13:48, Jaroslav Henner wrote: > On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >> Hi, >> >> I have followed the instructions from "Getting Started with OpenStack >> Essex Preview" document, but when I'm trying to create an instance of my >> Fedora image using nova boot command the "OS-EXT-STS:vm_state" property >> always has "error" value instead of "building". > > I would check the logs. Especially /var/log/nova/* > >> >> Do you have any idea what could be the problem? >> >> Thanks. >> Regards. >> Regis >> >> _______________________________________________ >> rhos-list mailing list >> rhos-list at redhat.com >> https://www.redhat.com/mailman/listinfo/rhos-list > > -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From rmazur at redhat.com Mon Sep 3 13:16:55 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 14:16:55 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044ACAC.7070301@redhat.com> References: <50449F0B.8070002@redhat.com> <5044ACAC.7070301@redhat.com> Message-ID: <5044ADC7.5050209@redhat.com> nova-compute and nova-consoleauth are not "happy". I'll try to restart them. Thanks Jaroslav. On 03/09/12 14:12, Jaroslav Henner wrote: > On 3.9.2012 14:14, Regis Mazur wrote: >> Hi, >> >> I have followed the instructions from "Getting Started with OpenStack >> Essex Preview" document, but when I'm trying to create an instance of my >> Fedora image using nova boot command the "OS-EXT-STS:vm_state" property >> always has "error" value instead of "building". >> >> Do you have any idea what could be the problem? >> >> Thanks. >> Regards. >> Regis >> >> _______________________________________________ >> rhos-list mailing list >> rhos-list at redhat.com >> https://www.redhat.com/mailman/listinfo/rhos-list >> > > Also, > nova-manage service list > could help you. All services there should be "happy". -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From jhenner at redhat.com Mon Sep 3 13:20:24 2012 From: jhenner at redhat.com (Jaroslav Henner) Date: Mon, 03 Sep 2012 15:20:24 +0200 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044ACBF.508@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> Message-ID: <5044AE98.1080302@redhat.com> On Po?3.?z????2012,?15:12:31?CEST, Regis Mazur wrote: > In compute.log file, I have this error: > CRITICAL nova [-] internal error Cannot find suitable emulator for x86_64 > > On 03/09/12 13:48, Jaroslav Henner wrote: >> On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >>> Hi, >>> >>> I have followed the instructions from "Getting Started with OpenStack >>> Essex Preview" document, but when I'm trying to create an instance of my >>> Fedora image using nova boot command the "OS-EXT-STS:vm_state" property >>> always has "error" value instead of "building". >> >> I would check the logs. Especially /var/log/nova/* >> >>> >>> Do you have any idea what could be the problem? >>> >>> Thanks. >>> Regards. >>> Regis >>> >>> _______________________________________________ >>> rhos-list mailing list >>> rhos-list at redhat.com >>> https://www.redhat.com/mailman/listinfo/rhos-list >> >> > Check * you have loaded kvm: lsmod | grep kvm kvm_intel 52570 0 kvm 314739 1 kvm_intel * your libvirt is running, * it has created sockets: ll /var/run/libvirt/libvirt-sock* srwxrwxrwx. 1 root root 0 23.?srp 08.17 /var/run/libvirt/libvirt-sock srwxrwxrwx. 1 root root 0 23.?srp 08.17 /var/run/libvirt/libvirt-sock-ro * Try reboot. I've seen this several times. AFAIK I didn't find the root cause, but AFAIK reboot helped and then it was OK. From jhenner at redhat.com Mon Sep 3 13:22:36 2012 From: jhenner at redhat.com (Jaroslav Henner) Date: Mon, 03 Sep 2012 15:22:36 +0200 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044AE98.1080302@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> Message-ID: <5044AF1C.5000507@redhat.com> On Po?3.?z????2012,?15:20:24?CEST, Jaroslav Henner wrote: > On Po 3. z??? 2012, 15:12:31 CEST, Regis Mazur wrote: >> In compute.log file, I have this error: >> CRITICAL nova [-] internal error Cannot find suitable emulator for >> x86_64 >> >> On 03/09/12 13:48, Jaroslav Henner wrote: >>> On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >>>> Hi, >>>> >>>> I have followed the instructions from "Getting Started with OpenStack >>>> Essex Preview" document, but when I'm trying to create an instance >>>> of my >>>> Fedora image using nova boot command the "OS-EXT-STS:vm_state" >>>> property >>>> always has "error" value instead of "building". >>> >>> I would check the logs. Especially /var/log/nova/* >>> >>>> >>>> Do you have any idea what could be the problem? >>>> >>>> Thanks. >>>> Regards. >>>> Regis >>>> >>>> _______________________________________________ >>>> rhos-list mailing list >>>> rhos-list at redhat.com >>>> https://www.redhat.com/mailman/listinfo/rhos-list >>> >>> >> > > Check > * you have loaded kvm: > lsmod | grep kvm > kvm_intel 52570 0 > kvm 314739 1 kvm_intel > > * your libvirt is running, > > * it has created sockets: > ll /var/run/libvirt/libvirt-sock* > srwxrwxrwx. 1 root root 0 23. srp 08.17 /var/run/libvirt/libvirt-sock > srwxrwxrwx. 1 root root 0 23. srp 08.17 /var/run/libvirt/libvirt-sock-ro > > * Try reboot. I've seen this several times. AFAIK I didn't find the > root cause, but AFAIK reboot helped and then it was OK. > If running your compute node on VM, you should set libvirt_type=qemu. http://docs.openstack.org/trunk/openstack-compute/install/content/qemu.html From pbrady at redhat.com Mon Sep 3 13:30:48 2012 From: pbrady at redhat.com (=?UTF-8?B?UMOhZHJhaWcgQnJhZHk=?=) Date: Mon, 03 Sep 2012 14:30:48 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044AF1C.5000507@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044AF1C.5000507@redhat.com> Message-ID: <5044B108.6090902@redhat.com> On 09/03/2012 02:22 PM, Jaroslav Henner wrote: > If running your compute node on VM, you should set libvirt_type=qemu. http://docs.openstack.org/trunk/openstack-compute/install/content/qemu.html There are a few more steps to allow running on a VM https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM thanks, P?draig. From rmazur at redhat.com Mon Sep 3 13:36:50 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 14:36:50 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044AE98.1080302@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> Message-ID: <5044B272.8050409@redhat.com> Thanks. libvirt is running and sockets are created. But kvm is not loaded! As I'm running it on VM, I'm going to apply those extra steps: https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM Regis On 03/09/12 14:20, Jaroslav Henner wrote: > On Po 3. z??? 2012, 15:12:31 CEST, Regis Mazur wrote: >> In compute.log file, I have this error: >> CRITICAL nova [-] internal error Cannot find suitable emulator for >> x86_64 >> >> On 03/09/12 13:48, Jaroslav Henner wrote: >>> On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >>>> Hi, >>>> >>>> I have followed the instructions from "Getting Started with OpenStack >>>> Essex Preview" document, but when I'm trying to create an instance >>>> of my >>>> Fedora image using nova boot command the "OS-EXT-STS:vm_state" >>>> property >>>> always has "error" value instead of "building". >>> >>> I would check the logs. Especially /var/log/nova/* >>> >>>> >>>> Do you have any idea what could be the problem? >>>> >>>> Thanks. >>>> Regards. >>>> Regis >>>> >>>> _______________________________________________ >>>> rhos-list mailing list >>>> rhos-list at redhat.com >>>> https://www.redhat.com/mailman/listinfo/rhos-list >>> >>> >> > > Check > * you have loaded kvm: > lsmod | grep kvm > kvm_intel 52570 0 > kvm 314739 1 kvm_intel > > * your libvirt is running, > > * it has created sockets: > ll /var/run/libvirt/libvirt-sock* > srwxrwxrwx. 1 root root 0 23. srp 08.17 /var/run/libvirt/libvirt-sock > srwxrwxrwx. 1 root root 0 23. srp 08.17 /var/run/libvirt/libvirt-sock-ro > > * Try reboot. I've seen this several times. AFAIK I didn't find the > root cause, but AFAIK reboot helped and then it was OK. > -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From thomas.oulevey at cern.ch Mon Sep 3 13:45:55 2012 From: thomas.oulevey at cern.ch (Thomas Oulevey) Date: Mon, 3 Sep 2012 15:45:55 +0200 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044B272.8050409@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> Message-ID: <5044B493.6040204@cern.ch> Hi, libvirt is running and sockets are created. But kvm is not loaded! As I'm running it on VM, I'm going to apply those extra steps: https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM Regis I dont know if it can helpbut note that RHEL 6.3 shipped with a bug preventing kvm (https://bugzilla.redhat.com/show_bug.cgi?id=829567) to load kernel module as it does on 6.2. It is fixed in package: qemu-kvm-0.12.1.2-2.295 More info : http://rhn.redhat.com/errata/RHBA-2012-1121.html cheers, -- Thomas. From rmazur at redhat.com Mon Sep 3 14:18:59 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 15:18:59 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044B493.6040204@cern.ch> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B493.6040204@cern.ch> Message-ID: <5044BC53.6070303@redhat.com> Many thanks Thomas for this info. Regis On 03/09/12 14:45, Thomas Oulevey wrote: > Hi, > > > libvirt is running and sockets are created. But kvm is not loaded! > > As I'm running it on VM, I'm going to apply those extra steps: > > https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM > > > Regis > > I dont know if it can helpbut note that RHEL 6.3 shipped with a bug > preventing kvm (https://bugzilla.redhat.com/show_bug.cgi?id=829567) > to load kernel module as it does on 6.2. > > It is fixed in package: qemu-kvm-0.12.1.2-2.295 > More info : http://rhn.redhat.com/errata/RHBA-2012-1121.html > > cheers, -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From rmazur at redhat.com Mon Sep 3 14:53:33 2012 From: rmazur at redhat.com (Regis Mazur) Date: Mon, 03 Sep 2012 15:53:33 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044B74B.5080604@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> Message-ID: <5044C46D.9050906@redhat.com> Hello, I set my all SELinux to permissive mode and still nova-compute doesn't start happily. compute.log CRITICAL nova [-] internal error Cannot find suitable emulator for x86_64 I also checked the installed qemu-kvm package and it's: qemu-kvm-0.12.1.2-2.295 Did someone manage to setup and run OpenStack Essex Preview on a VM with RHEL 6.3? Thanks. Regards. Regis On 03/09/12 14:57, Regis Mazur wrote: > with command (SELinux to Permissive mode for libvirt): > > setsebool -P virt_use_execmem on > > I get the following error: > ---------- > > libsemanage.dbase_llist_set: record not found in the database (No such file or directory). > > libsemanage.dbase_llist_set: could not set record value (No such file or directory). > > Could not change boolean virt_use_execmem > > Could not change policy booleans > > ---------- > > Regis > > On 03/09/12 14:46, Yaniv Kaul wrote: >> [moving internally] >> >> On 09/03/2012 04:36 PM, Regis Mazur wrote: >>> Thanks. >>> >>> libvirt is running and sockets are created. But kvm is not loaded! >>> >>> As I'm running it on VM, I'm going to apply those extra steps: >>> >>> https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM >>> >>> >>> Regis >> I don't think we should support QEMU without KVM. I'm not sure Red >> Hat supports it, tests it, etc. >> Y. >> >>> On 03/09/12 14:20, Jaroslav Henner wrote: >>>> On Po 3. z??? 2012, 15:12:31 CEST, Regis Mazur wrote: >>>>> In compute.log file, I have this error: >>>>> CRITICAL nova [-] internal error Cannot find suitable emulator for >>>>> x86_64 >>>>> >>>>> On 03/09/12 13:48, Jaroslav Henner wrote: >>>>>> On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I have followed the instructions from "Getting Started with >>>>>>> OpenStack >>>>>>> Essex Preview" document, but when I'm trying to create an instance >>>>>>> of my >>>>>>> Fedora image using nova boot command the "OS-EXT-STS:vm_state" >>>>>>> property >>>>>>> always has "error" value instead of "building". >>>>>> I would check the logs. Especially /var/log/nova/* >>>>>> >>>>>>> Do you have any idea what could be the problem? >>>>>>> >>>>>>> Thanks. >>>>>>> Regards. >>>>>>> Regis >>>>>>> >>>>>>> _______________________________________________ >>>>>>> rhos-list mailing list >>>>>>> rhos-list at redhat.com >>>>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>>> Check >>>> * you have loaded kvm: >>>> lsmod | grep kvm >>>> kvm_intel 52570 0 >>>> kvm 314739 1 kvm_intel >>>> >>>> * your libvirt is running, >>>> >>>> * it has created sockets: >>>> ll /var/run/libvirt/libvirt-sock* >>>> srwxrwxrwx. 1 root root 0 23. srp 08.17 /var/run/libvirt/libvirt-sock >>>> srwxrwxrwx. 1 root root 0 23. srp 08.17 >>>> /var/run/libvirt/libvirt-sock-ro >>>> >>>> * Try reboot. I've seen this several times. AFAIK I didn't find the >>>> root cause, but AFAIK reboot helped and then it was OK. >>>> -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From spam4kev at gmail.com Mon Sep 3 15:27:14 2012 From: spam4kev at gmail.com (Kevin) Date: Mon, 3 Sep 2012 09:27:14 -0600 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044C46D.9050906@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> Message-ID: <741BF457-4DBA-49F5-B03A-626046EAA6BC@gmail.com> I am trying this today and will let you know how it turns out. Kevin F. Sent from my phone On Sep 3, 2012, at 8:53 AM, Regis Mazur wrote: > Hello, > > I set my all SELinux to permissive mode and still nova-compute doesn't > start happily. > > compute.log > > CRITICAL nova [-] internal error Cannot find suitable emulator for > x86_64 > > I also checked the installed qemu-kvm package and it's: > qemu-kvm-0.12.1.2-2.295 > > Did someone manage to setup and run OpenStack Essex Preview on a VM with > RHEL 6.3? > > Thanks. > Regards. > Regis > > On 03/09/12 14:57, Regis Mazur wrote: >> with command (SELinux to Permissive mode for libvirt): >> >> setsebool -P virt_use_execmem on >> >> I get the following error: >> ---------- >> >> libsemanage.dbase_llist_set: record not found in the database (No such file or directory). >> >> libsemanage.dbase_llist_set: could not set record value (No such file or directory). >> >> Could not change boolean virt_use_execmem >> >> Could not change policy booleans >> >> ---------- >> >> Regis >> >> On 03/09/12 14:46, Yaniv Kaul wrote: >>> [moving internally] >>> >>> On 09/03/2012 04:36 PM, Regis Mazur wrote: >>>> Thanks. >>>> >>>> libvirt is running and sockets are created. But kvm is not loaded! >>>> >>>> As I'm running it on VM, I'm going to apply those extra steps: >>>> >>>> https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM >>>> >>>> >>>> Regis >>> I don't think we should support QEMU without KVM. I'm not sure Red >>> Hat supports it, tests it, etc. >>> Y. >>> >>>> On 03/09/12 14:20, Jaroslav Henner wrote: >>>>> On Po 3. z??? 2012, 15:12:31 CEST, Regis Mazur wrote: >>>>>> In compute.log file, I have this error: >>>>>> CRITICAL nova [-] internal error Cannot find suitable emulator for >>>>>> x86_64 >>>>>> >>>>>> On 03/09/12 13:48, Jaroslav Henner wrote: >>>>>>> On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> I have followed the instructions from "Getting Started with >>>>>>>> OpenStack >>>>>>>> Essex Preview" document, but when I'm trying to create an instance >>>>>>>> of my >>>>>>>> Fedora image using nova boot command the "OS-EXT-STS:vm_state" >>>>>>>> property >>>>>>>> always has "error" value instead of "building". >>>>>>> I would check the logs. Especially /var/log/nova/* >>>>>>> >>>>>>>> Do you have any idea what could be the problem? >>>>>>>> >>>>>>>> Thanks. >>>>>>>> Regards. >>>>>>>> Regis >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> rhos-list mailing list >>>>>>>> rhos-list at redhat.com >>>>>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>>>> Check >>>>> * you have loaded kvm: >>>>> lsmod | grep kvm >>>>> kvm_intel 52570 0 >>>>> kvm 314739 1 kvm_intel >>>>> >>>>> * your libvirt is running, >>>>> >>>>> * it has created sockets: >>>>> ll /var/run/libvirt/libvirt-sock* >>>>> srwxrwxrwx. 1 root root 0 23. srp 08.17 /var/run/libvirt/libvirt-sock >>>>> srwxrwxrwx. 1 root root 0 23. srp 08.17 >>>>> /var/run/libvirt/libvirt-sock-ro >>>>> >>>>> * Try reboot. I've seen this several times. AFAIK I didn't find the >>>>> root cause, but AFAIK reboot helped and then it was OK. >>>>> > > -- > Best regards. > R?gis Mazur > Senior Middleware Consultant > M: +44 (0)782 6870 265 > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From spam4kev at gmail.com Tue Sep 4 01:26:50 2012 From: spam4kev at gmail.com (Kevin) Date: Mon, 3 Sep 2012 19:26:50 -0600 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044C46D.9050906@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> Message-ID: <000901cd8a3c$5ced0340$16c709c0$@com> I was able to replicate this Essex issue today using a rhel 6.3 x86_64 guest within Oracle VirtualBox v4.1.20 running on a Windows 7 host on a PC with an Intel i3 processor. Both the PC bios and virtualbox guest had processor virtualization enabled. To build the Essex single VM, I followed the Red_Hat_OpenStack_Preview-1-Getting_Started_Guide-en-US.pdf completely except for one "extra" command. After completing the commands on page 20 and getting this: [root@ rhel63-test1 ~]$ for srv in api cert network objectstore scheduler volume compute ; do \ > sudo service openstack-nova-$srv start ; \ > done Starting openstack-nova-api: [ OK ] Starting openstack-nova-cert: [ OK ] Starting openstack-nova-network: [ OK ] Starting openstack-nova-objectstore: [ OK ] Starting openstack-nova-scheduler: [ OK ] Starting openstack-nova-volume: [ OK ] Starting openstack-nova-compute: [ OK ] [root@ rhel63-test1 ~]$ [root@ rhel63-test1 ~]$ grep -i ERROR /var/log/nova/* /var/log/nova/compute.log:2012-09-03 17:38:26 CRITICAL nova [-] internal error Cannot find suitable emulator for x86_64 [root@ rhel63-test1 ~]$ I then ran only one of commands suggest from the webpage http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Installing_within_a_VM as shown below: [root at rhel63-test1 libexec]# ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64 [root@ rhel63-test1 ~]$ for srv in api cert network objectstore scheduler volume compute ; do \ > sudo service openstack-nova-$srv stop ; \ > done [root@ rhel63-test1 ~]$ for srv in api cert network objectstore scheduler volume compute ; do \ > sudo service openstack-nova-$srv start ; \ > done No more error in the logs!!!!! Hope this helps you Regis. Kevin F. -----Original Message----- From: rhos-list-bounces at redhat.com [mailto:rhos-list-bounces at redhat.com] On Behalf Of Regis Mazur Sent: Monday, September 03, 2012 8:54 AM To: Yaniv Kaul; Jaroslav Henner; pbrady at redhat.com; rhos-list at redhat.com Cc: rh-openstack-dev at redhat.com Subject: Re: [rhos-list] Problem creating an instance using nova boot Hello, I set my all SELinux to permissive mode and still nova-compute doesn't start happily. compute.log CRITICAL nova [-] internal error Cannot find suitable emulator for x86_64 I also checked the installed qemu-kvm package and it's: qemu-kvm-0.12.1.2-2.295 Did someone manage to setup and run OpenStack Essex Preview on a VM with RHEL 6.3? Thanks. Regards. Regis On 03/09/12 14:57, Regis Mazur wrote: > with command (SELinux to Permissive mode for libvirt): > > setsebool -P virt_use_execmem on > > I get the following error: > ---------- > > libsemanage.dbase_llist_set: record not found in the database (No such file or directory). > > libsemanage.dbase_llist_set: could not set record value (No such file or directory). > > Could not change boolean virt_use_execmem > > Could not change policy booleans > > ---------- > > Regis > > On 03/09/12 14:46, Yaniv Kaul wrote: >> [moving internally] >> >> On 09/03/2012 04:36 PM, Regis Mazur wrote: >>> Thanks. >>> >>> libvirt is running and sockets are created. But kvm is not loaded! >>> >>> As I'm running it on VM, I'm going to apply those extra steps: >>> >>> https://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#I >>> nstalling_within_a_VM >>> >>> >>> Regis >> I don't think we should support QEMU without KVM. I'm not sure Red >> Hat supports it, tests it, etc. >> Y. >> >>> On 03/09/12 14:20, Jaroslav Henner wrote: >>>> On Po 3. z??? 2012, 15:12:31 CEST, Regis Mazur wrote: >>>>> In compute.log file, I have this error: >>>>> CRITICAL nova [-] internal error Cannot find suitable emulator for >>>>> x86_64 >>>>> >>>>> On 03/09/12 13:48, Jaroslav Henner wrote: >>>>>> On Po 3. z??? 2012, 14:14:03 CEST, Regis Mazur wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I have followed the instructions from "Getting Started with >>>>>>> OpenStack Essex Preview" document, but when I'm trying to create >>>>>>> an instance of my Fedora image using nova boot command the >>>>>>> "OS-EXT-STS:vm_state" >>>>>>> property >>>>>>> always has "error" value instead of "building". >>>>>> I would check the logs. Especially /var/log/nova/* >>>>>> >>>>>>> Do you have any idea what could be the problem? >>>>>>> >>>>>>> Thanks. >>>>>>> Regards. >>>>>>> Regis >>>>>>> >>>>>>> _______________________________________________ >>>>>>> rhos-list mailing list >>>>>>> rhos-list at redhat.com >>>>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>>> Check >>>> * you have loaded kvm: >>>> lsmod | grep kvm >>>> kvm_intel 52570 0 >>>> kvm 314739 1 kvm_intel >>>> >>>> * your libvirt is running, >>>> >>>> * it has created sockets: >>>> ll /var/run/libvirt/libvirt-sock* >>>> srwxrwxrwx. 1 root root 0 23. srp 08.17 >>>> /var/run/libvirt/libvirt-sock srwxrwxrwx. 1 root root 0 23. srp >>>> 08.17 /var/run/libvirt/libvirt-sock-ro >>>> >>>> * Try reboot. I've seen this several times. AFAIK I didn't find the >>>> root cause, but AFAIK reboot helped and then it was OK. >>>> -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 _______________________________________________ rhos-list mailing list rhos-list at redhat.com https://www.redhat.com/mailman/listinfo/rhos-list From jonmills at renci.org Tue Sep 4 15:59:27 2012 From: jonmills at renci.org (Jonathan Mills) Date: Tue, 4 Sep 2012 11:59:27 -0400 Subject: [rhos-list] Support for multiple Identity backends in Keystone? Message-ID: <5046255F.3010606@renci.org> From my testing, I gather it is not possible to use multiple Identity backends in Keystone? For example, a prime use case for this would be a company where a large user base already exists in Active Directory or OpenLDAP, and all you want to do is tap into that to provide Keystone with user accounts. But you want to manage Tenants and Roles in the local SQL database. There's a lot to be said for that. However, I can find no way to chain load multiple Identity drivers in keystone.conf: [identity] driver = keystone.identity.backends.ldap.core.Identity driver = keystone.identity.backends.sql.Identity Whichever is last is the one that is used. The example above uses only SQL backend, and ignores LDAP. Any thoughts on this? -- Jonathan Mills Systems Administrator Renaissance Computing Institute UNC-Chapel Hill From ayoung at redhat.com Tue Sep 4 16:11:31 2012 From: ayoung at redhat.com (Adam Young) Date: Tue, 04 Sep 2012 12:11:31 -0400 Subject: [rhos-list] Support for multiple Identity backends in Keystone? In-Reply-To: <5046255F.3010606@renci.org> References: <5046255F.3010606@renci.org> Message-ID: <50462833.6060008@redhat.com> On 09/04/2012 11:59 AM, Jonathan Mills wrote: > From my testing, I gather it is not possible to use multiple Identity > backends in Keystone? > > For example, a prime use case for this would be a company where a > large user base already exists in Active Directory or OpenLDAP, and > all you want to do is tap into that to provide Keystone with user > accounts. > > But you want to manage Tenants and Roles in the local SQL database. > There's a lot to be said for that. > > However, I can find no way to chain load multiple Identity drivers in > keystone.conf: > > [identity] > driver = keystone.identity.backends.ldap.core.Identity > driver = keystone.identity.backends.sql.Identity > > Whichever is last is the one that is used. The example above uses > only SQL backend, and ignores LDAP. > > > Any thoughts on this? > > See the federation blueprint and discussion. http://etherpad.openstack.org/keystone-federation From jonmills at renci.org Tue Sep 4 16:34:33 2012 From: jonmills at renci.org (Jonathan Mills) Date: Tue, 4 Sep 2012 12:34:33 -0400 Subject: [rhos-list] Support for multiple Identity backends in Keystone? In-Reply-To: <50462833.6060008@redhat.com> References: <5046255F.3010606@renci.org> <50462833.6060008@redhat.com> Message-ID: <50462D99.1020901@renci.org> I may be mistaken, but it looks like, even with federation, there is still only one Identity data source per keystone instance. It merely allows you to chain multiple keystone instances together, each of which could presumably use a different Identity data source. While I can see that working, it seems like a lot of overhead. In my scenario, there is only one keystone server, and I simply wish for it to utilize data sources that differ based on users vs projects vs roles, etc. I just want it to load and more than one driver and make use of them. -- Jonathan Mills Systems Administrator Renaissance Computing Institute UNC-Chapel Hill On 09/04/2012 12:11 PM, Adam Young wrote: > On 09/04/2012 11:59 AM, Jonathan Mills wrote: >> From my testing, I gather it is not possible to use multiple Identity >> backends in Keystone? >> >> For example, a prime use case for this would be a company where a >> large user base already exists in Active Directory or OpenLDAP, and >> all you want to do is tap into that to provide Keystone with user >> accounts. >> >> But you want to manage Tenants and Roles in the local SQL database. >> There's a lot to be said for that. >> >> However, I can find no way to chain load multiple Identity drivers in >> keystone.conf: >> >> [identity] >> driver = keystone.identity.backends.ldap.core.Identity >> driver = keystone.identity.backends.sql.Identity >> >> Whichever is last is the one that is used. The example above uses >> only SQL backend, and ignores LDAP. >> >> >> Any thoughts on this? >> >> > See the federation blueprint and discussion. > http://etherpad.openstack.org/keystone-federation > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From ayoung at redhat.com Tue Sep 4 17:59:25 2012 From: ayoung at redhat.com (Adam Young) Date: Tue, 04 Sep 2012 13:59:25 -0400 Subject: [rhos-list] Support for multiple Identity backends in Keystone? In-Reply-To: <50462D99.1020901@renci.org> References: <5046255F.3010606@renci.org> <50462833.6060008@redhat.com> <50462D99.1020901@renci.org> Message-ID: <5046417D.7000603@redhat.com> On 09/04/2012 12:34 PM, Jonathan Mills wrote: > I may be mistaken, but it looks like, even with federation, there is > still only one Identity data source per keystone instance. It merely > allows you to chain multiple keystone instances together, each of > which could presumably use a different Identity data source. While I > can see that working, it seems like a lot of overhead. > > In my scenario, there is only one keystone server, and I simply wish > for it to utilize data sources that differ based on users vs projects > vs roles, etc. I just want it to load and more than one driver and > make use of them. Running multiple servers is not that much of an overhead. However, multiple identity servers are going to require some separation boundary. That is likely to be supported via the domains blueprint: http://wiki.openstack.org/Domains I am not sure how a single Keystone server would serve up multiple domains, with each residing on a different Id Mgmt system, but I know it is possible. Thus, it should be there in the grizzly time frame. > > -- > Jonathan Mills > Systems Administrator > Renaissance Computing Institute > UNC-Chapel Hill > > On 09/04/2012 12:11 PM, Adam Young wrote: >> On 09/04/2012 11:59 AM, Jonathan Mills wrote: >>> From my testing, I gather it is not possible to use multiple Identity >>> backends in Keystone? >>> >>> For example, a prime use case for this would be a company where a >>> large user base already exists in Active Directory or OpenLDAP, and >>> all you want to do is tap into that to provide Keystone with user >>> accounts. >>> >>> But you want to manage Tenants and Roles in the local SQL database. >>> There's a lot to be said for that. >>> >>> However, I can find no way to chain load multiple Identity drivers in >>> keystone.conf: >>> >>> [identity] >>> driver = keystone.identity.backends.ldap.core.Identity >>> driver = keystone.identity.backends.sql.Identity >>> >>> Whichever is last is the one that is used. The example above uses >>> only SQL backend, and ignores LDAP. >>> >>> >>> Any thoughts on this? >>> >>> >> See the federation blueprint and discussion. >> http://etherpad.openstack.org/keystone-federation >> >> _______________________________________________ >> rhos-list mailing list >> rhos-list at redhat.com >> https://www.redhat.com/mailman/listinfo/rhos-list From pmyers at redhat.com Tue Sep 4 20:33:21 2012 From: pmyers at redhat.com (Perry Myers) Date: Tue, 04 Sep 2012 16:33:21 -0400 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5044C46D.9050906@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> Message-ID: <50466591.2030505@redhat.com> On 09/03/2012 10:53 AM, Regis Mazur wrote: > Hello, > > I set my all SELinux to permissive mode and still nova-compute doesn't > start happily. > > compute.log > > CRITICAL nova [-] internal error Cannot find suitable emulator for > x86_64 > > I also checked the installed qemu-kvm package and it's: > qemu-kvm-0.12.1.2-2.295 > > Did someone manage to setup and run OpenStack Essex Preview on a VM with > RHEL 6.3? You can run many of the OpenStack services on VMs, but the specific service you are trying to run (the Compute Node portion) requires KVM. This is not a recommended way to run things, because either you would end up using fully emulated VMs running inside of another VM, or you would need nested virt support which is somewhat experimental (from what I understand) Run your Nova Compute Nodes on bare metal machines that have KVM support, not inside of another virtual machine and this problem should not be present. The other Nova services can happily run in VMs, it's just the specific service that actually runs the VMs that needs to run on bare metal. Cheers, Perry From spam4kev at gmail.com Tue Sep 4 21:23:03 2012 From: spam4kev at gmail.com (Kevin) Date: Tue, 4 Sep 2012 15:23:03 -0600 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50466591.2030505@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <50466591.2030505@redhat.com> Message-ID: <3B06C8EA-600D-405A-803D-2B5D263329E5@gmail.com> Regis, Perry is correct. Running through these procedures entirely on something like VirtualBox or VMware Player is intended to only provide you with IaaS installation experience not an IaaS capability. Kevin F. Sent from my phone On Sep 4, 2012, at 2:33 PM, Perry Myers wrote: > On 09/03/2012 10:53 AM, Regis Mazur wrote: >> Hello, >> >> I set my all SELinux to permissive mode and still nova-compute doesn't >> start happily. >> >> compute.log >> >> CRITICAL nova [-] internal error Cannot find suitable emulator for >> x86_64 >> >> I also checked the installed qemu-kvm package and it's: >> qemu-kvm-0.12.1.2-2.295 >> >> Did someone manage to setup and run OpenStack Essex Preview on a VM with >> RHEL 6.3? > > You can run many of the OpenStack services on VMs, but the specific > service you are trying to run (the Compute Node portion) requires KVM. > > This is not a recommended way to run things, because either you would > end up using fully emulated VMs running inside of another VM, or you > would need nested virt support which is somewhat experimental (from what > I understand) > > Run your Nova Compute Nodes on bare metal machines that have KVM > support, not inside of another virtual machine and this problem should > not be present. The other Nova services can happily run in VMs, it's > just the specific service that actually runs the VMs that needs to run > on bare metal. > > Cheers, > > Perry > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From rmazur at redhat.com Tue Sep 4 21:58:00 2012 From: rmazur at redhat.com (Regis Mazur) Date: Tue, 4 Sep 2012 17:58:00 -0400 (EDT) Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <3B06C8EA-600D-405A-803D-2B5D263329E5@gmail.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <50466591.2030505@redhat.com> <3B06C8EA-600D-405A-803D-2B5D263329E5@gmail.com> Message-ID: Yes, i understand. My intention for the moment is only to experiment our OpenStack Essex preview and for that I need use VirtualBox. Thanks. R?gis On 4 Sep 2012, at 22:23, Kevin wrote: > Regis, > > Perry is correct. Running through these procedures entirely on something like VirtualBox or VMware Player is intended to only provide you with IaaS installation experience not an IaaS capability. > > Kevin F. > > Sent from my phone > > On Sep 4, 2012, at 2:33 PM, Perry Myers wrote: > >> On 09/03/2012 10:53 AM, Regis Mazur wrote: >>> Hello, >>> >>> I set my all SELinux to permissive mode and still nova-compute doesn't >>> start happily. >>> >>> compute.log >>> >>> CRITICAL nova [-] internal error Cannot find suitable emulator for >>> x86_64 >>> >>> I also checked the installed qemu-kvm package and it's: >>> qemu-kvm-0.12.1.2-2.295 >>> >>> Did someone manage to setup and run OpenStack Essex Preview on a VM with >>> RHEL 6.3? >> >> You can run many of the OpenStack services on VMs, but the specific >> service you are trying to run (the Compute Node portion) requires KVM. >> >> This is not a recommended way to run things, because either you would >> end up using fully emulated VMs running inside of another VM, or you >> would need nested virt support which is somewhat experimental (from what >> I understand) >> >> Run your Nova Compute Nodes on bare metal machines that have KVM >> support, not inside of another virtual machine and this problem should >> not be present. The other Nova services can happily run in VMs, it's >> just the specific service that actually runs the VMs that needs to run >> on bare metal. >> >> Cheers, >> >> Perry >> >> _______________________________________________ >> rhos-list mailing list >> rhos-list at redhat.com >> https://www.redhat.com/mailman/listinfo/rhos-list From rmazur at redhat.com Sat Sep 8 11:31:23 2012 From: rmazur at redhat.com (Regis Mazur) Date: Sat, 08 Sep 2012 12:31:23 +0100 Subject: [rhos-list] ssh -i oskey.priv root@10.0.0.2 --> No route to host ERROR Message-ID: <504B2C8B.7060809@redhat.com> Hi, I'm currently trying Red Hat OpenStack Essex Preview from a VM (VirtualBox). Everything seems to work fine (my instance is started - Status=ACTIVE and Networks->demonet=10.0.0.2) However while trying to access using "ssh -i oskey.priv root at 10.0.0.2", i've got the following error: "ssh: connect to host 10.0.0.2 port 22: No route to host" Do you have an idea how to fix this issue? Thanks. Regards. Regis From pbrady at redhat.com Sat Sep 8 12:30:00 2012 From: pbrady at redhat.com (=?ISO-8859-1?Q?P=E1draig_Brady?=) Date: Sat, 08 Sep 2012 13:30:00 +0100 Subject: [rhos-list] ssh -i oskey.priv root@10.0.0.2 --> No route to host ERROR In-Reply-To: <504B2C8B.7060809@redhat.com> References: <504B2C8B.7060809@redhat.com> Message-ID: <504B3A48.20701@redhat.com> On 09/08/2012 12:31 PM, Regis Mazur wrote: > Hi, > > I'm currently trying Red Hat OpenStack Essex Preview from a VM (VirtualBox). > Everything seems to work fine (my instance is started - Status=ACTIVE > and Networks->demonet=10.0.0.2) > However while trying to access using "ssh -i oskey.priv root at 10.0.0.2", > i've got the following error: > "ssh: connect to host 10.0.0.2 port 22: No route to host" > > Do you have an idea how to fix this issue? It could be a firewalling issue on the guest. What guest are you running? You may need to enable ssh which I often do on Red Hat flavoured guests like: service sshd start chkconfig ssd on lokkit -p 22:tcp thanks, P?draig. From rmazur at redhat.com Sat Sep 8 12:58:02 2012 From: rmazur at redhat.com (Regis Mazur) Date: Sat, 08 Sep 2012 13:58:02 +0100 Subject: [rhos-list] ssh -i oskey.priv root@10.0.0.2 --> No route to host ERROR In-Reply-To: <504B3A48.20701@redhat.com> References: <504B2C8B.7060809@redhat.com> <504B3A48.20701@redhat.com> Message-ID: <504B40DA.4070606@redhat.com> Thanks P?draig. My VM guest is RHEL 6.3. And I checked the "openssh-daemon" is currently running. What do I need to do on the firewall side (guest)? Regards. Regis On 08/09/12 13:30, P?draig Brady wrote: > On 09/08/2012 12:31 PM, Regis Mazur wrote: >> Hi, >> >> I'm currently trying Red Hat OpenStack Essex Preview from a VM >> (VirtualBox). >> Everything seems to work fine (my instance is started - Status=ACTIVE >> and Networks->demonet=10.0.0.2) >> However while trying to access using "ssh -i oskey.priv root at 10.0.0.2", >> i've got the following error: >> "ssh: connect to host 10.0.0.2 port 22: No route to host" >> >> Do you have an idea how to fix this issue? > > It could be a firewalling issue on the guest. > What guest are you running? > You may need to enable ssh which I often do > on Red Hat flavoured guests like: > > service sshd start > chkconfig ssd on > lokkit -p 22:tcp > > thanks, > P?draig. -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From hongnax.xu at intel.com Mon Sep 10 06:13:46 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Mon, 10 Sep 2012 06:13:46 +0000 Subject: [rhos-list] Subscription-manager Register Time Out Message-ID: <953BC298FE16B64A865952E4C88593020FDBD059@SHSMSX102.ccr.corp.intel.com> Hi all I am new to Red Hat Openstack Preview, when I register my system to Red Hat Network, I encountered with time out error, is there anyone could help? (My Account Number: 1640425) My steps as below: 1. I went to www.redhat.com to register a user who could use openstack preview. 2. Then subscript an evaluation of 30 day Unsupported Red Hat Enterprise Linux Serve. 3. Install my redhat Enterprise server of version 6.3. 4. Setup the environment and proxy to access the network, then yum update to update the packages. 5. then I use the command "subscription-manager register" to register, input the username and password in step 1. 6. Several seconds later, I got "Network error, unable to connect to server." And the log in /var/log/rhsm/rhsm.log said that: ************************* 2012-09-10 13:59:54,541 [DEBUG] @connection.py:147 - ContectConnection 2012-09-10 13:59:54,544 [INFO] @connection.py:484 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False 2012-09-10 13:59:54,544 [INFO] @connection.py:495 - Connection Built: host: subscription.rhn.redhat.com, port: 443, handler: /subscription 2012-09-10 14:00:08,455 [INFO] @connection.py:473 - Using basic authentication as: hongna 2012-09-10 14:00:08,455 [INFO] @connection.py:495 - Connection Built: host: subscription.rhn.redhat.com, port: 443, handler: /subscription 2012-09-10 14:00:08,457 [DEBUG] @connection.py:306 - Loading CA PEM certificates from: /etc/rhsm/ca/ 2012-09-10 14:00:08,457 [DEBUG] @connection.py:288 - Loading CA certificate: '/etc/rhsm/ca/candlepin-stage.pem' 2012-09-10 14:00:08,458 [DEBUG] @connection.py:288 - Loading CA certificate: '/etc/rhsm/ca/redhat-uep.pem' 2012-09-10 14:00:08,458 [DEBUG] @connection.py:327 - Making request: GET /subscription/users/hongna/owners 2012-09-10 14:01:11,825 [ERROR] @managercli.py:101 - Error during registration: [Errno 110] Connection timed out 2012-09-10 14:01:11,825 [ERROR] @managercli.py:102 - [Errno 110] Connection timed out Traceback (most recent call last): File "/usr/share/rhsm/subscription_manager/managercli.py", line 781, in _do_command owner_key = self._determine_owner_key(admin_cp) File "/usr/share/rhsm/subscription_manager/managercli.py", line 877, in _determine_owner_key owners = cp.getOwnerList(self.username) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 643, in getOwnerList return self.conn.request_get(method) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 383, in request_get return self._request("GET", method) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 333, in _request conn.request(request_type, handler, body=body, headers=headers) File "/usr/lib64/python2.6/httplib.py", line 914, in request self._send_request(method, url, body, headers) File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request self.endheaders() File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders self._send_output() File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output self.send(msg) File "/usr/lib64/python2.6/httplib.py", line 739, in send self.connect() File "/usr/lib64/python2.6/site-packages/M2Crypto/httpslib.py", line 73, in connect raise error error: [Errno 110] Connection timed out ************************ Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From kimi.zhang at nsn.com Mon Sep 10 06:18:41 2012 From: kimi.zhang at nsn.com (Zhang, Kimi (NSN - CN/Cheng Du)) Date: Mon, 10 Sep 2012 14:18:41 +0800 Subject: [rhos-list] Subscription-manager Register Time Out In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD059@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD059@SHSMSX102.ccr.corp.intel.com> Message-ID: Proxy setting must be put into /etc/rhsm/rhsm.conf # an http proxy server to use proxy_hostname = # port for http proxy server proxy_port = # user name for authenticating to an http proxy, if needed proxy_user = # password for basic http proxy auth, if needed proxy_password = Regards, Kimi Zhang From: rhos-list-bounces at redhat.com [mailto:rhos-list-bounces at redhat.com] On Behalf Of ext Xu, HongnaX Sent: Monday, September 10, 2012 14:14 To: rhos-list at redhat.com Subject: [rhos-list] Subscription-manager Register Time Out Hi all I am new to Red Hat Openstack Preview, when I register my system to Red Hat Network , I encountered with time out error, is there anyone could help? (My Account Number: 1640425) My steps as below: 1. I went to www.redhat.com to register a user who could use openstack preview. 2. Then subscript an evaluation of 30 day Unsupported Red Hat Enterprise Linux Serve. 3. Install my redhat Enterprise server of version 6.3. 4. Setup the environment and proxy to access the network, then yum update to update the packages. 5. then I use the command "subscription-manager register" to register, input the username and password in step 1. 6. Several seconds later, I got "Network error, unable to connect to server." And the log in /var/log/rhsm/rhsm.log said that: ************************* 2012-09-10 13:59:54,541 [DEBUG] @connection.py:147 - ContectConnection 2012-09-10 13:59:54,544 [INFO] @connection.py:484 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False 2012-09-10 13:59:54,544 [INFO] @connection.py:495 - Connection Built: host: subscription.rhn.redhat.com, port: 443, handler: /subscription 2012-09-10 14:00:08,455 [INFO] @connection.py:473 - Using basic authentication as: hongna 2012-09-10 14:00:08,455 [INFO] @connection.py:495 - Connection Built: host: subscription.rhn.redhat.com, port: 443, handler: /subscription 2012-09-10 14:00:08,457 [DEBUG] @connection.py:306 - Loading CA PEM certificates from: /etc/rhsm/ca/ 2012-09-10 14:00:08,457 [DEBUG] @connection.py:288 - Loading CA certificate: '/etc/rhsm/ca/candlepin-stage.pem' 2012-09-10 14:00:08,458 [DEBUG] @connection.py:288 - Loading CA certificate: '/etc/rhsm/ca/redhat-uep.pem' 2012-09-10 14:00:08,458 [DEBUG] @connection.py:327 - Making request: GET /subscription/users/hongna/owners 2012-09-10 14:01:11,825 [ERROR] @managercli.py:101 - Error during registration: [Errno 110] Connection timed out 2012-09-10 14:01:11,825 [ERROR] @managercli.py:102 - [Errno 110] Connection timed out Traceback (most recent call last): File "/usr/share/rhsm/subscription_manager/managercli.py", line 781, in _do_command owner_key = self._determine_owner_key(admin_cp) File "/usr/share/rhsm/subscription_manager/managercli.py", line 877, in _determine_owner_key owners = cp.getOwnerList(self.username) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 643, in getOwnerList return self.conn.request_get(method) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 383, in request_get return self._request("GET", method) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 333, in _request conn.request(request_type, handler, body=body, headers=headers) File "/usr/lib64/python2.6/httplib.py", line 914, in request self._send_request(method, url, body, headers) File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request self.endheaders() File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders self._send_output() File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output self.send(msg) File "/usr/lib64/python2.6/httplib.py", line 739, in send self.connect() File "/usr/lib64/python2.6/site-packages/M2Crypto/httpslib.py", line 73, in connect raise error error: [Errno 110] Connection timed out ************************ Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From ykaul at redhat.com Mon Sep 10 06:20:06 2012 From: ykaul at redhat.com (Yaniv Kaul) Date: Mon, 10 Sep 2012 09:20:06 +0300 Subject: [rhos-list] Subscription-manager Register Time Out In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD059@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD059@SHSMSX102.ccr.corp.intel.com> Message-ID: <504D8696.8000705@redhat.com> On 09/10/2012 09:13 AM, Xu, HongnaX wrote: > > Hi all > > I am new to Red Hat Openstack Preview, when I register mysystem to > Red Hat Network , I > encountered with time out error, is there anyone could help? (My > Account Number: 1640425) > > My steps as below: > > 1.I went to www.redhat.com to register a user > who could use openstack preview. > > 2.Then subscript an evaluation of 30 day Unsupported Red Hat > Enterprise Linux Serve. > > 3.Install my redhat Enterprise server of version 6.3. > > 4.Setup the environment and proxy to access the network, then yum > update to update the packages. > > 5.then I use the command "subscription-manager register" to register, > input the username and password in step 1. > You may need to use the following options in subscription-manager command line to work via a proxy (taken from 'man subscription-manager'): --proxy=PROXY Uses an HTTP proxy. The PROXY name has the format hostname:port. --proxyuser=PROXYUSERNAME Gives the username to use to authenticate to the HTTP proxy. --proxypass=PROXYPASSWORD Gives the password to use to authenticate to the HTTP proxy. HTH, Y. > 6.Several seconds later, I got "Network error, unable to connect to > server." And the log in /var/log/rhsm/rhsm.log said that: > > ************************* > > 2012-09-10 13:59:54,541 [DEBUG] @connection.py:147 - ContectConnection > > 2012-09-10 13:59:54,544 [INFO] @connection.py:484 - Using certificate > authentication: key = /etc/pki/consumer/key.pem, cert = > /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False > > 2012-09-10 13:59:54,544 [INFO] @connection.py:495 - Connection Built: > host: subscription.rhn.redhat.com, port: 443, handler: /subscription > > 2012-09-10 14:00:08,455 [INFO] @connection.py:473 - Using basic > authentication as: hongna > > 2012-09-10 14:00:08,455 [INFO] @connection.py:495 - Connection Built: > host: subscription.rhn.redhat.com, port: 443, handler: /subscription > > 2012-09-10 14:00:08,457 [DEBUG] @connection.py:306 - Loading CA PEM > certificates from: /etc/rhsm/ca/ > > 2012-09-10 14:00:08,457 [DEBUG] @connection.py:288 - Loading CA > certificate: '/etc/rhsm/ca/candlepin-stage.pem' > > 2012-09-10 14:00:08,458 [DEBUG] @connection.py:288 - Loading CA > certificate: '/etc/rhsm/ca/redhat-uep.pem' > > 2012-09-10 14:00:08,458 [DEBUG] @connection.py:327 - Making request: > GET /subscription/users/hongna/owners > > 2012-09-10 14:01:11,825 [ERROR] @managercli.py:101 - Error during > registration: [Errno 110] Connection timed out > > 2012-09-10 14:01:11,825 [ERROR] @managercli.py:102 - [Errno 110] > Connection timed out > > Traceback (most recent call last): > > File "/usr/share/rhsm/subscription_manager/managercli.py", line 781, > in _do_command > > owner_key = self._determine_owner_key(admin_cp) > > File "/usr/share/rhsm/subscription_manager/managercli.py", line 877, > in _determine_owner_key > > owners = cp.getOwnerList(self.username) > > File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line > 643, in getOwnerList > > return self.conn.request_get(method) > > File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line > 383, in request_get > > return self._request("GET", method) > > File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line > 333, in _request > > conn.request(request_type, handler, body=body, headers=headers) > > File "/usr/lib64/python2.6/httplib.py", line 914, in request > > self._send_request(method, url, body, headers) > > File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request > > self.endheaders() > > File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders > > self._send_output() > > File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output > > self.send(msg) > > File "/usr/lib64/python2.6/httplib.py", line 739, in send > > self.connect() > > File "/usr/lib64/python2.6/site-packages/M2Crypto/httpslib.py", line > 73, in connect > > raise error > > error: [Errno 110] Connection timed out > > ************************ > > Best Regards, > > Hongna > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From hongnax.xu at intel.com Mon Sep 10 06:29:13 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Mon, 10 Sep 2012 06:29:13 +0000 Subject: [rhos-list] Subscription-manager Register Time Out In-Reply-To: <504D8696.8000705@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD059@SHSMSX102.ccr.corp.intel.com> <504D8696.8000705@redhat.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBD0B1@SHSMSX102.ccr.corp.intel.com> Thanks, it works now.^_^ Best Regards, Hongna From: Yaniv Kaul [mailto:ykaul at redhat.com] Sent: Monday, September 10, 2012 2:20 PM To: Xu, HongnaX Cc: rhos-list at redhat.com Subject: Re: [rhos-list] Subscription-manager Register Time Out On 09/10/2012 09:13 AM, Xu, HongnaX wrote: Hi all I am new to Red Hat Openstack Preview, when I register my system to Red Hat Network, I encountered with time out error, is there anyone could help? (My Account Number: 1640425) My steps as below: 1. I went to www.redhat.com to register a user who could use openstack preview. 2. Then subscript an evaluation of 30 day Unsupported Red Hat Enterprise Linux Serve. 3. Install my redhat Enterprise server of version 6.3. 4. Setup the environment and proxy to access the network, then yum update to update the packages. 5. then I use the command "subscription-manager register" to register, input the username and password in step 1. You may need to use the following options in subscription-manager command line to work via a proxy (taken from 'man subscription-manager'): --proxy=PROXY Uses an HTTP proxy. The PROXY name has the format hostname:port. --proxyuser=PROXYUSERNAME Gives the username to use to authenticate to the HTTP proxy. --proxypass=PROXYPASSWORD Gives the password to use to authenticate to the HTTP proxy. HTH, Y. 6. Several seconds later, I got "Network error, unable to connect to server." And the log in /var/log/rhsm/rhsm.log said that: ************************* 2012-09-10 13:59:54,541 [DEBUG] @connection.py:147 - ContectConnection 2012-09-10 13:59:54,544 [INFO] @connection.py:484 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/rhsm/ca/, insecure = False 2012-09-10 13:59:54,544 [INFO] @connection.py:495 - Connection Built: host: subscription.rhn.redhat.com, port: 443, handler: /subscription 2012-09-10 14:00:08,455 [INFO] @connection.py:473 - Using basic authentication as: hongna 2012-09-10 14:00:08,455 [INFO] @connection.py:495 - Connection Built: host: subscription.rhn.redhat.com, port: 443, handler: /subscription 2012-09-10 14:00:08,457 [DEBUG] @connection.py:306 - Loading CA PEM certificates from: /etc/rhsm/ca/ 2012-09-10 14:00:08,457 [DEBUG] @connection.py:288 - Loading CA certificate: '/etc/rhsm/ca/candlepin-stage.pem' 2012-09-10 14:00:08,458 [DEBUG] @connection.py:288 - Loading CA certificate: '/etc/rhsm/ca/redhat-uep.pem' 2012-09-10 14:00:08,458 [DEBUG] @connection.py:327 - Making request: GET /subscription/users/hongna/owners 2012-09-10 14:01:11,825 [ERROR] @managercli.py:101 - Error during registration: [Errno 110] Connection timed out 2012-09-10 14:01:11,825 [ERROR] @managercli.py:102 - [Errno 110] Connection timed out Traceback (most recent call last): File "/usr/share/rhsm/subscription_manager/managercli.py", line 781, in _do_command owner_key = self._determine_owner_key(admin_cp) File "/usr/share/rhsm/subscription_manager/managercli.py", line 877, in _determine_owner_key owners = cp.getOwnerList(self.username) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 643, in getOwnerList return self.conn.request_get(method) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 383, in request_get return self._request("GET", method) File "/usr/lib/python2.6/site-packages/rhsm/connection.py", line 333, in _request conn.request(request_type, handler, body=body, headers=headers) File "/usr/lib64/python2.6/httplib.py", line 914, in request self._send_request(method, url, body, headers) File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request self.endheaders() File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders self._send_output() File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output self.send(msg) File "/usr/lib64/python2.6/httplib.py", line 739, in send self.connect() File "/usr/lib64/python2.6/site-packages/M2Crypto/httpslib.py", line 73, in connect raise error error: [Errno 110] Connection timed out ************************ Best Regards, Hongna _______________________________________________ rhos-list mailing list rhos-list at redhat.com https://www.redhat.com/mailman/listinfo/rhos-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From hongnax.xu at intel.com Mon Sep 10 07:59:11 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Mon, 10 Sep 2012 07:59:11 +0000 Subject: [rhos-list] No Package named openstack-utils Message-ID: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> Hi Sorry to bother you all. Now I am installing openstack preview on RH 6.3, but I can't find the package of openstack-utils. My steps are: 1. register to the RH network by run "subscription-manager register --proxy=MYPROXY:PORT" . 2. list Red Hat Enterprise Linux Server and Openstack pools by "subscription-manager list --available --proxy= MYPROXY:PORT | grep -A8 'Red Hat Enterprise Linux Server/OpenStack' " 3. subscript these two pools by "subscription-manager subscribe --proxy=proxy-shz.intel.com:911 --pool = $POOLID", then I got the prompt that "Successfully consumed a subscription from the pool with id OOXX". 4. then I try step2, attempt to list them, but got nothing, is that correct? 5. Then I install the package openstack-utils, I got: **************** # yum install openstack-keystone Loaded plugins: fastestmirror, product-id, security, subscription-manager Updating certificate-based repositories. [Errno 110] Connection timed out Loading mirror speeds from cached hostfile Setting up Install Process No package openstack-keystone available. Error: Nothing to do I think it is no business with my repos I set in /etc/yum/yum.repos.d/, and how to verify the pools I register? Anybody could help me? Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From ykaul at redhat.com Mon Sep 10 08:04:57 2012 From: ykaul at redhat.com (Yaniv Kaul) Date: Mon, 10 Sep 2012 11:04:57 +0300 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> Message-ID: <504D9F29.3020107@redhat.com> Please see https://bugzilla.redhat.com/show_bug.cgi?id=824954#c11 . While it should be part of OpenStack packages, it's available from RHEL's optional repo channel. Are you registered to that channel? Y. On 09/10/2012 10:59 AM, Xu, HongnaX wrote: > > Hi > > Sorry to bother you all. Now I am installing openstack preview on RH > 6.3, but I can't find the package of openstack-utils. > > My steps are: > > 1.register to the RH network by run "subscription-manager register > --proxy=MYPROXY:PORT" . > > 2.list Red Hat Enterprise Linux Server and Openstack pools by > "subscription-manager list --available --proxy= MYPROXY:PORT | grep > -A8 'Red Hat Enterprise Linux Server/OpenStack' " > > 3.subscript these two pools by "subscription-manager subscribe > --proxy=proxy-shz.intel.com:911 --pool = $POOLID", then I got the > prompt that "Successfully consumed a subscription from the pool with > id OOXX". > > 4.then I try step2, attempt to list them, but got nothing, is that > correct? > > 5.Then I install the package openstack-utils, I got: > > **************** > > # yum install openstack-keystone > > Loaded plugins: fastestmirror, product-id, security, subscription-manager > > Updating certificate-based repositories. > > [Errno 110] Connection timed out > > Loading mirror speeds from cached hostfile > > Setting up Install Process > > No package openstack-keystone available. > > Error: Nothing to do > > I think it is no business with my repos I set in > /etc/yum/yum.repos.d/, and how to verify the pools I register? Anybody > could help me? > > Best Regards, > > Hongna > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From darren.birkett at gmail.com Mon Sep 10 08:07:03 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Mon, 10 Sep 2012 09:07:03 +0100 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> Message-ID: Are you absolutely sure that your proxy is working, and available? On 10 September 2012 08:59, Xu, HongnaX wrote: > Hi > > Sorry to bother you all. Now I am installing openstack preview on RH 6.3, > but I can?t find the package of openstack-utils. > > My steps are: > > 1. register to the RH network by run ?subscription-manager register > --proxy=MYPROXY:PORT? . > > 2. list Red Hat Enterprise Linux Server and Openstack pools by > ?subscription-manager list --available --proxy= MYPROXY:PORT | grep -A8 ?Red > Hat Enterprise Linux Server/OpenStack? " > > 3. subscript these two pools by ?subscription-manager subscribe > --proxy=proxy-shz.intel.com:911 --pool = $POOLID?, then I got the prompt > that ?Successfully consumed a subscription from the pool with id OOXX?. > > 4. then I try step2, attempt to list them, but got nothing, is that > correct? > > 5. Then I install the package openstack-utils, I got: > > **************** > > # yum install openstack-keystone > > Loaded plugins: fastestmirror, product-id, security, subscription-manager > > Updating certificate-based repositories. > > [Errno 110] Connection timed out > > Loading mirror speeds from cached hostfile > > Setting up Install Process > > No package openstack-keystone available. > > Error: Nothing to do > > > > I think it is no business with my repos I set in /etc/yum/yum.repos.d/, and > how to verify the pools I register? Anybody could help me? > > > > Best Regards, > > Hongna > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From hongnax.xu at intel.com Mon Sep 10 08:12:00 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Mon, 10 Sep 2012 08:12:00 +0000 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBD12E@SHSMSX102.ccr.corp.intel.com> Yes, I could list pools of Openstack and Red Hat Enterprise Linux Server, and resgister pools successfully , cause I saw the prompt: "Successfully consumed a subscription from the pool with id 8a85f9813999f45401399a999c6604aa." Best Regards, Hongna -----Original Message----- From: Darren Birkett [mailto:darren.birkett at gmail.com] Sent: Monday, September 10, 2012 4:07 PM To: Xu, HongnaX Cc: rhos-list at redhat.com Subject: Re: [rhos-list] No Package named openstack-utils Are you absolutely sure that your proxy is working, and available? On 10 September 2012 08:59, Xu, HongnaX wrote: > Hi > > Sorry to bother you all. Now I am installing openstack preview on RH > 6.3, but I can't find the package of openstack-utils. > > My steps are: > > 1. register to the RH network by run "subscription-manager register > --proxy=MYPROXY:PORT" . > > 2. list Red Hat Enterprise Linux Server and Openstack pools by > "subscription-manager list --available --proxy= MYPROXY:PORT | grep > -A8 'Red Hat Enterprise Linux Server/OpenStack' " > > 3. subscript these two pools by "subscription-manager subscribe > --proxy=proxy-shz.intel.com:911 --pool = $POOLID", then I got the > prompt that "Successfully consumed a subscription from the pool with id OOXX". > > 4. then I try step2, attempt to list them, but got nothing, is that > correct? > > 5. Then I install the package openstack-utils, I got: > > **************** > > # yum install openstack-keystone > > Loaded plugins: fastestmirror, product-id, security, > subscription-manager > > Updating certificate-based repositories. > > [Errno 110] Connection timed out > > Loading mirror speeds from cached hostfile > > Setting up Install Process > > No package openstack-keystone available. > > Error: Nothing to do > > > > I think it is no business with my repos I set in > /etc/yum/yum.repos.d/, and how to verify the pools I register? Anybody could help me? > > > > Best Regards, > > Hongna > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From hongnax.xu at intel.com Mon Sep 10 08:20:19 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Mon, 10 Sep 2012 08:20:19 +0000 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <504D9F29.3020107@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> <504D9F29.3020107@redhat.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBD145@SHSMSX102.ccr.corp.intel.com> Thanks, but I am not authorized to access bug #824954,even I register a user and login. I follow the doc of Red_Hat_OpenStack_Preview-1-Getting_Started_Guide-en-US.pdf from www.redhat.com, the doc didn't tell me RHEL's optional repo channel, could you tell me the full name of the channel? is there any doc newer and how could I got it? Best Regards, Hongna From: Yaniv Kaul [mailto:ykaul at redhat.com] Sent: Monday, September 10, 2012 4:05 PM To: Xu, HongnaX Cc: rhos-list at redhat.com Subject: Re: [rhos-list] No Package named openstack-utils Please see https://bugzilla.redhat.com/show_bug.cgi?id=824954#c11 . While it should be part of OpenStack packages, it's available from RHEL's optional repo channel. Are you registered to that channel? Y. On 09/10/2012 10:59 AM, Xu, HongnaX wrote: Hi Sorry to bother you all. Now I am installing openstack preview on RH 6.3, but I can't find the package of openstack-utils. My steps are: 1. register to the RH network by run "subscription-manager register --proxy=MYPROXY:PORT" . 2. list Red Hat Enterprise Linux Server and Openstack pools by "subscription-manager list --available --proxy= MYPROXY:PORT | grep -A8 'Red Hat Enterprise Linux Server/OpenStack' " 3. subscript these two pools by "subscription-manager subscribe --proxy=proxy-shz.intel.com:911 --pool = $POOLID", then I got the prompt that "Successfully consumed a subscription from the pool with id OOXX". 4. then I try step2, attempt to list them, but got nothing, is that correct? 5. Then I install the package openstack-utils, I got: **************** # yum install openstack-keystone Loaded plugins: fastestmirror, product-id, security, subscription-manager Updating certificate-based repositories. [Errno 110] Connection timed out Loading mirror speeds from cached hostfile Setting up Install Process No package openstack-keystone available. Error: Nothing to do I think it is no business with my repos I set in /etc/yum/yum.repos.d/, and how to verify the pools I register? Anybody could help me? Best Regards, Hongna _______________________________________________ rhos-list mailing list rhos-list at redhat.com https://www.redhat.com/mailman/listinfo/rhos-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From ykaul at redhat.com Mon Sep 10 08:27:12 2012 From: ykaul at redhat.com (Yaniv Kaul) Date: Mon, 10 Sep 2012 11:27:12 +0300 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD145@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> <504D9F29.3020107@redhat.com> <953BC298FE16B64A865952E4C88593020FDBD145@SHSMSX102.ccr.corp.intel.com> Message-ID: <504DA460.1040705@redhat.com> On 09/10/2012 11:20 AM, Xu, HongnaX wrote: > > Thanks, but I am not authorized to access bug #824954,even I register > a user and login. > It's about adding a dependency to dnsmasq-utils. But actually this package should be in OpenStack's channel as well. I'll check if/why it's missing from it. In the mean time, if you can register to 'rhel-x86_64-server-optional-6' - you should be able to get it from there. Y. > I follow the doc of > Red_Hat_OpenStack_Preview-1-Getting_Started_Guide-en-US.pdf from > www.redhat.com , the doc didn't tell me RHEL's > optional repo channel, could you tell me the full name of the channel? > is there any doc newer and how could I got it? > > Best Regards, > > Hongna > > *From:*Yaniv Kaul [mailto:ykaul at redhat.com] > *Sent:* Monday, September 10, 2012 4:05 PM > *To:* Xu, HongnaX > *Cc:* rhos-list at redhat.com > *Subject:* Re: [rhos-list] No Package named openstack-utils > > Please see https://bugzilla.redhat.com/show_bug.cgi?id=824954#c11 > . > While it should be part of OpenStack packages, it's available from > RHEL's optional repo channel. Are you registered to that channel? > Y. > > > > On 09/10/2012 10:59 AM, Xu, HongnaX wrote: > > Hi > > Sorry to bother you all. Now I am installing openstack preview > on RH 6.3, but I can't find the package of openstack-utils. > > My steps are: > > 1.register to the RH network by run "subscription-manager register > --proxy=MYPROXY:PORT" . > > 2.list Red Hat Enterprise Linux Server and Openstack pools by > "subscription-manager list --available --proxy= MYPROXY:PORT | > grep -A8 'Red Hat Enterprise Linux Server/OpenStack' " > > 3.subscript these two pools by "subscription-manager subscribe > --proxy=proxy-shz.intel.com:911 --pool = $POOLID", then I got the > prompt that "Successfully consumed a subscription from the pool > with id OOXX". > > 4.then I try step2, attempt to list them, but got nothing, is that > correct? > > 5.Then I install the package openstack-utils, I got: > > **************** > > # yum install openstack-keystone > > Loaded plugins: fastestmirror, product-id, security, > subscription-manager > > Updating certificate-based repositories. > > [Errno 110] Connection timed out > > Loading mirror speeds from cached hostfile > > Setting up Install Process > > No package openstack-keystone available. > > Error: Nothing to do > > I think it is no business with my repos I set in > /etc/yum/yum.repos.d/, and how to verify the pools I register? > Anybody could help me? > > Best Regards, > > Hongna > > > > > _______________________________________________ > > rhos-list mailing list > > rhos-list at redhat.com > > https://www.redhat.com/mailman/listinfo/rhos-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hongnax.xu at intel.com Mon Sep 10 08:46:56 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Mon, 10 Sep 2012 08:46:56 +0000 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <504DA460.1040705@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> <504D9F29.3020107@redhat.com> <953BC298FE16B64A865952E4C88593020FDBD145@SHSMSX102.ccr.corp.intel.com> <504DA460.1040705@redhat.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBD19A@SHSMSX102.ccr.corp.intel.com> On 09/10/2012 11:20 AM, Xu, HongnaX wrote: Thanks, but I am not authorized to access bug #824954,even I register a user and login. It's about adding a dependency to dnsmasq-utils. But actually this package should be in OpenStack's channel as well. I'll check if/why it's missing from it. In the mean time, if you can register to 'rhel-x86_64-server-optional-6' - you should be able to get it from there. Y. I can install dnsmasq-utils from the channel "Red Hat Enterprise Linux Server" or "OpenStack", which I registered before. And now in order to install openstack-utils , I want to register 'rhel-x86_64-server-optional-6', but I got nothing by running : subscription-manager list --available --proxy=MYPROXY:PORT | grep -A8 " optional ", how could I get the pool number? I follow the doc of Red_Hat_OpenStack_Preview-1-Getting_Started_Guide-en-US.pdf from www.redhat.com, the doc didn't tell me RHEL's optional repo channel, could you tell me the full name of the channel? is there any doc newer and how could I got it? Best Regards, Hongna From: Yaniv Kaul [mailto:ykaul at redhat.com] Sent: Monday, September 10, 2012 4:05 PM To: Xu, HongnaX Cc: rhos-list at redhat.com Subject: Re: [rhos-list] No Package named openstack-utils Please see https://bugzilla.redhat.com/show_bug.cgi?id=824954#c11 . While it should be part of OpenStack packages, it's available from RHEL's optional repo channel. Are you registered to that channel? Y. On 09/10/2012 10:59 AM, Xu, HongnaX wrote: Hi Sorry to bother you all. Now I am installing openstack preview on RH 6.3, but I can't find the package of openstack-utils. My steps are: 1. register to the RH network by run "subscription-manager register --proxy=MYPROXY:PORT" . 2. list Red Hat Enterprise Linux Server and Openstack pools by "subscription-manager list --available --proxy= MYPROXY:PORT | grep -A8 'Red Hat Enterprise Linux Server/OpenStack' " 3. subscript these two pools by "subscription-manager subscribe --proxy=proxy-shz.intel.com:911 --pool = $POOLID", then I got the prompt that "Successfully consumed a subscription from the pool with id OOXX". 4. then I try step2, attempt to list them, but got nothing, is that correct? 5. Then I install the package openstack-utils, I got: **************** # yum install openstack-keystone Loaded plugins: fastestmirror, product-id, security, subscription-manager Updating certificate-based repositories. [Errno 110] Connection timed out Loading mirror speeds from cached hostfile Setting up Install Process No package openstack-keystone available. Error: Nothing to do I think it is no business with my repos I set in /etc/yum/yum.repos.d/, and how to verify the pools I register? Anybody could help me? Best Regards, Hongna _______________________________________________ rhos-list mailing list rhos-list at redhat.com https://www.redhat.com/mailman/listinfo/rhos-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From apevec at redhat.com Mon Sep 10 08:52:33 2012 From: apevec at redhat.com (Alan Pevec) Date: Mon, 10 Sep 2012 10:52:33 +0200 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD12E@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> <953BC298FE16B64A865952E4C88593020FDBD12E@SHSMSX102.ccr.corp.intel.com> Message-ID: <504DAA51.8050400@redhat.com> On 09/10/2012 10:12 AM, Xu, HongnaX wrote: > Yes, I could list pools of Openstack and Red Hat Enterprise Linux Server, and resgister pools successfully , cause I saw the prompt: "Successfully consumed a subscription from the pool with id 8a85f9813999f45401399a999c6604aa." Could you confirm if you see "rhel-server-ost-6-preview-rpms" with yum repolist ? Cheers, Alan From apevec at redhat.com Mon Sep 10 09:00:00 2012 From: apevec at redhat.com (Alan Pevec) Date: Mon, 10 Sep 2012 11:00:00 +0200 Subject: [rhos-list] No Package named openstack-utils In-Reply-To: <504DAA51.8050400@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD100@SHSMSX102.ccr.corp.intel.com> <953BC298FE16B64A865952E4C88593020FDBD12E@SHSMSX102.ccr.corp.intel.com> <504DAA51.8050400@redhat.com> Message-ID: <504DAC10.7070400@redhat.com> On 09/10/2012 10:52 AM, Alan Pevec wrote: > On 09/10/2012 10:12 AM, Xu, HongnaX wrote: >> Yes, I could list pools of Openstack and Red Hat Enterprise Linux Server, and resgister pools successfully , cause I saw the prompt: "Successfully consumed a subscription from the pool with id 8a85f9813999f45401399a999c6604aa." > > Could you confirm if you see "rhel-server-ost-6-preview-rpms" with yum repolist ? If repolist fails, I guess you subscribed with --proxy option but for yum plugin to work, you need to set proxy in /etc/rhsm/rhsm.conf Cheers, Alan From jonmills at renci.org Mon Sep 10 18:50:51 2012 From: jonmills at renci.org (Jonathan Mills) Date: Mon, 10 Sep 2012 14:50:51 -0400 Subject: [rhos-list] woes with RHOS + Quantum + OVS Message-ID: <504E368B.2080703@renci.org> I have RHOS configured to run with Quantuam and Openvswitch. (I created my Openvswitch RPMS for RHEL6 by doing a 'git clone', preparing the source tarball, and using their included spec file.) As far as I can tell, OVS is happy. Running 'ovs-vsctl show' gives me reasonable output: # ovs-vsctl show 0c960ad6-2de7-4651-bfa9-9f0b3b134755 Bridge br-int Port br-int Interface br-int type: internal Port "gw-c83a1b4a-d7" tag: 4095 Interface "gw-c83a1b4a-d7" type: internal Port "eth1" Interface "eth1" ovs_version: "1.8.90" Openstack itself is happy, with all smiley faces. My problem emerges when I actually launch a VM with 'nova boot'. $ nova list +--------------------------------------+--------+--------+----------+ | ID | Name | Status | Networks | +--------------------------------------+--------+--------+----------+ | 2e446148-9d3f-430a-a4df-7d0ec0329e93 | jbmVM1 | ACTIVE | | +--------------------------------------+--------+--------+----------+ As you can see above, the 'Networks' column is empty. The result, for the VM, looks like this (from console log): SIOCSIFADDR: No such device eth0: ERROR while getting interface flags: No such device eth0: ERROR while getting interface flags: No such device Bind socket to interface: No such device Failed to bring up eth0. An interesting piece of this puzzle.....when I read the libvirt XML description file for this VM, it is literally missing a network device. Why would that happen? Other notes: The way my system is set up, it's a one-node test cluster. So nova-network and nova-compute run on the same box. This box has an eth0 with a public IP address. It has an eth1 with a 10.x.x.x address. I'm running my bridge on eth1. I have Openstack configured to have all its "fixed_ips" in the 10.x.x.x range, and it's "floating_ips" as real public IPs that should be added onto eth0. Can anyone think of some items that I can double-check to figure out what I've done wrong? -- Jonathan Mills Systems Administrator Renaissance Computing Institute UNC-Chapel Hill From hongnax.xu at intel.com Tue Sep 11 06:48:34 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Tue, 11 Sep 2012 06:48:34 +0000 Subject: [rhos-list] Some issues about install packages of Openstcak Message-ID: <953BC298FE16B64A865952E4C88593020FDBD33F@SHSMSX102.ccr.corp.intel.com> Hi all It's me again. I encountered some issues with openstack preview on RH enterprise server 6.3. 1. install RHEL. 2. Add myproxy in ~/.bashrc. 3. Wget http://google.com to verify the proxy is working. 4. Subscribe Openstack, I got no other channels except "openstack", it is not stabilized, yesterday I can list "Red Hat Enterprise Linux Server", I got it by the command "subscription-manager list --available --proxy=MYPROCY:PORT", Question 1: why there is only "Openstack" channel?How could I subscribe Red Hat Enterprise Linux Server channel ? 5. with the default repos which were installed by the image, I think the packages with openstack should come from the "Openstack" or "Red Hat Enterprise Linux Server" channel, am I right? Then I yum search of yum update, the logs are: *************************** # yum update Loaded plugins: product-id, security, subscription-manager Updating certificate-based repositories. [Errno 110] Connection timed out Setting up Update Process No Packages marked for Update ****************************** #Yum search git Loaded plugins: product-id, security, subscription-manager Updating certificate-based repositories. [Errno 110] Connection timed out ================================== Matched: git =================================== cdparanoia-libs.x86_64 : Libraries for libcdda_paranoia (Paranoia III). eggdbus.x86_64 : Experimental D-Bus bindings for GObject gnupg2.x86_64 : Utility for secure communication and data storage grubby.x86_64 : Command line tool for updating bootloader configs hwdata.noarch : Hardware identification and configuration data libaio.x86_64 : Linux-native asynchronous I/O access library mailcap.noarch : Helper application and MIME type associations for file types mcelog.x86_64 : Tool to translate x86-64 CPU Machine Check Exception data. numad.x86_64 : NUMA user daemon pixman.x86_64 : Pixel manipulation library python-ethtool.x86_64 : Ethernet settings python bindings python-gudev.x86_64 : Python (PyGObject) bindings to the GUDev library python-iwlib.x86_64 : Wireless settings python bindings python-netaddr.noarch : Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC : network addresses setuptool.x86_64 : A text mode system configuration tool ********************** All the packages listed are not related with git, I don't why they could be listed. And why I encounter 110 Error? Question 2: is it the exactly the reason that I can't get the packages of Openstack ?? and how to fix it? 6. With a second machine I subscribe "openstack" "Red Hat Beta" "Red Hat Enterprise Linux Server", and set centos repo in /etc/yum.repos.d, and I could find the packages of dnsmasq-utils and git, Though encountered 110 Error with yum command either. Question 3: Is it no business with the repos what I set in /etc/yum.repos.d? I mean setting centos repo with my machine does't influence setup openstack? the openstack packages should come from "OpenStack" channel, Am I right? Question 4: how could I install the openstack packages on RH, I am desperate for experience on it. Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From apevec at redhat.com Tue Sep 11 09:14:47 2012 From: apevec at redhat.com (Alan Pevec) Date: Tue, 11 Sep 2012 11:14:47 +0200 Subject: [rhos-list] Some issues about install packages of Openstcak In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD33F@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD33F@SHSMSX102.ccr.corp.intel.com> Message-ID: <504F0107.9030807@redhat.com> On 09/11/2012 08:48 AM, Xu, HongnaX wrote: > And why I encounter 110 Error? Try setting proxy_* parameters in /etc/rhsm/rhsm.conf > is it the exactly the reason that I can?t get the packages of Openstack ?? and how to fix it? You must first see rhel-server-ost-6-preview-rpms in "yum repolist" output. If you still don't get it after setting proxy in rhsm.conf, please ask Red Hat customer service to verify entitlements in your RHN account. > 6.With a second machine I subscribe ?openstack? ?Red Hat Beta? ?Red Hat Enterprise Linux Server?, and set centos repo in /etc/yum.repos.d, and I could find the packages of dnsmasq-utils and git, Though encountered 110 Error with yum command either. Mixing centos and RHEL is definitely not supported. Regards, Alan From ayoung at redhat.com Tue Sep 11 21:22:36 2012 From: ayoung at redhat.com (Adam Young) Date: Tue, 11 Sep 2012 17:22:36 -0400 Subject: [rhos-list] Fwd: RE: LDAP/AD In-Reply-To: References: Message-ID: <504FAB9C.1000302@redhat.com> This is a discussion I'm party to between the Hyper-V Dev and CERN regarding Keystone LDAP usage to access their Active Directory structure. Thought some of you might be interested. -------- Original Message -------- Subject: RE: LDAP/AD Date: Tue, 11 Sep 2012 20:59:56 +0000 From: Peter Pouliot To: Tim Bell , "Adam Young (ayoung at redhat.com)" CC: John Dickinson , Joseph Heck , Jose Castro Leon Tim, Thanks for the information. I'm in agreement on LDAP and wasn't suggesting Native AD support. However being able to utilize the existing information is key. P *From:*Tim Bell [mailto:Tim.Bell at cern.ch] *Sent:* Tuesday, September 11, 2012 3:15 PM *To:* Peter Pouliot; Adam Young (ayoung at redhat.com) *Cc:* John Dickinson; Joseph Heck; Jose Castro Leon *Subject:* RE: LDAP/AD Peter, >From CERN's first quick analysis in the past week or so, AD integration can be done within the framework of a flexible OpenLDAP driver. We may need some configuration flags, some mapping from roles to group members and some recommendations for AD administrators to index certain parts of the tree (we have groups with 1,000s of members and 48,000 users in our AD). Given the good AD/LDAP built in compatibility, we can make things generic if we find the right schema options. I do not think we've the critical mass currently for AD-only support. I'd much rather have a good LDAP support and a recommendation on how to provide an AD view which is performant and compatible for both OpenLDAP and AD backends. A few beers, a white board, the key guys and we can sort this out ... Tim *From:*Peter Pouliot [mailto:ppouliot at microsoft.com] *Sent:* 11 September 2012 21:03 *To:* Tim Bell; Adam Young (ayoung at redhat.com ) *Cc:* John Dickinson; Joseph Heck *Subject:* RE: Hyper-V Meeting Minutes Tim, I agree on not having fragmentation. John had approached me a while back around some AD discussion and I know I had some a conversation with Joe somewhere along the lines at the April summit. John and Joe, I figured this is a great point to bring you both in. I know each of you also have showed some interest in advancing the Active Directory integration. It's probably a great time to try to organize our efforts . What do you both think about Tim's suggestion of a Bof Slot on the Topic in SD? pp *From:*Tim Bell [mailto:Tim.Bell at cern.ch] *Sent:* Tuesday, September 11, 2012 2:17 PM *To:* Peter Pouliot; Adam Young (ayoung at redhat.com ) *Subject:* RE: Hyper-V Meeting Minutes I've already got the CERN troops voting for the Hyper-V and Redhat talks J I'll certainly give some prominence to the work with Microsoft and Redhat in the CERN user story too, so your votes are welcome... In any case, we should get a BoF slot for OpenLDAP/AD integration .. it does not need a massive investment but we should avoid fragmentation.... We're also trying to do some PKI testing too .... Another hot topic for us.... Ti *From:*Peter Pouliot [mailto:ppouliot at microsoft.com] *Sent:* 11 September 2012 19:57 *To:* Tim Bell; Adam Young (ayoung at redhat.com ) *Subject:* RE: Hyper-V Meeting Minutes Tim, Awesome! We'd love to make sure everyone interested meets up at the summit. I'm looking forward to seeing what you have done already. Adam and I have been talking about this for a while. (We actually work close by to each other in Cambridge MA). I've been trying to get more free cycles to help w/ the testing and potentially help with integration to use other AD object properties. We should definitely sync up together and get a good understanding of your needs at CERN. I should be able to guide some of the momentum towards the work internally if the external interest is there. PS. Votes for Hyper-V Presentations help the cause. J p *From:*Tim Bell [mailto:Tim.Bell at cern.ch] *Sent:* Tuesday, September 11, 2012 1:32 PM *To:* Peter Pouliot; Adam Young (ayoung at redhat.com ) *Subject:* FW: Hyper-V Meeting Minutes Peter/Adam, Pleased to see that the AD integration work is of interest. I've asked Jose to brief you further on the thoughts and options. For the summit, Jose, Belmiro and I will be there. I've got some management board related meetings but I'd be delighted to get together with you both and discuss further integration work of common interest. Tim *From:*Peter Pouliot [mailto:ppouliot at microsoft.com] *Sent:* 11 September 2012 17:56 *To:* openstack-dev at lists.openstack.org *Subject:* [openstack-dev] Hyper-V Meeting Minutes Meeting ended Tue Sep 11 15:47:37 2012 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) Minutes: http://eavesdrop.openstack.org/meetings/hyper_v/2012/hyper_v.2012-09-11-15.00.html Minutes (text): http://eavesdrop.openstack.org/meetings/hyper_v/2012/hyper_v.2012-09-11-15.00.txt Log: http://eavesdrop.openstack.org/meetings/hyper_v/2012/hyper_v.2012-09-11-15.00.log.html Peter J. Pouliot, CISSP Senior SDET, OpenStack Microsoft New England Research & Development Center One Memorial Drive,Cambridge, MA 02142 PPOULIOT at microsoft.com | Tel: +1(857) 453 6436 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jose.castro.leon at cern.ch Wed Sep 12 15:03:02 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Wed, 12 Sep 2012 15:03:02 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> Hi, During last days, I had a look on the LDAP module to try to make it work with AD, in order to see if there is any missing part that we could contribute. Here at CERN the identity management is heavily based on Active Directory and we are interested in having that feature in Openstack. With the help of some of my colleagues, I was able to configure the LDAP module in order to make it work with Active Directory. I saw that there is much more configuration available on Folsom on the LDAP module, that helps a bit but there is some more configuration hardcoded. We had prepared some patches in order to expose the configuration to keystone.conf while maintaining compatibility with openLDAP We would like to know how to proceed in order to contribute to the community. Active Directory * Schema is Windows 2008 (Active Directory + Services for Unix) * Small change on roleOccupant class (let it have a groupOfNames superior) List of Patches 1. Move 'dumb_member ' account to be a configuration parameter 2. Create configuration attributes for user mapping (name, mail) 3. Create configuration attributes for tenant mapping (name, description) 4. Create attribute ignore configuration to specify the attributes that are not mapped with LDAP (user,tenant,role) 5. Bugfix on get_users(self, tenant_id, role_id=None) If a user is a member of a tenant and also in a role it appears twice when called As an additional patch, we can put a filter in all user queries to reduce the amount of data that is returned when the list of users is retrieved. We have more than 40000 accounts at CERN, and we need something to don't make dashboard and keystone unusable due to the amount of users on the system. Kind regards, Jose Castro Leon CERN IT-OIS-IN tel: +41.22.76.74272 mob: +41.76.48.79222 fax: +41.22.76.67955 Office: 31-R-021 CH-1211 Geneve 23 email: jose.castro.leon at cern.ch -------------- next part -------------- An HTML attachment was scrubbed... URL: From john.haller at alcatel-lucent.com Wed Sep 12 15:58:56 2012 From: john.haller at alcatel-lucent.com (Haller, John H (John)) Date: Wed, 12 Sep 2012 15:58:56 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> Message-ID: <7C1824C61EE769448FCE74CD83F0CB4F019FFF@US70TWXCHMBA11.zam.alcatel-lucent.com> You are best off working directly with the upstream project, at http://www.openstack.org They have a good wiki page on how to contribute here: http://wiki.openstack.org/HowToContribute After dealing with contributor agreements and Launchpad accounts, this probably needs a Blueprint (feature) to be created/approved. Regards, John Haller From: rhos-list-bounces at redhat.com [mailto:rhos-list-bounces at redhat.com] On Behalf Of Jose Castro Leon Sent: Wednesday, September 12, 2012 10:03 AM To: rhos-list at redhat.com Cc: Peter Pouliot (ppouliot at microsoft.com); joe.heck at nebula.com Subject: [rhos-list] Openstack LDAP/AD integration at CERN Hi, During last days, I had a look on the LDAP module to try to make it work with AD, in order to see if there is any missing part that we could contribute. Here at CERN the identity management is heavily based on Active Directory and we are interested in having that feature in Openstack. With the help of some of my colleagues, I was able to configure the LDAP module in order to make it work with Active Directory. I saw that there is much more configuration available on Folsom on the LDAP module, that helps a bit but there is some more configuration hardcoded. We had prepared some patches in order to expose the configuration to keystone.conf while maintaining compatibility with openLDAP We would like to know how to proceed in order to contribute to the community. Active Directory * Schema is Windows 2008 (Active Directory + Services for Unix) * Small change on roleOccupant class (let it have a groupOfNames superior) List of Patches 1. Move 'dumb_member ' account to be a configuration parameter 2. Create configuration attributes for user mapping (name, mail) 3. Create configuration attributes for tenant mapping (name, description) 4. Create attribute ignore configuration to specify the attributes that are not mapped with LDAP (user,tenant,role) 5. Bugfix on get_users(self, tenant_id, role_id=None) If a user is a member of a tenant and also in a role it appears twice when called As an additional patch, we can put a filter in all user queries to reduce the amount of data that is returned when the list of users is retrieved. We have more than 40000 accounts at CERN, and we need something to don't make dashboard and keystone unusable due to the amount of users on the system. Kind regards, Jose Castro Leon CERN IT-OIS-IN tel: +41.22.76.74272 mob: +41.76.48.79222 fax: +41.22.76.67955 Office: 31-R-021 CH-1211 Geneve 23 email: jose.castro.leon at cern.ch -------------- next part -------------- An HTML attachment was scrubbed... URL: From ayoung at redhat.com Wed Sep 12 16:28:46 2012 From: ayoung at redhat.com (Adam Young) Date: Wed, 12 Sep 2012 12:28:46 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> Message-ID: <5050B83E.4030301@redhat.com> On 09/12/2012 11:03 AM, Jose Castro Leon wrote: > > Hi, > > During last days, I had a look on the LDAP module to try to make it > work with AD, in order to see if there is any missing part that we > could contribute. > > Here at CERN the identity management is heavily based on Active > Directory and we are interested in having that feature in Openstack. > > With the help of some of my colleagues, I was able to configure the > LDAP module in order to make it work with Active Directory. > > I saw that there is much more configuration available on Folsom on the > LDAP module, that helps a bit but there is some more configuration > hardcoded. > > We had prepared some patches in order to expose the configuration to > keystone.conf while maintaining compatibility with openLDAP > > We would like to know how to proceed in order to contribute to the > community. > > Active Directory > > ?Schema is Windows 2008 (Active Directory + Services for Unix) > > ?Small change on roleOccupant class (let it have a groupOfNames superior) > > List of Patches > > 1.Move 'dumb_member ' account to be a configuration parameter > > 2.Create configuration attributes for user mapping (name, mail) > > 3.Create configuration attributes for tenant mapping (name, description) > > 4.Create attribute ignore configuration to specify the attributes that > are not mapped with LDAP (user,tenant,role) > > 5.Bugfix on get_users(self, tenant_id, role_id=None) > > If a user is a member of a tenant and also in a role it appears twice > when called > > As an additional patch, we can put a filter in all user queries to > reduce the amount of data that is returned when the list of users is > retrieved. > > We have more than 40000 accounts at CERN, and we need something to > don't make dashboard and keystone unusable due to the amount of users on > > the system. > > Kind regards, > > *Jose Castro Leon* > > CERN IT-OIS-IN tel: +41.22.76.74272 > > mob: +41.76.48.79222 > > fax: +41.22.76.67955 > > Office: 31-R-021 CH-1211 Geneve 23 > > email: jose.castro.leon at cern.ch > Please submit the patches to gerrit via git-review. If that is too much overhead for you, please attach them to an email message. The best way to generate the patches is to use git-format-patch, as that will maintain authorship and the commit message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbryant at redhat.com Wed Sep 12 16:40:30 2012 From: rbryant at redhat.com (Russell Bryant) Date: Wed, 12 Sep 2012 12:40:30 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <5050B83E.4030301@redhat.com> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com> Message-ID: <5050BAFE.3020700@redhat.com> On 09/12/2012 12:28 PM, Adam Young wrote: > Please submit the patches to gerrit via git-review. If that is too > much overhead for you, please attach them to an email message. The best > way to generate the patches is to use git-format-patch, as that will > maintain authorship and the commit message. All patches really need to go through gerrit. That helps ensure that authors are approved contributors (have signed the CLA). More information about the process can be found here: See "If you're a developer, start here": http://wiki.openstack.org/HowToContribute Also: http://wiki.openstack.org/GerritWorkflow -- Russell Bryant From jose.castro.leon at cern.ch Wed Sep 12 17:13:49 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Wed, 12 Sep 2012 17:13:49 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <5050BAFE.3020700@redhat.com> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>,<5050BAFE.3020700@redhat.com> Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch> Hi all, Thanks for the information, I am just waiting for acceptance on the last group on launchpad. We tried to minimize the changes on AD, but in order to make it work with AD we had to enable roleOccupant as a possible superior of groupOfNames. This is not enabled by default in Active Directory, and prevents to use the existing LDAP structure. Kind regards, Jose Castro Leon CERN From rbryant at redhat.com Wed Sep 12 17:31:19 2012 From: rbryant at redhat.com (Russell Bryant) Date: Wed, 12 Sep 2012 13:31:19 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch> Message-ID: <5050C6E7.8010902@redhat.com> On 09/12/2012 01:13 PM, Jose Castro Leon wrote: > Hi all, > Thanks for the information, I am just waiting for acceptance on the last group on launchpad. > We tried to minimize the changes on AD, but in order to make it work with AD we had to > enable roleOccupant as a possible superior of groupOfNames. This is not enabled by default > in Active Directory, and prevents to use the existing LDAP structure. I went to approve you in the openstack-cla group, but the link on the Contributors wiki page does not appear to be valid. Can you check it out? http://wiki.openstack.org/GerritWorkflow https://rackspace.echosign.com/verifier?tx=ZH8KGFJ234SK5P -- Russell Bryant From jose.castro.leon at cern.ch Wed Sep 12 17:46:21 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Wed, 12 Sep 2012 17:46:21 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <5050BAFE.3020700@redhat.com> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>,<5050BAFE.3020700@redhat.com> Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F44F8D@CERNXCHG01.cern.ch> Hi, I have just changed the link on the contributors page. Kind regards, Jose Castro Leon From rbryant at redhat.com Wed Sep 12 18:06:35 2012 From: rbryant at redhat.com (Russell Bryant) Date: Wed, 12 Sep 2012 14:06:35 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F44F8D@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F8D@CERNXCHG01.cern.ch> Message-ID: <5050CF2B.4000003@redhat.com> On 09/12/2012 01:46 PM, Jose Castro Leon wrote: > Hi, > I have just changed the link on the contributors page. > Kind regards, Ok, you are approved now. I'd be happy to help if you have any futher issues with the contribution process. Thanks, -- Russell Bryant From ayoung at redhat.com Wed Sep 12 19:03:08 2012 From: ayoung at redhat.com (Adam Young) Date: Wed, 12 Sep 2012 15:03:08 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch> Message-ID: <5050DC6C.3050805@redhat.com> On 09/12/2012 01:13 PM, Jose Castro Leon wrote: > Hi all, > Thanks for the information, I am just waiting for acceptance on the last group on launchpad. > We tried to minimize the changes on AD, but in order to make it work with AD we had to > enable roleOccupant as a possible superior of groupOfNames. This is not enabled by default > in Active Directory, and prevents to use the existing LDAP structure. Well, group of names is the default for tenant, but you can over ride it. Why did you need roleOccupant? > Kind regards, > > Jose Castro Leon > CERN > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From jose.castro.leon at cern.ch Wed Sep 12 19:24:20 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Wed, 12 Sep 2012 19:24:20 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <5050DC6C.3050805@redhat.com> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch>, <5050DC6C.3050805@redhat.com> Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> Sorry, I mean organizationalRole. When adding a user to a role it creates a structure like this: Tenant (groupOfNames) | @member(user) | --> Role (organizationalRole) @roleOccupant (user) The problem is that on AD a organizationalRole could not be a children of a groupOfNames This is why we modify the AD schema a bit, in order to make it work Kind regards, Jose Castro Leon From ayoung at redhat.com Thu Sep 13 01:25:13 2012 From: ayoung at redhat.com (Adam Young) Date: Wed, 12 Sep 2012 21:25:13 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch>, <5050DC6C.3050805@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> Message-ID: <505135F9.7040807@redhat.com> On 09/12/2012 03:24 PM, Jose Castro Leon wrote: > Sorry, I mean organizationalRole. When adding a user to a role it creates a structure like this: > > Tenant (groupOfNames) > | @member(user) > | > --> Role (organizationalRole) > @roleOccupant (user) > > The problem is that on AD a organizationalRole could not be a children of a groupOfNames > This is why we modify the AD schema a bit, in order to make it work > > Kind regards, > Jose Castro Leon > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list That is unfortunate. Would using Organization or Organizational-Unit make more sense? Does organizationalRole need to be put into an attribute instead? From hongnax.xu at intel.com Thu Sep 13 01:57:27 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Thu, 13 Sep 2012 01:57:27 +0000 Subject: [rhos-list] Can't list "Red Hat Enterprise Linux" channel Message-ID: <953BC298FE16B64A865952E4C88593020FDBD67F@SHSMSX102.ccr.corp.intel.com> Hi Why I got nothing when run the command "subscription-manager list -available -proxy=MYPROXY:PORT | grep -A8 "Red Hat Enterprise Linux Server" , so I only subscribe "Red Hat OpenStack - Preview" channel on my machine, which had subscribed both of the channels before been reinstalled, what should I do to subscribe it? With only openstack channel subscribed, I can yum search package of openstack-utils, but can't install it, it said: ******************** Loaded plugins: product-id, security, subscription-manager Updating certificate-based repositories. Setting up Install Process Nothing to do ********************* Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From hongnax.xu at intel.com Thu Sep 13 05:38:14 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Thu, 13 Sep 2012 05:38:14 +0000 Subject: [rhos-list] No repolist in redhat.repo Message-ID: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> Hi I have subscribed "Red Hat OpenStack - Preview" and "Red Hat Enterprise Linux Server" channels, but why my repolist is 0, how could I add the the repos to my repolist? My repo could search the openstack-utils package but can't install, now. Any reply would be Appreciated. Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From jose.castro.leon at cern.ch Thu Sep 13 06:17:36 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Thu, 13 Sep 2012 06:17:36 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <505135F9.7040807@redhat.com> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch>, <5050DC6C.3050805@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> <505135F9.7040807@redhat.com> Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F4536F@CERNXCHG01.cern.ch> > That is unfortunate. Would using Organization or Organizational-Unit make more sense? Does organizationalRole need to be put into an attribute instead? A simplified view of the schema is the following: Users | --> demo_user (user) Tenants | --> My Tenant (groupOfNames) | @member(demo_user) | --> member (organizationalRole) @roleOccupant (demo_user) Roles | --> member (organizationalRole) In () class of the object @ attribute of the object The role inside the tenant is to describe the users that have that role on an specified tenant. It uses the attribute roleOccupant. We tried to maintain the compatibility with the existing LDAP module, so this is why we modified a little bit on the AD schema in order to allow an object of class 'organizationalRole' have a superior of a class 'groupOfNames'. This is not allowed by default on AD. From pmyers at redhat.com Thu Sep 13 11:54:30 2012 From: pmyers at redhat.com (Perry Myers) Date: Thu, 13 Sep 2012 07:54:30 -0400 Subject: [rhos-list] No repolist in redhat.repo In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> Message-ID: <5051C976.3000103@redhat.com> On 09/13/2012 01:38 AM, Xu, HongnaX wrote: > Hi > > I have subscribed ?Red Hat OpenStack - Preview? and ?Red Hat > Enterprise Linux Server? channels, but why my repolist is 0, how could I > add the the repos to my repolist? > > My repo could search the openstack-utils package but can?t install, now. > Any reply would be Appreciated. Can you provide the output of: subscription-manager list --installed Thanks, Perry From jose.castro.leon at cern.ch Thu Sep 13 12:34:54 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Thu, 13 Sep 2012 12:34:54 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F4536F@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch>, <5050DC6C.3050805@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> <505135F9.7040807@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4536F@CERNXCHG01.cern.ch> Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F46C21@CERNXCHG01.cern.ch> Hi, Bugs already submitted to do some configuration changes, I will upload the patches as soon as possible https://bugs.launchpad.net/keystone/+bug/1050398 https://bugs.launchpad.net/keystone/+bug/1050400 https://bugs.launchpad.net/keystone/+bug/1050401 https://bugs.launchpad.net/keystone/+bug/1050402 https://bugs.launchpad.net/keystone/+bug/1050406 Jose Castro Leon From ayoung at redhat.com Thu Sep 13 13:23:11 2012 From: ayoung at redhat.com (Adam Young) Date: Thu, 13 Sep 2012 09:23:11 -0400 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <248A2D277CB6E34992A0902A839C1E5D64F4536F@CERNXCHG01.cern.ch> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch>, <5050DC6C.3050805@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> <505135F9.7040807@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4536F@CERNXCHG01.cern.ch> Message-ID: <5051DE3F.8050709@redhat.com> On 09/13/2012 02:17 AM, Jose Castro Leon wrote: >> That is unfortunate. Would using Organization or Organizational-Unit make more sense? Does organizationalRole need to be put into an attribute instead? > A simplified view of the schema is the following: > > Users > | > --> demo_user (user) > > Tenants > | > --> My Tenant (groupOfNames) > | @member(demo_user) > | > --> member (organizationalRole) > @roleOccupant (demo_user) > > Roles > | > --> member (organizationalRole) > > In () class of the object > @ attribute of the object > > The role inside the tenant is to describe the users that have that role on an specified tenant. It uses the attribute roleOccupant. > We tried to maintain the compatibility with the existing LDAP module, so this is why we modified a little bit on the AD schema in order to allow > an object of class 'organizationalRole' have a superior of a class 'groupOfNames'. This is not allowed by default on AD. I think you put too much weight on my choice of classes. I would much prefer to get the setup to work without any Schema changes. I do appreciate the effort that you went through to make this happen. This design was a first effort, and it is something that we have to be mindful of in the future (backwards compatibility) but it should not be the part that is held fixed. We should instead assume that multiple organizations are going to have many different schemas, and Keystone should flex to support them. > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From jose.castro.leon at cern.ch Thu Sep 13 14:07:59 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Thu, 13 Sep 2012 14:07:59 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN In-Reply-To: <5051DE3F.8050709@redhat.com> References: <248A2D277CB6E34992A0902A839C1E5D64F44DD9@CERNXCHG01.cern.ch> <5050B83E.4030301@redhat.com>, <5050BAFE.3020700@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F44F50@CERNXCHG01.cern.ch>, <5050DC6C.3050805@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4507C@CERNXCHG01.cern.ch> <505135F9.7040807@redhat.com> <248A2D277CB6E34992A0902A839C1E5D64F4536F@CERNXCHG01.cern.ch> <5051DE3F.8050709@redhat.com> Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F46D80@CERNXCHG01.cern.ch> > I think you put too much weight on my choice of classes. I would much prefer to get the setup to work without any Schema changes. I do appreciate the effort that you went through to make this happen. > This design was a first effort, and it is something that we have to be mindful of in the future (backwards compatibility) but it should not be the part that is held fixed. We should instead assume that multiple organizations are going to have many different schemas, and Keystone should flex to support them. I used that classes to try to make it work with the minimal changes on LDAP side. The configuration change that we are proposing is not a schema change. It is a parameter that could be configured on the class with no impact on the schema. Fortunately the classes that you add could be point to any part of the tree and change its behavior thanks to the extra parameters that you put. So we could change the classes easily by configuration and I am adding more configurable parameters in order to help to do so. Jose From jonmills at renci.org Thu Sep 13 15:22:33 2012 From: jonmills at renci.org (Jonathan Mills) Date: Thu, 13 Sep 2012 11:22:33 -0400 Subject: [rhos-list] Floating IP taking too long Message-ID: <5051FA39.7050600@renci.org> We're seeing this bug: https://answers.launchpad.net/nova/+question/204551 in our RHOS playpen. Although the bug is fixed upstream, doesn't appear to have made it into your SRPMS yet... -- Jonathan Mills Systems Administrator Renaissance Computing Institute UNC-Chapel Hill From pbrady at redhat.com Thu Sep 13 15:56:35 2012 From: pbrady at redhat.com (=?ISO-8859-1?Q?P=E1draig_Brady?=) Date: Thu, 13 Sep 2012 16:56:35 +0100 Subject: [rhos-list] Floating IP taking too long In-Reply-To: <5051FA39.7050600@renci.org> References: <5051FA39.7050600@renci.org> Message-ID: <50520233.700@redhat.com> On 09/13/2012 04:22 PM, Jonathan Mills wrote: > We're seeing this bug: > > https://answers.launchpad.net/nova/+question/204551 > > in our RHOS playpen. Although the bug is fixed upstream, doesn't appear to have made it into your SRPMS yet... We should have that fix for https://bugs.launchpad.net/nova/+bug/939122 included. Perhaps the fix for the stable branch didn't work, or you're seeing something slightly different. Anyway worth reporting a bug in bugzilla so we can track it. thanks, P?draig. From hongnax.xu at intel.com Fri Sep 14 01:16:07 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Fri, 14 Sep 2012 01:16:07 +0000 Subject: [rhos-list] No repolist in redhat.repo In-Reply-To: <5051C976.3000103@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> <5051C976.3000103@redhat.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBD80F@SHSMSX102.ccr.corp.intel.com> On 09/13/2012 01:38 AM, Xu, HongnaX wrote: >> Hi >> >> I have subscribed "Red Hat OpenStack - Preview" and "Red Hat >> Enterprise Linux Server" channels, but why my repolist is 0, how could >> I add the the repos to my repolist? >> >> My repo could search the openstack-utils package but can't install, now. >> Any reply would be Appreciated. > Can you provide the output of: > subscription-manager list --installed it shows: +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Red Hat OpenStack Product ID: 191 Version: Essex Arch: x86_64 Status: Subscribed Starts: 09/06/2012 Expires: 09/06/2013 From pmyers at redhat.com Fri Sep 14 01:21:55 2012 From: pmyers at redhat.com (Perry Myers) Date: Thu, 13 Sep 2012 21:21:55 -0400 Subject: [rhos-list] No repolist in redhat.repo In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD80F@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> <5051C976.3000103@redhat.com> <953BC298FE16B64A865952E4C88593020FDBD80F@SHSMSX102.ccr.corp.intel.com> Message-ID: <505286B3.4010401@redhat.com> On 09/13/2012 09:16 PM, Xu, HongnaX wrote: > On 09/13/2012 01:38 AM, Xu, HongnaX wrote: >>> Hi >>> >>> I have subscribed "Red Hat OpenStack - Preview" and "Red Hat >>> Enterprise Linux Server" channels, but why my repolist is 0, how could >>> I add the the repos to my repolist? >>> >>> My repo could search the openstack-utils package but can't install, now. >>> Any reply would be Appreciated. > >> Can you provide the output of: >> subscription-manager list --installed > > it shows: > +-------------------------------------------+ > Installed Product Status > +-------------------------------------------+ > Product Name: Red Hat OpenStack > Product ID: 191 > Version: Essex > Arch: x86_64 > Status: Subscribed > Starts: 09/06/2012 > Expires: 09/06/2013 > > That indicates that you don't have a valid RHEL subscription installed. If you did, it would look like this: > +-------------------------------------------+ > Installed Product Status > +-------------------------------------------+ > Product Name: Red Hat Enterprise Linux Server > Product ID: 69 > Version: 6.3 > Arch: x86_64 > Status: Subscribed > Starts: 10/11/2011 > Expires: 01/01/2022 > > Product Name: Red Hat OpenStack > Product ID: 191 > Version: Essex > Arch: x86_64 > Status: Subscribed > Starts: 08/13/2012 > Expires: 08/12/2013 Without a RHEL subscription listed as Status Subscribed for product id 69, the OpenStack repositories will not work correctly. So you probably need to do a subscription-manager subscribe command with a pool id of a valid RHEL entitlement. Perry From kimi.zhang at nsn.com Fri Sep 14 02:03:41 2012 From: kimi.zhang at nsn.com (Zhang, Kimi (NSN - CN/Cheng Du)) Date: Fri, 14 Sep 2012 10:03:41 +0800 Subject: [rhos-list] Keystone issue Message-ID: I did following two commands: [root at RHOpenStack ~(keystone_admin)]$ keystone endpoint-create --service_id b8a59b4895bc4ca2bc83486d17c4da3e +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ | adminurl | None | | id | 64419531f0d84f33b8229b2d1bc5a225 | | internalurl | None | | publicurl | None | | region | regionOne | | service_id | b8a59b4895bc4ca2bc83486d17c4da3e | +-------------+----------------------------------+ [root at RHOpenStack ~(keystone_admin)]$ keystone endpoint-delete 64419531f0d84f33b8229b2d1bc5a225 No handlers could be found for logger "keystoneclient.v2_0.client" Authorization Failed: An unexpected error prevented the server from fulfilling your request. 'NoneType' object has no attribute 'replace' (HTTP 500) After this, any keystone command can not be executed, all get the same error: [root at RHOpenStack ~(keystone_admin)]$ keystone endpoint-list No handlers could be found for logger "keystoneclient.v2_0.client" Authorization Failed: An unexpected error prevented the server from fulfilling your request. 'NoneType' object has no attribute 'replace' (HTTP 500) service openstack-keystone restart does not help. Any ideas? Regards, Kimi Zhang From hongnax.xu at intel.com Fri Sep 14 02:08:54 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Fri, 14 Sep 2012 02:08:54 +0000 Subject: [rhos-list] No repolist in redhat.repo In-Reply-To: <505286B3.4010401@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> <5051C976.3000103@redhat.com> <953BC298FE16B64A865952E4C88593020FDBD80F@SHSMSX102.ccr.corp.intel.com> <505286B3.4010401@redhat.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBD826@SHSMSX102.ccr.corp.intel.com> Okay. but it shows " No available subscription pools to list " in the list of available channels, though I have downloaded a free Red Hat Enterprise Linux 30-day evaluation for several times on www.redhat.com. Best Regards, Hongna -----Original Message----- From: Perry Myers [mailto:pmyers at redhat.com] Sent: Friday, September 14, 2012 9:22 AM To: Xu, HongnaX Cc: rhos-list at redhat.com Subject: Re: [rhos-list] No repolist in redhat.repo On 09/13/2012 09:16 PM, Xu, HongnaX wrote: > On 09/13/2012 01:38 AM, Xu, HongnaX wrote: >>> Hi >>> >>> I have subscribed "Red Hat OpenStack - Preview" and "Red Hat >>> Enterprise Linux Server" channels, but why my repolist is 0, how >>> could I add the the repos to my repolist? >>> >>> My repo could search the openstack-utils package but can't install, now. >>> Any reply would be Appreciated. > >> Can you provide the output of: >> subscription-manager list --installed > > it shows: > +-------------------------------------------+ > Installed Product Status > +-------------------------------------------+ > Product Name: Red Hat OpenStack > Product ID: 191 > Version: Essex > Arch: x86_64 > Status: Subscribed > Starts: 09/06/2012 > Expires: 09/06/2013 > > That indicates that you don't have a valid RHEL subscription installed. If you did, it would look like this: > +-------------------------------------------+ > Installed Product Status > +-------------------------------------------+ > Product Name: Red Hat Enterprise Linux Server > Product ID: 69 > Version: 6.3 > Arch: x86_64 > Status: Subscribed > Starts: 10/11/2011 > Expires: 01/01/2022 > > Product Name: Red Hat OpenStack > Product ID: 191 > Version: Essex > Arch: x86_64 > Status: Subscribed > Starts: 08/13/2012 > Expires: 08/12/2013 Without a RHEL subscription listed as Status Subscribed for product id 69, the OpenStack repositories will not work correctly. So you probably need to do a subscription-manager subscribe command with a pool id of a valid RHEL entitlement. Perry From ayoung at redhat.com Fri Sep 14 02:20:44 2012 From: ayoung at redhat.com (Adam Young) Date: Thu, 13 Sep 2012 22:20:44 -0400 Subject: [rhos-list] Keystone issue In-Reply-To: References: Message-ID: <5052947C.30305@redhat.com> File it as a bug against RH Keystone and assign to me. It is likely an Essex issue, but I'll confirm it. There has been some work around end points in some patches that are getting back ported to stable, so it might have been dealt with already. On 09/13/2012 10:03 PM, Zhang, Kimi (NSN - CN/Cheng Du) wrote: > I did following two commands: > > [root at RHOpenStack ~(keystone_admin)]$ keystone endpoint-create > --service_id b8a59b4895bc4ca2bc83486d17c4da3e > +-------------+----------------------------------+ > | Property | Value | > +-------------+----------------------------------+ > | adminurl | None | > | id | 64419531f0d84f33b8229b2d1bc5a225 | > | internalurl | None | > | publicurl | None | > | region | regionOne | > | service_id | b8a59b4895bc4ca2bc83486d17c4da3e | > +-------------+----------------------------------+ > > [root at RHOpenStack ~(keystone_admin)]$ keystone endpoint-delete > 64419531f0d84f33b8229b2d1bc5a225 > No handlers could be found for logger "keystoneclient.v2_0.client" > Authorization Failed: An unexpected error prevented the server from > fulfilling your request. 'NoneType' object has no attribute 'replace' > (HTTP 500) > > After this, any keystone command can not be executed, all get the same > error: > > [root at RHOpenStack ~(keystone_admin)]$ keystone endpoint-list > No handlers could be found for logger "keystoneclient.v2_0.client" > Authorization Failed: An unexpected error prevented the server from > fulfilling your request. 'NoneType' object has no attribute 'replace' > (HTTP 500) > > > service openstack-keystone restart does not help. > > > Any ideas? > > > > Regards, > Kimi Zhang > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From pmyers at redhat.com Fri Sep 14 03:04:06 2012 From: pmyers at redhat.com (Perry Myers) Date: Thu, 13 Sep 2012 23:04:06 -0400 Subject: [rhos-list] No repolist in redhat.repo In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD826@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD76A@SHSMSX102.ccr.corp.intel.com> <5051C976.3000103@redhat.com> <953BC298FE16B64A865952E4C88593020FDBD80F@SHSMSX102.ccr.corp.intel.com> <505286B3.4010401@redhat.com> <953BC298FE16B64A865952E4C88593020FDBD826@SHSMSX102.ccr.corp.intel.com> Message-ID: <50529EA6.9070903@redhat.com> On 09/13/2012 10:08 PM, Xu, HongnaX wrote: > Okay. > but it shows " No available subscription pools to list " in the list > of available channels, though I have downloaded a free Red Hat > Enterprise Linux 30-day evaluation for several times on > www.redhat.com. Just to double check... what is the exact output of: subscription-manager list --available If you don't see a RHEL eval there, then that likely means you've either already applied the RHEL eval to a different host, or the RHEL eval never took effect on your RHN account. If you log into RHN and go to: https://access.redhat.com/wapps/support/protected/subscriptions.html#showActive Does "30 day Unsupported Red Hat Enterprise Linux Server, (4 sockets) (Unlimited guests) Evaluation" show up in that list? Perry From rmazur at redhat.com Fri Sep 14 12:35:15 2012 From: rmazur at redhat.com (Regis Mazur) Date: Fri, 14 Sep 2012 13:35:15 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <000901cd8a3c$5ced0340$16c709c0$@com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> Message-ID: <50532483.3050700@redhat.com> Hi, I'm currently testing RH OpenStack Essex Preview installation within VirtualBox v4.1.22 (and RHEL 6.3 guest). All OpenStack services are running fine and status for all is "happy". When i'm trying to create my VM instance using "nova boot...", vm_status always ends up to ERROR. I noticed kvm modules are not loaded but libvirtd is running. Is it a problem due to qemu not working on RHEL 6.3 running in VM environment? Thanks, Regards. Regis From darren.birkett at gmail.com Fri Sep 14 13:24:13 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Fri, 14 Sep 2012 14:24:13 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50532483.3050700@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> Message-ID: Hi Regis, What do you have libvirt_type set to in your nova.conf. What does the scheduler.log/compute.log say? Darren On 14 September 2012 13:35, Regis Mazur wrote: > Hi, > > I'm currently testing RH OpenStack Essex Preview installation within > VirtualBox v4.1.22 (and RHEL 6.3 guest). > All OpenStack services are running fine and status for all is "happy". > > When i'm trying to create my VM instance using "nova boot...", vm_status > always ends up to ERROR. > I noticed kvm modules are not loaded but libvirtd is running. > > Is it a problem due to qemu not working on RHEL 6.3 running in VM > environment? > > Thanks, > Regards. > Regis > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From rmazur at redhat.com Fri Sep 14 13:45:37 2012 From: rmazur at redhat.com (Regis Mazur) Date: Fri, 14 Sep 2012 14:45:37 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> Message-ID: <50533501.8010906@redhat.com> Hi Darren, nova.conf have: ... libvirt_type = qemu ... scheduler.log has : ....No valid host was found. and compute.log has just some INFO ... Updating host status Thanks, Regards. Regis On 14/09/12 14:24, Darren Birkett wrote: > Hi Regis, > > What do you have libvirt_type set to in your nova.conf. What does the > scheduler.log/compute.log say? > > Darren > > On 14 September 2012 13:35, Regis Mazur wrote: >> Hi, >> >> I'm currently testing RH OpenStack Essex Preview installation within >> VirtualBox v4.1.22 (and RHEL 6.3 guest). >> All OpenStack services are running fine and status for all is "happy". >> >> When i'm trying to create my VM instance using "nova boot...", vm_status >> always ends up to ERROR. >> I noticed kvm modules are not loaded but libvirtd is running. >> >> Is it a problem due to qemu not working on RHEL 6.3 running in VM >> environment? >> >> Thanks, >> Regards. >> Regis >> >> _______________________________________________ >> rhos-list mailing list >> rhos-list at redhat.com >> https://www.redhat.com/mailman/listinfo/rhos-list -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From darren.birkett at gmail.com Fri Sep 14 14:05:49 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Fri, 14 Sep 2012 15:05:49 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50533501.8010906@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> Message-ID: And in virtualbox did you enable Hardware virtualization for the vm that you are installing on (settings->system->acceleration)? On 14 September 2012 14:45, Regis Mazur wrote: > Hi Darren, > > nova.conf have: > ... > libvirt_type = qemu > ... > > scheduler.log has : ....No valid host was found. > and > compute.log has just some INFO ... Updating host status > > Thanks, > Regards. > Regis > > On 14/09/12 14:24, Darren Birkett wrote: >> Hi Regis, >> >> What do you have libvirt_type set to in your nova.conf. What does the >> scheduler.log/compute.log say? >> >> Darren >> >> On 14 September 2012 13:35, Regis Mazur wrote: >>> Hi, >>> >>> I'm currently testing RH OpenStack Essex Preview installation within >>> VirtualBox v4.1.22 (and RHEL 6.3 guest). >>> All OpenStack services are running fine and status for all is "happy". >>> >>> When i'm trying to create my VM instance using "nova boot...", vm_status >>> always ends up to ERROR. >>> I noticed kvm modules are not loaded but libvirtd is running. >>> >>> Is it a problem due to qemu not working on RHEL 6.3 running in VM >>> environment? >>> >>> Thanks, >>> Regards. >>> Regis >>> >>> _______________________________________________ >>> rhos-list mailing list >>> rhos-list at redhat.com >>> https://www.redhat.com/mailman/listinfo/rhos-list > > -- > Best regards. > R?gis Mazur > Senior Middleware Consultant > M: +44 (0)782 6870 265 > From hongnax.xu at intel.com Fri Sep 14 14:27:40 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Fri, 14 Sep 2012 14:27:40 +0000 Subject: [rhos-list] launch instance and create volume issues Message-ID: <953BC298FE16B64A865952E4C88593020FDBD9E9@SHSMSX102.ccr.corp.intel.com> Hi I have two issues to test openstack on RHEL 6.3. 1. When I launch an instance by the command "nova boot --flavor 2 --key_name oskey --image e83b133b-5352-4c68-bc58-042d06e7e4c5 RH6.3". Upload it by the command: glance add name="RHEL 6.3" is_public=true disk_format=raw container_format=bare < /root/stackimages/ia32p_rhel6u3.img But it could not launch with ERROR: n/a (HTTP 400). And nova list shows, the status is BUILD +--------------------------------------+---------+--------+----------+---+----------+-------------------------- | ID | Name | Status | Networks | +--------------------------------------+---------+--------+----------+---+----------+---+----------+----- | 252230b1-6139-4814-a9c0-1c0947366738 | RH6.3 | BUILD | | | a5b9b299-3d29-4207-a014-a1a162851c4f | RH6.3-2 | BUILD | | +--------------------------------------+---------+--------+----------+------------------------------------- $ nova-manage service list shows two warnings, both are recorded in the scheduler.log and compute.log ****************************** 2012-09-14 22:12:14 WARNING nova.utils [req-872c0775-bb5a-4eaf-a27b-b02a2bae02b7 None None] /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639: SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) is deprecated. Use event.listen(). Pool.__init__(self, creator, **kw) 2012-09-14 22:12:14 WARNING nova.utils [req-872c0775-bb5a-4eaf-a27b-b02a2bae02b7 None None] /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145: SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen() self.add_listener(l) Binary Host Zone Status State Updated_At nova-cert RH-openstack nova enabled XXX None nova-scheduler RH-openstack nova enabled XXX None nova-compute RH-openstack nova enabled XXX None nova-volume RH-openstack nova enabled XXX None nova-network RH-openstack nova enabled XXX None **************************************** why the state is XXX, does it work for the services? 2. volume always shows creating status, and the command of nova volume-create freeze in the terminal. $ nova volume-list +----+----------+--------------+------+-------------+-------------+ | ID | Status | Display Name | Size | Volume Type | Attached to | +----+----------+--------------+------+-------------+-------------+ | 2 | creating | test volume | 1 | None | | +----+----------+--------------+------+-------------+-------------+ Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmazur at redhat.com Fri Sep 14 14:32:34 2012 From: rmazur at redhat.com (Regis Mazur) Date: Fri, 14 Sep 2012 15:32:34 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> Message-ID: <50534002.1090609@redhat.com> Yes. Both "Enable VT-x/AMD-V" and "Enable Nested Paging" are enabled. On 14/09/12 15:05, Darren Birkett wrote: > And in virtualbox did you enable Hardware virtualization for the vm > that you are installing on (settings->system->acceleration)? > > On 14 September 2012 14:45, Regis Mazur wrote: >> Hi Darren, >> >> nova.conf have: >> ... >> libvirt_type = qemu >> ... >> >> scheduler.log has : ....No valid host was found. >> and >> compute.log has just some INFO ... Updating host status >> >> Thanks, >> Regards. >> Regis >> >> On 14/09/12 14:24, Darren Birkett wrote: >>> Hi Regis, >>> >>> What do you have libvirt_type set to in your nova.conf. What does the >>> scheduler.log/compute.log say? >>> >>> Darren >>> >>> On 14 September 2012 13:35, Regis Mazur wrote: >>>> Hi, >>>> >>>> I'm currently testing RH OpenStack Essex Preview installation within >>>> VirtualBox v4.1.22 (and RHEL 6.3 guest). >>>> All OpenStack services are running fine and status for all is "happy". >>>> >>>> When i'm trying to create my VM instance using "nova boot...", vm_status >>>> always ends up to ERROR. >>>> I noticed kvm modules are not loaded but libvirtd is running. >>>> >>>> Is it a problem due to qemu not working on RHEL 6.3 running in VM >>>> environment? >>>> >>>> Thanks, >>>> Regards. >>>> Regis >>>> >>>> _______________________________________________ >>>> rhos-list mailing list >>>> rhos-list at redhat.com >>>> https://www.redhat.com/mailman/listinfo/rhos-list >> -- >> Best regards. >> R?gis Mazur >> Senior Middleware Consultant >> M: +44 (0)782 6870 265 >> -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From darren.birkett at gmail.com Fri Sep 14 14:35:44 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Fri, 14 Sep 2012 15:35:44 +0100 Subject: [rhos-list] launch instance and create volume issues In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBD9E9@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD9E9@SHSMSX102.ccr.corp.intel.com> Message-ID: Hi, The warnings you are seeing are just debug messages from nova-manage and are not relevant to your problems. Did you try restarting all the nova services and wait a minute? As for the nova-volume problem, what does the volume.log say? Do you have a vg called nova-volumes? On 14 September 2012 15:27, Xu, HongnaX wrote: > Hi > > I have two issues to test openstack on RHEL 6.3. > > 1. When I launch an instance by the command ?nova boot --flavor 2 > --key_name oskey --image e83b133b-5352-4c68-bc58-042d06e7e4c5 RH6.3?. > > Upload it by the command: glance add name="RHEL 6.3" is_public=true > disk_format=raw container_format=bare < /root/stackimages/ia32p_rhel6u3.img > > But it could not launch with ERROR: n/a (HTTP 400). > > And nova list shows, the status is BUILD > > +--------------------------------------+---------+--------+----------+---+----------+-------------------------- > > | ID | Name | Status | Networks | > > +--------------------------------------+---------+--------+----------+---+----------+---+----------+----- > > | 252230b1-6139-4814-a9c0-1c0947366738 | RH6.3 | BUILD | | > > | a5b9b299-3d29-4207-a014-a1a162851c4f | RH6.3-2 | BUILD | | > > +--------------------------------------+---------+--------+----------+------------------------------------- > > > > $ nova-manage service list shows two warnings, both are recorded in the > scheduler.log and compute.log > > ****************************** > > 2012-09-14 22:12:14 WARNING nova.utils > [req-872c0775-bb5a-4eaf-a27b-b02a2bae02b7 None None] > /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639: > SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) > is deprecated. Use event.listen(). > > Pool.__init__(self, creator, **kw) > > > > 2012-09-14 22:12:14 WARNING nova.utils > [req-872c0775-bb5a-4eaf-a27b-b02a2bae02b7 None None] > /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145: > SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen() > > self.add_listener(l) > > > > Binary Host Zone > Status State Updated_At > > nova-cert RH-openstack nova > enabled XXX None > > nova-scheduler RH-openstack nova > enabled XXX None > > nova-compute RH-openstack nova > enabled XXX None > > nova-volume RH-openstack nova > enabled XXX None > > nova-network RH-openstack nova > enabled XXX None > > **************************************** > > why the state is XXX, does it work for the services? > > > > 2. volume always shows creating status, and the command of nova > volume-create freeze in the terminal. > > $ nova volume-list > > +----+----------+--------------+------+-------------+-------------+ > > | ID | Status | Display Name | Size | Volume Type | Attached to | > > +----+----------+--------------+------+-------------+-------------+ > > | 2 | creating | test volume | 1 | None | | > > +----+----------+--------------+------+-------------+-------------+ > > > > Best Regards, > > Hongna > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From darren.birkett at gmail.com Fri Sep 14 14:40:06 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Fri, 14 Sep 2012 15:40:06 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50534002.1090609@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> <50534002.1090609@redhat.com> Message-ID: What is the output of egrep 'vmx|svm' /proc/cpuinfo If you are running on intel hardware, did you try manually loading the kvm module? modprobe kvm_intel On 14 September 2012 15:32, Regis Mazur wrote: > Yes. Both "Enable VT-x/AMD-V" and "Enable Nested Paging" are enabled. > > On 14/09/12 15:05, Darren Birkett wrote: >> And in virtualbox did you enable Hardware virtualization for the vm >> that you are installing on (settings->system->acceleration)? >> >> On 14 September 2012 14:45, Regis Mazur wrote: >>> Hi Darren, >>> >>> nova.conf have: >>> ... >>> libvirt_type = qemu >>> ... >>> >>> scheduler.log has : ....No valid host was found. >>> and >>> compute.log has just some INFO ... Updating host status >>> >>> Thanks, >>> Regards. >>> Regis >>> >>> On 14/09/12 14:24, Darren Birkett wrote: >>>> Hi Regis, >>>> >>>> What do you have libvirt_type set to in your nova.conf. What does the >>>> scheduler.log/compute.log say? >>>> >>>> Darren >>>> >>>> On 14 September 2012 13:35, Regis Mazur wrote: >>>>> Hi, >>>>> >>>>> I'm currently testing RH OpenStack Essex Preview installation within >>>>> VirtualBox v4.1.22 (and RHEL 6.3 guest). >>>>> All OpenStack services are running fine and status for all is "happy". >>>>> >>>>> When i'm trying to create my VM instance using "nova boot...", vm_status >>>>> always ends up to ERROR. >>>>> I noticed kvm modules are not loaded but libvirtd is running. >>>>> >>>>> Is it a problem due to qemu not working on RHEL 6.3 running in VM >>>>> environment? >>>>> >>>>> Thanks, >>>>> Regards. >>>>> Regis >>>>> >>>>> _______________________________________________ >>>>> rhos-list mailing list >>>>> rhos-list at redhat.com >>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>> -- >>> Best regards. >>> R?gis Mazur >>> Senior Middleware Consultant >>> M: +44 (0)782 6870 265 >>> > > -- > Best regards. > R?gis Mazur > Senior Middleware Consultant > M: +44 (0)782 6870 265 > From rbryant at redhat.com Fri Sep 14 14:42:49 2012 From: rbryant at redhat.com (Russell Bryant) Date: Fri, 14 Sep 2012 10:42:49 -0400 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <50533501.8010906@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> Message-ID: <50534269.4080709@redhat.com> On 09/14/2012 09:45 AM, Regis Mazur wrote: > Hi Darren, > > nova.conf have: > ... > libvirt_type = qemu > ... > > scheduler.log has : ....No valid host was found. > and > compute.log has just some INFO ... Updating host status It could just be that the scheduler doesn't think there are enough resources available to start the VM. What flavor are you trying to use and what resources are available to the VM you're running this in? -- Russell Bryant From rbryant at redhat.com Fri Sep 14 14:44:44 2012 From: rbryant at redhat.com (Russell Bryant) Date: Fri, 14 Sep 2012 10:44:44 -0400 Subject: [rhos-list] launch instance and create volume issues In-Reply-To: References: <953BC298FE16B64A865952E4C88593020FDBD9E9@SHSMSX102.ccr.corp.intel.com> Message-ID: <505342DC.3080804@redhat.com> On 09/14/2012 10:35 AM, Darren Birkett wrote: > Hi, > > The warnings you are seeing are just debug messages from nova-manage > and are not relevant to your problems. > > Did you try restarting all the nova services and wait a minute? > > As for the nova-volume problem, what does the volume.log say? Do you > have a vg called nova-volumes? It would be good to check the other logs in /var/log/nova/ for hints about the first problem, as well. -- Russell Bryant From hongnax.xu at intel.com Fri Sep 14 14:56:01 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Fri, 14 Sep 2012 14:56:01 +0000 Subject: [rhos-list] launch instance and create volume issues In-Reply-To: <505342DC.3080804@redhat.com> References: <953BC298FE16B64A865952E4C88593020FDBD9E9@SHSMSX102.ccr.corp.intel.com> <505342DC.3080804@redhat.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBDA4D@SHSMSX102.ccr.corp.intel.com> the volume.log said: 2012-09-14 21:48:15 AUDIT nova.service [-] Starting volume node (version 2012.1.1-LOCALBRANCH:LOCALREVISION) 2012-09-14 21:48:15 CRITICAL nova [-] volume group nova-volumes doesn't exist My steps are: $sudo truncate --size 20G ~/nova-volumes $ sudo losetup -fv ~/nova-volumes $sudo vgcreate nova-volumes /dev/loop0 ********************* No physical volume label read from /dev/loop0 Writing physical volume data to disk "/dev/loop0" Physical volume "/dev/loop0" successfully created Volume group "nova-volumes" successfully created **************** $sudo vgdisplay nova-volumes **************** --- Volume group --- VG Name nova-volumes System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 1 VG Access read/write VG Status resizable MAX LV 0 Cur LV 0 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size 20.00 GiB PE Size 4.00 MiB Total PE 5119 Alloc PE / Size 0 / 0 Free PE / Size 5119 / 20.00 GiB VG UUID tslbL3-iEfc-8DPW-FXBx-vmQV-4Fcb-Dkvw0W ********************** After a while or restart the service, vgdisplay nova-volumes will show Volume group "nova-volumes" not found, I don't know why. Best Regards, Hongna -----Original Message----- From: Russell Bryant [mailto:rbryant at redhat.com] Sent: Friday, September 14, 2012 10:45 PM To: darren.birkett at gmail.com Cc: Xu, HongnaX; rhos-list at redhat.com Subject: Re: [rhos-list] launch instance and create volume issues On 09/14/2012 10:35 AM, Darren Birkett wrote: > Hi, > > The warnings you are seeing are just debug messages from nova-manage > and are not relevant to your problems. > > Did you try restarting all the nova services and wait a minute? > > As for the nova-volume problem, what does the volume.log say? Do you > have a vg called nova-volumes? It would be good to check the other logs in /var/log/nova/ for hints about the first problem, as well. -- Russell Bryant From darren.birkett at gmail.com Fri Sep 14 15:00:29 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Fri, 14 Sep 2012 16:00:29 +0100 Subject: [rhos-list] launch instance and create volume issues In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBDA4D@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBD9E9@SHSMSX102.ccr.corp.intel.com> <505342DC.3080804@redhat.com> <953BC298FE16B64A865952E4C88593020FDBDA4D@SHSMSX102.ccr.corp.intel.com> Message-ID: Did you reboot the machine? The loopback setup will not persist a reboot. Run the following again: sudo losetup -fv ~/nova-volumes sudo vgcreate nova-volumes /dev/loop0 and then try creating a volume again. On 14 September 2012 15:56, Xu, HongnaX wrote: > the volume.log said: > 2012-09-14 21:48:15 AUDIT nova.service [-] Starting volume node (version 2012.1.1-LOCALBRANCH:LOCALREVISION) > 2012-09-14 21:48:15 CRITICAL nova [-] volume group nova-volumes doesn't exist > > My steps are: > $sudo truncate --size 20G ~/nova-volumes > $ sudo losetup -fv ~/nova-volumes > $sudo vgcreate nova-volumes /dev/loop0 > ********************* > No physical volume label read from /dev/loop0 > Writing physical volume data to disk "/dev/loop0" > Physical volume "/dev/loop0" successfully created > Volume group "nova-volumes" successfully created > **************** > $sudo vgdisplay nova-volumes > **************** > --- Volume group --- > VG Name nova-volumes > System ID > Format lvm2 > Metadata Areas 1 > Metadata Sequence No 1 > VG Access read/write > VG Status resizable > MAX LV 0 > Cur LV 0 > Open LV 0 > Max PV 0 > Cur PV 1 > Act PV 1 > VG Size 20.00 GiB > PE Size 4.00 MiB > Total PE 5119 > Alloc PE / Size 0 / 0 > Free PE / Size 5119 / 20.00 GiB > VG UUID tslbL3-iEfc-8DPW-FXBx-vmQV-4Fcb-Dkvw0W > ********************** > After a while or restart the service, vgdisplay nova-volumes will show Volume group "nova-volumes" not found, I don't know why. > > Best Regards, > Hongna > > -----Original Message----- > From: Russell Bryant [mailto:rbryant at redhat.com] > Sent: Friday, September 14, 2012 10:45 PM > To: darren.birkett at gmail.com > Cc: Xu, HongnaX; rhos-list at redhat.com > Subject: Re: [rhos-list] launch instance and create volume issues > > On 09/14/2012 10:35 AM, Darren Birkett wrote: >> Hi, >> >> The warnings you are seeing are just debug messages from nova-manage >> and are not relevant to your problems. >> >> Did you try restarting all the nova services and wait a minute? >> >> As for the nova-volume problem, what does the volume.log say? Do you >> have a vg called nova-volumes? > > It would be good to check the other logs in /var/log/nova/ for hints about the first problem, as well. > > -- > Russell Bryant From rmazur at redhat.com Fri Sep 14 16:00:28 2012 From: rmazur at redhat.com (Regis Mazur) Date: Fri, 14 Sep 2012 17:00:28 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> <50534002.1090609@redhat.com> Message-ID: <5053549C.30809@redhat.com> "egrep 'vmx|svm' /proc/cpuinfo" returns nothing And the command "modprobe kvm_intel" returns: "kvm: no hardware support FATAL: Error inserting kvm_intel.... : Operation not supported". On 14/09/12 15:40, Darren Birkett wrote: > What is the output of egrep 'vmx|svm' /proc/cpuinfo > > If you are running on intel hardware, did you try manually loading the > kvm module? > > modprobe kvm_intel > > On 14 September 2012 15:32, Regis Mazur wrote: >> Yes. Both "Enable VT-x/AMD-V" and "Enable Nested Paging" are enabled. >> >> On 14/09/12 15:05, Darren Birkett wrote: >>> And in virtualbox did you enable Hardware virtualization for the vm >>> that you are installing on (settings->system->acceleration)? >>> >>> On 14 September 2012 14:45, Regis Mazur wrote: >>>> Hi Darren, >>>> >>>> nova.conf have: >>>> ... >>>> libvirt_type = qemu >>>> ... >>>> >>>> scheduler.log has : ....No valid host was found. >>>> and >>>> compute.log has just some INFO ... Updating host status >>>> >>>> Thanks, >>>> Regards. >>>> Regis >>>> >>>> On 14/09/12 14:24, Darren Birkett wrote: >>>>> Hi Regis, >>>>> >>>>> What do you have libvirt_type set to in your nova.conf. What does the >>>>> scheduler.log/compute.log say? >>>>> >>>>> Darren >>>>> >>>>> On 14 September 2012 13:35, Regis Mazur wrote: >>>>>> Hi, >>>>>> >>>>>> I'm currently testing RH OpenStack Essex Preview installation within >>>>>> VirtualBox v4.1.22 (and RHEL 6.3 guest). >>>>>> All OpenStack services are running fine and status for all is "happy". >>>>>> >>>>>> When i'm trying to create my VM instance using "nova boot...", vm_status >>>>>> always ends up to ERROR. >>>>>> I noticed kvm modules are not loaded but libvirtd is running. >>>>>> >>>>>> Is it a problem due to qemu not working on RHEL 6.3 running in VM >>>>>> environment? >>>>>> >>>>>> Thanks, >>>>>> Regards. >>>>>> Regis >>>>>> >>>>>> _______________________________________________ >>>>>> rhos-list mailing list >>>>>> rhos-list at redhat.com >>>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>>> -- >>>> Best regards. >>>> R?gis Mazur >>>> Senior Middleware Consultant >>>> M: +44 (0)782 6870 265 >>>> >> -- >> Best regards. >> R?gis Mazur >> Senior Middleware Consultant >> M: +44 (0)782 6870 265 >> -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From rmazur at redhat.com Fri Sep 14 16:18:17 2012 From: rmazur at redhat.com (Regis Mazur) Date: Fri, 14 Sep 2012 17:18:17 +0100 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5053549C.30809@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> <50534002.1090609@redhat.com> <5053549C.30809@redhat.com> Message-ID: <505358C9.5040507@redhat.com> After a server restart, only kvm module is loaded but not kvm_intel. On 14/09/12 17:00, Regis Mazur wrote: > "egrep 'vmx|svm' /proc/cpuinfo" returns nothing > > And the command "modprobe kvm_intel" returns: "kvm: no hardware support > FATAL: Error inserting kvm_intel.... : Operation not supported". > > On 14/09/12 15:40, Darren Birkett wrote: >> What is the output of egrep 'vmx|svm' /proc/cpuinfo >> >> If you are running on intel hardware, did you try manually loading the >> kvm module? >> >> modprobe kvm_intel >> >> On 14 September 2012 15:32, Regis Mazur wrote: >>> Yes. Both "Enable VT-x/AMD-V" and "Enable Nested Paging" are enabled. >>> >>> On 14/09/12 15:05, Darren Birkett wrote: >>>> And in virtualbox did you enable Hardware virtualization for the vm >>>> that you are installing on (settings->system->acceleration)? >>>> >>>> On 14 September 2012 14:45, Regis Mazur wrote: >>>>> Hi Darren, >>>>> >>>>> nova.conf have: >>>>> ... >>>>> libvirt_type = qemu >>>>> ... >>>>> >>>>> scheduler.log has : ....No valid host was found. >>>>> and >>>>> compute.log has just some INFO ... Updating host status >>>>> >>>>> Thanks, >>>>> Regards. >>>>> Regis >>>>> >>>>> On 14/09/12 14:24, Darren Birkett wrote: >>>>>> Hi Regis, >>>>>> >>>>>> What do you have libvirt_type set to in your nova.conf. What does the >>>>>> scheduler.log/compute.log say? >>>>>> >>>>>> Darren >>>>>> >>>>>> On 14 September 2012 13:35, Regis Mazur wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I'm currently testing RH OpenStack Essex Preview installation within >>>>>>> VirtualBox v4.1.22 (and RHEL 6.3 guest). >>>>>>> All OpenStack services are running fine and status for all is "happy". >>>>>>> >>>>>>> When i'm trying to create my VM instance using "nova boot...", vm_status >>>>>>> always ends up to ERROR. >>>>>>> I noticed kvm modules are not loaded but libvirtd is running. >>>>>>> >>>>>>> Is it a problem due to qemu not working on RHEL 6.3 running in VM >>>>>>> environment? >>>>>>> >>>>>>> Thanks, >>>>>>> Regards. >>>>>>> Regis >>>>>>> >>>>>>> _______________________________________________ >>>>>>> rhos-list mailing list >>>>>>> rhos-list at redhat.com >>>>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>>>> -- >>>>> Best regards. >>>>> R?gis Mazur >>>>> Senior Middleware Consultant >>>>> M: +44 (0)782 6870 265 >>>>> >>> -- >>> Best regards. >>> R?gis Mazur >>> Senior Middleware Consultant >>> M: +44 (0)782 6870 265 >>> -- Best regards. R?gis Mazur Senior Middleware Consultant M: +44 (0)782 6870 265 From jose.castro.leon at cern.ch Mon Sep 17 18:46:49 2012 From: jose.castro.leon at cern.ch (Jose Castro Leon) Date: Mon, 17 Sep 2012 18:46:49 +0000 Subject: [rhos-list] Openstack LDAP/AD integration at CERN Message-ID: <248A2D277CB6E34992A0902A839C1E5D64F49686@CERNXCHG01.cern.ch> Hi, As there are some changes on the files quite similar, I compact them into the following. Externalization of some hardcoded LDAP configuration https://bugs.launchpad.net/keystone/+bug/1052111 Bugfix of duplicated users in tenant https://bugs.launchpad.net/keystone/+bug/1050406 Kind regards, Jose Castro Leon _______________________________________________ rhos-list mailing list rhos-list at redhat.com https://www.redhat.com/mailman/listinfo/rhos-list From hongnax.xu at intel.com Tue Sep 18 09:03:58 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Tue, 18 Sep 2012 09:03:58 +0000 Subject: [rhos-list] Launch Instance Failed With ERROR vm_state Message-ID: <953BC298FE16B64A865952E4C88593020FDBDDCA@SHSMSX102.ccr.corp.intel.com> Hi Sometimes, I boot a instance with error vm-state, this is the output with nova boot command: +-------------------------------------+--------------------------------------+ | Property | Value | +-------------------------------------+--------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | instance-0000001b | | OS-EXT-STS:power_state | 0 | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | error | | accessIPv4 | | | accessIPv6 | | | adminPass | 9mTovXfGdDsG | | config_drive | | | created | 2012-09-18T08:36:26Z | | flavor | m1.tiny | | hostId | | | id | 73bf2e9c-df40-453e-8b81-408039607bee | | image | RHEL 6.3 | | key_name | oskey | | metadata | {} | | name | instance1 | | progress | 0 | | status | BUILD | | tenant_id | 3b2e1626a7e54bc19b63ca237d186c20 | | updated | 2012-09-18T08:36:26Z | | user_id | c9b8cf6b0e504208a953e0baa3ab3c18 | +-------------------------------------+--------------------------------------+ The error info only shows up in scheduler.log **************** $ grep 73bf2e9c-df40-453e-8b81-408039607bee /var/log/nova/*.log /var/log/nova/api.log:2012-09-18 16:36:26 INFO nova.api.openstack.wsgi [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] GET http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73bf2e9c-df40-453e-8b81-408039607bee /var/log/nova/api.log:2012-09-18 16:36:27 INFO nova.api.openstack.wsgi [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73bf2e9c-df40-453e-8b81-408039607bee returned with HTTP 200 /var/log/nova/scheduler.log:2012-09-18 16:36:26 WARNING nova.scheduler.manager [req-ccaf10dc-a60b-4540-a011- aad0c5be9dd9 c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] Setting instance 73bf2e9c-df40- 453e-8b81-408039607bee to ERROR state. ***************** Best Regards, Hongna -------------- next part -------------- An HTML attachment was scrubbed... URL: From darren.birkett at gmail.com Tue Sep 18 09:19:39 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Tue, 18 Sep 2012 10:19:39 +0100 Subject: [rhos-list] Launch Instance Failed With ERROR vm_state In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBDDCA@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBDDCA@SHSMSX102.ccr.corp.intel.com> Message-ID: Is there nothing else in the scheduler.log, surrounding the error statements? Are you able to paste a more complete log to paste.openstack.org? Darren On 18 September 2012 10:03, Xu, HongnaX wrote: > Hi > > Sometimes, I boot a instance with error vm-state, this is the output with > nova boot command: > > +-------------------------------------+--------------------------------------+ > > | Property | Value > | > > +-------------------------------------+--------------------------------------+ > > | OS-DCF:diskConfig | MANUAL > | > > | OS-EXT-SRV-ATTR:host | None > | > > | OS-EXT-SRV-ATTR:hypervisor_hostname | None > | > > | OS-EXT-SRV-ATTR:instance_name | instance-0000001b > | > > | OS-EXT-STS:power_state | 0 > | > > | OS-EXT-STS:task_state | scheduling > | > > | OS-EXT-STS:vm_state | error > | > > | accessIPv4 | > | > > | accessIPv6 | > | > > | adminPass | 9mTovXfGdDsG > | > > | config_drive | > | > > | created | 2012-09-18T08:36:26Z > | > > | flavor | m1.tiny > | > > | hostId | > | > > | id | 73bf2e9c-df40-453e-8b81-408039607bee > | > > | image | RHEL 6.3 > | > > | key_name | oskey > | > > | metadata | {} > | > > | name | instance1 > | > > | progress | 0 > | > > | status | BUILD > | > > | tenant_id | 3b2e1626a7e54bc19b63ca237d186c20 > | > > | updated | 2012-09-18T08:36:26Z > | > > | user_id | c9b8cf6b0e504208a953e0baa3ab3c18 > | > > +-------------------------------------+--------------------------------------+ > > > > The error info only shows up in scheduler.log > > **************** > > $ grep 73bf2e9c-df40-453e-8b81-408039607bee /var/log/nova/*.log > > > > /var/log/nova/api.log:2012-09-18 16:36:26 INFO nova.api.openstack.wsgi > [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 > > c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] GET > > http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73bf2e9c-df40-453e-8b81-408039607bee > > > > /var/log/nova/api.log:2012-09-18 16:36:27 INFO nova.api.openstack.wsgi > [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 > > c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] > > http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73bf2e9c-df40-453e-8b81-408039607bee > returned > > with HTTP 200 > > > > /var/log/nova/scheduler.log:2012-09-18 16:36:26 WARNING > nova.scheduler.manager [req-ccaf10dc-a60b-4540-a011- > > aad0c5be9dd9 c9b8cf6b0e504208a953e0baa3ab3c18 > 3b2e1626a7e54bc19b63ca237d186c20] Setting instance 73bf2e9c-df40- > > 453e-8b81-408039607bee to ERROR state. > > ***************** > > Best Regards, > > Hongna > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From hongnax.xu at intel.com Tue Sep 18 09:40:29 2012 From: hongnax.xu at intel.com (Xu, HongnaX) Date: Tue, 18 Sep 2012 09:40:29 +0000 Subject: [rhos-list] Launch Instance Failed With ERROR vm_state In-Reply-To: References: <953BC298FE16B64A865952E4C88593020FDBDDCA@SHSMSX102.ccr.corp.intel.com> Message-ID: <953BC298FE16B64A865952E4C88593020FDBDDEE@SHSMSX102.ccr.corp.intel.com> I paste it on http://paste.openstack.org/show/20971/ and I saw that " Failed to schedule_run_instance: No valid host was found." Best Regards, Hongna -----Original Message----- From: Darren Birkett [mailto:darren.birkett at gmail.com] Sent: Tuesday, September 18, 2012 5:20 PM To: Xu, HongnaX Cc: rhos-list at redhat.com Subject: Re: [rhos-list] Launch Instance Failed With ERROR vm_state Is there nothing else in the scheduler.log, surrounding the error statements? Are you able to paste a more complete log to paste.openstack.org? Darren On 18 September 2012 10:03, Xu, HongnaX wrote: > Hi > > Sometimes, I boot a instance with error vm-state, this is the output > with nova boot command: > > +-------------------------------------+--------------------------------------+ > > | Property | Value > | > > +-------------------------------------+--------------------------------------+ > > | OS-DCF:diskConfig | MANUAL > | > > | OS-EXT-SRV-ATTR:host | None > | > > | OS-EXT-SRV-ATTR:hypervisor_hostname | None > | > > | OS-EXT-SRV-ATTR:instance_name | instance-0000001b > | > > | OS-EXT-STS:power_state | 0 > | > > | OS-EXT-STS:task_state | scheduling > | > > | OS-EXT-STS:vm_state | error > | > > | accessIPv4 | > | > > | accessIPv6 | > | > > | adminPass | 9mTovXfGdDsG > | > > | config_drive | > | > > | created | 2012-09-18T08:36:26Z > | > > | flavor | m1.tiny > | > > | hostId | > | > > | id | 73bf2e9c-df40-453e-8b81-408039607bee > | > > | image | RHEL 6.3 > | > > | key_name | oskey > | > > | metadata | {} > | > > | name | instance1 > | > > | progress | 0 > | > > | status | BUILD > | > > | tenant_id | 3b2e1626a7e54bc19b63ca237d186c20 > | > > | updated | 2012-09-18T08:36:26Z > | > > | user_id | c9b8cf6b0e504208a953e0baa3ab3c18 > | > > +-------------------------------------+--------------------------------------+ > > > > The error info only shows up in scheduler.log > > **************** > > $ grep 73bf2e9c-df40-453e-8b81-408039607bee /var/log/nova/*.log > > > > /var/log/nova/api.log:2012-09-18 16:36:26 INFO nova.api.openstack.wsgi > [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 > > c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] GET > > http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73 > bf2e9c-df40-453e-8b81-408039607bee > > > > /var/log/nova/api.log:2012-09-18 16:36:27 INFO nova.api.openstack.wsgi > [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 > > c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] > > http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73 > bf2e9c-df40-453e-8b81-408039607bee > returned > > with HTTP 200 > > > > /var/log/nova/scheduler.log:2012-09-18 16:36:26 WARNING > nova.scheduler.manager [req-ccaf10dc-a60b-4540-a011- > > aad0c5be9dd9 c9b8cf6b0e504208a953e0baa3ab3c18 > 3b2e1626a7e54bc19b63ca237d186c20] Setting instance 73bf2e9c-df40- > > 453e-8b81-408039607bee to ERROR state. > > ***************** > > Best Regards, > > Hongna > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list From darren.birkett at gmail.com Tue Sep 18 10:56:59 2012 From: darren.birkett at gmail.com (Darren Birkett) Date: Tue, 18 Sep 2012 11:56:59 +0100 Subject: [rhos-list] Launch Instance Failed With ERROR vm_state In-Reply-To: <953BC298FE16B64A865952E4C88593020FDBDDEE@SHSMSX102.ccr.corp.intel.com> References: <953BC298FE16B64A865952E4C88593020FDBDDCA@SHSMSX102.ccr.corp.intel.com> <953BC298FE16B64A865952E4C88593020FDBDDEE@SHSMSX102.ccr.corp.intel.com> Message-ID: This often means that you are trying to schedule an instance that would consume more resources than you have available in your compute pool. ie, you are already running too many instances. Try deleting a couple of existing instances and then building another and see how you go. Darren On 18 September 2012 10:40, Xu, HongnaX wrote: > I paste it on http://paste.openstack.org/show/20971/ and I saw that " Failed to schedule_run_instance: No valid host was found." > > Best Regards, > Hongna > > -----Original Message----- > From: Darren Birkett [mailto:darren.birkett at gmail.com] > Sent: Tuesday, September 18, 2012 5:20 PM > To: Xu, HongnaX > Cc: rhos-list at redhat.com > Subject: Re: [rhos-list] Launch Instance Failed With ERROR vm_state > > Is there nothing else in the scheduler.log, surrounding the error statements? Are you able to paste a more complete log to paste.openstack.org? > > Darren > > On 18 September 2012 10:03, Xu, HongnaX wrote: >> Hi >> >> Sometimes, I boot a instance with error vm-state, this is the output >> with nova boot command: >> >> +-------------------------------------+--------------------------------------+ >> >> | Property | Value >> | >> >> +-------------------------------------+--------------------------------------+ >> >> | OS-DCF:diskConfig | MANUAL >> | >> >> | OS-EXT-SRV-ATTR:host | None >> | >> >> | OS-EXT-SRV-ATTR:hypervisor_hostname | None >> | >> >> | OS-EXT-SRV-ATTR:instance_name | instance-0000001b >> | >> >> | OS-EXT-STS:power_state | 0 >> | >> >> | OS-EXT-STS:task_state | scheduling >> | >> >> | OS-EXT-STS:vm_state | error >> | >> >> | accessIPv4 | >> | >> >> | accessIPv6 | >> | >> >> | adminPass | 9mTovXfGdDsG >> | >> >> | config_drive | >> | >> >> | created | 2012-09-18T08:36:26Z >> | >> >> | flavor | m1.tiny >> | >> >> | hostId | >> | >> >> | id | 73bf2e9c-df40-453e-8b81-408039607bee >> | >> >> | image | RHEL 6.3 >> | >> >> | key_name | oskey >> | >> >> | metadata | {} >> | >> >> | name | instance1 >> | >> >> | progress | 0 >> | >> >> | status | BUILD >> | >> >> | tenant_id | 3b2e1626a7e54bc19b63ca237d186c20 >> | >> >> | updated | 2012-09-18T08:36:26Z >> | >> >> | user_id | c9b8cf6b0e504208a953e0baa3ab3c18 >> | >> >> +-------------------------------------+--------------------------------------+ >> >> >> >> The error info only shows up in scheduler.log >> >> **************** >> >> $ grep 73bf2e9c-df40-453e-8b81-408039607bee /var/log/nova/*.log >> >> >> >> /var/log/nova/api.log:2012-09-18 16:36:26 INFO nova.api.openstack.wsgi >> [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 >> >> c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] GET >> >> http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73 >> bf2e9c-df40-453e-8b81-408039607bee >> >> >> >> /var/log/nova/api.log:2012-09-18 16:36:27 INFO nova.api.openstack.wsgi >> [req-71b0ee0a-607b-4a7a-8786-79d10b8f4080 >> >> c9b8cf6b0e504208a953e0baa3ab3c18 3b2e1626a7e54bc19b63ca237d186c20] >> >> http://127.0.0.1:8774/v1.1/3b2e1626a7e54bc19b63ca237d186c20/servers/73 >> bf2e9c-df40-453e-8b81-408039607bee >> returned >> >> with HTTP 200 >> >> >> >> /var/log/nova/scheduler.log:2012-09-18 16:36:26 WARNING >> nova.scheduler.manager [req-ccaf10dc-a60b-4540-a011- >> >> aad0c5be9dd9 c9b8cf6b0e504208a953e0baa3ab3c18 >> 3b2e1626a7e54bc19b63ca237d186c20] Setting instance 73bf2e9c-df40- >> >> 453e-8b81-408039607bee to ERROR state. >> >> ***************** >> >> Best Regards, >> >> Hongna >> >> >> >> >> _______________________________________________ >> rhos-list mailing list >> rhos-list at redhat.com >> https://www.redhat.com/mailman/listinfo/rhos-list From breeler at redhat.com Fri Sep 21 06:44:40 2012 From: breeler at redhat.com (Bruce Reeler) Date: Fri, 21 Sep 2012 02:44:40 -0400 (EDT) Subject: [rhos-list] Bruce Reeler - RH tech writer - intro In-Reply-To: <1469589779.3164874.1348207575043.JavaMail.root@redhat.com> Message-ID: <1382297521.3171184.1348209880470.JavaMail.root@redhat.com> Hi Folks As a new hire at Red Hat, here is a short bio on me: Starting out as an electronic engineer many moons ago, I moved into tech writing after several years when I found out I was a "hybrid" (not my term!). This it transpired meant I was an engineer who liked doing the documentation of a project when it was nearing completion. I preferred writing up overviews of projects to tinkering with transistors or tweaking recalcitrant amplifiers. I have worked as both engineer and tech writer in many industries, including ITC, control systems, encryption, bio-medical, traffic systems, project management, power distribution, wide area networking, health, risk management (in banking!), aerospace and others. Originally from South Africa (Pretoria, Johannesburg, Cape Town), I have lived and worked in Auckland (NZ), Brisbane, Riyadh (Saudi Arabia), Sydney and now back in Brissy. The past 7 years or so have been contracting roles, hence some of the many industries above! At some stage along the line after my BSc Eng electronics degree, I picked up an equally eclectic set of qualifications, including a Grad Dip in Science (IT and networking), and certificates in electron microscope maintenance, Six Sigma business management, operational risk management, analyzing bank statements (!), and recently a once-off ?Crazy Man? award (my fave) for running the Sydney marathon without training. (surely 16km the week before was plenty?). I will be working on OpenStack and will no doubt be bugging all of you good folks with the usual n00b questions. Having relocated a few times in the last few years, my other interests outside work have lagged behind. Some of these include sailing (since I no longer have a boat, only when I can find someone who does, and who needs crew!), bush walking, cycling, radio control gliders/planes (scratch built flying-wing gliders preferably), photography, and trying to keep up with my young kids in whatever new thing they are into. (Minecraft mods for instance, or Portal). And as for clarinet and drums, those used to be hobbies too, but too long ago for me to enter into the ?Red Hat's got Talent? comp. (Fortunately!) Regards, Bruce Reeler Content Author Engineering Content Services Email: breeler at redhat.com Phone: +61 7 3514 8100 IRC: brucer Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay, Brisbane 4000 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhenner at redhat.com Sat Sep 29 15:15:27 2012 From: jhenner at redhat.com (Jaroslav Henner) Date: Sat, 29 Sep 2012 17:15:27 +0200 Subject: [rhos-list] Problem creating an instance using nova boot In-Reply-To: <5053549C.30809@redhat.com> References: <50449F0B.8070002@redhat.com> <5044A729.7080703@redhat.com> <5044ACBF.508@redhat.com> <5044AE98.1080302@redhat.com> <5044B272.8050409@redhat.com> <5044B4AC.9050803@redhat.com> <5044B74B.5080604@redhat.com> <5044C46D.9050906@redhat.com> <000901cd8a3c$5ced0340$16c709c0$@com> <50532483.3050700@redhat.com> <50533501.8010906@redhat.com> <50534002.1090609@redhat.com> <5053549C.30809@redhat.com> Message-ID: <5067108F.9070700@redhat.com> On 14.9.2012 18:00, Regis Mazur wrote: > "egrep 'vmx|svm' /proc/cpuinfo" returns nothing Well, if this doesn't show anything, no wonder kvm_intel doesn't want to load. > > And the command "modprobe kvm_intel" returns: "kvm: no hardware support > FATAL: Error inserting kvm_intel.... : Operation not supported". > > On 14/09/12 15:40, Darren Birkett wrote: >> What is the output of egrep 'vmx|svm' /proc/cpuinfo >> >> If you are running on intel hardware, did you try manually loading the >> kvm module? >> >> modprobe kvm_intel >> >> On 14 September 2012 15:32, Regis Mazur wrote: >>> Yes. Both "Enable VT-x/AMD-V" and "Enable Nested Paging" are enabled. >>> >>> On 14/09/12 15:05, Darren Birkett wrote: >>>> And in virtualbox did you enable Hardware virtualization for the vm >>>> that you are installing on (settings->system->acceleration)? >>>> >>>> On 14 September 2012 14:45, Regis Mazur wrote: >>>>> Hi Darren, >>>>> >>>>> nova.conf have: >>>>> ... >>>>> libvirt_type = qemu >>>>> ... >>>>> >>>>> scheduler.log has : ....No valid host was found. >>>>> and >>>>> compute.log has just some INFO ... Updating host status >>>>> >>>>> Thanks, >>>>> Regards. >>>>> Regis >>>>> >>>>> On 14/09/12 14:24, Darren Birkett wrote: >>>>>> Hi Regis, >>>>>> >>>>>> What do you have libvirt_type set to in your nova.conf. What does the >>>>>> scheduler.log/compute.log say? >>>>>> >>>>>> Darren >>>>>> >>>>>> On 14 September 2012 13:35, Regis Mazur wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I'm currently testing RH OpenStack Essex Preview installation within >>>>>>> VirtualBox v4.1.22 (and RHEL 6.3 guest). >>>>>>> All OpenStack services are running fine and status for all is "happy". >>>>>>> >>>>>>> When i'm trying to create my VM instance using "nova boot...", vm_status >>>>>>> always ends up to ERROR. >>>>>>> I noticed kvm modules are not loaded but libvirtd is running. >>>>>>> >>>>>>> Is it a problem due to qemu not working on RHEL 6.3 running in VM >>>>>>> environment? >>>>>>> >>>>>>> Thanks, >>>>>>> Regards. >>>>>>> Regis >>>>>>> >>>>>>> _______________________________________________ >>>>>>> rhos-list mailing list >>>>>>> rhos-list at redhat.com >>>>>>> https://www.redhat.com/mailman/listinfo/rhos-list >>>>> -- >>>>> Best regards. >>>>> R?gis Mazur >>>>> Senior Middleware Consultant >>>>> M: +44 (0)782 6870 265 >>>>> >>> -- >>> Best regards. >>> R?gis Mazur >>> Senior Middleware Consultant >>> M: +44 (0)782 6870 265 >>> >