Guest User

Untitled

a guest
Aug 27th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. -- OpenShift cluster will be configured with ...
  2. Version: v3.10.0
  3. -- Pulling the Openshift Container Image ............... OK
  4. -- Copying oc binary from the OpenShift container image to VM ... OK
  5. -- Starting OpenShift cluster -- Extra 'oc' cluster up flags (experimental) ...
  6. '--enable=service-catalog,automation-service-broker'
  7. ..........................................................
  8. Getting a Docker client ...
  9. Checking if image openshift/origin-control-plane:v3.10 is available ...
  10. Pulling image openshift/origin-control-plane:v3.10
  11. Image pull complete
  12. Pulling image openshift/origin-cli:v3.10
  13. Pulled 1/4 layers, 28% complete
  14. Pulled 2/4 layers, 52% complete
  15. Pulled 3/4 layers, 89% complete
  16. Pulled 4/4 layers, 100% complete
  17. Extracting
  18. Image pull complete
  19. Pulling image openshift/origin-node:v3.10
  20. Pulled 5/6 layers, 87% complete
  21. Pulled 6/6 layers, 100% complete
  22. Extracting
  23. Image pull complete
  24. Checking type of volume mount ...
  25. Determining server IP ...
  26. Using public hostname IP 192.168.42.59 as the host IP
  27. Checking if OpenShift is already running ...
  28. Checking for supported Docker version (=>1.22) ...
  29. Checking if insecured registry is configured properly in Docker ...
  30. Checking if required ports are available ...
  31. Checking if OpenShift client is configured properly ...
  32. Checking if image openshift/origin-control-plane:v3.10 is available ...
  33. Starting OpenShift using openshift/origin-control-plane:v3.10 ...
  34. I0827 04:13:34.315557 2030 config.go:42] Running "create-master-config"
  35. I0827 04:13:37.285512 2030 config.go:46] Running "create-node-config"
  36. I0827 04:13:38.753137 2030 flags.go:30] Running "create-kubelet-flags"
  37. I0827 04:13:40.212877 2030 run_kubelet.go:48] Running "start-kubelet"
  38. I0827 04:13:40.921589 2030 run_self_hosted.go:172] Waiting for the kube-apiserver to be ready ...
  39. I0827 04:14:31.928108 2030 interface.go:26] Installing "kube-proxy" ...
  40. I0827 04:14:31.929367 2030 interface.go:26] Installing "kube-dns" ...
  41. I0827 04:14:31.929407 2030 interface.go:26] Installing "openshift-apiserver" ...
  42. I0827 04:14:31.929536 2030 apply_template.go:83] Installing "openshift-apiserver"
  43. I0827 04:14:31.931965 2030 apply_template.go:83] Installing "kube-proxy"
  44. I0827 04:14:31.936463 2030 apply_template.go:83] Installing "kube-dns"
  45. I0827 04:14:35.678032 2030 interface.go:41] Finished installing "kube-proxy" "kube-dns" "openshift-apiserver"
  46. I0827 04:15:14.708943 2030 run_self_hosted.go:224] openshift-apiserver available
  47. I0827 04:15:14.708967 2030 interface.go:26] Installing "openshift-controller-manager" ...
  48. I0827 04:15:14.708981 2030 apply_template.go:83] Installing "openshift-controller-manager"
  49. I0827 04:15:17.746575 2030 interface.go:41] Finished installing "openshift-controller-manager"
  50. Adding default OAuthClient redirect URIs ...
  51. Adding service-catalog ...
  52. Adding automation-service-broker ...
  53. I0827 04:15:17.760733 2030 interface.go:26] Installing "openshift-service-catalog" ...
  54. I0827 04:15:17.760748 2030 interface.go:26] Installing "automation-service-broker" ...
  55. I0827 04:15:17.765080 2030 apply_template.go:83] Installing "automation-service-broker"
  56. I0827 04:15:17.977156 2030 apply_template.go:83] Installing "service-catalog"
  57. I0827 04:16:53.691844 2030 interface.go:41] Finished installing "openshift-service-catalog" "automation-service-broker"
  58. Login to server ...
  59. Creating initial project "myproject" ...
  60. Server Information ...
  61. OpenShift server started.
  62.  
  63. The server is accessible via web console at:
  64. https://192.168.42.59:8443
  65.  
  66. You are logged in as:
  67. User: developer
  68. Password: <any value>
  69.  
  70. To login as administrator:
  71. oc login -u system:admin
  72.  
  73.  
  74. -- Exporting of OpenShift images is occuring in background process with pid 2367.
Add Comment
Please, Sign In to add comment