Advertisement
demon_23

oo-script 1broker 1node

Jan 25th, 2014
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. Preflight check: verifying system and resource availability.
  2.  
  3. Checking broker.openshift.iardcloud.com:
  4. * Target host is running Fedora
  5. * Located getenforce
  6. * SELinux is running in enforcing mode
  7. * Located yum
  8. * Located puppet
  9. * Located augtool
  10. * Located dnssec-keygen
  11. * Located htpasswd
  12. Repository 'jenkins_repo' is missing name in configuration, using id
  13. Repository 'origin-base' is missing name in configuration, using id
  14. Repository 'origin-deps' is missing name in configuration, using id
  15.  
  16. Checking node1.openshift.iardcloud.com:
  17. * SSH connection succeeded
  18. * Target host is running Fedora
  19. * Located getenforce
  20. * SELinux is running in enforcing mode
  21. * Located yum
  22. * Located puppet
  23. * Located augtool
  24.  
  25. Deploying workflow 'origin_deploy'.
  26. Setting up htpasswd for default user account.
  27.  
  28. Preparing to install OpenShift Origin on the following hosts:
  29. * localhost: msgserver, dbserver, broker
  30. * 10.11.227.31: node
  31. Deploying host 'broker.openshift.iardcloud.com'
  32.  
  33. Checking for DNS key on localhost...
  34. ls: cannot access /var/named/Kapps.iardcloud.com*.key: No such file or directory
  35. ...none found; attempting to generate one.
  36. Key generation successful.
  37.  
  38. Running Puppet deployment
  39. Deploying host 'node1.openshift.iardcloud.com'
  40.  
  41. Running "bash -l -c 'puppet module list --render-as yaml'"...
  42. Copying Puppet configuration script to target 10.11.227.31.
  43.  
  44. Running Puppet deployment
  45.  
  46. Running "ssh -t -q root@10.11.227.31 -C "puppet module list --render-as yaml""...
  47. Command completed.
  48.  
  49. Running "bash -l -c 'puppet module install -v 3.0.1 openshift/openshift_origin'"...
  50. Command completed.
  51.  
  52. Running "ssh -t -q root@10.11.227.31 -C "puppet module install -v 3.0.1 openshift/openshift_origin""...
  53. Error: Could not install module 'openshift-openshift_origin' (v3.0.1)
  54. Module 'openshift-openshift_origin' (v3.0.1) is already installed
  55. Use `puppet module upgrade` to install a different version
  56. Use `puppet module install --force` to re-install only this module
  57.  
  58. Running "bash -l -c 'yum clean all'"...
  59. Repository 'jenkins_repo' is missing name in configuration, using id
  60. Repository 'origin-base' is missing name in configuration, using id
  61. Repository 'origin-deps' is missing name in configuration, using id
  62. Command completed.
  63.  
  64. Running "bash -l -c 'puppet apply --verbose /tmp/oo_install_configure_broker.openshift.iardcloud.com.pp'"...
  65.  
  66. Running "ssh -t -q root@10.11.227.31 -C "yum clean all""...
  67. Command completed.
  68.  
  69. Running "ssh -t -q root@10.11.227.31 -C "puppet apply --verbose /tmp/oo_install_configure_node1.openshift.iardcloud.com.pp""...
  70. Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
  71. Command completed.
  72.  
  73. Running "ssh -t -q root@10.11.227.31 -C "rm /tmp/oo_install_configure_node1.openshift.iardcloud.com.pp""...
  74. Command completed.
  75. Warning: There were errors during the deployment on host 'node1.openshift.iardcloud.com'.
  76. Warning: Augeas[network-scripts](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output
  77. Command completed.
  78.  
  79. Running "bash -l -c 'rm /tmp/oo_install_configure_broker.openshift.iardcloud.com.pp'"...
  80. Command completed.
  81. Warning: There were errors during the deployment on host 'broker.openshift.iardcloud.com'.
  82. OpenShift Origin deployment completed.
  83. You chould manually reboot these hosts in the indicated order to complete the process:
  84. 1. broker.openshift.iardcloud.com
  85. 2. node1.openshift.iardcloud.com
  86.  
  87. All tasks completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement