[openstack-dev] [networking-sfc] Add extension to DB UT

2017-08-08 Thread Vikash Kumar
Hi All, I have added tap extension for https://blueprints.launchpad. net/networking-sfc/+spec/sfc-tap-port-pair. I wanted to add extension for DB validation. Where should i add the extension ? I tried adding extension here: https://github.com/openstack/networking-sfc/blob/master/ netwo

Re: [openstack-dev] [tc][fuel] Making Fuel a hosted project

2017-06-16 Thread Vikash Kumar
On Fri, Jun 16, 2017 at 3:39 PM, Thierry Carrez wrote: > Shake Chen wrote: > > HI Vikash > > > > I think Kolla is suitable for official project for deployment > > Deployment tooling is, by nature, opinionated. You just can't enable > everything and keep it manageable. As long as people will have

Re: [openstack-dev] [tc][fuel] Making Fuel a hosted project

2017-06-15 Thread Vikash Kumar
I strongly believe Openstack must have any one official project for deployment whether its Fuel or anything else. Cutting it short, talking to number of people across industry/academic/government institutions, got a sense that its necessary that there should be a official tool more than Devstack fo

Re: [openstack-dev] [reno] we need help reviewing patches to reno

2017-06-06 Thread Vikash Kumar
Hi Doug, Will participate in reno reviews. Regards, Vikash *"Without requirements or design, programming is the art of adding bugs to an empty text file."- Louis Srygley* On Tue, Jun 6, 2017 at 8:41 PM, Julien Danjou wrote: > On Tue, Jun 06 2017, Doug Hellmann wrote: > > > I am looking f

Re: [openstack-dev] [vitrage] [nova] [HA] [masakari] VM Heartbeat / Healthcheck Monitoring

2017-05-30 Thread Vikash Kumar
gt; > > > On Sat, May 20, 2017 at 4:49 PM, Vikash Kumar > wrote: > > Thanks Sam > > > > > > On Sat, 20 May 2017, 06:51 Sam P, wrote: > >> > >> Hi Vikash, > >> Great... I will add you as reviewer to this spec. > >> Thank

Re: [openstack-dev] [vitrage] [nova] [HA] [masakari] VM Heartbeat / Healthcheck Monitoring

2017-05-20 Thread Vikash Kumar
Thanks Sam On Sat, 20 May 2017, 06:51 Sam P, wrote: > Hi Vikash, > Great... I will add you as reviewer to this spec. > Thank you.. > --- Regards, > Sampath > > > > On Fri, May 19, 2017 at 1:06 PM, Vikash Kumar > wrote: > > Hi Greg, > > > >

[openstack-dev] [neutron-fwaas]Re: Heat Support for FWaaSv2

2017-05-18 Thread Vikash Kumar
On Fri, May 19, 2017 at 10:54 AM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Hi Team, > >Are we planning for Heat support for FWAASV2 ? I see its missing. > > -- > Regards, > Vika

Re: [openstack-dev] [vitrage] [nova] [HA] [masakari] VM Heartbeat / Healthcheck Monitoring

2017-05-18 Thread Vikash Kumar
Hi Greg, Please include my email in this spec also. We are also dealing with HA of Virtual Instances (especially for Vendors) and will participate. On Thu, May 18, 2017 at 11:33 PM, Waines, Greg wrote: > Yes I am good with writing spec for this in masakari-spec. > > > > Do you use gerrit fo

[openstack-dev] [networking-sfc] pep8 failing

