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

Install cockpit-ws time-out #18

Open phthom opened 4 years ago

phthom commented 4 years ago

During the "make openshift" last step to install OpenShift 3.11 on IBM Cloud with Terraform, I got a timeout after 10 minutes trying to install cockpit-ws with the following message : * module.openshift.null_resource.deploy_cluster: error executing "/tmp/terraform_944468402.sh": wait: remote command exited without exit status or exit signal. So then I tried to install cockpit-ws myself on the master node and re-launched the "make openshift" without success (same error). Find attached the stdout that I got. Any idea to solve that issue ? make openshift.txt Regards.

phthom commented 4 years ago

Before running the "make openshift" command, you must go to the master node and install the following packages : yum -y install skopeo yum -y install cockpit-ws yum -y install cockpit-system yum -y install cockpit-bridge yum -y install cockpit-docker

I also installed spokeo on each node in the cluster. This solved the issue.