← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1213967] Re: Seed VM filtering out compute resources

 

** Changed in: tripleo
       Status: Triaged => Fix Released

-- 
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/1213967

Title:
  Seed VM filtering out compute resources

Status in OpenStack Compute (Nova):
  Fix Released
Status in tripleo - openstack on openstack:
  Fix Released

Bug description:
  At some stage last week nova started failing to boot baremetal
  instances, from the looks of it they are being filtered out by the
  compute_capabilities_filter

  This workaround resolves the problem
  diff --git a/scripts/setup-baremetal b/scripts/setup-baremetal
  index 0a1e46d..132cbc8 100755
  --- a/scripts/setup-baremetal
  +++ b/scripts/setup-baremetal
  @@ -20,6 +20,6 @@ deploy_ramdisk_id=$(glance image-create --name bm-deploy-ramdisk --public \
   
   nova flavor-delete baremetal || true
   nova flavor-create baremetal auto $2 $3 $1
  -nova flavor-key baremetal set "cpu_arch"="$arch" \
  +nova flavor-key baremetal set \
       "baremetal:deploy_kernel_id"="$deploy_kernel_id" \
       "baremetal:deploy_ramdisk_id"="$deploy_ramdisk_id"

  
  Although its probably not the correct fix, 

  I think the problem was caused by this merge https://review.openstack.org/#/c/40994/5  
  as cap.cpu_arch doesn't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1213967/+subscriptions