[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/

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

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

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:

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

2017-05-30 Thread Vikash Kumar
; --- Regards, > Sampath > > > > On Sat, May 20, 2017 at 4:49 PM, Vikash Kumar > <vikash.ku...@oneconvergence.com> wrote: > > Thanks Sam > > > > > > On Sat, 20 May 2017, 06:51 Sam P, <sam47pr...@gmail.com> wrote: > >> > >> Hi Vi

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, <sam47pr...@gmail.com> 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 > <vikash.ku...

[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.

[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] [openstack-dev][openstack] API to get tunnel port connect to other host

2017-04-29 Thread Vikash Kumar
_timestamp | 2017-04-28 15:07:59| > > | host| 841445-compute007 | > > | id | cb45e3f8-4a28-475a-994d-83bc27806c38 | > > | started_at | 2017-04-20 17:38:03| > > | topic | N/A| > > +-+--

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

2017-04-29 Thread Vikash Kumar
_timestamp | 2017-04-28 15:07:59| > > | host| 841445-compute007 | > > | id | cb45e3f8-4a28-475a-994d-83bc27806c38 | > > | started_at | 2017-04-20 17:38:03| > > | topic | N/A| > > +-+--

[Openstack] [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

[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
ase see > https://github.com/openstack/neutron/blob/master/neutron/ > plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L1639 > > Thanks > > Gary > > > > *From: *Vikash Kumar <vikash.ku...@oneconvergence.com> > *Reply-To: *OpenStack List <openstack-dev@lists.

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

2017-04-03 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

[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

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

2017-03-21 Thread Vikash Kumar
Vikash Kumar <vikash.ku...@oneconvergence.com> 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 servi

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] [nova][nova-scheduler]There are 0 host available

2017-03-16 Thread Vikash Kumar
node is running? > > 'nova availability-zone-list' (or the equivalent openstack cli command) > will show you that. > > If your compute node isn't active, you need to check whether > nova-compute throws errors on your compute node. > > cheers, > hauke > > On 14.03.2017 06:2

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 had

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

2017-03-14 Thread Vikash Kumar
ct 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<vikash.ku...@oneconvergence.com> > *收件人:* openstack-dev<openstack-dev@lists.

[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

[Openstack] [nova][nova-scheduler]There are 0 host available

2017-03-13 Thread Vikash Kumar
I am unable to launch the instance. Below is Nova scheduler logs which says 0 host. I have installed openstack ocata devstack. Here is output of : *nova-manage host listhost zone 0.0.0.0 internal stack internal nfp

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
y changed in the Neutron side.[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 <vikash.kumar@oneconvergence. > com> wrote: > >>

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

2017-03-07 Thread Vikash Kumar
==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==0.6,requests==2.12.5,requests-mock==1.3.0, > requestsexceptions==1.2.0,retrying==1.3.3,rfc3986==0.4. > 1,Routes==2.4.1,ryu==4.12,simplejson==3.10.0,sin

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

2017-03-07 Thread Vikash Kumar
in/pylint --rcfile=.pylintrc --output-format=colorized networking_sfc' _ summary _ ERROR: py35: commands failed ERROR: py27: commands failed ERROR: pep8: commands failed ERROR: pylint:

[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

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-02-01 Thread Vikash Kumar
We have deployed VYOS Firewall in deployment with the current scope of APIs somewhat like Van mentioned in his mail. But my experience says the current FWaaS API still need work for most of cloud deployment. On Wed, Feb 1, 2017 at 3:36 PM, Jose Manuel Ferrer Mosteiro <

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
s? > > - Louis > > > > *From:* Vikash Kumar [mailto:vikash.ku...@oneconvergence.com] > *Sent:* Wednesday, January 18, 2017 10:49 PM > *To:* openstack-dev > *Subject:* [openstack-dev] [networking-sfc] Does SFC support chaining of > Layer 2 devices? > > > > All,

Re: [Openstack] [devstack] Default devstack guest does not respond to ping/ssh

2017-01-20 Thread Vikash Kumar
On Tue, Jan 17, 2017 at 2:17 AM, Adam Kimball wrote: > Greetings, > > I've been attempting to get a working devstack configuration for a few > days no, and have been running into issues with networking. Specifically, > after creating a local server, I've been unable to

Re: [Openstack] How to troubleshoot Security Group rules

2017-01-20 Thread Vikash Kumar
Checkout on the bridge connected to tap ports. On Thu, Jan 19, 2017 at 7:02 PM, Vimal Kumar wrote: > Hi, > > Is the rules implemented in the iptables of the node (I am running > all-in-one, LinuxBridge setup), or is it implemented in the iptables of a > separate network

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 specify

[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.

Re: [Openstack] [networking-sfc] SFC in BITW or L2 mode

2017-01-10 Thread Vikash Kumar
t the VNF deployment mode. If you see the > API's, it's all about chaining neutron ports.. > > On Tue, Jan 10, 2017 at 12:26 PM, Vikash Kumar < > vikash.ku...@oneconvergence.com> wrote: > >> Which API specifies the mode of VNF (L3/L2/BITW) ? I need to insert a >> Firewall

Re: [Openstack] [networking-sfc] SFC in BITW or L2 mode

2017-01-09 Thread Vikash Kumar
On Tue, Jan 10, 2017 at 12:26 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Which API specifies the mode of VNF (L3/L2/BITW) ? I need to insert a > Firewall in L2 mode. > > -- > Regards, > Vikash > -- Regards, Vikash _

[Openstack] [networking-sfc] SFC in BITW or L2 mode

2017-01-09 Thread Vikash Kumar
Which API specifies the mode of VNF (L3/L2/BITW) ? I need to insert a Firewall in L2 mode. -- Regards, Vikash ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

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

2016-03-09 Thread Vikash Kumar
4, Assaf Muller <as...@redhat.com> wrote: > >> On Wed, Mar 9, 2016 at 9:40 AM, Ihar Hrachyshka <ihrac...@redhat.com> >> wrote: >> > Vikash Kumar <vikash.ku...@oneconvergence.com> wrote: >> > >> >> >> >> >> >> On

[Openstack] [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 anytime. &g

[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 anytime. &g

[Openstack] 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

[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

[Openstack] [openstack-dev][oslo] Exception in rpc_dispatcher

2015-05-07 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:

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

2015-05-07 Thread Vikash Kumar
: 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 after other. 2015-05-07 11:39:28.189 11363 ERROR oslo.messaging.rpc.dispatcher [req-43875dc3-99a9-4803-aba2-5cff22943c2c ] Exception during message

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

2015-05-07 Thread Vikash Kumar
: 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 after other. 2015-05-07 11:39:28.189 11363 ERROR oslo.messaging.rpc.dispatcher [req-43875dc3-99a9-4803-aba2-5cff22943c2c ] Exception during message

[openstack-dev] [oslo] Exception in rpc_dispatcher

2015-05-07 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:

[Openstack] How to set openstack agent's exchange to accept fanout cast message

2015-04-30 Thread Vikash Kumar
Hi, I am writing a agent which need to receive the fanout cast message from neutron plugin. How to enable exchange to receive fanout message? -- Regards, Vikash ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

[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] ERROR: neutronclient.shell Quota exceeded for resources: ['security_group']

2015-02-09 Thread Vikash Kumar
Check ur neturon.conf file. Look for quota section, edit it and it will work. On Fri, Feb 6, 2015 at 8:32 AM, masoom alam masoom.a...@wanclouds.net wrote: Hi every one I am getting the following exception in the command neutron security-group-create group *ERROR: neutronclient.shell Quota

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

2015-01-28 Thread Vikash Kumar
.​ 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, Persistent systems ltd. *From:* Vikash Kumar [mailto:vikash.ku...@oneconvergence.com] *Sent:* Thursday

Re: [Openstack] [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 see doc. on running

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

2015-01-28 Thread Vikash Kumar
.​ 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, Persistent systems ltd. *From:* Vikash Kumar [mailto:vikash.ku...@oneconvergence.com] *Sent:* Thursday

[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] Openstack Network Node High Availability [openstack][openstack-dev]

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

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 see doc. on running

[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
Regards~hrushi *From:* Vikash Kumar [mailto:vikash.ku...@oneconvergence.com] *Sent:* Monday, July 07, 2014 9:13 PM *To:* Openstack Milis; openstack-dev *Subject:* [Openstack] [Nova] Launch of VM failed after certain count openstack Havana Hi all, I am facing issue with VM launch. I

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

2014-07-08 Thread Vikash Kumar
Regards~hrushi *From:* Vikash Kumar [mailto:vikash.ku...@oneconvergence.com] *Sent:* Monday, July 07, 2014 9:13 PM *To:* Openstack Milis; openstack-dev *Subject:* [Openstack] [Nova] Launch of VM failed after certain count openstack Havana Hi all, I am facing issue with VM launch. I

[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

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

2014-04-22 Thread Vikash Kumar
, 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 IP of single subnet. Is this supported now in openstack ? Any suggestion ? Thanx

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

2014-04-22 Thread Vikash Kumar
, 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 IP of single subnet. Is this supported now in openstack ? Any suggestion ? Thanx

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 supported now in openstack ? Any suggestion ? Thanx

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

2014-04-16 Thread Vikash Kumar
) 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*. 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

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

2014-04-16 Thread Vikash Kumar
network as well (container 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*. On Wed, Apr 16, 2014 at 4:18 PM, Vikash Kumar vikash.ku...@oneconvergence.com wrote: Hi, I want

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

2014-04-16 Thread Vikash Kumar
not only 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...@oneconvergence.com wrote: *With 'interfaces' I mean 'nics' of VM*. On Wed, Apr 16, 2014 at 4:18 PM

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, Apr 17, 2014 at 10:33 AM, Kevin Benton blak

[Openstack] [openstack-dev][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 ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to

Re: [Openstack] [openstack-dev][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 supported now in openstack ? Any suggestion ? Thanx

[Openstack] Dnsmasq process not running

2014-02-13 Thread Vikash Kumar
Hi all, I have installed openstack grizzly. My VM's were not getting IP. I checked my netork node and found that dnsmasq process is not running. Tried restarting quantum-dhcp-agent but none of the time dnsmasq process came up. How can I solve this problem ? Thanks

Re: [Openstack] Dnsmasq process not running

2014-02-13 Thread Vikash Kumar
iPhone () Il giorno Feb 13, 2014, alle ore 6:18, Vikash Kumar vikash.ku...@oneconvergence.com ha scritto: Hi all, I have installed openstack grizzly. My VM's were not getting IP. I checked my netork node and found that dnsmasq process is not running. Tried restarting quantum-dhcp

Re: [Openstack] dhcp request can't reach br-int of network node

2014-02-11 Thread Vikash Kumar
U can try few things quickly. a) Connectivity between ur compute node and n/w node. Check the interfaces. b) Check the route entry. Ur compute node can ping to n/w node. U can also chk the vlan tag settings on ovs bridge. On Fri, Feb 7, 2014 at 10:11 PM, Chris Baker openstack2...@qq.com wrote:

Re: [Openstack] dhcp request can't reach br-int of network node

2014-02-11 Thread Vikash Kumar
Chen , I think ur packets is getting dropped. U can verify this by just checking the packets coming from compute node hitting which of the rules in br-int. On Wed, Feb 12, 2014 at 10:56 AM, Robert Collins robe...@robertcollins.netwrote: Check the outbound ofctl rules on your hypervisor

Re: [Openstack] What to check when vm not get IP

2013-12-10 Thread Vikash Kumar
First step, do dhclient on the interface of vm and then do tcpdump on dhcp namespace interface. U wl get a clue. On Tue, Dec 10, 2013 at 1:49 PM, Mahardhika Gilang mahardika.gil...@andalabs.com wrote: Hi all, This question seems like repeat from another question. But i will ask to make it

[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)

[Openstack] 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)

[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 ___

[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

[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 details: One controller and One compute