Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@katello-new ~]# foreman-installer --scenario katello \
- > --foreman-initial-admin-password password123 \
- > --foreman-initial-organization Innes \
- > --foreman-initial-location Laptop \
- > --enable-foreman-plugin-bootdisk \
- > --enable-foreman-compute-libvirt \
- > --enable-foreman-plugin-remote-execution \
- > --enable-foreman-proxy-plugin-remote-execution-ssh \
- > --foreman-proxy-tftp true \
- > --foreman-proxy-tftp-listen-on both
- 2022-02-08 09:51:34 [NOTICE] [root] Loading installer configuration. This will take some time.
- 2022-02-08 09:51:37 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.
- 2022-02-08 09:51:37 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
- 2022-02-08 09:56:43 [NOTICE] [configure] Starting system configuration.
- 2022-02-08 09:58:17 [NOTICE] [configure] 250 configuration steps out of 1783 steps complete.
- 2022-02-08 09:59:01 [NOTICE] [configure] 500 configuration steps out of 1783 steps complete.
- 2022-02-08 09:59:10 [NOTICE] [configure] 750 configuration steps out of 1785 steps complete.
- 2022-02-08 10:00:37 [NOTICE] [configure] 1000 configuration steps out of 1792 steps complete.
- 2022-02-08 10:00:43 [NOTICE] [configure] 1250 configuration steps out of 1814 steps complete.
- 2022-02-08 10:06:58 [NOTICE] [configure] 1500 configuration steps out of 1814 steps complete.
- 2022-02-08 10:08:55 [NOTICE] [configure] 1750 configuration steps out of 1814 steps complete.
- 2022-02-08 10:09:13 [NOTICE] [configure] System configuration has finished.
- Executing: foreman-rake upgrade:run
- =============================================
- Upgrade Step 1/7: katello:correct_repositories. This may take a long while.
- =============================================
- Upgrade Step 2/7: katello:clean_backend_objects. This may take a long while.
- 0 orphaned consumer id(s) found in candlepin.
- Candlepin orphaned consumers: []
- =============================================
- Upgrade Step 3/7: katello:upgrades:4.0:remove_ostree_puppet_content. =============================================
- Upgrade Step 4/7: katello:upgrades:4.1:sync_noarch_content. =============================================
- Upgrade Step 5/7: katello:upgrades:4.1:fix_invalid_pools. I, [2022-02-08T10:09:23.108365 #50488] INFO -- : Corrected 0 invalid pools
- I, [2022-02-08T10:09:23.108412 #50488] INFO -- : Removed 0 orphaned pools
- =============================================
- Upgrade Step 6/7: katello:upgrades:4.1:reupdate_content_import_export_perms. =============================================
- Upgrade Step 7/7: katello:upgrades:4.2:remove_checksum_values. Success!
- * Foreman is running at https://katello-new.mshome.net
- Initial credentials are admin / password123
- * To install an additional Foreman proxy on separate machine continue by running:
- foreman-proxy-certs-generate --foreman-proxy-fqdn "$FOREMAN_PROXY" --certs-tar "/root/$FOREMAN_PROXY-certs.tar"
- * Foreman Proxy is running at https://katello-new.mshome.net:9090
- The full log is at /var/log/foreman-installer/katello.log
- [root@katello-new ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement