Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenStack: Dev

Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform)

 

 

OpenStack dev RSS feed   Index | Next | Previous | View Threaded


mex at di

Jun 1, 2012, 7:22 AM

Post #1 of 5 (445 views)
Permalink
Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform)

Hi all,
first of thank you very much for your support.

Right now I have a fedora 16 with xen (NOT XCP), that is, I have
installed those package:

xen-licenses-4.1.2-7.fc16.x86_64
xen-hypervisor-4.1.2-7.fc16.x86_64
xen-runtime-4.1.2-7.fc16.x86_64
netxen-firmware-4.0.534-4.fc15.noarch
xen-libs-4.1.2-7.fc16.x86_64
xen-4.1.2-7.fc16.x86_64

and xen seems happy:

[mex [at] minicloud0 ~]$ sudo xm info
[sudo] password for mex:
host : minicloud03.di.unipmn.it
release : 3.3.7-1.fc16.x86_64
version : #1 SMP Tue May 22 13:59:39 UTC 2012
machine : x86_64
nr_cpus : 4
nr_nodes : 1
cores_per_socket : 4
threads_per_core : 1
cpu_mhz : 2400
hw_caps :
bfebfbff:20100800:00000000:00000940:0000e3bd:00000000:00000001:00000000
virt_caps : hvm
total_memory : 4094
free_memory : 717
free_cpus : 0
xen_major : 4
xen_minor : 1
xen_extra : .2
xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xffff800000000000
xen_changeset : unavailable
xen_commandline : placeholder
cc_compiler : gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC)
cc_compile_by : mockbuild
cc_compile_domain : phx2.fedoraproject.org
cc_compile_date : Mon May 7 23:28:57 UTC 2012
xend_config_format : 4


Now the question is:
- Can I install openstack in this machine or I must use XCP?

Thanks,
Massimo

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack [at] lists
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp


John.Garbutt at citrix

Jun 1, 2012, 8:28 AM

Post #2 of 5 (406 views)
Permalink
Re: Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform) [In reply to]

You can use Xen with OpenStack without XCP. You do Xen+libvirt.
libvirt_type="xen"

I haven't tried that myself, I am concentrating on XenAPI bases systems.

Cheers,
John

> -----Original Message-----
> From: openstack-bounces+john.garbutt=eu.citrix.com [at] lists
> [mailto:openstack-bounces+john.garbutt=eu.citrix.com [at] lists]
> On Behalf Of Massimo Canonico
> Sent: 01 June 2012 15:22
> To: openstack [at] lists
> Subject: [Openstack] Install OpenStack on Fedora 16 and xen (not Xen Cloud
> Platform)
>
> Hi all,
> first of thank you very much for your support.
>
> Right now I have a fedora 16 with xen (NOT XCP), that is, I have installed
> those package:
>
> xen-licenses-4.1.2-7.fc16.x86_64
> xen-hypervisor-4.1.2-7.fc16.x86_64
> xen-runtime-4.1.2-7.fc16.x86_64
> netxen-firmware-4.0.534-4.fc15.noarch
> xen-libs-4.1.2-7.fc16.x86_64
> xen-4.1.2-7.fc16.x86_64
>
> and xen seems happy:
>
> [mex [at] minicloud0 ~]$ sudo xm info
> [sudo] password for mex:
> host : minicloud03.di.unipmn.it
> release : 3.3.7-1.fc16.x86_64
> version : #1 SMP Tue May 22 13:59:39 UTC 2012
> machine : x86_64
> nr_cpus : 4
> nr_nodes : 1
> cores_per_socket : 4
> threads_per_core : 1
> cpu_mhz : 2400
> hw_caps :
> bfebfbff:20100800:00000000:00000940:0000e3bd:00000000:00000001:0000000
> 0
> virt_caps : hvm
> total_memory : 4094
> free_memory : 717
> free_cpus : 0
> xen_major : 4
> xen_minor : 1
> xen_extra : .2
> xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
> hvm-3.0-x86_32p hvm-3.0-x86_64
> xen_scheduler : credit
> xen_pagesize : 4096
> platform_params : virt_start=0xffff800000000000
> xen_changeset : unavailable
> xen_commandline : placeholder
> cc_compiler : gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC)
> cc_compile_by : mockbuild
> cc_compile_domain : phx2.fedoraproject.org
> cc_compile_date : Mon May 7 23:28:57 UTC 2012
> xend_config_format : 4
>
>
> Now the question is:
> - Can I install openstack in this machine or I must use XCP?
>
> Thanks,
> Massimo
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack [at] lists
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack [at] lists
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp


