Re: [Openstack-operators] Upstream University: Signup for Mentors and Mentees

2016-02-02 Thread ashish.jain14
Thanks Mike. From: Mike Perez Sent: Tuesday, February 2, 2016 1:41 AM To: Ashish Jain (BAS) Cc: zhipengh...@gmail.com; opnfv-tech-disc...@lists.opnfv.org; openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators]

Re: [openstack-dev] [Solum] Nominating Vijendar Komalla for Solum core

2016-02-02 Thread ashish.jain14
My +1 From: Devdatta Kulkarni Sent: Wednesday, February 3, 2016 1:03:20 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Solum] Nominating Vijendar Komalla for Solum core Hi

[Openstack] [heat] Problems with heat wait condition

2015-06-09 Thread ashish.jain14
Hi, I am trying to use the heat wait condition as highlighted in the sample template https://github.com/openstack/heat-templates/blob/master/hot/native_waitcondition.yaml This is the curl command generated with-in the new vm which is spawned using a heat template which has wait condition

[Openstack] [nova-docker][heat] Attaching volume to a docker container

2015-05-29 Thread ashish.jain14
Hi, Can someone point out if it is possible to attach a volume to a docker container while it is being started by heat? Regards Ashish The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may

[Openstack] [nova-docker][nova]Different meta data information in nova and docker view

2015-05-27 Thread ashish.jain14
Hello, I am using nova-docker. I deploy a docker container and run the following 2 commands 1) nova list +--+---+++-+---+ | ID | Name | Status

[Openstack] [heat] How to use 'heat stack-list -g' in Juno

2015-05-27 Thread ashish.jain14
Hi, When I run the command 'heat stack-list -g' as an 'admin' user, I get unauthorized. Heat policy.json says stacks:global_index: rule:deny_everybody. How can I make this work? Regards Ashish The information contained in this electronic message and any attachments to this message are

[Openstack] Issue with receiving response with large payload from a node js application running on openstack

2015-05-12 Thread ashish.jain14
Hello, I have got a nodejs application which is deployed on openstack provisioned resources. Somehow whenever my response has a large payload I am unable to receive the response to my web browser however I am able to print the response at the nodejs server end which is running in openstack.

[Openstack] Deploying a cluster using openstack heat

2015-05-12 Thread ashish.jain14
Hello, Does heat provide capabilities to deploy a cluster? The use case is to deploy a mongo db cluster. Any pointers would be helpful. Regards Ashish The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the

Re: [Openstack] [Potential Spoofed] Re: [Potential Spoofed] Issue with receiving response with large payload from a node js application running on openstack

2015-05-12 Thread ashish.jain14
Michael, Thanks for your response and help with steps to debug the issue.. The issue is resolved now by increasing the MTU size of GRE tunnel. Regards Ashish From: Michael Krotscheck krotsch...@gmail.com Sent: Tuesday, May 12, 2015 8:44 PM To: Ashish Jain

Re: [Openstack] [Potential Spoofed] Issue with receiving response with large payload from a node js application running on openstack

2015-05-12 Thread ashish.jain14
I just figured out that if the payload size is greater than 623 , I do not get any response back. The size of the header is 227 bytes. So the total response size sent all the way to my browser is 850 bytes. Anything above this is not received by browser.

Re: [Openstack] [Potential Spoofed] Re: [Potential Spoofed] Issue with receiving response with large payload from a node js application running on openstack

2015-05-12 Thread ashish.jain14
Another point to add If I use curl I can see the total response size I could receive is 906 bytes which means 227 bytes for header and payload size of 679 bytes. Any clues anyone? From: ashish.jai...@wipro.com ashish.jai...@wipro.com Sent: Tuesday, May

Re: [Openstack] [Potential Spoofed] Re: heat: Using IP address of one VM with-in another VM

2015-05-07 Thread ashish.jain14
Just to add another point I am using docker container here as the image. Can that be a issue. From: Ashish Jain (WT01 - BAS) Sent: Thursday, May 07, 2015 12:56 PM To: chris.frie...@windriver.com; openstack@lists.openstack.org Subject: Re: [Potential

[Openstack] where are the logs for user data section of heat

2015-05-07 Thread ashish.jain14
Hello, Where can I find the logs for user_data section of heat template? I have enable debug mode logging in heat.conf but I still do not see any logging for user_data section of heat template. Regards Ashish The information contained in this electronic message and any attachments to this

Re: [Openstack] [Potential Spoofed] Re: heat: Using IP address of one VM with-in another VM

2015-05-07 Thread ashish.jain14
Hello, Somehow I see that user data section is not working for me. Rest all works fine Here is a simple template. heat_template_version: 2013-05-23 description: A simple server. resources: server: type: OS::Nova::Server properties: flavor: m1.tiny networks: -

Re: [Openstack] [Potential Spoofed] Re: [Potential Spoofed] Re: heat: Using IP address of one VM with-in another VM

2015-05-07 Thread ashish.jain14
Does the images need to have cloud-init pre-installed for user_data section to work? From: ashish.jai...@wipro.com ashish.jai...@wipro.com Sent: Thursday, May 07, 2015 1:21 PM To: chris.frie...@windriver.com; openstack@lists.openstack.org Subject:

Re: [Openstack] [“Potential Spoofed”] Neutron Load Balancer behavior while autoscaling

2015-05-06 Thread ashish.jain14
Hello, I just tested with manually attaching an instance to a neutron load balancer pool. But somehow I see the same behavior where the instance attached while Jmeter is pumping messages does not serve any request. However same instance servers when I restart message pumping from Jmeter.

[Openstack] Neutron Load Balancer behavior while autoscaling

2015-05-06 Thread ashish.jain14
Hello, I am using neutron load balancer along with heat. I auto-scale instances and all the new instances are automatically attached to neutron load balancer. I am using apache jmeter to create CPU load. I instantiate apache jmeter for 5 minutes to create load and I am able to auto spawn

Re: [Openstack] [“Potential Spoofed”] Re: [“Potential Spoofed”] Neutron Load Balancer behavior while autoscaling

2015-05-06 Thread ashish.jain14
Looks like the issue is with Jmeter and Lbaas compatibility, I wrote a simple shell script to simulate a similar load situation and somehow I do not see the issue any more. Regards Ashish From: ashish.jai...@wipro.com ashish.jai...@wipro.com Sent:

[Openstack] heat: Using IP address of one VM with-in another VM

2015-05-06 Thread ashish.jain14
Hi, Is it possible to somehow pass IP of a VM to another VM during heat deployment. For example IP of a DB server in a VM to a client in another VM. Regards Ashish The information contained in this electronic message and any attachments to this message are intended for the exclusive use

Re: [Openstack] heat: Using IP address of one VM with-in another VM

2015-05-06 Thread ashish.jain14
Thanks a lot Chris. That is helpful. Regards Ashish From: Chris Friesen chris.frie...@windriver.com Sent: Wednesday, May 06, 2015 7:16 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] heat: Using IP address of one VM with-in another VM On

Re: [openstack-dev] [nova-docker] Where is the docker cgroups directory?

2015-04-21 Thread ashish.jain14
Hi, Somehow restarting compute node helped. Regards Ashish From: Ashish Jain (WT01 - BAS) Sent: Tuesday, April 21, 2015 9:06 PM To: openstack-dev@lists.openstack.org Subject: [nova-docker] Where is the docker cgroups directory? Hello, I am using

[openstack-dev] [nova-docker][ceilometer][heat] Autoscaling docker in openstack

2015-04-17 Thread ashish.jain14
Hi, I have been working on running docker on openstack. I had a discussion on multiple IRC and IIUC there are 5 different ways of running docker on openstack. IIUC currently there is no way to autoscale docker on openstack. Please correct me if I am wrong 1) Using nova-docker driver -

Re: [openstack-dev] [nova-docker][ceilometer][heat] Autoscaling docker in openstack

2015-04-17 Thread ashish.jain14
Hi Segey, So IIUC approach #2 may still help to autoscale docker on openstack. I will try that out and post questions on heat irc thanks. Regards Ashish From: Sergey Kraynev skray...@mirantis.com Sent: Friday, April 17, 2015 7:01 PM To: OpenStack Development

Re: [openstack-dev] [nova-docker][ceilometer][heat] Autoscaling docker in openstack

2015-04-17 Thread ashish.jain14
Yes limitation #1 indeed exists, have got confirmation from few of the developers. Here is one blueprint which talks about this https://blueprints.launchpad.net/ceilometer/+spec/container-monitoring From: VACHNIS, AVI (AVI) avi.vach...@alcatel-lucent.com Sent:

Re: [openstack-dev] [nova-docker][ceilometer][heat] Autoscaling docker in openstack

2015-04-17 Thread ashish.jain14
So ultimately this means there is no way to autoscale docker containers on openstack until and unless ceilometer adds an inspector for docker hypervisor something similar to this (https://github.com/openstack/ceilometer/tree/master/ceilometer/compute/virt). Regards Ashish

[Openstack] Openstack python client installation uninstalls all the other clients - neutron, nova, glance

2015-04-13 Thread ashish.jain14
Hello, I have installed the openstack python client. Once the installation is complete I am unable to run any of the neutron, nova, glance python clients. It seems all of them have been uninstalled. Is this an expected behavior? regards Ashish The information contained in this electronic

[Openstack] [nova-docker] Unable to use the nova docker hypervisor after a latest change

2015-04-09 Thread ashish.jain14
Hello, I am using the nova docker driver and have hit an issue when I try to restart nova-computer service in compute node. I see the following error 015-04-09 19:23:28.687 23113 INFO nova.virt.driver [-] Loading compute driver 'novadocker.virt.docker.DockerDriver' 2015-04-09 19:23:28.739

Re: [Openstack] docker in openstack

2015-03-24 Thread ashish.jain14
Have a look at this https://wiki.openstack.org/wiki/Docker -Original Message- From: Frans Thamura [mailto:fr...@meruvian.org] Sent: Sunday, March 22, 2015 9:01 PM To: openstack@lists.openstack.org Subject: [Openstack] docker in openstack hi all any idea to make openstack work with

Re: [Openstack] docker in openstack

2015-03-24 Thread ashish.jain14
What about the scalability aspect of it in the following use case say Few of the containers are already having a high resource usage and you want to deploy another set of containers to start task sharing. How can someone go about synchronizing the resource usage b/w Docker and Open stack

[openstack-dev] [glance] Applying patch in bug #1414725 while string freeze in place

2015-03-23 Thread ashish.jain14
Hello, I have submitted a patch to address the bug(https://bugs.launchpad.net/glance/+bug/1414725). This patch updates glance-manage documentation. Currently the documentation misses details on handling the glance-manage metadata definitions. I have submitted

[Openstack] Prometheus and open stack

2015-02-26 Thread ashish.jain14
Hello, Does it make sense to you use Prometheus for open stack? Prometheus is a framework for monitoring, reporting and notification of all your resources. And it seems it is pluggable to anything by writing some exporters. So just wanted to know the view of community in using Prometheus with

[Openstack] Ironic for rasberry boards

2015-02-18 Thread ashish.jain14
?Hi, We have a scenario where we are planning to utilize ironic for boards similar to rasberry pi. Is it a valid scenario? Regards Ashish ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

[openstack-dev] [Ceilometer] Need help on https://bugs.launchpad.net/ceilometer/+bug/1310580

2015-02-16 Thread ashish.jain14
Hello, I am newbie and I want to start with my first contribution to open stack. I have chosen the bug - https://bugs.launchpad.net/ceilometer/+bug/1310580 to start with​. I have added comments on the bug and need some developer to validate those. Additionally I need some help on how to go

Re: [Openstack] Guest to Host works but host to guest does not

2015-01-28 Thread ashish.jain14
Hi Srinivas, Here are the details: 1) ifconfig -a root@controller:/home/ashish# ifconfig -a br-eth2 Link encap:Ethernet HWaddr 08:00:27:37:ac:ae inet addr:192.168.56.2 Bcast:192.168.56.255 Mask:255.255.255.0 inet6 addr: fe80::10e9:c6ff:fec1:ca6c/64 Scope:Link

Re: [Openstack] Guest to Host works but host to guest does not

2015-01-27 Thread ashish.jain14
Hi Srinivas, This is a single VM setup this means all the components are installed on the same VM. This VM has got 2 ethernet interfaces eth0 and eth1. Access to TCP/22 is already enabled as you can see from nova --os-tenant-name TenantA --os-username UserA --os-password password

[Openstack] Guest to host works but host to guest does not

2015-01-27 Thread ashish.jain14
Hi, Resending as the previous mail was returned back for some reason I am unable to ping/ssh from my host VM to guest VM. However opposite works just fine, that is I am able to ping from guest to host VM. Currently I am accessing my guest from horizon console and have tried pinging/sshing