Re: [openstack-dev] [nova] vmware minesweeper

2014-02-06 Thread Gary Kotton
Hi, The following patches will really help minesweeper: 1. Treat exceptions that are caused by parallel tests. This enables us to run parallel jobs (we have very promising results of running 8 parallel test jobs): https://review.openstack.org/#/c/70137/

[openstack-dev] [Nova] Image caching aging

2014-02-06 Thread Gary Kotton
Hi, It has come to my attention that this blueprint (https://blueprints.launchpad.net/nova/+spec/vmware-image-cache-management) has been deferred to the next milestone series. The blueprint ensures that the driver has aging for cached images. This is a critical issue for the driver and is

Re: [openstack-dev] [Nova][vmware] A new VMwareAPISession

2014-02-06 Thread Gary Kotton
Hi, Thanks for the detailed mail. For the first step of moving the code into OSLO we are trying to be as conservative as possible (similar to the fork lift of the scheduler code). That is, we are taking working code and moving it to the common library, not doing any rewrites and using the same

Re: [openstack-dev] [Nova][vmware] A new VMwareAPISession

2014-02-06 Thread Gary Kotton
On 2/6/14 1:58 PM, Matthew Booth mbo...@redhat.com wrote: On 06/02/14 11:24, Gary Kotton wrote: Hi, Thanks for the detailed mail. For the first step of moving the code into OSLO we are trying to be as conservative as possible (similar to the fork lift of the scheduler code). That is, we

[Yahoo-eng-team] [Bug 1276539] [NEW] VMware: exception handling throws error - AttributeError: 'NoneType' object has no attribute 'getChildren'

2014-02-05 Thread Gary Kotton
: Gary Kotton (garyk) Status: New ** Changed in: nova Milestone: None = icehouse-3 ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed in: nova Importance: Undecided = Medium -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1276644] [NEW] VMware: exception when deleting a VM that has no datastore

2014-02-05 Thread Gary Kotton
'datastore_name' referenced before assignment ** Affects: nova Importance: High Assignee: Gary Kotton (garyk) Status: New ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed in: nova Milestone: None = icehouse-3 ** Changed in: nova Importance

[Yahoo-eng-team] [Bug 1275479] [NEW] Nova does not delete, soft delete, the system metadata

2014-02-02 Thread Gary Kotton
Public bug reported: The system metadata for an instance is not deleted when an instance is deleted ** Affects: nova Importance: High Assignee: Gary Kotton (garyk) Status: New ** Tags: db ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed

Re: [openstack-dev] [Nova][Scheduler] Will the Scheuler use Nova Objects?

2014-01-30 Thread Gary Kotton
the scheduler and nova objects that I would like to clear up. In one scheduler/gantt meeting, Gary Kotton offered to convert the scheduler to use Nova objects. In another I heard that with the creation of Gantt, the scheduler would avoid using any Nova specific features including Nova objects. I can

[Yahoo-eng-team] [Bug 1274439] [NEW] VMware: operations against VC/ESX are taking at least 5 seconds

2014-01-30 Thread Gary Kotton
the operation would take on average 9 seconds. ** Affects: nova Importance: High Assignee: Gary Kotton (garyk) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed in: nova Milestone: None = icehouse-3 ** Changed in: nova

[openstack-dev] [Nova] Minesweeper update

2014-01-29 Thread Gary Kotton
Hi, At the moment we have a terribly long queue for minesweeper. We are able to reduce this considerably by running tempest tests in parallel. We have encountered 2 race conditions when we do this and it would be very helpful if we can get the following patches in – they will help with the

Re: [openstack-dev] [Nova][Neutron] nova-network in Icehouse and beyond

2014-01-29 Thread Gary Kotton
On 1/29/14 7:39 PM, Russell Bryant rbry...@redhat.com wrote: On 01/29/2014 12:27 PM, Daniel P. Berrange wrote: On Wed, Jan 29, 2014 at 11:47:07AM -0500, Russell Bryant wrote: Greetings, A while back I mentioned that we would revisit the potential deprecation of nova-network in Icehouse

Re: [openstack-dev] [gantt] Scheduler sub-group meeting agenda 1/28

2014-01-28 Thread Gary Kotton
Hi, Just an update regarding the instance groups: 1. The API has been posted - https://review.openstack.org/#/c/62557/ 2. The CLI has been posted - https://review.openstack.org/#/c/32904/ Thanks Gary On 1/28/14 12:45 PM, Khanh-Toan Tran khanh-toan.t...@cloudwatt.com wrote: Dear all, If we

Re: [openstack-dev] [nova] vmware minesweeper jobs failing?

