Vcenter-as-compute: Ocata : Hypervisor list only having kvm and not vcenter-compute

Bug #1720254 reported by Sarath
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.0
Fix Committed
Critical
Nitish Krishna Kaveri
R4.1
Fix Committed
Critical
Nitish Krishna Kaveri
Trunk
Fix Committed
Critical
Nitish Krishna Kaveri

Bug Description

Version: 4.0.1.0-32-Ocata (regularBuild)
Topology: 3node HA with multiple computes (multi-cluster Esxi) & Kvm

After provisioning, hypervisor list only show kvm and not vcenter-compute and so vm's launched only on kvm compute.

Development Kamlesh root-caused and knows the problem.

Revision history for this message
kamlesh parmar (kparmar) wrote :

re-assign to Nitish. 4.0.1 Ocata release doesnt support nova-compute in container, so remove setting the mode as container for vcenter-compute role.

This was sufficient in the test setup, always return bare_metal until nova-compute in container is supported:

    def get_vcenter_compute_mode(self,package):
        package_params = package['parameters']
        openstack_sku = package_params['sku']
        #if int(openstack_sku.partition(":")[2].split('.')[0]) >= 15:
        # return "container"
        #else:
        # return "bare_metal"
        return "bare_metal"

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36125
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36126
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/36127
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36126
Committed: http://github.com/Juniper/contrail-server-manager/commit/33a9f9ff24c83f5946a37b3a8f4c1a4423e50eb3
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 33a9f9ff24c83f5946a37b3a8f4c1a4423e50eb3
Author: nitishkrishna <email address hidden>
Date: Fri Sep 29 11:19:43 2017 -0700

Closes-Bug: #1720254 - Vcenter to provision bare-metal nova compute in Ocata

Ocata release doesn't support nova-compute in container as of now
Removing comopute mode as container till it is supported

Change-Id: I9672fd4008ad378849c4374615aeb4362eea7974

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36127
Committed: http://github.com/Juniper/contrail-server-manager/commit/cbfe7118446cb5f33410a61fce958183b82c7de8
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit cbfe7118446cb5f33410a61fce958183b82c7de8
Author: nitishkrishna <email address hidden>
Date: Fri Sep 29 11:19:43 2017 -0700

Closes-Bug: #1720254 - Vcenter to provision bare-metal nova compute in Ocata

Ocata release doesn't support nova-compute in container as of now
Removing comopute mode as container till it is supported

Change-Id: I9672fd4008ad378849c4374615aeb4362eea7974

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36125
Committed: http://github.com/Juniper/contrail-server-manager/commit/585a27fcf592886bf9ce41287bb53bdfb8ad8ec5
Submitter: Zuul (<email address hidden>)
Branch: master

commit 585a27fcf592886bf9ce41287bb53bdfb8ad8ec5
Author: nitishkrishna <email address hidden>
Date: Fri Sep 29 11:19:43 2017 -0700

Closes-Bug: #1720254 - Vcenter to provision bare-metal nova compute in Ocata

Ocata release doesn't support nova-compute in container as of now
Removing comopute mode as container till it is supported

Change-Id: I9672fd4008ad378849c4374615aeb4362eea7974

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.