| Comment: |
It fails with {noformat} TASK [oc-cluster-up : Cluster up] ************************************************************************************************************************************************************************ fatal: [localhost]: FAILED! => {"changed": false, "cmd": "oc cluster up --service-catalog=true --host-data-dir=/Users/vchepeli/Work/RHMAP.NEXT/mobile-core/ui/openshift-data --routing-suffix=192.168.37.1.nip.io --public-hostname=192.168.37.1 --version=v3.9.0 --image=openshift/origin", "delta": "0:00:44.094915", "end": "2018-06-11 17:59:21.563948", "msg": "non-zero return code", "rc": 1, "start": "2018-06-11 17:58:37.469033", "stderr": "FAIL\n Error: cannot access master readiness URL https://192.168.37.1:8443/healthz/ready\n Details:\n Last 10 lines of \"origin\" container log:\n I0611 16:00:08.254462 3056 kubelet.go:1779] skipping pod synchronization - [container runtime is down PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s]\n E0611 16:00:08.255264 3056 container_manager_linux.go:584] [ContainerManager]: Fail to get rootfs information unable to find data for container /\n I0611 16:00:08.255401 3056 volume_manager.go:248] Starting Kubelet Volume Manager\n INFO: 2018/06/11 16:00:08 dialing to target with scheme: \"unix\"\n INFO: 2018/06/11 16:00:08 could not get resolver for scheme: \"unix\"\n E0611 16:00:08.353896 3056 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node \"localhost\" not found\n I0611 16:00:08.355835 3056 kubelet_node_status.go:296] Setting node annotation to enable volume controller attach/detach\n I0611 16:00:08.358620 3056 kubelet_node_status.go:82] Attempting to register node localhost\n I0611 16:00:08.362841 3056 kubelet_node_status.go:85] Successfully registered node localhost\n I0611 16:00:08.827935 3056 controller_utils.go:1019] Waiting for caches to sync for scheduler controller\n\n\n Caused By:\n Error: Get https://192.168.37.1:8443/healthz/ready: x509: certificate has expired or is not yet valid", "stderr_lines": ["FAIL", " Error: cannot access master readiness URL https://192.168.37.1:8443/healthz/ready", " Details:", " Last 10 lines of \"origin\" container log:", " I0611 16:00:08.254462 3056 kubelet.go:1779] skipping pod synchronization - [container runtime is down PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s]", " E0611 16:00:08.255264 3056 container_manager_linux.go:584] [ContainerManager]: Fail to get rootfs information unable to find data for container /", " I0611 16:00:08.255401 3056 volume_manager.go:248] Starting Kubelet Volume Manager", " INFO: 2018/06/11 16:00:08 dialing to target with scheme: \"unix\"", " INFO: 2018/06/11 16:00:08 could not get resolver for scheme: \"unix\"", " E0611 16:00:08.353896 3056 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node \"localhost\" not found", " I0611 16:00:08.355835 3056 kubelet_node_status.go:296] Setting node annotation to enable volume controller attach/detach", " I0611 16:00:08.358620 3056 kubelet_node_status.go:82] Attempting to register node localhost", " I0611 16:00:08.362841 3056 kubelet_node_status.go:85] Successfully registered node localhost", " I0611 16:00:08.827935 3056 controller_utils.go:1019] Waiting for caches to sync for scheduler controller", "", "", " Caused By:", " Error: Get https://192.168.37.1:8443/healthz/ready: x509: certificate has expired or is not yet valid"], "stdout": "Pulling image openshift/origin:v3.9.0\nPulled 1/4 layers, 28% complete\nPulled 2/4 layers, 68% complete\nPulled 3/4 layers, 79% complete\nPulled 4/4 layers, 100% complete\nExtracting\nImage pull complete\nUsing Docker shared volumes for OpenShift volumes\nUsing public hostname IP 192.168.37.1 as the host IP\nUsing 192.168.37.1 as the server IP\nStarting OpenShift using openshift/origin:v3.9.0 ...\n-- Starting OpenShift container ... \n Creating initial OpenShift configuration\n Starting OpenShift using container 'origin'\n Waiting for API server to start listening", "stdout_lines": ["Pulling image openshift/origin:v3.9.0", "Pulled 1/4 layers, 28% complete", "Pulled 2/4 layers, 68% complete", "Pulled 3/4 layers, 79% complete", "Pulled 4/4 layers, 100% complete", "Extracting", "Image pull complete", "Using Docker shared volumes for OpenShift volumes", "Using public hostname IP 192.168.37.1 as the host IP", "Using 192.168.37.1 as the server IP", "Starting OpenShift using openshift/origin:v3.9.0 ...", "-- Starting OpenShift container ... ", " Creating initial OpenShift configuration", " Starting OpenShift using container 'origin'", " Waiting for API server to start listening"]} to retry, use: --limit @/Users/vchepeli/Work/RHMAP.NEXT/mobile-core/installer/playbook.retry
PLAY RECAP *********************************************************************************************************************************************************************************************** localhost : ok=17 changed=1 unreachable=0 failed=1 {noformat} |