Bug 1845676
Summary: | Provisioning on AWS with autoscaling groups omits openshift-node configmaps | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Barnes <mbarnes> |
Component: | Installer | Assignee: | Russell Teague <rteague> |
Installer sub component: | openshift-ansible | QA Contact: | Gaoyun Pei <gpei> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | Keywords: | OpsBlocker, Regression |
Version: | 3.11.0 | ||
Target Milestone: | --- | ||
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Configmap creation code was previously updated to only create configmaps which were assigned to an active host
Consequence: All configmaps were not created when the customer provided a custom openshift_node_groups list
Fix: Reverted code to enable creation all configmaps specified in openshift_node_groups
Result: All configmaps are created as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-27 13:49:10 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: | |
Embargoed: |
Description
Matthew Barnes
2020-06-09 19:52:56 UTC
As discussed, we will revert this section of code. https://github.com/openshift/openshift-ansible/commit/57ef046#diff-09f8d477b832039889e8f93cb2f2b0d5R5-R14 This will return to creating configmaps for all openshift_node_group_names in openshift_node_groups. If the customer does not want configmaps created for all the names listed in the default opesnshit_node_groups list, they should specify their own list in their inventory. 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-2020:2990 |