Openshift control plane pods didn't come up

Latest response

I am trying to install open shift container platform for the development purpose. both master and node having RHEL 7.4 os . How ever completed the pre-requisite yml . But while installing deploy_cluster.yml getting below error. Need advise on this.

ASK [openshift_control_plane : Check status in the kube-system namespace] ***********************************************************************************
fatal: [SBSTPVMLX603]: FAILED! => {"changed": true, "cmd": ["oc", "status", "--config=/etc/origin/master/admin.kubeconfig", "-n", "kube-system"], "delta": "0:00:00.647370", "end": "2019-02-05 21:04:38.641597", "msg": "non-zero return code", "rc": 1, "start": "2019-02-05 21:04:37.994227", "stderr": "The connection to the server SBSTPVMLX603:8443 was refused - did you specify the right host or port?\nThe connection to the server SBSTPVMLX603:8443 was refused - did you specify the right host or port?\nThe connection to the server SBSTPVMLX603:8443 was refused - did you specify the right host or port?\nThe connection to the server SBSTPVMLX603:8443 was refused - did you specify the right host or port?\n

Responses