Skip to content

openshift 3.6 #388

Description

@bartpved

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----------------

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions