[Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-21 Thread Akilesh K
Hi, I am using devstack for the first time and I see that it has created a subnet like below. The cidr and gateway do not match. Because of this devstack fails to run completely and fails while attaching a router to this subnet. Why is devstack doing this?? stack@controller:~/devstack$ neutron

[Openstack] [keystone]user role revoke from one tenants disables user's token got using another tenant

2015-12-08 Thread Akilesh K
Hi, There is a use case where keystone seems to behave improperly. Not sure if it is a bug, please do comment. A user has 'admin' role for two tenants. When I remove 'admin' role association from one tenant for the user, the user's token got earlier for other tenant becomes invalid. However if

Re: [Openstack] HTTP 500 - The server has either erred or is incapable of performing the requested operation WHEN launch an instance

2015-05-11 Thread Akilesh K
reply. - Yes, single machine that installed all service including compute service. - Yes, official document. http://docs.openstack.org/icehouse/install-guide/install/yum/content/ On Mon, May 11, 2015 at 10:21 AM, Akilesh K akilesh1...@gmail.com wrote: What do you mean by 'we don't have any

Re: [Openstack] HTTP 500 - The server has either erred or is incapable of performing the requested operation WHEN launch an instance

2015-05-10 Thread Akilesh K
What do you mean by 'we don't have any compute'. Is is that you have a single machine where you installed all service including compute service? Do tell us which instruction you followed for manual installation(is it the official openstack documentation or something else). On Mon, May 11, 2015

Re: [Openstack] Change from GRE to vlan

2015-03-21 Thread Akilesh K
actions=NORMAL *From:* Akilesh K [mailto:akilesh1...@gmail.com] *Sent:* Wednesday, March 18, 2015 11:13 PM *To:* Mitchell Chen *Cc:* openstack@lists.openstack.org *Subject:* Re: [Openstack] Change from GRE to vlan Apart from type_driver, there are many other setting in 'ml2_conf.ini

Re: [Openstack] Change from GRE to vlan

2015-03-19 Thread Akilesh K
Apart from type_driver, there are many other setting in 'ml2_conf.ini'. Like below [ml2] mechanism_drivers=openvswitch type_drivers=vlan,flat tenant_network_types=vlan,flat [ml2_type_flat] flat_networks=Extnet [ml2_type_vlan] network_vlan_ranges=Intnet1:100:200 [ovs]

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-18 Thread Akilesh K
shouldn't be setting 'router_id' in l3_agent.ini. That's for restricting the agent to one router when namespaces aren't enabled. On Tue, Mar 17, 2015 at 10:26 PM, Akilesh K akilesh1...@gmail.com wrote: Yes I did the same. But I've heard of people doing multiple l3 agent scenarios with success, Only

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-18 Thread Akilesh K
/neutron.conf --config-file /etc/neutron/l3_agent2.ini --config-file /etc/neutron/fwaas_driver.ini Regards, Akash [image: Inactive hide details for Akilesh K ---03/18/2015 11:06:17 AM---Yes I did the same. But I've heard of people doing multiple l3]Akilesh K ---03/18/2015 11:06:17 AM---Yes I did

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-17 Thread Akilesh K
Yes I did the same. But I've heard of people doing multiple l3 agent scenarios with success, Only that we are not getting replies. I am not sure If I am being paranoid, but I have a feeling that the community interaction these days are going down and corporate interactions are dominating. Will

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-05 Thread Akilesh K
respective config file argument set? This would need to be changed in the upstart script of the respective agent. There may be other arguments that need to change as well. I don't have a setup in front of me. James On Mar 4, 2015, at 11:23 PM, Akilesh K akilesh1...@gmail.com wrote: Anyone has

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-04 Thread Akilesh K
Anyone has done this configuration yet and got it right? On Wed, Mar 4, 2015 at 3:21 PM, Akilesh K akilesh1...@gmail.com wrote: Hi, What are the exact steps and configuration to run multiple l3 agents. I have set separate config files with params gateway_external_network_id, router_id

[Openstack] [neutron]Multiple l3 agents

2015-03-04 Thread Akilesh K
Hi, What are the exact steps and configuration to run multiple l3 agents. I have set separate config files with params gateway_external_network_id, router_id, external_network_bridge for each of them. handle_internal_only_routers is false for one and true for another. After I start the agents

Re: [Openstack] [neutron][juno]l3-agent issues

2015-02-12 Thread Akilesh K
and this was preventing from floatingip to be updated without a restart. As soon as I stopped the second l3 agent things were back to normal. Hope the information is useful to everyone. Thank you, Ageeleshwar K On Wed, Feb 11, 2015 at 6:42 PM, Akilesh K akilesh1...@gmail.com wrote: Hi, I have

[Openstack] [neutron][juno]l3-agent issues

2015-02-11 Thread Akilesh K
Hi, I have some issues with l3-agent, explained below. Kindly let me know how to debug the same and conclude if its a bug or misconfiguration. Issue 1: 1. The router namespace is not created unless I set router_id, external_network_gateway, and external_network_bridge in l3-agent.ini. As per the

Re: [Openstack] Neutron Network scenarios

2015-02-09 Thread Akilesh K
Have you already done these http://docs.openstack.org/juno/install-guide/install/apt/content/neutron-initial-networks.html ? Thankyou, Ageeleshwar K On Tue, Feb 10, 2015 at 9:41 AM, Kamsali, RaghavendraChari (Artesyn) raghavendrachari.kams...@artesyn.com wrote: Hi, Where can I found

Re: [Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-05 Thread Akilesh K
Berezovsky irenab@gmail.com wrote: On Thu, Feb 5, 2015 at 9:38 AM, Akilesh K akilesh1...@gmail.com wrote: I know that vif_type is binding_failed on a multinode setup and I also know why it happens. As for interface-attach I got it work for sriov ports and even verified it works inside

[Openstack] [neutron][nova] vif_plugging_is_fatal significance?

2015-02-05 Thread Akilesh K
Hi, I have a working openstack setup. But I have some questions on how I got it working. Initially my instances failed to launch. I have updated the correct values for neutron authentication in nova.conf and correct nova authentication in neutron.conf and notify_nova on port change is true but

Re: [Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-04 Thread Akilesh K
else wants to do this. Thank you, Ageeleshwar K On Thu, Feb 5, 2015 at 12:19 PM, Irena Berezovsky irenab@gmail.com wrote: Hi Akilesh, Please see my responses inline. Hope this help, BR, Irena On Thu, Feb 5, 2015 at 6:14 AM, Akilesh K akilesh1...@gmail.com wrote: Hi Irena, Issue 1

Re: [Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-04 Thread Akilesh K
by anyone but me. and pci_slot is also not populated. Do you still think this is correct ? On Wed, Feb 4, 2015 at 8:08 PM, Irena Berezovsky irenab@gmail.com wrote: Hi Akilesh, please see inline On Wed, Feb 4, 2015 at 11:32 AM, Akilesh K akilesh1...@gmail.com wrote: Hi, Issue 1: I do

[Openstack] [nova][glance][cinder]Configuring image properties elsewhere

2015-02-03 Thread Akilesh K
Hi, I have an image that boots only when I set the following properties. --property hw_disk_bus=ide --property cdrom_bus=ide --property hw_vif_model=e1000 Unfortunately when I create a volume from the image, and launch and instance, it gets stuck at boot loader. Is there a way I can set these

[Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-03 Thread Akilesh K
Hi, I found two issues with the way neutron behaves on a multi server install. I got it to work but I do not this this is the right way to do it. It might be a bug we might want to fix and for which I could volunteer. Setup - Multiserver juno on ubuntu. Machine 1 - Controller All api servers ,

Re: [openstack-dev] [Nova][Neutron] Thoughts on the nova-neutron interface

2015-01-22 Thread Akilesh K
I had always wanted this to happen. It is really frustrating when nova throws wierd python exceptions and difficult to comprehend log messages. If the developers do agree to clean up the interface I would suggest they make use of some well knows protocol (mpls/rsvp) to do this, instead of relying

Re: [Openstack] How to configure SR-IOV with Neutron

2014-12-12 Thread Akilesh K
Your neutron-server could not bind to socket. This has nothing to do with sriov. I am wondering how you got aget-list when your neutron-server isn't listening on 9696. Besides the agent-list does not list 'neutron-sriov-nic-agent'. I believe your neutron-server is already running and the error

Re: [openstack-dev] [neutron][sriov] PciDeviceRequestFailed error

2014-12-11 Thread Akilesh K
pci_passthrough_whitelist in nova.conf? At 2014-12-04 18:26:21, Akilesh K akilesh1...@gmail.com wrote: Hi, I am using neutron-plugin-sriov-agent. I have configured pci_whitelist in nova.conf I have configured ml2_conf_sriov.ini. But when I launch instance I get the exception in subject

Re: [Openstack] [openstack-dev] [neutron][sriov] PciDeviceRequestFailed error

2014-12-11 Thread Akilesh K
pci_passthrough_whitelist in nova.conf? At 2014-12-04 18:26:21, Akilesh K akilesh1...@gmail.com wrote: Hi, I am using neutron-plugin-sriov-agent. I have configured pci_whitelist in nova.conf I have configured ml2_conf_sriov.ini. But when I launch instance I get the exception in subject

[Openstack] [neutron][l3-agent] router-create does not create namespaces in juno

2014-12-11 Thread Akilesh K
Hi, I am facing a strange issue where in juno, creating a router does not create a namespace. I even attached router to subnet and set external gateway and still nothing happens. The router's ports are in 'down' status and they are not seen when i do 'ovs-vsctl show' use_namespace is True in

Re: [Openstack] [neutron][l3-agent] router-create does not create namespaces in juno

2014-12-11 Thread Akilesh K
, Akilesh K akilesh1...@gmail.com wrote: Hi, I am facing a strange issue where in juno, creating a router does not create a namespace. I even attached router to subnet and set external gateway and still nothing happens. The router's ports are in 'down' status and they are not seen when i do

[openstack-dev] [neutron][sriov] PciDeviceRequestFailed error

2014-12-04 Thread Akilesh K
Hi, I am using neutron-plugin-sriov-agent. I have configured pci_whitelist in nova.conf I have configured ml2_conf_sriov.ini. But when I launch instance I get the exception in subject. On further checking with the help of some forum messages, I discovered that pci_stats are empty. mysql

[Openstack] [neutron][sriov] PciDeviceRequestFailed error

2014-12-04 Thread Akilesh K
Hi, I am using neutron-plugin-sriov-agent. I have configured pci_whitelist in nova.conf I have configured ml2_conf_sriov.ini. But when I launch instance I get the exception in subject. On further checking with the help of some forum messages, I discovered that pci_stats are empty. mysql

[Openstack] Juno cloud-archive error

2014-11-12 Thread Akilesh K
As per 'https://wiki.openstack.org/wiki/Juno_Release_Schedule' Juno was supposed to be release on 16th of October. But when I do 'add-apt-repository cloud-archive:juno', I get ''juno': not a valid cloud-archive name' So where does OpenStack update its release schedule updated?

Re: [Openstack] Juno cloud-archive error

2014-11-12 Thread Akilesh K
Looks like Ubuntu users have to wait for a while. https://bugs.launchpad.net/openstack-manuals/+bug/1362521 On Wed, Nov 12, 2014 at 8:10 PM, Akilesh K akilesh1...@gmail.com wrote: As per 'https://wiki.openstack.org/wiki/Juno_Release_Schedule' Juno was supposed to be release on 16th

Re: [Openstack] Juno cloud-archive error

2014-11-12 Thread Akilesh K
provided for LTS releases), so I suspect you issue is that you're not using Ubuntu 14.04 as I have added the juno cloud archive on some of my test systems. -Jon On Wed, Nov 12, 2014 at 3:40 PM, Akilesh K akilesh1...@gmail.com wrote: As per 'https://wiki.openstack.org/wiki/Juno_Release_Schedule

Re: [Openstack] Juno cloud-archive error

2014-11-12 Thread Akilesh K
@Antonio I had 92.37,1 after an upgrade it worked. I must have known it. Thank you, Akilesh On Wed, Nov 12, 2014 at 9:03 PM, Antonio Messina antonio.s.mess...@gmail.com wrote: Which version of package `software-properties-common` do you have? Juno release was added with version `0.92.37.2`,

Re: [Openstack] Very low bandwidth between instances and routers with OVS, GRE on Debian Jessie (Icehouse)

2014-11-10 Thread Akilesh K
Hi Alberto, May I know the flavor and image you were using to do this test. TSO seems to be a method that moves the process of tcp segmentation off to the nic card. I believe in OpenStack the nic is a tap interface that kvm attaches your instance to and hence you have offloaded the task of

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-06 Thread Akilesh K
is the core of other advanced services. ML3 is coming. Besides, It's strange that L3's API contains a field called snat_enable. Isn't it? BR, Germy On Wed, Nov 5, 2014 at 5:37 PM, Akilesh K akilesh1...@gmail.com wrote: @Germy Lure, I cannot give you a direct answer as I am not a developer

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-05 Thread Akilesh K
@Germy Lure, I cannot give you a direct answer as I am not a developer. But let me point out that openstack can make use of many agents for l3 and above and not just neutron-l3-agent. You may even create your own agent. The 'neutron-l3-agent' works that way just to keep things simple. One point

Re: [openstack-dev] [Openstack-docs] Contributing to docs without Docbook -- YES you can!

2014-10-05 Thread Akilesh K
Can someone create a Wiki for all the options available to contribute to openstack docs. I have a personel feeling that ArchWiki https://wiki.archlinux.org/index.php/Main_page is one of the best technical documentations available and they even have wiki for guidelines for writing. Can the the

Re: [openstack-dev] Contributing to docs without Docbook -- YES you can!

2014-09-30 Thread Akilesh K
at 09:33 +0530, Akilesh K wrote: Hi, I saw the table of contents. I have posted documents on configuring openstack neutron-openvswitch-plugin, comparison between networking devices and thier linux software components and also about the working principles of neutron-ovs-plugin at layer 2

Re: [openstack-dev] Contributing to docs without Docbook -- YES you can!

2014-09-29 Thread Akilesh K
Hi, I saw the table of contents. I have posted documents on configuring openstack neutron-openvswitch-plugin, comparison between networking devices and thier linux software components and also about the working principles of neutron-ovs-plugin at layer 2 and neutron-l3-agent at layer 3 . My

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-19 Thread Akilesh K
can i confirm that ssh traffic is blocked at firewall .? i there any way to see the firewall dropped packets ? thanks , srinivas. On Thu, Sep 18, 2014 at 7:36 PM, Akilesh K akilesh1...@gmail.com wrote: I believe you have checked the security group rules. Make sure the instance

Re: [Openstack] A strange solution for instances not getting their ip

2014-09-17 Thread Akilesh K
I have faced stranger stuff with cirros. I would see dhcp lease messages using tcpdump exactly on the instances port but still cirros keeps sending discover messages. On Sep 17, 2014 8:24 PM, Claudio Pupparo claudio.pupp...@gmail.com wrote: Hi, I have the common issue of instances not getting

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-17 Thread Akilesh K
Check your security group rules. Allow ingress port 22. On Sep 17, 2014 8:45 PM, Srinivasreddy R srinivasreddy4...@gmail.com wrote: hi, i am able to ping my instance form external network . but not able to ssh to the instance . i am using floating ip s for ping,ssh. please help me .

Re: [Openstack] router cannot communicate with external

2014-07-24 Thread Akilesh K
node's port that has been added to br-ex must be set to the vlan id corresponding to the external network's segmentation id. Good luck. ping me if anything I have listed is not clear, or you need more information. Thank you, Akilesh K On Thu, Jul 24, 2014 at 3:47 PM, Akilesh K akilesh1...@gmail.com

[Openstack] Post on network virtualization in linux

2014-06-26 Thread Akilesh K
Hi, Please do review my recent post on linux bridging/routing http://fosskb.wordpress.com/2014/06/25/a-bite-of-virtual-linux-networking/ Please leave back your valuable comments. Thank you, Ageeleshwar K ___ Mailing list:

Re: [Openstack] GRE tunnel

2014-06-19 Thread Akilesh K
Openstack support multi tenant networks. That means two tenants may use the same network space. There must be some other way to isolate the networks of different tenants. So every network in Openstack is assigned a special segmentation id. In case of gre the segmentation id is the tunnel id. In

Re: [Openstack] GRE tunnel

2014-06-19 Thread Akilesh K
. On Thu, Jun 19, 2014 at 5:59 PM, yalla.gnan.ku...@accenture.com wrote: Hi, Thanks for the reply. What is the use of promiscuous mode in openstack ? Thanks Kumar *From:* Akilesh K [mailto:akilesh1...@gmail.com] *Sent:* Thursday, June 19, 2014 5:28 PM *To:* Gnan Kumar, Yalla

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-17 Thread Akilesh K
File looks good except that [agent] section is not needed. Can you reply with some log from '/var/log/neutron/server.log' during instance launch exactly. The vif_type=binding_failed occurs when neutron is unable to create a port for some reason. Either neutron server log or the plugin's log file

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-17 Thread Akilesh K
| binding_failed || | normal| | {} f71d7e0e-8955-4784-83aa-c23bf1b16f4f | nettesting.hydranodes.de | binding_failed || | normal| | {} is that maybe the problem ? Cheers Heiko On 17.06.2014 12:08, Akilesh K wrote: File looks good

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-17 Thread Akilesh K
or the compute. Check the ml2_conf.ini on controller and ovs_plugin.ini on the compute. Regards, Akash From: Heiko Krämer hkrae...@anynines.com To:Akilesh K akilesh1...@gmail.com, Cc: openstack@lists.openstack.org openstack@lists.openstack.org Date: 06/17/2014 03:56

Re: [Openstack] [openstack] instances without subnet

2014-06-17 Thread Akilesh K
something there. Marek *From:* Tiago Sousa [mailto:tiagu@gmail.com] *Sent:* 17. júna 2014 15:09 *To:* Ruzicka, Marek *Cc:* Akilesh K; openstack@lists.openstack.org *Subject:* Re: [Openstack] [openstack] instances without subnet Hi, Thanks for the feedback! Greatly apreciated