Re: [openstack-dev] [nova][vmware] need help triaging a vmware driver bug

2018-08-29 Thread Radoslav Gerganov
On 23.08.2018 23:27, melanie witt wrote: So, I think we could add something to the launchpad bug template to link to a doc that explains tips about reporting VMware related bugs. I suggest linking to a doc because the bug template is already really long and looks like it would be best to have

Re: [openstack-dev] [nova][vmware] need help triaging a vmware driver bug

2018-08-17 Thread Radoslav Gerganov
Hi, On 17.08.2018 04:10, melanie witt wrote: Can anyone help triage this bug? I have requested more info from the person who submitted this and provided some tips how to correlate nova-compute logs to vCenter logs in order to better understand what went wrong. Would it be possible to

Re: [openstack-dev] [nova] VMware NSX CI - no longer running?

2018-03-29 Thread Radoslav Gerganov
On 28.03.2018 19:07, melanie witt wrote: We were reviewing a bug fix for the vmware driver [0] today and we noticed it appears that the VMware NSX CI is no longer running, not even on only the nova/virt/vmwareapi/ tree. From the third-party CI dashboard, I see some claims of it running but

Re: [openstack-dev] [nova] VM console for VMware instances

2016-08-26 Thread Radoslav Gerganov
On 25.08.2016 18:25, Andrew Laski wrote: > Is there a reason this has not been proposed to the Nova project, or > have I missed that? I looked for a proposal and did not see one. > The main reason I developed this out of tree is that reviewing patches in Nova takes forever. For example this

[openstack-dev] [nova] VM console for VMware instances

2016-08-25 Thread Radoslav Gerganov
Hi, If you want to use the MKS console for VMware instances, it's now possible with the nova-mksproxy[1]. There is a devstack plugin, so simply add this in your local.conf: [[local|localrc]] enable_plugin nova-mksproxy https://github.com/openstack/nova-mksproxy the CLI command for getting

[openstack-dev] [nova] Live migration with the VMware driver

2016-01-20 Thread Radoslav Gerganov
Hi, I posted a patch which implements live migration with the VMware driver: https://review.openstack.org/#/c/270116 The assumption is that each nova-compute is managing a cluster in the same vCenter server. In that case the only information that we need from the destination node is the

Re: [openstack-dev] [nova] API for getting connection info from console token

2015-08-17 Thread Radoslav Gerganov
FYI, I have filed a bug to track this: https://bugs.launchpad.net/nova/+bug/1485529 It'd be really nice to fix this in the L release. Thanks, Rado On 4.08.2015 14:18, Radoslav Gerganov wrote: There is an API (os-console-auth-tokens) which returns the connection info which correspond

[openstack-dev] [nova] API for getting connection info from console token

2015-08-04 Thread Radoslav Gerganov
There is an API (os-console-auth-tokens) which returns the connection info which correspond to a given console token. However this API works only for RDP consoles: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/plugins/v3/console_auth_tokens.py#L49 Why do we have

Re: [openstack-dev] [oslo][oslo-vmware] Core review team

2015-07-02 Thread Radoslav Gerganov
+1, it'd be great to have Eric in the oslo.vmware team -Rado On 7/2/15 8:03 PM, Gary Kotton wrote: Hi, Over time the team of people working in the project has changed and evolved. We would like to add the following people following their contributions for the project: * Eric Brown We

Re: [openstack-dev] [Nova] The unbearable lightness of specs

2015-06-25 Thread Radoslav Gerganov
On 06/24/2015 03:42 PM, Daniel P. Berrange wrote: On Wed, Jun 24, 2015 at 11:28:59AM +0100, Nikola Đipanov wrote: Hey Nova, I'll cut to the chase and keep this email short for brevity and clarity: Specs don't work! They do nothing to facilitate good design happening, if anything they prevent

Re: [openstack-dev] [nova] import OVA/OVF into openstack

2015-06-25 Thread Radoslav Gerganov
Hi, On 06/24/2015 11:19 PM, Xingjun Chu wrote: Hi, Not sure if I should send this to glance or nova project, anyways ... As far as I know, Openstack today does not support OVA/OVF image natively (correct me if I were wrong). I am wondering if there is any plan to support them? Also Any

[openstack-dev] [nova] Request spec freeze exception for “Native HTML5 consoles for VMware”

2015-01-13 Thread Radoslav Gerganov
I’d like to request an exception for: https://review.openstack.org/#/c/127283/ The dependent spec for consolidation of the console APIs is already approved, so now we have a clean way to add a new API for VMware. Thanks, Rado

