Deployment will not start
search cancel

Deployment will not start

book

Article ID: 369977

calendar_today

Updated On:

Products

VMware Integrated OpenStack

Issue/Introduction

  • After stopping the services, the environment will not start the services.

    # viocli start services

    2024/06/12 15:58:31 request to start services already made

  • Rebooting manager/controllers also will not allow services to start.

Environment

VMware Integrated Openstack 7.3

Cause

error syncing key (openstack/<vio-clustername>): failed to create new OSDeplopyment helper: can not add service CR: could not find compute-<uuid> in kind NovaCompute in namespace openstack

Resolution

ssh to vio-manager and remove the following under spec.services:


 #osctl edit osdeployment
      ...        
      - conf: NovaCompute:compute-<uuid>
        name: compute-<uuid>
        service: nova-compute
      - conf: CeilometerAgent:ceilometer-agent<#>
        name: ceilometer-agent-<uuid>
        service: cv-agent

NOTE: Do not remove the same content under status.processedSpec.services

 

Save the change and openstack-controller should start services automatically.