Bug 1421037
Summary: | Should add '-n default' to the 'oc replace' command in redeploy-registry-certificates playbook | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
Component: | Installer | Assignee: | Andrew Butcher <abutcher> |
Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.5.0 | CC: | aos-bugs, jokerman, mmccomas, sreber |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-11 21:23:18 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: | |||
Bug Depends On: | 1422638 | ||
Bug Blocks: | 1397958 |
Description
Gaoyun Pei
2017-02-10 08:11:27 UTC
Proposed fix: https://github.com/openshift/openshift-ansible/pull/3300 Test with openshift-ansible-3.5.8-1.git.0.0e02ef8.el7.noarch The new playbook will fail when running against a containerized env on AtomicHost TASK [lib_openshift : lib_openshift ensure python-ruamel-yaml package is on target] *** fatal: [gpei-35-debugging-master-1.0214-1i0.qe.rhcloud.com]: FAILED! => { "changed": false, "failed": true } MSG: Could not find a module for unknown. Filed a new bug BZ#1422348 about role lib_openshift not matched with AtomicHost Additional changes have been made. Verify this bug with openshift-ansible-3.5.10-1.git.0.ba66b63.el7.noarch For containerized env on AtomicHost, run registry cert redeploy playbook against the env after changing the project to not "default" on master. ansible-playbook -v -i host /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/redeploy-registry-certificates.yml Playbook could run successfully, registry certificates secret was updated, and new sti-build test could pass. |