[openstack-dev] [all][gerrit] Showing all inline comments from all patch sets

2014-12-16 Thread Radoslav Gerganov
I never liked how Gerrit is displaying inline comments and I find it hard to follow discussions on changes with many patch sets and inline comments. So I tried to hack together an html view which display all comments grouped by patch set, file and commented line. You can see the result at

Re: [openstack-dev] [all][gerrit] Showing all inline comments from all patch sets

2014-12-16 Thread Radoslav Gerganov
On 12/16/2014 03:59 PM, Jeremy Stanley wrote: I'm having trouble locating the source code for Google App Engine, and can instead only find source code for its SDK. How would we run a GAE instance? (Please remember that our Infra team doesn't host content backed by proprietary services, but do

Re: [openstack-dev] [all][gerrit] Showing all inline comments from all patch sets

2014-12-16 Thread Radoslav Gerganov
/127283/) On Tue, Dec 16, 2014 at 4:45 PM, Jeremy Stanley fu...@yuggoth.org mailto:fu...@yuggoth.org wrote: On 2014-12-16 17:19:55 +0200 (+0200), Radoslav Gerganov wrote: We don't need GoogleAppEngine if we decide that this is useful. We simply need to put the html page which renders

Re: [openstack-dev] [nova] Kilo specs review day

2014-12-15 Thread Radoslav Gerganov
On 12/15/2014 12:54 PM, Neil Jerram wrote: My Nova spec (https://review.openstack.org/#/c/130732/) does not appear on this dashboard, even though I believe it's in good standing and - I hope - close to approval. Do you know why - does it mean that I've set some metadata field somewhere wrongly?

Re: [openstack-dev] [nova][neutron][cinder] Averting the Nova crisis by splitting out virt drivers

2014-09-11 Thread Radoslav Gerganov
On 09/11/2014 04:30 PM, Sean Dague wrote: On 09/11/2014 09:09 AM, Gary Kotton wrote: On 9/11/14, 2:55 PM, Thierry Carrez thie...@openstack.org wrote: Sean Dague wrote: [...] Why don't we start with let's clean up the virt interface and make it more sane, as I don't think there is any

Re: [openstack-dev] [nova][vmware] Convert to rescue by adding the rescue image and booting from it

2014-07-11 Thread Radoslav Gerganov
Definitely +1. This change will allow us to get rid of the of the ugly special cases where we use the instance name instead of the uuid and will make the code cleaner. Let's go for it! Thanks, Rado - Original Message - Currently we create a rescue instance by creating a new VM with

Re: [openstack-dev] [nova] [VMware] Can someone help to look at this bug https://bugs.launchpad.net/nova/+bug/1338881

2014-07-08 Thread Radoslav Gerganov
Hi David, - Original Message - From: Jian Hua Geng gen...@cn.ibm.com To: openstack-dev openstack-dev@lists.openstack.org Sent: Tuesday, July 8, 2014 8:00:01 AM Subject: [openstack-dev] [nova] [VMware] Can someone help to look at this bug

Re: [openstack-dev] [nova] Set compute_node:hypervisor_nodename as unique and not null

2014-06-21 Thread Radoslav Gerganov
As we knew, Nova db has the table “compute_nodes” for modelling the hypervisors and its using the “hypervisor_hostname” field to represent the hypervisor name. This value is having significant value in os-hypervisor extension api which is using this field to uniquely identify the

Re: [openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-20 Thread Radoslav Gerganov
Hi, On Wed, Jun 18, 2014 at 4:47 AM, Gary Kotton gkot...@vmware.com wrote: Hi, I have encountered a problem with string substitution with the nova configuration file. The motivation was to move all of the glance settings to their own section (https://review.openstack.org/#/c/100567/).

Re: [openstack-dev] [all] Hide CI comments in Gerrit

2014-05-27 Thread Radoslav Gerganov
Hi Monty, As a next step - why not take the Javascript you've got there and submit it as a patch to the file above? We can probably figure out a way to template the third party CI names ... but starting one step at a time is a great idea. Thanks for the pointer, I have submitted

[openstack-dev] [all] Hide CI comments in Gerrit

2014-05-25 Thread Radoslav Gerganov
Hi, I created a small userscript that allows you to hide CI comments in Gerrit. That way you can read only comments written by humans and hide everything else. I’ve been struggling for a long time to follow discussions on changes with many patch sets because of the CI noise. So I came up with