Bug 1523461
| Summary: | "Setup ro mount of /root/.docker for containerized hosts" task is skipped in containerized install | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Installer | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Johnny Liu <jialiu> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.8.0 | CC: | aos-bugs, gpei, jokerman, mgugino, mmccomas, smunilla |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 3.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-ansible-3.9.0-0.16.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1520866 | Environment: | |
| Last Closed: | 2018-06-13 14:18:48 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: | 1520866 | ||
| Bug Blocks: | |||
|
Description
Johnny Liu
2017-12-08 03:38:50 UTC
Tried 3.9 docker containerized installation with openshift-ansible-3.9.0-0.16.0.git.0.9f19afc.el7.noarch.rpm.
Registry and router pod are running well after installation, sti-build test also pass.
Related ansible output:
TASK [openshift_node : Check for credentials file for registry auth] ***********
Thursday 04 January 2018 06:03:31 +0000 (0:00:00.034) 0:15:21.015 ******
ok: [ec2-34-207-76-25.compute-1.amazonaws.com] => {"changed": false, "stat": {"exists": false}}
TASK [openshift_node : Create credentials for registry auth] *******************
Thursday 04 January 2018 06:03:31 +0000 (0:00:00.302) 0:15:21.318 ******
changed: [ec2-34-207-76-25.compute-1.amazonaws.com] => {"attempts": 1, "changed": true, "cmd": ["docker", "--config=/var/lib/origin/.docker", "login", "-u", "aos-qe-pull36", "-p", "CHnetzuONoYPO1swNS2AfEdrj5G67iJVogbrzec8lv8", "registry.reg-aws.openshift.com:443"], "delta": "0:00:00.120341", "end": "2018-01-04 01:03:32.222285", "rc": 0, "start": "2018-01-04 01:03:32.101944", "stderr": "", "stderr_lines": [], "stdout": "Login Succeeded", "stdout_lines": ["Login Succeeded"]}
TASK [openshift_node : Create credentials for registry auth (alternative)] *****
Thursday 04 January 2018 06:03:32 +0000 (0:00:00.447) 0:15:21.766 ******
skipping: [ec2-34-207-76-25.compute-1.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [openshift_node : Setup ro mount of /root/.docker for containerized hosts] ***
Thursday 04 January 2018 06:03:32 +0000 (0:00:00.026) 0:15:21.793 ******
ok: [ec2-34-207-76-25.compute-1.amazonaws.com] => {"ansible_facts": {"l_bind_docker_reg_auth": true}, "changed": false}
On node:
[root@ip-172-18-15-94 ~]# grep '/root/.docker' /etc/systemd/system/atomic-openshift-node.service
-v /var/lib/origin/.docker:/root/.docker:ro\
|