2014-01-28 Thread Gary Kotton
Hi, Lats week there were some infra problems. These have been addressed and minesweeper is back in action. Thanks Gary On 1/25/14 4:58 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: Seeing a few patches where vmware minesweeper is saying the build failed, but looks like an infra issue? An

Re: [Openstack] How to enable jumbo frames for instances ?

2014-01-27 Thread Gary Kotton
Hi, There was a bug and that code was only fixed last week. Please see https://review.openstack.org/#/c/62221/ Thanks Gary From: Li, Chen chen...@intel.commailto:chen...@intel.com Date: Monday, January 27, 2014 9:39 AM To: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org

[openstack-dev] [nova] Gate issues

2014-01-23 Thread Gary Kotton
Hi, 1 in 3 failures today are due to: 2014-01-23 11:54:03.879http://logs.openstack.org/14/68614/1/check/gate-nova-python27/e11a79c/console.html#_2014-01-23_11_54_03_879 | 2014-01-23

Re: [Openstack] Does Havana supports EXSi OVA/OVF templates upload on Glance

2014-01-23 Thread Gary Kotton
Hi, This is something we are working on for the Icehouse release. The first step in that direction is https://blueprints.launchpad.net/glance/+spec/vmware-datastore-storage-back end which is currently under development. There is also a patch in review for Nova that enables on to boot from a

Re: [Openstack] How to get the MAC Address in Openstack

2014-01-21 Thread Gary Kotton
Hi, If you are using neutron then you can create pass the MAC address as part of the create port call. Please see https://wiki.openstack.org/wiki/Neutron/APIv2-specification#Port Thanks Gary From: varun bhatnagar varun292...@gmail.commailto:varun292...@gmail.com Date: Tuesday, January 21, 2014

[openstack-dev] [Nova][Neutron][Temptest] Gating failures

2014-01-12 Thread Gary Kotton
Hi, I was looking into SSH failures and stumbled upon the following tempest issue. The validations would not take into account the neutron agent heartbeat timeout. This would cause tests to occasionally fail. In short there was a window of at most 4 second for the test test_list_agent to run in

[Yahoo-eng-team] [Bug 1268309] [NEW] Exception raised in neutron API code may not work well with eventlet

2014-01-12 Thread Gary Kotton
Public bug reported: With eventlet the 'raise' in the neutron API might not raise the exception that we were expecting and could actually throw and error ** Affects: nova Importance: Undecided Assignee: Gary Kotton (garyk) Status: New ** Description changed: - With eventlet

Re: [openstack-dev] [Nova][Vmware]Bad Performance when creating a new VM

2014-01-08 Thread Gary Kotton
Hi, In order for the VM to be booted the image needs to be on a datastore accessible by the host. By default the data tore will not have the image. This is copied from glance tot he datastore. This is most probably where the problem is. This may take a while depending on the connectivity

Re: [openstack-dev] [Nova][Vmware]Bad Performance when creating a new VM

2014-01-08 Thread Gary Kotton
a 1G image. This takes about 2 minutes to upload to the cache. Please note that I am running on a virtual setup so thing take far longer than they would if it was bare metal Best Regards -- Ray On Wed, Jan 8, 2014 at 4:31 PM, Gary Kotton gkot...@vmware.commailto:gkot...@vmware.com wrote: Hi

Re: [openstack-dev] [DevStack] Nominate Chmouel Boudjnah for core team

2014-01-07 Thread Gary Kotton
+1 On 1/6/14 7:55 PM, Florent Flament florent.flament-...@cloudwatt.com wrote: +1 - Original Message - From: Sean Dague s...@dague.net To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Monday, January 6, 2014 5:30:09 PM Subject: Re:

[openstack-dev] [Nova] libvirt unit test errors

2014-01-07 Thread Gary Kotton
Hi, Anyone aware of the following: 2014-01-07 11:59:47.428http://logs.openstack.org/10/60010/2/check/gate-nova-python27/ebd53ea/console.html#_2014-01-07_11_59_47_428 | Requirement already satisfied (use --upgrade to upgrade): markupsafe in ./.tox/py27/lib/python2.7/site-packages (from

Re: [Openstack] VMware With Openstack

2014-01-06 Thread Gary Kotton
From: Manoj K meetma...@gmail.commailto:meetma...@gmail.com Date: Monday, January 6, 2014 12:45 PM To: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org openstack@lists.openstack.orgmailto:openstack@lists.openstack.org Subject: [Openstack] VMware With Openstack Hi, Am new to

[Yahoo-eng-team] [Bug 1266175] [NEW] 'Import contextlib should be in the section with standard python libraries

2014-01-05 Thread Gary Kotton
Public bug reported: There are a number of cases when the import is in the wrong section ** Affects: nova Importance: Low Assignee: Gary Kotton (garyk) Status: In Progress ** Changed in: nova Importance: Undecided = Low ** Changed in: nova Assignee: (unassigned

[Yahoo-eng-team] [Bug 1265512] [NEW] VMware: unnecesary session termination

2014-01-02 Thread Gary Kotton
: High Assignee: Gary Kotton (garyk) Status: New ** Tags: grizzly-backport-potential havana-backport-potential vmware ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed in: nova Milestone: None = icehouse-2 ** Changed in: nova Importance

[openstack-dev] [nova] Turbo-hipster

2013-12-31 Thread Gary Kotton
Hi, It seems that she/he is behaving oddly again. I have posted a patch that does not have any database changes and it has give me a –1…. Happy new year Gary ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

[Yahoo-eng-team] [Bug 1265002] [NEW] nova client prints dictionary/array etc. with a u'string'

2013-12-30 Thread Gary Kotton
| +-+--+ ** Affects: nova Importance: Undecided Assignee: Gary Kotton (garyk) Status: New ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed in: nova Milestone: None

Re: [openstack-dev] [nova] VM diagnostics - V3 proposal

2013-12-29 Thread Gary Kotton
Hi, Following all of the discussion I have done the following: 1. Update the wiki with all of the details - https://wiki.openstack.org/wiki/Nova_VM_Diagnostics 2. Renamed the BP. It is now called v3-diagnostics https://blueprints.launchpad.net/openstack/?searchtext=v3-diagnostics 3. Posted a patch

[Yahoo-eng-team] [Bug 1264268] [NEW] check_uptodate.sh breaks when CONF.import_opt has a group name

2013-12-26 Thread Gary Kotton
Public bug reported: When the following code was used: import time from oslo.config import cfg from nova import exception from nova.openstack.common.gettextutils import _ from nova.openstack.common import log as logging from nova.virt.vmwareapi import driver # noqa from nova.virt.vmwareapi

[openstack-dev] [nova] HyperV-CI

2013-12-23 Thread Gary Kotton
Hi, There seems to be an issue with the hyper CI. Please see - https://review.openstack.org/#/c/52687/. This code does is not related to the HyperV driver. Thanks Gary ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [Openstack] Security Breach! Tenant A is seeing the VNC Consoles of Tenant B!

2013-12-23 Thread Gary Kotton
Hi, Which driver are you using? For the Vmware driver we found an edge case where this may happen - please see https://bugs.launchpad.net/nova/+bug/1255609 and the fix for this is (https://review.openstack.org/#/c/58994/). Thanks Gary On 12/23/13 3:16 PM, Jay Pipes jaypi...@gmail.com wrote: On

[Yahoo-eng-team] [Bug 1255609] Re: VMware: possible collision of VNC ports

2013-12-23 Thread Gary Kotton
** Changed in: nova Importance: Medium = High ** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Importance: Undecided = High ** Tags added: havana-backport-potential -- You received this bug notification because

Re: [openstack-dev] [nova] VM diagnostics - V3 proposal

2013-12-19 Thread Gary Kotton
On 12/19/13 5:50 PM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Dec 17, 2013 at 04:28:30AM -0800, Gary Kotton wrote: Hi, Following the discussion yesterday I have updated the wiki - please see https://urldefense.proofpoint.com/v1/url?u=https://wiki.openstack.org/wik i

Re: [openstack-dev] [nova] VM diagnostics - V3 proposal

2013-12-19 Thread Gary Kotton
On 12/19/13 6:07 PM, Daniel P. Berrange berra...@redhat.com wrote: On Thu, Dec 19, 2013 at 08:02:16AM -0800, Gary Kotton wrote: On 12/19/13 5:50 PM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Dec 17, 2013 at 04:28:30AM -0800, Gary Kotton wrote: Hi, Following

Re: [openstack-dev] [nova][vmware]VMware VCenter Driver

2013-12-18 Thread Gary Kotton
Hi, Currently there are 2 VMware drivers: * VMwareVCDriver – this lets nova compute communicate with a vCenter server (which manages the ESX hosts) * VMwareESXDriver – this lets nova compute manage the ESX host Thanks Gary From: Ray Sun xiaoq...@gmail.commailto:xiaoq...@gmail.com

Re: [openstack-dev] Subject: [nova][vmware] VMwareAPI sub-team status 2013-12-08

2013-12-18 Thread Gary Kotton
Would it be possible that an additional core please take a look at https://review.openstack.org/#/c/51793/? Thanks Gary From: Shawn Hartsock harts...@acm.orgmailto:harts...@acm.org Date: Wednesday, December 18, 2013 6:32 PM To: OpenStack Development Mailing List (not for usage questions)

Re: [Openstack] OpenStack J naming poll

2013-12-18 Thread Gary Kotton
+1 to Juno - a modern day classic (http://www.youtube.com/watch?v=KDzDzB2pMR4list=PL3CCEA5A5329C02F6) On 12/18/13 5:10 PM, Thierry Carrez thie...@openstack.org wrote: Hi everyone, As you may know, OpenStack development cycles and releases are named after cities, counties or places near where

Re: [openstack-dev] [nova] VM diagnostics - V3 proposal

2013-12-17 Thread Gary Kotton
. Berrange berra...@redhat.com wrote: On Mon, Dec 16, 2013 at 03:37:39PM +, John Garbutt wrote: On 16 December 2013 15:25, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Dec 16, 2013 at 06:58:24AM -0800, Gary Kotton wrote: I'd like to propose the following for the V3 API (we will not touch

[openstack-dev] [nova] VM diagnostics - V3 proposal

2013-12-16 Thread Gary Kotton
Hi, At the moment the administrator is able to retrieve diagnostics for a running VM. Currently the implementation is very loosely defined, that is, each driver returns whatever they have to return. This is problematic in a number of respects: 1. The tempest tests were written specifically

Re: [openstack-dev] [nova] VM diagnostics - V3 proposal

2013-12-16 Thread Gary Kotton
On 12/16/13 5:25 PM, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Dec 16, 2013 at 06:58:24AM -0800, Gary Kotton wrote: Hi, At the moment the administrator is able to retrieve diagnostics for a running VM. Currently the implementation is very loosely defined, that is, each driver

[Yahoo-eng-team] [Bug 1242645] Re: Resource tracking does not take into account the current resources on the host

2013-12-12 Thread Gary Kotton
** Changed in: nova Assignee: Gary Kotton (garyk) = (unassigned) ** Changed in: nova Status: In Progress = Won't Fix ** Changed in: nova Milestone: icehouse-2 = None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[openstack-dev] [Gating-Failures] Docs creation is failing

2013-12-10 Thread Gary Kotton
Hi, An example for this is: http://logs.openstack.org/94/59994/10/check/gate-nova-docs/b0f3910/console.html Any ideas? Thanks Gary ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [Gating-Failures] Docs creation is failing

2013-12-10 Thread Gary Kotton
Hi, Saw that this was dealt with in most projects. I have posted the Nova review - https://review.openstack.org/61329 Thanks Gary From: Administrator gkot...@vmware.commailto:gkot...@vmware.com Reply-To: OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [nova]

2013-12-10 Thread Gary Kotton
On 12/11/13 12:43 AM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On Tuesday, December 10, 2013 4:17:45 PM, Maithem Munshed 71510 wrote: Hello, I was wondering, what is the reason behind having nova audit resources as opposed to using usage stats directly from what is reported by the

[Yahoo-eng-team] [Bug 1258103] [NEW] Unused imports in libvirt fake utilities

2013-12-05 Thread Gary Kotton
Public bug reported: Removed unused imports and assignments ** Affects: nova Importance: Low Assignee: Gary Kotton (garyk) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed in: nova Importance: Undecided = Low ** Changed

[Yahoo-eng-team] [Bug 1180044] Re: nova failures when vCenter has multiple datacenters

2013-12-05 Thread Gary Kotton
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Importance: Undecided = Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1257644] [NEW] gate-tempest-dsvm-postgres-full fails - unable to schedule instance

2013-12-04 Thread Gary Kotton
Public bug reported: The trace for the failure is: 2013-12-04 08:01:19.167 INFO nova.filters [req-9b187d9f-258f-42ef-8235-973de78a46d9 InstanceActionsV3TestXML-tempest-1651913648-user InstanceActionsV3TestXML-tempest-1651913648-tenant] Filter ComputeFilter returned 0 hosts 2013-12-04

Re: [openstack-dev] [Nova] Blueprint: standard specification of guest CPU topology

2013-12-03 Thread Gary Kotton
Hi, I think that this information should be used as part of the scheduling decision, that is hosts that are to be selected should be excluded if they do not have the necessary resources available. It will be interesting to know how this is going to fit into the new scheduler that is being

Re: [openstack-dev] [Nova] Blueprint: standard specification of guest CPU topology

2013-12-03 Thread Gary Kotton
On 12/3/13 12:08 PM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Dec 03, 2013 at 01:47:31AM -0800, Gary Kotton wrote: Hi, I think that this information should be used as part of the scheduling decision, that is hosts that are to be selected should be excluded if they do not have

[Yahoo-eng-team] [Bug 1246848] Re: VMWare: AssertionError: Trying to re-send() an already-triggered event.

2013-12-03 Thread Gary Kotton
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Importance: Undecided = High ** Changed in: openstack-vmwareapi-team Assignee: (unassigned) = Gary Kotton (garyk) -- You received this bug notification because

Re: [openstack-dev] [Nova][Schduler] Volunteers wanted for a modest proposal for an external scheduler in our lifetime

2013-12-02 Thread Gary Kotton
On 12/2/13 5:39 PM, Russell Bryant rbry...@redhat.com wrote: On 12/02/2013 10:33 AM, Monty Taylor wrote: Just because I'd like to argue - if what we do here is an actual forklift, do we really need a cycle of deprecation? The reason I ask is that this is, on first stab, not intended to be

Re: [openstack-dev] [Nova][Schduler] Volunteers wanted for a modest proposal for an external scheduler in our lifetime

2013-12-02 Thread Gary Kotton
On 12/2/13 5:33 PM, Monty Taylor mord...@inaugust.com wrote: On 12/02/2013 09:13 AM, Russell Bryant wrote: On 11/29/2013 10:01 AM, Thierry Carrez wrote: Robert Collins wrote: https://urldefense.proofpoint.com/v1/url?u=https://etherpad.openstack.o

Re: [openstack-dev] [nova] why are we backporting low priority v3 api fixes to v2?

2013-12-01 Thread Gary Kotton
From: Christopher Yeoh cbky...@gmail.commailto:cbky...@gmail.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Sunday, December 1, 2013 12:25 AM To: OpenStack Development Mailing List (not

Re: [Openstack] hypervisor selection

2013-11-30 Thread Gary Kotton
Hi, By default devstack uses the libvirt driver. This can be qemu or kvm depending on whether or not you are running on hardware or a virtual machine. You are able to run different drivers with different compute nodes - for example you can run a xen, hyperv or vmware driver

Re: [openstack-dev] [Nova][Schduler] Volunteers wanted for a modest proposal for an external scheduler in our lifetime

2013-11-29 Thread Gary Kotton
On 11/28/13 11:34 PM, Robert Collins robe...@robertcollins.net wrote: On 29 November 2013 09:44, Gary Kotton gkot...@vmware.com wrote: The first stage is technical - move Nova scheduling code from A to be. What do we achieve - not much - we actually complicate things - there is always

Re: [openstack-dev] [Nova][Schduler] Volunteers wanted for a modest proposal for an external scheduler in our lifetime

2013-11-28 Thread Gary Kotton
On 11/28/13 12:10 AM, Robert Collins robe...@robertcollins.net wrote: On 25 November 2013 21:51, Sylvain Bauza sylvain.ba...@bull.net wrote: As said earlier, I also would love to join the team, triggering a few blueprints or so. By the way, I'm currently reviewing the Scheduler code. Do you

Re: [openstack-dev] [Nova] Proposal to re-add Dan Prince to nova-core

2013-11-27 Thread Gary Kotton
+1 On 11/27/13 3:29 PM, Andrew Laski andrew.la...@rackspace.com wrote: +1 On 11/26/13 at 02:32pm, Russell Bryant wrote: Greetings, I would like to propose that we re-add Dan Prince to the nova-core review team. Dan Prince has been involved with Nova since early in OpenStack's history (Bexar

Re: [openstack-dev] Scheduler sub-group agenda 11/26

2013-11-25 Thread Gary Kotton
Hi, Thanks. I think that it may also be good to discuss Robert Collins proposal of moving the scheduler out of Nova. Thanks Gary From: Dugger, Donald D donald.d.dug...@intel.commailto:donald.d.dug...@intel.com Reply-To: OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [Nova] Proposal to add Matt Riedemann to nova-core

2013-11-23 Thread Gary Kotton
+1 On 11/23/13 4:53 PM, Sean Dague s...@dague.net wrote: +1 would be happy to have Matt on the team On Fri, Nov 22, 2013 at 8:23 PM, Brian Elliott bdelli...@gmail.com wrote: +1 Solid reviewer! Sent from my iPad On Nov 22, 2013, at 2:53 PM, Russell Bryant rbry...@redhat.com wrote:

Re: [openstack-dev] [nova] future fate of nova-network?

2013-11-23 Thread Gary Kotton
On 11/22/13 2:47 PM, Daniel P. Berrange berra...@redhat.com wrote: On Fri, Nov 22, 2013 at 11:25:51AM +, John Garbutt wrote: On Fri, Nov 15, 2013 at 2:21 PM, Russell Bryant rbry...@redhat.com wrote: In particular, has there been a decision made about whether it will definitely be

[openstack-dev] Gate failures

2013-11-23 Thread Gary Kotton
Hi, To whoever fixed the gate – Thanks! Can someone please let us know what the problems were. Thanks Gary ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [Openstack] Unable to see console using VNC on ESX hypervisor

2013-11-22 Thread Gary Kotton
, Rajshree On 11/21/2013 9:07 PM, Gary Kotton wrote: Hi, Yes, Yaguang you are correct. The console output is not supported. In Havana we added a log message to indicate that it is not support. There are changes proposed in Icehosue to say that this is not supported. Thanks Gary From: Yaguang Tang

Re: [Openstack] Unable to see console using VNC on ESX hypervisor

2013-11-21 Thread Gary Kotton
Hi, Are you using the stable grizzly code? If so then can you please clarify if you have set vnc_password (https://github.com/openstack/nova/blob/stable/grizzly/nova/virt/vmwareapi/driver.py#L102). In this version the vmc_password needs to be configured. Thanks Gary From: Yaguang Tang

Re: [Openstack] Unable to see console using VNC on ESX hypervisor

2013-11-21 Thread Gary Kotton
Hi, Yes, Yaguang you are correct. The console output is not supported. In Havana we added a log message to indicate that it is not support. There are changes proposed in Icehosue to say that this is not supported. Thanks Gary From: Yaguang Tang heut2...@gmail.commailto:heut2...@gmail.com

[Yahoo-eng-team] [Bug 1195139] Re: vmware Hyper doesn't report hypervisor version correctly to database

2013-11-20 Thread Gary Kotton
** Changed in: nova Status: Won't Fix = In Progress ** Changed in: nova Importance: Undecided = Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1195139

[openstack-dev] [stable/havana] gate broken

2013-11-17 Thread Gary Kotton
Hi, The gating for the stable version is broken when the running the neutron gate. Locally this works but the gate has problem. All of the services are up and running correctly. There are some exceptions with the ceilometer service but that is not related to the neutron gating. The error

Re: [openstack-dev] [stable/havana] gate broken

2013-11-17 Thread Gary Kotton
Thanks. Looks like something fishy with tempest. When I just run neutron everything is well and fine. On 11/17/13 5:50 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On Sunday, November 17, 2013 7:46:39 AM, Gary Kotton wrote: Hi, The gating for the stable version is broken when

Re: [openstack-dev] [stable/havana] gate broken

2013-11-17 Thread Gary Kotton
Thanks for dealing with this! On 11/17/13 10:45 PM, Sean Dague s...@dague.net wrote: Clark, Thanks for tracking that down, just pushed those changes to the gate. On Sun, Nov 17, 2013 at 3:03 PM, Clark Boylan clark.boy...@gmail.com wrote: On Sun, Nov 17, 2013 at 7:53 AM, Gary Kotton gkot

Re: [openstack-dev] Problems with devstack installation

2013-11-13 Thread Gary Kotton
Please delete the file - /usr/bin/nova-rootwrap (this code was updated to use the openstack common root wrap code). I also hit the same issue yesterday Thanks Gary From: Sullivan, Jon Paul jonpaul.sulli...@hp.commailto:jonpaul.sulli...@hp.com Reply-To: OpenStack Development Mailing List (not

Re: [openstack-dev] [Nova] Configuration validation

2013-11-11 Thread Gary Kotton
Hi, I think that John has a very valid point. My understanding from the session was that this should be a stand alone tool that will also work across services, that is, if neutron is configured then it will check that the neutron credentials are correct. Thanks Gary On 11/11/13 1:55 PM, John

Re: [openstack-dev] [qa] Policy on spelling and grammar

2013-11-11 Thread Gary Kotton
I am in favor/favour of the -1 with suggestions on what to change. The more input we can provide on a review the better. Thanks Gary On 11/11/13 8:21 PM, Collins, Sean (Contractor) sean_colli...@cable.comcast.com wrote: As long as the -1's include a correction that can be copied and pasted, I

[openstack-dev] [nova] Closes-Bug and Launchpad

2013-10-31 Thread Gary Kotton
Hi, Over the last few days I have noticed that bug fixes posted to gerrit are not updated in Launchpad. Am I doing something wrong? I think that the commit message is the correct format: Closes-Bug: #bug number. Any ideas? Thanks Gary ___ OpenStack-dev

Re: [openstack-dev] [nova][scheduler] Instance Group Model and APIs - Updated document with an example request payload

2013-10-30 Thread Gary Kotton
placement concerns that extend to finding a capable hypervisor for the VM that someone would like to boot, and then just slightly beyond. +1 [Gary Kotton] When we proposed the initial VM ensembles this was one of the option that was considered. The guys from Heat did not like this approach. I

[openstack-dev] Stable backports

2013-10-27 Thread Gary Kotton
Hi, In the case of stable back ports which have Fixes bug: #XYZ we will have to change this to the new format Closes-bug: #XYZ. Any thoughts on this? Thanks Gary ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [Openstack] Snapshot failure with VMwareVCDriver

2013-10-25 Thread Gary Kotton
Hi, Are you using the latest trunk version? Do you see any errors in the n-cpu screen? Thanks Gary On 10/24/13 10:55 PM, Cristian Falcas cristi.fal...@gmail.com wrote: Hy Xin, I was wandering if you could share your nova config? I'm trying to connect openstack with vsphere, but i keep getting

[openstack-dev] [Nova] Stable/Havana Gate broken

2013-10-24 Thread Gary Kotton
Hi, The gate for stable Hanava is broken in Nova with the following error: == 2013-10-24 12:48:35.629http://logs.openstack.org/95/53595/1/check/check-tempest-devstack-vm-full/14c606f/console.html#_2013-10-24_12_48_35_629 |

Re: [openstack-dev] [Nova] Blueprint review process

2013-10-24 Thread Gary Kotton
On 10/24/13 4:46 PM, Dan Smith d...@danplanet.com wrote: In the last meeting we discussed an idea that I think is worth trying at least for icehouse-1 to see if we like it or not. The idea is that *every* blueprint starts out at a Low priority, which means best effort, but no promises.

Re: [openstack-dev] [Nova] Stable/Havana Gate broken

2013-10-24 Thread Gary Kotton
/53699/) On Thu, Oct 24, 2013 at 2:51 PM, Gary Kotton gkot...@vmware.commailto:gkot...@vmware.com wrote: Hi, The gate for stable Hanava is broken in Nova with the following error: == 2013-10-24 12:48:35.629http

[openstack-dev] [nova] resource tracking

2013-10-21 Thread Gary Kotton
Hi, I have encountered a few issues regarding the resource tracking and hopefully someone can help clarify here. From what I understand we just seem to ignore the actual used disk and memory from the hypervisor and calculate it according to the allocated instances. For example, if the

Re: [openstack-dev] [Nova] VMWare Mine Sweeper, Congrats!

2013-10-19 Thread Gary Kotton
Kudos to Sreeram. Great work here. From: Sreeram Yerrapragada syerraprag...@vmware.commailto:syerraprag...@vmware.com Reply-To: OpenStack Development Mailing List openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Saturday, October 19, 2013 1:29 AM To: OpenStack

Re: [openstack-dev] Scheduler meeting and Icehouse Summit

2013-10-16 Thread Gary Kotton
Hi, I agree with Phil. This has been on the agenda of the scheduling meetings for over a month now. Thanks Gary On 10/15/13 2:40 PM, Day, Phil philip@hp.com wrote: Hi Alex, My understanding is that the 17th is the deadline and that Russell needs to be planning the sessions from that point

Re: [openstack-dev] [Nova] Icehouse design summit proposal deadline

2013-10-12 Thread Gary Kotton
FYI On 10/10/13 9:43 PM, Russell Bryant rbry...@redhat.com wrote: Greetings, We already have more proposals for the Nova design summit track than time slots. Please get your proposals in as soon as possible, and ideally no later than 1 week from today - Thursday, October 17. At that point we

Re: [openstack-dev] [nova] Looking for clarification on the diagnostics API

2013-10-12 Thread Gary Kotton
Yup, it seems to be hypervisor specific. I have added in the Vmware support following you correcting in the Vmware driver. Thanks Gary From: Matt Riedemann mrie...@us.ibm.commailto:mrie...@us.ibm.com Reply-To: OpenStack Development Mailing List

Re: [openstack-dev] [nova] Looking for clarification on the diagnostics API

2013-10-12 Thread Gary Kotton
States From:Gary Kotton gkot...@vmware.commailto:gkot...@vmware.com To:OpenStack Development Mailing List openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org, Date:10/12/2013 01:42 PM Subject:Re: [openstack-dev] [nova] Looking

[openstack-dev] Stable/grizzly

2013-10-10 Thread Gary Kotton
Hi, The gate is once again broken: 2013-10-10 05:15:05.036 | Traceback (most recent call last): 2013-10-10 05:15:05.036 | File /home/jenkins/workspace/gate-nova-python26/nova/tests/test_api.py, line 389, in test_group_name_valid_length_security_group 2013-10-10 05:15:05.036 |

Re: [openstack-dev] Stable/grizzly

2013-10-10 Thread Gary Kotton
Same on trunk! From: Administrator gkot...@vmware.commailto:gkot...@vmware.com Reply-To: OpenStack Development Mailing List openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Thursday, October 10, 2013 9:10 AM To: OpenStack Development Mailing List

Re: [openstack-dev] Stable/grizzly

2013-10-10 Thread Gary Kotton
/grizzly Hi Gary: Same problem with me. There may be some races between the parallelled unittests. 2013/10/10 Gary Kotton gkot...@vmware.commailto:gkot...@vmware.com Hi, The gate is once again broken: 2013-10-10 05:15:05.036 | Traceback (most recent call last): 2013-10-10 05:15:05.036 | File

Re: [openstack-dev] [nova] Jekins failed for all nova submit due to library boto change method signature

2013-10-10 Thread Gary Kotton
Hi, I am dealing this with this – please see https://review.openstack.org/50904 Thanks Gary From: Chang Bo Guo guoc...@cn.ibm.commailto:guoc...@cn.ibm.com Reply-To: OpenStack Development Mailing List openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Thursday,

Re: [openstack-dev] [Openstack-stable-maint] Stable/grizzly

2013-10-10 Thread Gary Kotton
was not updated. Maybe someone who is familiar with that can chime in. Thanks Gary On 10/10/13 12:20 PM, Alan Pevec ape...@gmail.com wrote: 2013/10/10 Gary Kotton gkot...@vmware.com: The problem seems to be with the boto python library. I am not really familiar with this but I have seen this is the last

Re: [Openstack] Quantum dhcp-agent getting out of sync with multiple instance launch / termination

2013-10-09 Thread Gary Kotton
Hi, Which version are you using? Thanks Gary On 10/9/13 4:34 PM, Markku Tavasti markku.tava...@cybercom.com wrote: I found out that quantum dhcp agent gets out of sync when many instances are launched or deleted same time. As a result, dnsmasq host-file have lines missing (all launched are not

[openstack-dev] Scheduling meeting

2013-10-08 Thread Gary Kotton
Hi, Ideas for an agenda: 1. Following last weeks meeting the following document was drawn up: https://docs.google.com/document/d/17OIiBoIavih-1y4zzK0oXyI66529f-7JTCVj-BcXURA/edit?usp=sharing 2. Open issues See you at the end of the hour Thanks Gary ___

Re: [openstack-dev] [Neutron] Tenant isolation gate failures?

2013-10-07 Thread Gary Kotton
https://review.openstack.org/#/c/46900/ On 10/7/13 10:36 AM, Maru Newby ma...@redhat.com wrote: The tenant isolation gates that have been failing so frequently seem to be passing all of a sudden. I didn't see any merges that claimed to fix the issue, so maybe this is just a lull due to a lower

[openstack-dev] Stable/grizzly gating

2013-10-03 Thread Gary Kotton
Hi, The gating is broken due to the Neutron/Quantum name change. The root cause was that the devstack code was accessing quantum directories for configuration files and the repo has neutron directories. Please see the devstack patch https://review.openstack.org/#/c/49483/. I hope that this will

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
...@us.ibm.commailto:mrie...@us.ibm.com [cid:_1_0EC4395C0EC433C80059AEAE86257BF8] 3605 Hwy 52 N Rochester, MN 55901-1407 United States From:Alan Pevec ape...@gmail.commailto:ape...@gmail.com To:Gary Kotton gkot...@vmware.commailto:gkot...@vmware.com, Cc:OpenStack Development

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
On 10/3/13 11:59 AM, Alan Pevec ape...@gmail.com wrote: 2013/10/3 Gary Kotton gkot...@vmware.com: Please see https://review.openstack.org/#/c/49483/ That's s/quantum/neutron/ on stable - I'm confused why is that, it should have been quantum everywhere in Grizzly. Please see below: nicira@os

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
Hi, This seems to be my bad. I have abandoned the patch and am still looking into the problems. Thanks Gary On 10/3/13 12:14 PM, Gary Kotton gkot...@vmware.com wrote: On 10/3/13 11:59 AM, Alan Pevec ape...@gmail.com wrote: 2013/10/3 Gary Kotton gkot...@vmware.com: Please see https

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
interface was added? Thanks Gary On 10/3/13 12:58 PM, Gary Kotton gkot...@vmware.com wrote: Hi, This seems to be my bad. I have abandoned the patch and am still looking into the problems. Thanks Gary On 10/3/13 12:14 PM, Gary Kotton gkot...@vmware.com wrote: On 10/3/13 11:59 AM, Alan Pevec

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-01 Thread Gary Kotton
Yes, it should. I'll mark the bug as a stable backport Thanks On 10/1/13 10:51 AM, Alan Pevec ape...@gmail.com wrote: Hi Gary, 2013/9/29 Gary Kotton gkot...@vmware.com: Not related to the stable branches, but related to trunk. At the moment I am working on https://review.openstack.org/#/c

[openstack-dev] Scheduler sub-group meeting on 10/1

2013-10-01 Thread Gary Kotton
Hi, Don is on vacation. Lets try and have the meeting today. Topics that come to mind: 1. Consolidating ideas regarding scheduling API's that we can propose for summit – it would be great if we could come with a crystalized proposal for the community 2. On the mail list there has been a lot

<    3   4   5   6   7   8   9   10   11   12   >