Bug 1658453
| Summary: | Openshift 3.9.51-1 - Scale up Playbook Error with openshift_master_facts | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Suresh <sgaikwad> |
| Component: | Installer | Assignee: | Scott Dodson <sdodson> |
| Installer sub component: | openshift-ansible | QA Contact: | sheng.lao <shlao> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | gpei |
| Version: | 3.9.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.9.z | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
An incorrect role inclusion path was used in the scaleup playbooks. That error has been corrected and now the master scaleup works as it should.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-10 08:55:23 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
Suresh
2018-12-12 07:37:59 UTC
In openshift-ansible-3.9.55-1 openshift-ansible-3.9.57-1.git.0.9ece605.el7 has shipped as an errata but we need QE to confirm this and close as appropriate Verified with openshift-ansible-3.9.57-1.git.0.9ece605.el7.noarch.rpm # oc get node --show-labels |grep new_node ip-172-18-1-60.ec2.internal ... region=primary,role=new_node # oc new-app nodejs-mongodb-example --node-selector='role=new_node' # oc get pod nodejs-mongodb-example-2-xcl7k NAME READY STATUS RESTARTS AGE nodejs-mongodb-example-2-xcl7k 1/1 Running 0 39m # oc get pod nodejs-mongodb-example-2-xcl7k NAME READY STATUS RESTARTS AGE nodejs-mongodb-example-2-xcl7k 1/1 Running 0 39m # oc get pod nodejs-mongodb-example-2-xcl7k -o yaml |grep -A1 nodeSelector:
nodeSelector:
role: new_node
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:0028 |