2017-05-16 Thread Vikash Kumar
Hi Team, pep8 is failing in master code. *translation hint helpers *are removed from LOG messages. Is this purposefully done ? Let me know if it is not, will change it. ./networking_sfc/db/flowclassifier_db.py:342:13: N531 Log messages require translation hints! LOG.info("Deleting

Re: [openstack-dev] [Openstack] [openstack] API to get tunnel port connect to other host

2017-04-28 Thread Vikash Kumar
| > > | id | cb45e3f8-4a28-475a-994d-83bc27806c38 | > > | started_at | 2017-04-20 17:38:03| > > | topic | N/A | > > +-+--

[openstack-dev] [openstack] API to get tunnel port connect to other host

2017-04-28 Thread Vikash Kumar
Is there any neutron API, which returns the tunnel port details connected to other host ? For eg. I have Host-A and Host-B. Is there a way to know what is the tunnel-port on Host-A which connects Host-B ? Can't use OVS commands directly. -- Regards, Vikash __

Re: [openstack-dev] [openstack] How does tag gets allocated to VM ports ?

2017-04-03 Thread Vikash Kumar
tack/neutron/blob/master/neutron/ > plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L1639 > > Thanks > > Gary > > > > *From: *Vikash Kumar > *Reply-To: *OpenStack List > *Date: *Monday, April 3, 2017 at 9:46 AM > *To: *OpenStack List > *Subj

[openstack-dev] [openstack] How does tag gets allocated to VM ports ?

2017-04-02 Thread Vikash Kumar
Hi, How does "tag" gets assigned to openvswitch port ? Port "tap319bae97-0b" *tag: 1* Interface "tap319bae97-0b" It is done by openvswitch-agent, but can someone point me to the details? Is this has anything to do with network (segment-id) or is it just local to

[openstack-dev] [networking-sfc]PPG reuse restriction

2017-03-23 Thread Vikash Kumar
Hi Team, I inserted a single arm SF. Created a port-pair with ingress-port and egress-port as same. Created rest of the resource and it traffic was as expected through SF in one direction. After, that I tried to create reverse flow and it failed due to: a. reverse port-chain create failed as

Re: [openstack-dev] [networking-sfc] About insertion modes and SFC Encapsulation

2017-03-21 Thread Vikash Kumar
Vikash Kumar wrote: Hi Igor, On Tue, Mar 21, 2017 at 10:02 PM, Duarte Cardoso, Igor < igor.duarte.card...@intel.com> wrote: Hi Vikash, It’s best to start with RFC 7665. NSH decouples traffic forwarding from both the internals of packets and service functions. A special entity call

Re: [openstack-dev] [networking-sfc] About insertion modes and SFC Encapsulation

2017-03-21 Thread Vikash Kumar
tarts after traffic gets tapped at the first > chain (the first chain also continues).” > > I suppose the answer is no since you mentioned “Note - TAP SFs do not > forward packet”, but I’m happy to hear extended info about this – from > anyone reading. > > > > Best regard

Re: [openstack-dev] [networking-sfc] About insertion modes and SFC Encapsulation

2017-03-21 Thread Vikash Kumar
Hi, Moving definition of SF from port-pair to port-pair-group looks good. TAP is also an insertion mode like L2/L3 but since it simplifies to keep 'tap-enabled' field also in port-pair-group, so it should be fine from implementation point of view (Note - TAP SFs do not forward packet). TAP

Re: [openstack-dev] 回复: [nova][nova-scheduler] Instance boot stuck in"Scheduling" state

2017-03-14 Thread Vikash Kumar
r more information refer, https://docs.openstack.org/ > developer/nova/cells.html > > > Thanks, > > Prashant > > On Tue, Mar 14, 2017 at 8:33 PM, Vikash Kumar < > vikash.ku...@oneconvergence.com> wrote: > >> That was the weird thing. nova-compute doesn't

Re: [openstack-dev] 回复: [nova][nova-scheduler] Instance boot stuck in"Scheduling" state

2017-03-14 Thread Vikash Kumar
ready select target node > which is u’nfp’. > > > So you should check the nova-compute log from node nfp. > > > Probably, you are stuck at image downloading. > > 原始邮件 > *发件人:* Vikash Kumar > *收件人:* openstack-dev > *发送时间:* 2017年3月14日(周二) 18:22 > *主题:* [open

[openstack-dev] [nova][nova-scheduler] Instance boot stuck in "Scheduling" state

2017-03-14 Thread Vikash Kumar
All, I brought up multinode setup with devstack. I am using Ocata release. Instances boot are getting stuck in "scheduling" state. The state never gets changed. Below is the link for scheduler log. http://paste.openstack.org/show/602635/ -- Regards, Vikash _

Re: [openstack-dev] [networking-sfc] patch test failed due to "import error: vlanmanager"

2017-03-09 Thread Vikash Kumar
Hi Igor, I was trying on Ubuntu 14.04 (trusty). This was weird though. On Thu, Mar 9, 2017 at 4:54 PM, Duarte Cardoso, Igor < igor.duarte.card...@intel.com> wrote: > Hi Vikash, > > > > What OS were you trying on before? > > > > Best regards, >

Re: [openstack-dev] [networking-sfc] patch test failed due to "import error: vlanmanager"

2017-03-09 Thread Vikash Kumar
Tried on Ubuntu 16.04, its fine. On Thu, Mar 9, 2017 at 12:17 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Import path looks OK > https://github.com/openstack/networking-sfc/blob/master/ > networking_sfc/services/sfc/agent/extensions/openvswitch/sfc_driver.py#

Re: [openstack-dev] [networking-sfc] patch test failed due to "import error: vlanmanager"

2017-03-08 Thread Vikash Kumar
ide.[1] It sounds like > sfc has to be updated. > > 1. https://github.com/openstack/neutron/commit/ > 4ec456d31501f09c68b5c23c488878da32dce75e > > On Tue, Mar 7, 2017 at 9:41 PM, Vikash Kumar com> wrote: > >> Hi Igor, >> >>This is weird. I just did a f

Re: [openstack-dev] [networking-sfc] patch test failed due to "import error: vlanmanager"

2017-03-07 Thread Vikash Kumar
,python-dateutil==2.6.0, > python-designateclient==2.6.0,python-editor==1.0.3,python- > glanceclient==2.6.0,python-keystoneclient==3.10.0,python- > mimeparse==1.6.0,python-neutronclient==6.1.0,python- > novaclient==7.1.0,python-openstackclient==3.8.1,python- > subunit==1.2.0,pytz==2016.10,PyYAML==3.12,reno==2.1.2, > repoze.lru==

Re: [openstack-dev] [networking-sfc] patch test failed due to "import error: vlanmanager"

2017-03-07 Thread Vikash Kumar
ch.sfc_driver E: 23, 0: No name 'vlanmanager' in module 'neutron.plugins.ml2.drivers.openvswitch.agent' (no-name-in-module) ERROR: InvocationError: '/home/vikash/guess_vk/python-dev/networking-sfc/.tox/pylint/bin/pylint --rcfile=.pylintrc --output-format=colorized networking_sfc' ___

[openstack-dev] [networking-sfc] patch test failed due to "import error: vlanmanager"

2017-03-07 Thread Vikash Kumar
Hi, I was testing patch on master branch, but the test is failing because of the import error. http://paste.openstack.org/show/601794/ -- Regards, Vikash __ OpenStack Development Mailing List (not for usage question

Re: [openstack-dev] [neutron-fwaas] issue with firewall and sfc

2017-01-31 Thread Vikash Kumar
me prelim thoughts on integration with > SFC but have not come to that point yet. If u have some interest, u are > also welcome to join our weekly meeting [1] and we can discuss more. > > Thanks > > Sridar > > [1] http://eavesdrop.openstack.org/#Firewall_as_a_Service_( &g

[openstack-dev] [neutron-fwaas] issue with firewall and sfc

2017-01-31 Thread Vikash Kumar
Hi, I am looking to fwaas_v2, which now allows the firewall rules to get apply on VM ports also. The doc suggests it will work in tandem with neutron SFC. However, in SFC the port-security is disabled and if thats the case, where will the IPTABLE rules will be rendered ? -- Regards, Vikash __

Re: [openstack-dev] [networking-sfc] Does SFC support chaining of Layer 2 devices?

2017-01-22 Thread Vikash Kumar
commonly drop if found malicious otherwise sent out through outgoing interface. On Sat, Jan 21, 2017 at 12:04 AM, Henry Fourie wrote: > Vikash, > >Unclear what you mean by SFC spinning an L2 IDS? > > What is the behavior of L2 IDS devices? > > -Louis > &g

Re: [openstack-dev] [networking-sfc] Does SFC support chaining of Layer 2 devices?

2017-01-19 Thread Vikash Kumar
On Thu, Jan 19, 2017 at 12:18 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > All, > >I am exploring SFC for chaining an IDS device (strictly in L2 mode). As > of now, it looks SFC default supports only L3 devices. SFC APIs doesn't > have any way to sp

[openstack-dev] [networking-sfc] Does SFC support chaining of Layer 2 devices?

2017-01-18 Thread Vikash Kumar
All, I am exploring SFC for chaining an IDS device (strictly in L2 mode). As of now, it looks SFC default supports only L3 devices. SFC APIs doesn't have any way to specify the nature of device and without that, it seems there is no way an operator can spin any device/VNF except L3 mode VNFs. I

Re: [openstack-dev] [neutron][oslo]neutron agent not receiving callback

2016-03-09 Thread Vikash Kumar
: > >> On Wed, Mar 9, 2016 at 9:40 AM, Ihar Hrachyshka >> wrote: >> > Vikash Kumar wrote: >> > >> >> >> >> >> >> On Wed, Mar 9, 2016 at 3:42 PM, Vikash Kumar >> >> wrote: >> >> I have written a sample neutr

[openstack-dev] [neutron][oslo]neutron agent not receiving callback

2016-03-09 Thread Vikash Kumar
On Wed, Mar 9, 2016 at 3:42 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > I have written a sample neutron agent which subscribe for the AFTER_CREATE > event of router. I have defined a sample method as callback, but the method > doesn't gets called anytim

[openstack-dev] neutron agent not receiving callback

2016-03-09 Thread Vikash Kumar
I have written a sample neutron agent which subscribe for the AFTER_CREATE event of router. I have defined a sample method as callback, but the method doesn't gets called anytime. Also, in logs: 2016-03-09 01:36:08.220 7075 DEBUG neutron.callbacks.manager [-] Subscribe: router after_create subsc

Re: [openstack-dev] [oslo] Exception in rpc_dispatcher

2015-05-07 Thread Vikash Kumar
ase. > > Cheers, > > - --- > Mehdi Abaakouk > mail: sil...@sileht.net > irc: sileht > > > > Le 2015-05-07 08:11, Vikash Kumar a écrit : > >> Hi, >> >>I am getting this error in my agent side. I am getting same message >> twice, one

[openstack-dev] [oslo] Exception in rpc_dispatcher

2015-05-06 Thread Vikash Kumar
Hi, I am getting this error in my agent side. I am getting same message twice, one after other. 2015-05-07 11:39:28.189 11363 ERROR oslo.messaging.rpc.dispatcher [req-43875dc3-99a9-4803-aba2-5cff22943c2c ] Exception during message handling: _oslo_messaging_localcontext_7a1e392197394132b7bfc1bd

[openstack-dev] [oslo] oslo error while changing the the topic of plugin.

2015-04-29 Thread Vikash Kumar
All, I changed the topic of firewall plugin and configured the agent to listen on same topic. But i am getting this error while publishing the message. 2015-04-29 18:12:55.464 31761 ERROR oslo.messaging._drivers.impl_rabbit [req-97302491-1a34-45c1-931c-1115fc1b0674 ] Failed to publish message

Re: [openstack-dev] [Openstack] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Vikash Kumar
thats why I mentioned to some extent.​ > > > HA for L3 agents is working from Juno but it will be on active/passive > mode, only one l3 will be on active at a time . > ​> I don't think its a true deployable solution.​ > > > Subbareddy, > > Pe

Re: [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Vikash Kumar
Is DVR a possible way to some extent(loosely) to address HA of l3 agents ? On Thu, Jan 29, 2015 at 11:08 AM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Hi, > > Is there any work going on High Availability of Network Node or is > there any existing work? I s

[openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Vikash Kumar
Hi, Is there any work going on High Availability of Network Node or is there any existing work? I see doc. on running multiple dhcp agent on multiple node but do not got on l3 agent. Is there any doc having details of running multiple dhcp agents on multiple hosts? -- Regards, Vikash ___

[openstack-dev] libvirt memory ballooning [nova]

2015-01-15 Thread Vikash Kumar
All, There is blueprint for enabling libvirt memory ballooning https://blueprints.launchpad.net/nova/+spec/libvirt-memory-ballooning in openstack nova. I think for Hyper-V , its already in place. Can we discuss about the design and implementation and target for L release? Regards, Vikash ___

Re: [openstack-dev] [Openstack] [Nova] Launch of VM failed after certain count openstack Havana

2014-07-08 Thread Vikash Kumar
nd. > You may like to run the following command: > > nova hypervisor-stats > > > > Regards~hrushi > > > > *From:* Vikash Kumar [mailto:vikash.ku...@oneconvergence.com] > *Sent:* Monday, July 07, 2014 9:13 PM > *To:* Openstack Milis; openstack-dev > *

[openstack-dev] [Openstack][Nova] Launch of VM failed after certain count openstack Havana

2014-07-07 Thread Vikash Kumar
Hi all, I am facing issue with VM launch. I am using openstack *Havana.* I have one compute node with following specification: root@compute-node:~# lscpu Architecture: x86_64 CPU op-mode(s):32-bit, 64-bit Byte Order:Little Endian CPU(s):8 On-line C

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-22 Thread Vikash Kumar
; > Best Regards, > Racha > > > > On Wed, Apr 16, 2014 at 3:48 AM, Vikash Kumar < > vikash.ku...@oneconvergence.com> wrote: > >> Hi, >> >> I want to launch one VM which will have two Ethernet interfaces with >

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-17 Thread Vikash Kumar
On Thu, Apr 17, 2014 at 6:07 PM, CARVER, PAUL wrote: > Aaron Rosen wrote: > > >Sorry not really. It's still not clear to me why multiple nics would be > required on the same L2 domain. > > > > I’m a fan of this old paper for nostalgic reasons > http://static.usenix.org/legacy/publications/libra

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
on net1) on same broadcast domain. I hope it wl now make sense. On Thu, Apr 17, 2014 at 10:47 AM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Kevin , this can be one approach but not sure. But certainly won't solve > all cases. :) > > > > > On Thu,

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
there? >>>>>> >>>>>> >>>>>> On Wed, Apr 16, 2014 at 5:50 PM, Aaron Rosen >>>>>> wrote: >>>>>> >>>>>>> This is true. Several people have asked this same question over the >>>&

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
needs to be in >>> different subnet, they have to be in different network as well (container >>> for the subnet) >>> >>> Thanks >>> Ronak >>> >>> On Wed, Apr 16, 2014 at 3:51 AM, Vikash Kumar < >>> vikash.ku...@oneconv

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
ner >> for the subnet) >> >> Thanks >> Ronak >> >> On Wed, Apr 16, 2014 at 3:51 AM, Vikash Kumar < >> vikash.ku...@oneconvergence.com> wrote: >> >>> *With 'interfaces' I mean 'nics' of VM*. >>> >>> >>

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
*With 'interfaces' I mean 'nics' of VM*. On Wed, Apr 16, 2014 at 4:18 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Hi, > > I want to launch one VM which will have two Ethernet interfaces with > IP of single subnet. Is this suppo

[openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
Hi, I want to launch one VM which will have two Ethernet interfaces with IP of single subnet. Is this supported now in openstack ? Any suggestion ? Thanx ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/c

[openstack-dev] [Nova] VNC issue with multi compute node with openstack havana

2013-11-20 Thread Vikash Kumar
Hi, I used devstack Multi-Node + VLANs to install openstack-havana recently. Installation was successful and i verified basic things like vm launch, ping between vm's. I have two nodes: 1. Ctrl+Compute 2. Compute The VM which gets launched on second compute node (here 2, see above) doesn'

[openstack-dev] [devstack] Openstack Multinode installation with Devstack

2013-10-17 Thread Vikash Kumar
Hi everyone, Did anyone have tried openstack installation with Devstack recently ? Particularly, *Multi node installation* and with the recent code in openstack-dev git. Is the devstack code is ready to install latest Havana ? Thanks ___ OpenSt

[openstack-dev] [nova] [devstack] Re: Issue with MutliNode openstack installation with devstack

2013-10-16 Thread Vikash Kumar
On Wed, Oct 16, 2013 at 8:15 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Hi, > >I am trying to install openstack on mutli node with help of devstack ( > http://devstack.org/guides/multinode-lab.html). > >I got some issues: > > My setup d

[openstack-dev] Issue with MutliNode openstack installation with devstack

2013-10-16 Thread Vikash Kumar
Hi, I am trying to install openstack on mutli node with help of devstack ( http://devstack.org/guides/multinode-lab.html). I got some issues: My setup details: One controller and One compute node (both VM). OS - Ubuntu 13.04