Fake libvirt driver doesn't show the list of hypervisors for multi node setup

Bug #1557668 reported by Prithiv
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Invalid
Low
Unassigned
Mitaka
Invalid
Low
Unassigned

Bug Description

It is advised to use multi node setup to use fake libvirt driver. But the fake libvirt driver doesn't wrok in multi node setup. It doesn't list the hypervisors. The following containers are not created in multinode installation

6e401d7430ca 10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0 "kolla_start" 4 minutes ago Up 4 minutes nova_compute_fake_6
262ca8e57e17 10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0 "kolla_start" 4 minutes ago Up 4 minutes nova_compute_fake_5
3df3ed743a63 10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0 "kolla_start" 4 minutes ago Up 4 minutes nova_compute_fake_4
6d5ee4e79838 10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0 "kolla_start" 4 minutes ago Up 4 minutes nova_compute_fake_3
58567b192dac 10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0 "kolla_start" 4 minutes ago Up 4 minutes nova_compute_fake_2
680cf4248b11 10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0 "kolla_start" 4 minutes ago Up 4 minutes nova_compute_fake_1

nova hypervisor-list
+----+---------------------+-------+---------+
| ID | Hypervisor hostname | State | Status |
+----+---------------------+-------+---------+
| 1 | compute_1 | up | enabled |
| 2 | compute_2 | up | enabled |
| 3 | compute_3 | up | enabled |
| 4 | compute_4 | up | enabled |
| 5 | compute_5 | up | enabled |
| 6 | compute_6 | up | enabled |
+----+---------------------+-------+---------+

Prithiv (prithiv)
Changed in kolla:
assignee: nobody → Prithiv (prithiv)
Revision history for this message
Hui Kang (huikang27) wrote :

Hi, Prithiv, I saw these fake driver hypervisor containers are created. What are the error messages you saw? Thanks. - Hui

Revision history for this message
Prithiv (prithiv) wrote :

The above shown result was for single node deployment. For multi node, it doesn't show up.

Revision history for this message
Hui Kang (huikang27) wrote :

I have a multi-node inventory file, I can boot the fake driver containers correctly. Do you mind posting the error log I saw? Thanks. - Hui

Revision history for this message
Prithiv (prithiv) wrote : Re: [Bug 1557668] Re: Fake libvirt driver doesn't show the list of hypervisors for multi node setup

Hi,

Thank you. It would be very helpful. If possible please post if any issue
you see in my multi node inventory

On 16/03/2016, 18:22, "<email address hidden> on behalf of Hui Kang"
<<email address hidden> on behalf of <email address hidden>> wrote:

>I have a multi-node inventory file, I can boot the fake driver
>containers correctly. Do you mind posting the error log I saw? Thanks. -
>Hui
>
>--
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/1557668
>
>Title:
> Fake libvirt driver doesn't show the list of hypervisors for multi
> node setup
>
>Status in kolla:
> New
>
>Bug description:
> It is advised to use multi node setup to use fake libvirt driver. But
> the fake libvirt driver doesn't wrok in multi node setup. It doesn't
> list the hypervisors. The following containers are not created in
> multinode installation
>
>
> 6e401d7430ca
>10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0
> "kolla_start" 4 minutes ago Up 4 minutes
> nova_compute_fake_6
> 262ca8e57e17
>10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0
> "kolla_start" 4 minutes ago Up 4 minutes
> nova_compute_fake_5
> 3df3ed743a63
>10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0
> "kolla_start" 4 minutes ago Up 4 minutes
> nova_compute_fake_4
> 6d5ee4e79838
>10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0
> "kolla_start" 4 minutes ago Up 4 minutes
> nova_compute_fake_3
> 58567b192dac
>10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0
> "kolla_start" 4 minutes ago Up 4 minutes
> nova_compute_fake_2
> 680cf4248b11
>10.237.214.120:4000/kollaglue/ubuntu-source-nova-compute:2.0.0
> "kolla_start" 4 minutes ago Up 4 minutes
> nova_compute_fake_1
>
> nova hypervisor-list
> +----+---------------------+-------+---------+
> | ID | Hypervisor hostname | State | Status |
> +----+---------------------+-------+---------+
> | 1 | compute_1 | up | enabled |
> | 2 | compute_2 | up | enabled |
> | 3 | compute_3 | up | enabled |
> | 4 | compute_4 | up | enabled |
> | 5 | compute_5 | up | enabled |
> | 6 | compute_6 | up | enabled |
> +----+---------------------+-------+---------+
>
>To manage notifications about this bug go to:
>https://bugs.launchpad.net/kolla/+bug/1557668/+subscriptions

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263

This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.

Revision history for this message
Hui Kang (huikang27) wrote :

Hi, Prithiv, It seems that I can not see your inventory. Did you send as an attachment? Thanks. - Hui

Steven Dake (sdake)
Changed in kolla:
status: New → Triaged
importance: Undecided → Low
milestone: none → mitaka-rc2
Steven Dake (sdake)
tags: added: rc-backport-potential
Steven Dake (sdake)
Changed in kolla:
milestone: mitaka-rc2 → newton-1
Revision history for this message
Swapnil Kulkarni (coolsvap-deactivatedaccount) wrote :

Hi Prithiv,

Are you still tracking changes for the bug. Please update. Thanks

Swapnil

Changed in kolla:
milestone: newton-1 → newton-2
Changed in kolla:
milestone: newton-2 → newton-3
Changed in kolla:
milestone: newton-3 → occata-1
Changed in kolla:
milestone: ocata-1 → ocata-2
Changed in kolla:
milestone: ocata-2 → ocata-3
Changed in kolla:
assignee: Prithiv (prithiv) → nobody
Changed in kolla:
milestone: ocata-3 → ocata-rc1
Changed in kolla:
milestone: ocata-rc1 → pike-1
Changed in kolla:
milestone: pike-2 → pike-3
Changed in kolla:
milestone: pike-3 → pike-rc1
Changed in kolla:
milestone: pike-rc1 → queens-1
Revision history for this message
Paul Bourke (pauldbourke) wrote :

Just testing this now with multinode and the hypervisor list seems fine. There are other issues with the neutron config templating though which will log another bug for. @pritiv, please re-open if you're still seeing this.

Changed in kolla:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.