Advertisement
Guest User

Untitled

a guest
Feb 13th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [jkremser@dhcp-10-40-0-250 openshift pr115]λ ./startEphemeral.sh
  2. -- Checking OpenShift client ... OK
  3. -- Checking Docker client ... OK
  4. -- Checking Docker version ... OK
  5. -- Checking for existing OpenShift container ... OK
  6. -- Checking for openshift/origin:v1.3.1 image ... OK
  7. -- Checking Docker daemon configuration ... OK
  8. -- Checking for available ports ...
  9. WARNING: Binding DNS on port 8053 instead of 53, which may be not be resolvable from all clients.
  10. -- Checking type of volume mount ...
  11. Using nsenter mounter for OpenShift volumes
  12. -- Creating host directories ... OK
  13. -- Finding server IP ...
  14. Using 10.40.0.250 as the server IP
  15. -- Starting OpenShift container ...
  16. Creating initial OpenShift configuration
  17. Starting OpenShift using container 'origin'
  18. Waiting for API server to start listening
  19. OpenShift server started
  20. -- Installing registry ... OK
  21. -- Installing router ... OK
  22. -- Importing image streams ... OK
  23. -- Importing templates ... OK
  24. -- Login to server ... OK
  25. -- Creating initial project "myproject" ... OK
  26. -- Server Information ...
  27. OpenShift server started.
  28. The server is accessible via web console at:
  29. https://10.40.0.250:8443
  30.  
  31. You are logged in as:
  32. User: developer
  33. Password: developer
  34.  
  35. To login as administrator:
  36. oc login -u system:admin
  37.  
  38. Now using project "test" on server "https://10.40.0.250:8443".
  39.  
  40. You can add applications to this project with the 'new-app' command. For example, try:
  41.  
  42. oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git
  43.  
  44. to build a new example application in Ruby.
  45. --> Deploying template hawkular-services for "template-ephemeral.yaml"
  46.  
  47. Hawkular Services
  48. ---------
  49. Hawkular-Services all-in-one (including Hawkular Metrics, Hawkular Alerts and Hawukar Inventory)
  50.  
  51. Credentials for hawkular-services are jdoe:password.
  52.  
  53. * With parameters:
  54. * HAWKULAR_SERVICES_IMAGE=jkremser/hawkular-services:0.32.0-with-readiness-script
  55. * CASSANDRA_IMAGE=openshift/origin-metrics-cassandra:v1.4.1
  56. * Cassandra Memory Limit=2Gi
  57.  
  58. --> Creating resources with label app=hawkular-services ...
  59. service "hawkular-services" created
  60. service "hawkular-cassandra" created
  61. route "public" created
  62. deploymentconfig "hawkular-services" created
  63. deploymentconfig "hawkular-cassandra" created
  64. --> Success
  65. Run 'oc status' to view your app.
  66.  
  67.  
  68.  
  69. Let's wait for the route to become accessible,
  70. this may take couple of minutes - ◖▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮◗ it's there!
  71.  
  72. Your Hawkular Services instance is prepared on http://public-test.10.40.0.250.xip.io
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement