[openstack-dev] Issues regarding Jenkins

2014-11-25 Thread Abhishek Talwar/HYD/TCS
Hi All, I am facing some issues regarding Jenkins. Actually Jenkins is failing and it is giving NOT_REGISTERED in some tests. So, kindly let me know what does NOT_REGISTERED mean here. Build failed (check pipeline). For information on how to proceed, see

[openstack-dev] Issues regarding Jenkins on Gerrit reviews

2014-11-26 Thread Abhishek Talwar/HYD/TCS
Hi All, I am facing some issues with Jenkins on two of my reviews. Jenkins is failing either on gate-tempest-dsvm-neutron-src-python-neutronclient-icehouse or gate-tempest-dsvm-neutron-src-python-neutronclient-icehouse but i do not see any of my code changes making them fail. So if you can

[openstack-dev] Not able to locate tests for glanceclient

2014-12-16 Thread Abhishek Talwar/HYD/TCS
Hi All, I am currently working on stable Juno release for a fix on glanceclient, but I am not able to locate tests in glanceclient. So if you can help me locate it as I need to add a unit test. The current path for glanceclient is /usr/local/lib/python2.7/dist-packages/glanceclient. Thanks

[openstack-dev] How to debug test cases in Openstack

2015-01-15 Thread Abhishek Talwar/HYD/TCS
Hi, I have been trying to debug the test cases in OpenStack, but I am not getting successful with it. So if someone can help me with that. The last response from the dev-list was to use $ ./run_tests.sh -d [test module path] but this gives bDb quit error. So kindly help me this. -- Thanks

[openstack-dev] [TEMPEST] Doubts regarding testing in OpenStack

2015-01-15 Thread Abhishek Talwar/HYD/TCS
Hi, I am bit confused regarding the testing in OpenStack. The run_tests.sh script ( that is at the root of every component may it be nova,keystone etc ) , does it run only the unit tests covered under that component or it runs the test cases it tempest too (for ex scenario tests, api tests

Re: [openstack-dev] [qa] Doubts regarding testing in OpenStack

2015-01-15 Thread Abhishek Talwar/HYD/TCS
just a specific test module or test case, it is possible to use the 'all' environment. For instance, to run only scenarios I usually do: tox -eall -- tempest.scenario Hope this helps,Salvatore On 16 January 2015 at 05:48, Abhishek Talwar/HYD/TCS abhishek.tal...@tcs.com wrote: Hi, I am bit

[openstack-dev] Doubts regarding OpenStack Tempest

2015-01-14 Thread Abhishek Talwar/HYD/TCS
Hi, I am going through tempest in OpenStack and have some questions that I would like to get answered. Q1. How can we debug test cases in OpenStack ? (We can debug the code through import pdb but the same doesn't work for test cases and we have a bdb quit error) Q2. The run_tests.sh script

[openstack-dev] [KEYSTONE] debugging keystone code

2015-02-09 Thread Abhishek Talwar/HYD/TCS
Hi All, I am working on bug on keystone (#1392035) and while debugging the code I am having problem. I have inserted pdb at both client side and server side. While it is allowing me to debug the code at client side, on server side it gives me a bdb quit error. So how can we debug the code

[openstack-dev] How to install HealthNMon with OpenStack devstack

2015-03-31 Thread Abhishek Talwar/HYD/TCS
Hi, I have a devstack installation of OpenStack Juno and I want to install HealthNMon with that. How can we install it with devstack ? Thanks and Regards Abhishek Talwar =-=-= Notice: The information contained in this e-mail message

[openstack-dev] Changing the resources of a running vm instance

2015-04-01 Thread Abhishek Talwar/HYD/TCS
Hi All, I am looking if we can change the resources of a running VM instance (i.e. cpu, ram, changing the flavor). On running instances you can just edit security group, attach volumes or associate floating IP's. So what can we do if we want to change the flavor of a running vm or resize it.

[openstack-dev] [Nova][Flavor] Constraint in creating flavor with the same name and different ID

2015-02-27 Thread Abhishek Talwar/HYD/TCS
Hi All, I am writing in reference to a bug ( Bug #1423885) I have been working on, It is regarding the inconsistency shown my nova flavor show command. I have a doubt regarding that why there is a constraint to create two flavors with the same name whereas we can do the same for instances,

[openstack-dev] [keystone] Output on stderr

2015-03-04 Thread Abhishek Talwar/HYD/TCS
Hi All, While working on a bug for keystoneclient I have replaced sys.exit with return. However, the code reviewers want that the output should be on stderr(as sys.exit does). So how can we get the output on stderr. def do_user_password_update(kc, args): Update user password. user =

[openstack-dev] OpenStack nova resize command

2015-04-03 Thread Abhishek Talwar/HYD/TCS
Hi,I have a question regarding the nova resize command. While resizing a VM in OpenStack, does the VM gets paused internally and then it is resized or the VM is resized at runtime without any downtime and the VM going down. Thanks and RegardsAbhishek Talwar =-=-= Notice: The

[openstack-dev] Interaction between heat and nova

2015-04-03 Thread Abhishek Talwar/HYD/TCS
Hi Folks, I am trying if we can have an api call from heat to nova and hit one of the nova clients method. I want to have a check in heat and if that happens it should request nova for a change in the instance through one of nova's command. Any information regarding this. Thanks and Regards

[openstack-dev] VM migration between two data centers

2015-04-17 Thread Abhishek Talwar/HYD/TCS
Hi Folks, I have created two data centers and I am using OpenStack as the management platform for them. So now my question is it is possible to migrate VM instances from one data center to the other. Can two OpenStack clouds migrate VM to each other ? Thanks and Regards Abhishek Talwar

[openstack-dev] [nova] How are vcpu's, ram mapped with an instance

2015-04-07 Thread Abhishek Talwar/HYD/TCS
Hi Folks, When we boot an instance and assign a flavor to it, how are the vcpu's, ram given to the instance. Actually the question is this while creating an instance we must be assigning it some Vcpu's according to the flavor we gave to the instance. So where are these Vcpu's placed and how