IBM-Cloud / terraform-ibm-openshift

Provision IBM Cloud infrastructure with Terraform, and install Red Hat® OpenShift Container Platform 3.
15 stars 41 forks source link

make Openshift fails - TASK [openshift_node : Create credentials for registry auth] #17

Closed ethilesen closed 4 years ago

ethilesen commented 4 years ago

Hi, I'm getting this error: fatal: [ETH-OCP-52b7657653-app-0.IBM-OpenShift.cloud]: FAILED! => {"attempts": 3, "changed": false, "msg": "timeout: failed to run command ‘skopeo’: No such file or directory\n", "state": "unknown"} module.openshift.null_resource.deploy_cluster (remote-exec): fatal: [ETH-OCP-52b7657653-infra-0.IBM-OpenShift.cloud]: FAILED! => {"attempts": 3, "changed": false, "msg": "timeout: failed to run command ‘skopeo’: No such file or directory\n", "state": "unknown"} module.openshift.null_resource.deploy_cluster (remote-exec): fatal: [ETH-OCP-52b7657653-master-0.IBM-OpenShift.cloud]: FAILED! => {"attempts": 3, "changed": false, "msg": "timeout: failed to run command ‘skopeo’: No such file or directory\n", "state": "unknown"} module.openshift.null_resource.deploy_cluster (remote-exec): to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/deploy_cluster.retry

any tips ?