-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openshift 3.6 #388
Comments
Manually starting the docker.service on each node/master/infra machine + manually running ansible seems to do the trick. |
When I tried, I got yum conflicts installing OSP10 and OCP3.6 packages. iirc the conficting package was python-requests. |
Tried with OSP8 |
Were you able to move on ? |
yeah, works well. |
I am having a similar issue. I try to install openshift 3.6 on an openstack 10 environment and get these issues. openstack stack creation:
log on the bastion:
|
I had the same issue. You can solve it manually in some way, but I doubt it will be a supported solution (eg. new rpm releases may break too). Try to check the latest OCP 3.6 on OSP 10 reference architecture and see if there's a solution there. |
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
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----------------
The text was updated successfully, but these errors were encountered: