Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. ==> default: Next steps:
  2. ==> default: Run fusor-installer on the VM
  3. ==> default: 1) vagrant ssh (to ssh into the VM)
  4. ==> default: 2) sudo su - (become root)
  5. ==> default: 3) fusor-installer (run fusor-installer)
  6. ==> default: Optional, change the admin password by adding an option --foreman-admin-password=changeme
  7. ==> default: So you'd run:
  8. ==> default: fusor-installer --foreman-admin-password=changeme
  9. ==> default:
  10. ==> default: Interaction with fusor-installer:
  11. ==> default: A) Choose the network Satellite will manage, eth1, the 2 option
  12. ==> default: B) Modify the DHCP Gateway, the 10 option, change it to be the value of the gateway of the second network: 192.168.xxx.1
  13. ==> default: C) Modify the NTP sync host if necessary, the 14 option
  14. ==> default: D) Proceed with install, press 1 option
  15. ==> default:
  16. ==> default: Visit Below for details
  17. ==> default: https://engineering.redhat.com/trac/RHCI/wiki/Vagrant/DevelEnv
  18. [dhcp-4-53 devel_env_sat_6.1 (master)]$ vagrant ssh
  19. [vagrant@sat61dev ~]$ sudo su -
  20. [root@sat61dev ~]# fusor-installer
  21.  
  22. The installer can configure the networking and firewall rules on this machine with the configuration shown below. Default values are populated from the this machine's existing networking configuration.
  23.  
  24. If you DO NOT want to configure networking please set 'Configure networking on this machine' to No before proceeding. Do this by selecting option 'Do not configure networking' from the list below.
  25.  
  26. How would you like to proceed?:
  27. 1. Proceed with the values shown
  28. 2. Change Network interface eth1
  29. 3. Change IP address 192.168.152.10
  30. 4. Change Hostname sat61dev.example.com
  31. 5. Change Network mask 255.255.255.0
  32. 6. Change Network address 192.168.152.0
  33. 7. Change Host Gateway 192.168.121.1
  34. 8. Change DHCP range start 192.168.152.11
  35. 9. Change DHCP range end 192.168.152.254
  36. 10. Change DHCP Gateway 192.168.152.1
  37. 11. Change DNS forwarder 192.168.121.1
  38. 12. Change Domain example.com
  39. 13. Change Foreman URL https://sat61dev.example.com
  40. 14. Change NTP sync host clock.redhat.com
  41. 15. Change Timezone America/New_York
  42. 16. Change BMC feature enabled false
  43. 17. Change BMC default provider ipmitool
  44. 18. Do not configure networking
  45. 19. Do not configure firewall
  46. 20. Cancel Installation
  47. 1
  48. Starting networking setup
  49. Networking setup has finished
  50. /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]: Failed to call refresh: /usr/sbin/foreman-rake db:migrate returned 1 instead of one of [0]
  51. /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]: /usr/sbin/foreman-rake db:migrate returned 1 instead of one of [0]
  52. /Stage[main]/Foreman::Database/Foreman::Rake[db:seed]/Exec[foreman-rake-db:seed]: Failed to call refresh: /usr/sbin/foreman-rake db:seed returned 1 instead of one of [0]
  53. /Stage[main]/Foreman::Database/Foreman::Rake[db:seed]/Exec[foreman-rake-db:seed]: /usr/sbin/foreman-rake db:seed returned 1 instead of one of [0]
  54. /Stage[main]/Foreman::Database/Foreman::Rake[apipie:cache]/Exec[foreman-rake-apipie:cache]: Failed to call refresh: /usr/sbin/foreman-rake apipie:cache returned 1 instead of one of [0]
  55. /Stage[main]/Foreman::Database/Foreman::Rake[apipie:cache]/Exec[foreman-rake-apipie:cache]: /usr/sbin/foreman-rake apipie:cache returned 1 instead of one of [0]
  56. Could not start Service[foreman-tasks]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/service-wait start foreman-tasks' returned 1: Redirecting to /bin/systemctl start foreman-tasks.service
  57. /Stage[main]/Foreman::Plugin::Tasks/Service[foreman-tasks]/ensure: change from stopped to running failed: Could not start Service[foreman-tasks]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/service-wait start foreman-tasks' returned 1: Redirecting to /bin/systemctl start foreman-tasks.service
  58. /usr/share/foreman/script/foreman-rake config -- -k ssl_ca_file -v '/etc/foreman/proxy_ca.pem' -k ssl_certificate -v '/etc/foreman/client_cert.pem' -k ssl_priv_key -v '/etc/foreman/client_key.pem' returned 1 instead of one of [0]
  59. /Stage[main]/Certs::Foreman/Exec[foreman_certs_config]/returns: change from notrun to 0 failed: /usr/share/foreman/script/foreman-rake config -- -k ssl_ca_file -v '/etc/foreman/proxy_ca.pem' -k ssl_certificate -v '/etc/foreman/client_cert.pem' -k ssl_priv_key -v '/etc/foreman/client_key.pem' returned 1 instead of one of [0]
  60. /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[sat61dev.example.com]: Could not evaluate: Could not load data from https://sat61dev.example.com
  61. /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[sat61dev.example.com]: Failed to call refresh: Could not load data from https://sat61dev.example.com
  62. /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[sat61dev.example.com]: Could not load data from https://sat61dev.example.com
  63. Installing Done [100%] [.........................................................................................]
  64. Something went wrong! Check the log for ERROR-level output
  65. The full log is at /var/log/katello-installer/katello-installer.log
  66. Not running provisioning configuration since installation encountered errors, exit code was 6
  67. Something went wrong! Check the log for ERROR-level output
  68. The full log is at /var/log/katello-installer/katello-installer.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement