foreman ubuntu16快速安裝
Quickstart Guide
The Foreman installer is a collection of Puppet modules that installs everything required for a full working Foreman setup. It uses native OS packaging (e.g. RPM and .deb packages) and adds necessary configuration for the complete installation.
Components include the Foreman web UI, Smart Proxy, Passenger, a Puppet master (either Puppet Server or under Passenger), and optionally TFTP, DNS and DHCP servers. It is configurable and the Puppet modules can be read or run in “no-op” mode to see what changes it will make.
Supported platforms
- CentOS, Scientific Linux or Oracle Linux 7, x86_64
- Debian 9 (Stretch), i386/amd64/aarch64
- Red Hat Enterprise Linux 7, x86_64 Ubuntu 16.04 (Xenial),
i386/amd64/aarch64 - Other operating systems will need to use alternative installation
methods (see the manual).
The installation will require 4GB of memory, see System Requirements for more information.
Installation
The Foreman installer uses Puppet (> 3.x required) to install Foreman. This guide assumes that you have a newly installed operating system, on which the installer will setup Foreman, a Puppet master, and the Smart Proxy by default. It’s not advisable to follow the steps below on an existing system, since the installer will affect the configuration of several components.
Select operating system
To provide specific installation instructions, please select your operating system:
Repositories
Using Puppet 5.x is recommended, which is available from the Puppet Labs repository. To use Puppet 5.x with Puppet Agent and Puppet Server:
sudo apt-get -y install ca-certificates
cd /tmp && wget https://apt.puppetlabs.com/puppet5-release-xenial.deb
sudo dpkg -i /tmp/puppet5-release-xenial.deb
Enable the Foreman repo:
echo "deb http://deb.theforeman.org/ xenial 1.18" | sudo tee /etc/apt/sources.list.d/foreman.list
echo "deb http://deb.theforeman.org/ plugins 1.18" | sudo tee -a /etc/apt/sources.list.d/foreman.list
sudo apt-get -y install ca-certificates
wget -q https://deb.theforeman.org/pubkey.gpg -O- | sudo apt-key add
-
Downloading the installer
sudo apt-get update && sudo apt-get -y install foreman-installer
Running the installer
Ensure that ping $(hostname -f) shows the real IP address, not 127.0.1.1. Change or remove this entry from /etc/hosts if present.
The installation run is non-interactive, but the configuration can be customized by supplying any of the options listed in foreman-installer –help, or by running foreman-installer -i for interactive mode. More examples are given in the Installation Options section. Adding -v will disable the progress bar and display all changes. To run the installer, execute:
sudo foreman-installer
After it completes, the installer will print some details about where to find Foreman and the Smart Proxy and Puppet master if they were installed along Foreman. Output should be similar to this:
- Foreman is running at https://theforeman.example.com
Initial credentials are admin / 3ekw5xtyXCoXxS29 - Foreman Proxy is running at https://theforeman.example.com:8443
- Puppetmaster is running at port 8140
The full log is at /var/log/foreman-installer/foreman-installer.log
相關文章
- Puppet+foreman 本地yum安裝手冊REM
- ubuntu16 安裝mysql5.7UbuntuMySql
- ubuntu16安裝pymesh2的方法Ubuntu
- Ubuntu16環境安裝和使用NFSUbuntuNFS
- 超順 | Ubuntu16 安裝配置aws gpuUbuntuGPU
- ubuntu16切換hosts軟體安裝Ubuntu
- 純淨Ubuntu16安裝CUDA(9.1)和cuDNNUbuntuDNN
- ubuntu16安裝Django + nginx後臺執行UbuntuDjangoNginx
- Ubuntu16桌面版編譯和安裝OpenCV4Ubuntu編譯OpenCV
- odoo11在windows,ubuntu16,centos7下的安裝OdooWindowsUbuntuCentOS
- FIBOS快速安裝
- CentOS 快速安裝pipCentOS
- Anaconda3+CUDA10.1+CUDNN7.6+TensorFlow2.6安裝(Ubuntu16)DNNUbuntu
- 快速手動安裝 msyql
- 快速安裝python包Python
- Jenkins快速上手安裝Jenkins
- 快速安裝 kafka 叢集Kafka
- 快速安裝Docker服務Docker
- Ubuntu16中vim安裝出錯–has no installation candidate的解決方法Ubuntu
- Centos7快速安裝RocketMQCentOSMQ
- centos7快速安裝dockerCentOSDocker
- Rust語言快速安裝指南Rust
- Spark 安裝部署與快速上手Spark
- 快速進行安裝工作(轉)
- 快速解除安裝 Windows 98(轉)Windows
- CentOS 7快速安裝Mongodb詳解CentOSMongoDB
- Go語言快速安裝手冊Go
- Kubernetes單機快速安裝
- CentOS 6.5下快速安裝MySQL 5.7.17CentOSMySql
- Linux系統快速安裝JDKLinuxJDK
- 使用淘寶NPM映象快速安裝CordovaNPM
- 快速安裝配置 GitLab 並漢化Gitlab
- LAMP一體環境快速安裝LAMP
- CentOS 6.3下快速安裝MongoDB 3.2.1CentOSMongoDB
- BIND 9快速安裝例項(轉)
- ubuntu16 安裝 python3.10 遇到 openssl 版本過低問題以及解決方案UbuntuPython
- requirements.txt 快速備份與安裝專案所需安裝包UIREM
- 【TAR】【安裝】Linux環境使用TAR命令快速部署安裝OracleLinuxOracle