gshipley / installcentos

427 stars 456 forks source link

Not working #130

Open techseria opened 5 years ago

techseria commented 5 years ago

HI Gshipley,

I have tried your centos script and rhel script and in both the scripts installation is not successful happened. Port 8443 is not coming up.

koksj commented 5 years ago

I have the same problem using the installcentos script and using openshift-ansible directly. Both ends with:

"The connection to the server master.okd.cluster:8443 was refused - did you specify the right host or port?"

Please see the steps followed in the okd-3.11-install.txt file using openshift-ansible directly. okd-3.11-install.txt

inventory.ini.txt

kerneljake commented 5 years ago

I see the same symptom, and it's weird because it was working fine 10 days ago.

./install-openshift.sh [...] INSTALLER STATUS Initialization : Complete (0:00:18) Health Check : Complete (0:00:07) Node Bootstrap Preparation : Complete (0:01:18) etcd Install : Complete (0:00:49) Master Install : Complete (0:05:18) Master Additional Install : Complete (0:00:37) Node Join : Complete (0:00:34) Hosted Install : Complete (0:01:08) Cluster Monitoring Operator : Complete (0:00:46) Web Console Install : Complete (0:00:42) Console Install : Complete (0:00:24) Metrics Install : In Progress (0:02:15) This phase can be restarted by running: playbooks/openshift-metrics/config.yml Failure summary:

  1. Hosts: 10.142.0.7 Play: OpenShift Metrics Task: Applying /tmp/openshift-metrics-ansible-YNy3ah/templates/hawkular-metrics-route.yaml Message: non-zero return code [...] error: error when creating "oc_vol.yaml": Post https://jake-okd:8443/api/v1/persistentvolumes: dial tcp 10.142.0.7:8443: connect: connection refused created volume 1 [...]
rohanmars commented 5 years ago

No idea if this is the same solution for the problem listed, but I had many similar problems for about a week trying to get Openshift to start up properly. In the end if I set the environment variable "export no_proxy='hostname'" (use backticks) before I ran the script , then it all seem to work. No idea, I don't have any proxy. Try that.

techseria commented 5 years ago

Still same error

techseria commented 5 years ago

Web console installation is failed.

Web Console Install : In Progress (0:11:23) This phase can be restarted by running: playbooks/openshift-web-console/config.yml Wednesday 12 December 2018 17:05:50 +0530 (0:00:00.259) 0:28:01.567 ****

TASK [openshift_web_console : Verify that the console is running] ** Wednesday 12 December 2018 16:55:08 +0530 (0:00:00.189) 0:17:19.708 **** FAILED - RETRYING: Verify that the console is running (60 retries left). FAILED - RETRYING: Verify that the console is running (59 retries left). FAILED - RETRYING: Verify that the console is running (58 retries left). FAILED - RETRYING: Verify that the console is running (57 retries left). FAILED - RETRYING: Verify that the console is running (56 retries left). FAILED - RETRYING: Verify that the console is running (55 retries left).

koksj commented 5 years ago

My effort ends with:

INSTALLER STATUS ** Initialization : Complete (0:04:18) Metrics Install : In Progress (0:00:51) This phase can be restarted by running: playbooks/openshift-metrics/config.yml Wednesday 12 December 2018 09:41:35 +0000 (0:00:15.272) 0:05:13.123 ****

The post below seems related: https://github.com/openshift/origin/issues/21645