Bug 1706714

Summary: availability_zone class is not included in scheduler.pp
Product: Red Hat OpenStack Reporter: Rajesh Tailor <ratailor>
Component: puppet-novaAssignee: Rajesh Tailor <ratailor>
Status: CLOSED ERRATA QA Contact: OSP DFG:Compute <osp-dfg-compute>
Severity: medium Docs Contact:
Priority: medium    
Version: 14.0 (Rocky)CC: jjoyce, jschluet, knoha, lyarwood, mschuppe, nlevinki, nova-maint, ratailor, slinaber, tvignaud
Target Milestone: z3Keywords: Triaged, ZStream
Target Release: 14.0 (Rocky)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: puppet-nova-13.3.2-0.20190227170318.38493b6.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1698712 Environment:
Last Closed: 2019-07-02 20:08:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1698712    
Bug Blocks: 1706711    

Description Rajesh Tailor 2019-05-06 06:56:15 UTC
+++ This bug was initially created as a clone of Bug #1698712 +++

Description of problem:
nova-scheduler distinguish availability zone in metadata or CONF.default_availability_zone. However, scheduler.pp doesn't contain nova::availability_zone class.
Because of that, nova.conf for nova-scheduler in controller needs to be updated manually.
It should be included in scheduler.pp.

This trigger a failure of instance creation with volume when a user defines an availability zone in Cinder and cross_az_attach option in nova.conf is false.

Version-Release number of selected component (if applicable):
puppet-nova-12.4.0-17

How reproducible:
Always

Steps to Reproduce:
1. Configure availability_zone in cinder and nova through director.
~~~
parameter_defaults:
  ExtraConfig:
    nova::availability_zone::default_availability_zone: "AZ_TEST"
    cinder::storage_availability_zone: "AZ_TEST"
~~~
2. After deployment, try to launch the instance with volume.
3.

Actual results:
The instance creation failed.

Expected results:
The instance creation succeed.

Additional info:
The issue is filed as https://bugs.launchpad.net/puppet-nova/+bug/1824273
And Gerrit is https://review.openstack.org/#/c/651690/

--- Additional comment from Keigo Noha on 2019-04-19 00:14:54 UTC ---

Hi Rajesh,

The gerrit for master branch was merged status. Now, the fix is being proposed to stable/rocky and stable/queens branch. Would you please follow-up those gerrits in upstream?

Kind Regards,
Keigo Noha

--- Additional comment from Rajesh Tailor on 2019-04-22 05:32:48 UTC ---

Hi Keigo,

Thanks for the update.
I will backport those patches downstream in OSP14 and OSP13, as soon as they are merged upstream.

Comment 15 errata-xmlrpc 2019-07-02 20:08:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:1672