Hide Forgot
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:
@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
(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.
No prob. Thanks, Pratik