Bug 1396396

Summary: In installation document its not specified to create flavor as per the configuration
Product: Red Hat OpenStack Reporter: Pratik Pravin Bandarkar <pbandark>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED WORKSFORME QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: dmacpher, pbandark, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-08 14:03:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1382278, 1408994    

Description Pratik Pravin Bandarkar 2016-11-18 09:11:04 UTC
Description of problem:

In installation document its not specified to create flavor as per the configuration[1]

[1] https://access.redhat.com/documentation/en/red-hat-openstack-platform/10-beta/single/director-installation-and-usage/#sect-Tagging_Nodes_into_Profiles

Version-Release number of selected component (if applicable):
RHOS10

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
In installation document its not specified to create flavor as per the configuration.

Expected results:
Need to create flavors as per hardware configuration. 

Additional info:

Comment 1 Dan Macpherson 2016-12-08 05:16:00 UTC
@Pratik, manually creating flavors shouldn't be necessary since the Undercloud installation script takes care of this.

First it deletes the default flavors ('m1.tiny', 'm1.small', 'm1.medium', etc) [1], then it creates the director specific default flavors ('control', 'compute', 'ceph-storage', etc)[2].

Also Dave Cain linked to BZ#1382278 which shows the default flavors from [1] have been removed. This more so affects the Overcloud.

Probably the only situation needed for manually creating is for composable roles, but I've already got a BZ for that: https://bugzilla.redhat.com/show_bug.cgi?id=1398638

If there's no objections, I'm going to close this BZ as WONTFIX. But just wanted to NEEDINFO you just in case there was anything you needed to add.

[1] https://github.com/openstack/instack-undercloud/blob/master/instack_undercloud/undercloud.py#L1023

[2] https://github.com/openstack/instack-undercloud/blob/master/instack_undercloud/undercloud.py#L1140

Comment 2 Pratik Pravin Bandarkar 2016-12-08 08:40:55 UTC
(In reply to Dan Macpherson from comment #1)
> @Pratik, manually creating flavors shouldn't be necessary since the
> Undercloud installation script takes care of this.
> 
> First it deletes the default flavors ('m1.tiny', 'm1.small', 'm1.medium',
> etc) [1], then it creates the director specific default flavors ('control',
> 'compute', 'ceph-storage', etc)[2].
> 
> Also Dave Cain linked to BZ#1382278 which shows the default flavors from [1]
> have been removed. This more so affects the Overcloud.
> 
> Probably the only situation needed for manually creating is for composable
> roles, but I've already got a BZ for that:
> https://bugzilla.redhat.com/show_bug.cgi?id=1398638
> 
> If there's no objections, I'm going to close this BZ as WONTFIX. But just
> wanted to NEEDINFO you just in case there was anything you needed to add.
> 
> [1]
> https://github.com/openstack/instack-undercloud/blob/master/
> instack_undercloud/undercloud.py#L1023
> 
> [2]
> https://github.com/openstack/instack-undercloud/blob/master/
> instack_undercloud/undercloud.py#L1140

Thanks for clarification. We can close this bz.

Comment 3 Dan Macpherson 2016-12-08 14:03:00 UTC
No prob. Thanks, Pratik