您好,登錄后才能下訂單哦!
本篇內容介紹了“Ubuntu 14.04上怎么安裝Foreman”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!
Foreman是一個集成的數據中心生命周期管理工具,提供了服務開通,配置管理以及報告功能,和Puppet Dahboard一樣,Foreman也是一個Ruby on Rails程序。Foreman和Dashboard不同的地方在于Foreman更多的關注服務開通和管理數據中心的能力,例如和引導工具,PXE啟動服務器,DHCP服務器及服務器開通工具進行集成。
Foreman 機器統一管理平臺
◆Foreman可以與Puppet集成使用,通常是作為puppet的前端接入。
◆Foreman takes care of provisioning until the point puppet is running, allowing Puppet to do what it does best.(太難翻了 -_-!!)
◆Foreman能夠通過Facter組件顯示系統目錄信息,并且可以從Puppet主機報表中提供實時信息。
◆Foreman能夠準備你管理新機器的所有工作。它的設計目標是能夠自動化的完成所有手工管理的工作,通過Foreman可以重新配置機器。
◆Foreman能夠管理大規模(當然也包括小規模)的,企業級的的網絡,可能有很多域,子網和很多puppet master節點。Foreman也可以實現配置版本的回溯。
Foreman 可以運行在幾乎所有流行的 Linux 系統上,如:
◆RHEL / CentOS / Fedora / Oracle Enterprise Linux / Scientific Linux
◆SUSE/openSUSE
◆Debian/Ubuntu
◆CoreOS
◆JunOS
也支持很多云供應商,如:
◆VMWare
◆Amazon EC2
◆Libvirt
◆OpenStack
◆oVirt and RHEV
◆Rackspace
◆Google Compute engine
如何安裝
好了,現在我們進入主題,按照以下命令輸入,首先切換到 Root 賬戶:
sudo su
或者輸入
su
啟用 Puppet labs 和 Foreman 庫:
apt-get -y install ca-certificates wget https://apt.puppetlabs.com/puppetlabs-release-trusty.deb dpkg -i puppetlabs-release-trusty.deb echo "deb http://deb.theforeman.org/ trusty 1.9" > /etc/apt/sources.list.d/foreman.list echo "deb http://deb.theforeman.org/ plugins 1.9" >> /etc/apt/sources.list.d/foreman.list wget -q http://deb.theforeman.org/pubkey.gpg -O- | apt-key add -
更新源:
apt-get update
下載 Foreman-installer 安裝腳本:
apt-get -y install foreman-installer
運行 Foreman 安裝命令:
foreman-installer
幾分鐘后,你會看到下面的輸出內容:
[…]
Success!
* Foreman is running at https://server.unixmen.local
Initial credentials are admin / jrPiWSpSBXBdzv57
* Foreman Proxy is running at https://server.unixmen.local:8443
* Puppetmaster is running at port 8140
The full log is at /var/log/foreman-installer/foreman-installer.log
記下其中以粗體顯示的用戶名和密碼。后面我們需要用來訪問 Foreman 面板。
配置Foreman
首先,我們需要啟用“diffs”,這將有助于你看到Foreman的報表。
編輯/etc/puppet/puppet.conf文件:
vi /etc/puppet/puppet.conf
找到以下行并修改為ture:
[…]
show_diff = true
[…]
保存并關閉文件。
接下來,我們需要將 Foreman 主機添加到 Foreman 的數據庫。運行:
puppet agent --test
輸出內容:
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: Error 400 on SERVER: Failed to find server1.unixmen.local via exec: Execution of ‘/etc/puppet/node.rb server1.unixmen.local’ returned 1:
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Caching catalog for server1.unixmen.local
Info: Applying configuration version ‘1441613934’
Notice: Finished catalog run in 0.22 seconds
注意:Puppet 3+ 版本將顯示警告消息:the first time that the node can’t be found。不用理會警告繼續。
訪問 Foreman Web 控制臺
打開 Web 瀏覽器,然后導航至:https://IP地址/。
會出現界面,輸入之前記錄的登陸賬戶及密碼。
下載我們可以進去了解整個控制臺界面:
“Ubuntu 14.04上怎么安裝Foreman”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。