[Openstack] How many compute nodes supported by a basic controller and an advanced high end congigaration controller

2015-08-27 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Can anyone answer: How many compute nodes supported by a basic and an advanced high end hardware configuration OpenStack controller. Here I want to know the OpenStack service performance. Thanks and Regards, Raghavendrachari kamsali, Embedded Computing and Power, Hyderabad, AndhraPradesh

[Openstack] sr-iov kilo getting libvirtd error while spawning a vm

2015-08-17 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Trying to bring up vm on sr-iov enabled openstack getting this error on compute node as shown below from (pid=9551) _get_guest_xml /opt/stack/nova/nova/virt/libvirt/driver.py:4195 2015-08-17 21:15:40.957 DEBUG nova.virt.libvirt.vif [req-8d3ac9c1-d33d-4bd4-b4ab-5eda2e1c400f demo demo] vif_t

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I resolved it by adding or uncommenting "/dev/vfio/vfio" in cgroup_device_acl list in /etc/libvirtd/qemu.conf file and restart libvird service . Now when I listed nova instances am not getting any Network shown [stack@Controller images]$ nova list +--+-

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Kamsali, RaghavendraChari (Artesyn)
e vfio-pci,host=81:02.3,id=hostdev0,bus=pci.0,addr=0x4: Device 'vfio-pci' could not be initialized You are using intel card therefore I think you should contact them and ask if this card is supported. From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Kamsali, RaghavendraChari (Artesyn)
you ml2_conf.ini supported_pci_vendor_devs = 8086:154c Thanks, Moshe Levi From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com] Sent: Monday, May 25, 2015 2:31 PM To: Moshe Levi; OpenStack Development Mailing List (not for usage questions

[Openstack] PCI pass-through SRIOV

2015-05-23 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Am deploying controller-compute openstack setup , in controller I configured openvswitch bridges and in computed node I configured PCI nic supported SRIOV capability and while am spawning VM am getting following error as in attached file: I followed the link for setting up the sriov https

Re: [Openstack] [openstack-dev] How to configure sriov nic using in neutron ml2 plugin

2015-05-14 Thread Kamsali, RaghavendraChari (Artesyn)
[mailto:jlibo...@redhat.com] Sent: Monday, May 11, 2015 8:13 PM To: OpenStack Development Mailing List (not for usage questions); openstack@lists.openstack.org Subject: Re: [Openstack] [openstack-dev] How to configure sriov nic using in neutron ml2 plugin On 05/11/2015 04:13 PM, Kamsali, RaghavendraChari

[Openstack] How to configure sriov nic using in neutron ml2 plugin

2015-05-11 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I want to use SR-IOV supported nic (intel XL710) NIC for VM instantiation , so I would like to configure ml2plugin for the intel XL710 nic , How can could any one help me . https://wiki.openstack.org/wiki/PCI_passthrough_SRIOV_support https://wiki.openstack.org/wiki/SR-IOV-Passthrough-For-

[Openstack] Cinder list and cinder create generating error as unknown column instance_uuid in cinder.volumes

2015-03-31 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Am using openstack/juno and I bring up the setup like controller node and storage node, when I created volumes or getting list of volumes it is generating error as shown below . [stack@Storage devstack]$ cinder list ERROR: Internal Server Error (HTTP 500) (Request-ID: req-519d330d-5b14-

Re: [Openstack] [openstack-dev] Cinder-service connectivity issues

2015-03-29 Thread Kamsali, RaghavendraChari (Artesyn)
sync. Vish On Mar 25, 2015, at 2:33 AM, Kamsali, RaghavendraChari (Artesyn) mailto:raghavendrachari.kams...@artesyn.com>> wrote: Please find attachment log (c-api) , when I execute command cinder create 1. From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachar

Re: [Openstack] what are the services required to setup for openstack storage node(cinder)

2015-03-22 Thread Kamsali, RaghavendraChari (Artesyn)
] what are the services required to setup for openstack storage node(cinder) As shown in the output of "vgs" there is no volume group named "stack-volumes-lvmdriver-1" on your setup but your configuration requires that. Am 22.03.2015 um 15:03 schrieb Kamsali, Ragha

Re: [Openstack] what are the services required to setup for openstack storage node(cinder)

2015-03-22 Thread Kamsali, RaghavendraChari (Artesyn)
k/guides/multinode-lab.html Regards, Ivan Kolodyazhny, Software Engineer, Mirantis Inc. On Thu, Mar 19, 2015 at 3:57 PM, Kamsali, RaghavendraChari (Artesyn) mailto:raghavendrachari.kams...@artesyn.com>> wrote: Hi, I would like to setup openstack as a multi-node setup as follows. 1. Cont

Re: [Openstack] openstack block storage (NFS)

2015-03-20 Thread Kamsali, RaghavendraChari (Artesyn)
, Girija Sharan Singh On Thu, Mar 19, 2015 at 7:00 PM, Kamsali, RaghavendraChari (Artesyn) mailto:raghavendrachari.kams...@artesyn.com>> wrote: Hi, Is it possible Openstack block storage(cinder) can be used storage from a remote machine via nfs?? I mean I would like to create volumes in some

[Openstack] what are the services required to setup for openstack storage node(cinder)

2015-03-19 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I would like to setup openstack as a multi-node setup as follows. 1. Controller Node 2. Compute Node 3. Storage Node(block storage-cinder). [cid:image001.png@01D0627A.A8991040] My question is: * what are the services needed to start when openstack block stora

[Openstack] openstack block storage (NFS)

2015-03-19 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Is it possible Openstack block storage(cinder) can be used storage from a remote machine via nfs?? I mean I would like to create volumes in some remote machine and is it able to attach-volumes to virtual instances vis nfs or is there any different way to do tell me. And also provide some

[Openstack] Virtual instance access to openstack controller

2015-03-12 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I have one query regarding Openstack Neutron Networking , How to make virtual instance access to OpenStack Controller via management place and virtual instance is configured with Data Interface(virtual network). Thanks and Regards, Raghavendrachari kamsali | Software Engineer II | Embedded

Re: [Openstack] How to start code flow for openstack Neutron sourcecode

2015-03-11 Thread Kamsali, RaghavendraChari (Artesyn)
Regards, Subbareddy, Persistent systems ltd. Hyderabad, 9573839370. From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com] Sent: Wednesday, March 11, 2015 4:05 PM To: openstack@lists.openstack.org<mailto:openstack@lists.openstack.org> Subject: [Openstack]

[Openstack] How to start code flow for openstack Neutron sourcecode

2015-03-11 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I am new to OpenStack, Could anyone help me how to start code flow for OpenStack Neutron . Thanks and Regards, Raghavendrachari kamsali | Software Engineer II | Embedded Computing Artesyn Embedded Technologies | 5th Floor, Capella Block, The V, Madhapur| Hyderabad, AP 500081 India T +91-40

[Openstack] Neutron Network scenarios

2015-02-09 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Where can I found openstack neutron network scenarions for practice. Thanks and Regards, Raghavendrachari kamsali | Software Engineer II | Embedded Computing Artesyn Embedded Technologies | 5th Floor, Capella Block, The V, Madhapur| Hyderabad, AP 500081 India T +91-40-66747059 | M +91970576