mex at di

Jun 5, 2012, 6:50 AM

Post #3 of 5 (392 views)
Permalink
Re: Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform) [In reply to]

Hi and thanks for your answer.

I was just wondering when I have to specify "libvirt_type" in the
following procedure:

http://fedoraproject.org/wiki/Getting_started_with_OpenStack_Nova

Thanks,
Massimo

On 06/01/2012 05:28 PM, John Garbutt wrote:
> You can use Xen with OpenStack without XCP. You do Xen+libvirt.
> libvirt_type="xen"
>
> I haven't tried that myself, I am concentrating on XenAPI bases systems.
>
> Cheers,
> John
>
>> -----Original Message-----
>> From: openstack-bounces+john.garbutt=eu.citrix.com [at] lists
>> [mailto:openstack-bounces+john.garbutt=eu.citrix.com [at] lists]
>> On Behalf Of Massimo Canonico
>> Sent: 01 June 2012 15:22
>> To: openstack [at] lists
>> Subject: [Openstack] Install OpenStack on Fedora 16 and xen (not Xen Cloud
>> Platform)
>>
>> Hi all,
>> first of thank you very much for your support.
>>
>> Right now I have a fedora 16 with xen (NOT XCP), that is, I have installed
>> those package:
>>
>> xen-licenses-4.1.2-7.fc16.x86_64
>> xen-hypervisor-4.1.2-7.fc16.x86_64
>> xen-runtime-4.1.2-7.fc16.x86_64
>> netxen-firmware-4.0.534-4.fc15.noarch
>> xen-libs-4.1.2-7.fc16.x86_64
>> xen-4.1.2-7.fc16.x86_64
>>
>> and xen seems happy:
>>
>> [mex [at] minicloud0 ~]$ sudo xm info
>> [sudo] password for mex:
>> host : minicloud03.di.unipmn.it
>> release : 3.3.7-1.fc16.x86_64
>> version : #1 SMP Tue May 22 13:59:39 UTC 2012
>> machine : x86_64
>> nr_cpus : 4
>> nr_nodes : 1
>> cores_per_socket : 4
>> threads_per_core : 1
>> cpu_mhz : 2400
>> hw_caps :
>> bfebfbff:20100800:00000000:00000940:0000e3bd:00000000:00000001:0000000
>> 0
>> virt_caps : hvm
>> total_memory : 4094
>> free_memory : 717
>> free_cpus : 0
>> xen_major : 4
>> xen_minor : 1
>> xen_extra : .2
>> xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
>> hvm-3.0-x86_32p hvm-3.0-x86_64
>> xen_scheduler : credit
>> xen_pagesize : 4096
>> platform_params : virt_start=0xffff800000000000
>> xen_changeset : unavailable
>> xen_commandline : placeholder
>> cc_compiler : gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC)
>> cc_compile_by : mockbuild
>> cc_compile_domain : phx2.fedoraproject.org
>> cc_compile_date : Mon May 7 23:28:57 UTC 2012
>> xend_config_format : 4
>>
>>
>> Now the question is:
>> - Can I install openstack in this machine or I must use XCP?
>>
>> Thanks,
>> Massimo
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack [at] lists
>> Unsubscribe : https://launchpad.net/~openstack
>> More help : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack [at] lists
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp


John.Garbutt at citrix

Jun 7, 2012, 3:25 AM

Post #4 of 5 (380 views)
Permalink
Re: Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform) [In reply to]

I think it should be as simple as looking at this step:

If you are testing OpenStack in a virtual machine, you need to configure nova to use qemu without KVM and hardware virtualization:
$> echo '--libvirt_type=qemu' | sudo tee -a /etc/nova/nova.conf

And adding "xen" rather than qemu. There may be other required changes that other people know about.

Cheers,
John

