rohankanojia

Untitled

Jun 13th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. [root@dhcppc1 demo-project]# oc get pods
  2. NAME READY STATUS RESTARTS AGE
  3. zuul-merger-server-1-lfwtk 1/1 Running 0 5m
  4. zuul-merger-server-2-build 0/1 Completed 0 5m
  5. [root@dhcppc1 demo-project]# oc logs zuul-merger-server-1-lfwtk
  6. => sourcing 20-copy-config.sh ...
  7. => sourcing 40-ssl-certs.sh ...
  8. AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.6. Set the 'ServerName' directive globally to suppress this message
  9. [Wed Jun 13 09:11:33.752021 2018] [ssl:warn] [pid 1] AH01909: 172.17.0.6:8443:0 server certificate does NOT include an ID which matches the server name
  10. AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.6. Set the 'ServerName' directive globally to suppress this message
  11. [Wed Jun 13 09:11:33.820338 2018] [ssl:warn] [pid 1] AH01909: 172.17.0.6:8443:0 server certificate does NOT include an ID which matches the server name
  12. [Wed Jun 13 09:11:33.820459 2018] [http2:warn] [pid 1] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
  13. [Wed Jun 13 09:11:33.821136 2018] [lbmethod_heartbeat:notice] [pid 1] AH02282: No slotmem from mod_heartmonitor
  14. [Wed Jun 13 09:11:33.825094 2018] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.27 (Red Hat) OpenSSL/1.0.2k-fips configured -- resuming normal operations
  15. [Wed Jun 13 09:11:33.825131 2018] [core:notice] [pid 1] AH00094: Command line: 'httpd -D FOREGROUND'
  16. [root@dhcppc1 demo-project]# oc logs zuul-merger-server-2-build
  17. Cloning "https://github.com/openshift/httpd-ex.git" ...
  18. Commit: dc2fa54733a38f50c2a44f467068db6995a4d6e4 (Merge pull request #11 from jim-minter/duplicate-keys)
  19. Author: Ben Parees <[email protected]>
  20. Date: Thu Dec 14 15:52:29 2017 -0500
  21. ---> Enabling s2i support in httpd24 image
  22. AllowOverride All
  23. ---> Installing application source
  24. => sourcing 20-copy-config.sh ...
  25. => sourcing 40-ssl-certs.sh ...
  26. Pushing image 172.30.1.1:5000/zuul-ci-0000000051/zuul-merger-server:latest ...
  27. Pushed 0/9 layers, 33% complete
  28. Pushed 1/9 layers, 20% complete
  29. Pushed 2/9 layers, 23% complete
  30. Pushed 3/9 layers, 41% complete
  31. Pushed 4/9 layers, 45% complete
  32. Pushed 5/9 layers, 56% complete
  33. Pushed 6/9 layers, 67% complete
  34. Pushed 7/9 layers, 82% complete
  35. Pushed 8/9 layers, 95% complete
  36. Pushed 9/9 layers, 100% complete
  37. Push successful
Advertisement
Add Comment
Please, Sign In to add comment