-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hello,
Has anyone tried to use openshift 3.6 with this?
I see some issue openshift-ansible, docker.service is not started on nodes and master, and therefore docker status check tasks fail.
Looks like there is some issue with openshift-ansible tasks here:
https://github.com/openshift/openshift-ansible/blob/openshift-ansible-3.6.173.0.21-2/roles/docker/tasks/package_docker.yml
The task I think that should start docker service is ignored according to the ansible logs:
TASK [docker : Start the Docker service] ***************************************
task path: /usr/share/ansible/openshift-ansible/roles/docker/tasks/package_docker.yml:120
skipping: [ocp-36-infra-0.ocp-36.teco.dev.a.tecdomain.net] => {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
Like something would be messed up with param
openshift.docker.use_system_container
Failure log message:
------------snip----------------
CHECK [memory_availability : ocp-36-node-4aj8x72s.ocp-36.teco.dev.a.tecdomain.net] ***
fatal: [ocp-36-node-4aj8x72s.ocp-36.teco.dev.a.tecdomain.net]: FAILED! => {
"changed": true,
"checks": {
"disk_availability": {},
"docker_image_availability": {
"changed": true
},
"docker_storage": {
"changed": true,
"failed": true,
"msg": "Failed to query Docker API. Is docker running on this host?"
},
------------snip----------------