> -----Original Message-----
> From: Massimo Canonico [mailto:mex [at] di]
> Sent: 05 June 2012 14:51
> To: John Garbutt
> Cc: openstack [at] lists
> Subject: Re: [Openstack] Install OpenStack on Fedora 16 and xen (not Xen
> Cloud Platform)
>
> Hi and thanks for your answer.
>
> I was just wondering when I have to specify "libvirt_type" in the following
> procedure:
>
> http://fedoraproject.org/wiki/Getting_started_with_OpenStack_Nova
>
> Thanks,
> Massimo
>
> On 06/01/2012 05:28 PM, John Garbutt wrote:
> > You can use Xen with OpenStack without XCP. You do Xen+libvirt.
> > libvirt_type="xen"
> >
> > I haven't tried that myself, I am concentrating on XenAPI bases systems.
> >
> > Cheers,
> > John
> >
> >> -----Original Message-----
> >> From:
> >> openstack-bounces+john.garbutt=eu.citrix.com [at] lists
> >> [mailto:openstack-bounces+john.garbutt=eu.citrix.com [at] lists
> >> net]
> >> On Behalf Of Massimo Canonico
> >> Sent: 01 June 2012 15:22
> >> To: openstack [at] lists
> >> Subject: [Openstack] Install OpenStack on Fedora 16 and xen (not Xen
> >> Cloud
> >> Platform)
> >>
> >> Hi all,
> >> first of thank you very much for your support.
> >>
> >> Right now I have a fedora 16 with xen (NOT XCP), that is, I have
> >> installed those package:
> >>
> >> xen-licenses-4.1.2-7.fc16.x86_64
> >> xen-hypervisor-4.1.2-7.fc16.x86_64
> >> xen-runtime-4.1.2-7.fc16.x86_64
> >> netxen-firmware-4.0.534-4.fc15.noarch
> >> xen-libs-4.1.2-7.fc16.x86_64
> >> xen-4.1.2-7.fc16.x86_64
> >>
> >> and xen seems happy:
> >>
> >> [mex [at] minicloud0 ~]$ sudo xm info
> >> [sudo] password for mex:
> >> host : minicloud03.di.unipmn.it
> >> release : 3.3.7-1.fc16.x86_64
> >> version : #1 SMP Tue May 22 13:59:39 UTC 2012
> >> machine : x86_64
> >> nr_cpus : 4
> >> nr_nodes : 1
> >> cores_per_socket : 4
> >> threads_per_core : 1
> >> cpu_mhz : 2400
> >> hw_caps :
> >>
> bfebfbff:20100800:00000000:00000940:0000e3bd:00000000:00000001:000000
> >> 0
> >> 0
> >> virt_caps : hvm
> >> total_memory : 4094
> >> free_memory : 717
> >> free_cpus : 0
> >> xen_major : 4
> >> xen_minor : 1
> >> xen_extra : .2
> >> xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
> >> hvm-3.0-x86_32p hvm-3.0-x86_64
> >> xen_scheduler : credit
> >> xen_pagesize : 4096
> >> platform_params : virt_start=0xffff800000000000
> >> xen_changeset : unavailable
> >> xen_commandline : placeholder
> >> cc_compiler : gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC)
> >> cc_compile_by : mockbuild
> >> cc_compile_domain : phx2.fedoraproject.org
> >> cc_compile_date : Mon May 7 23:28:57 UTC 2012
> >> xend_config_format : 4
> >>
> >>
> >> Now the question is:
> >> - Can I install openstack in this machine or I must use XCP?
> >>
> >> Thanks,
> >> Massimo
> >>
> >> _______________________________________________
> >> Mailing list: https://launchpad.net/~openstack
> >> Post to : openstack [at] lists
> >> Unsubscribe : https://launchpad.net/~openstack
> >> More help : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack [at] lists
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp


todd.deshane at xen

Jun 9, 2012, 8:27 PM

Post #5 of 5 (364 views)
Permalink
Re: Install OpenStack on Fedora 16 and xen (not Xen Cloud Platform) [In reply to]

On Tue, Jun 5, 2012 at 9:50 AM, Massimo Canonico <mex [at] di> wrote:
> Hi and thanks for your answer.
>
> I was just wondering when I have to specify "libvirt_type" in the following
> procedure:
>
> http://fedoraproject.org/wiki/Getting_started_with_OpenStack_Nova
>

You may also find useful information here:
http://openstack.markmail.org/search/?q=xen%20libvirt#query:xen%20libvirt+page:1+mid:knmnylknf2imnruy+state:results

Hope that helps.

Thanks,
Todd


--
Todd Deshane
http://www.linkedin.com/in/deshantm
http://blog.xen.org/
http://wiki.xen.org/

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack [at] lists
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp

OpenStack dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.