Foreman 1.8.2 發布,數據中心生命周期管理工具
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也可以實現配置版本的回溯.
API
-
Add 'admin' field to user group API responses (#9594)
Authentication and Authorization
-
Fix status code of login page with external, Apache authentication (#10586)
Compute resources and Hosts creation
-
Allow network interface management on unmanaged hosts (#10260)
-
Add UI field for VMware SCSI controller (#10613)
-
Fix token created when Discovery hosts failed to be created, preventing deletion (#10535)
-
Fix host/subnet mismatch error when organizations/locations have been disabled (#10646)
-
Fix host editing when duplicate interface identifier exists (#10566)
Internationalization
-
Fix bug in Russian translation causing error on Puppet class list (#10679)
-
Fix text wrapping on dashboard in Japanese (#7533)
Puppet and Puppet integration
-
Fix parsing of network facts from Windows hosts (#10397)
Web Interface
-
Fix dashboard and reports listing for hosts outside of current organization/location (#10627)
-
Fix editing of partition tables with special characters in the name (#8597)
-
Fix display of release field when editing CoreOS operating systems (#10568)
-
Fix autocompletion of plugin models in role filters (#10542)
Various fixes and features
-
Fix migration of unmanaged hosts and primary interfaces (#10642)
-
Fix email notifications to be sent to all members of a user group (#9873)
完整列表請看 Redmine,下載:https://github.com/theforeman/foreman/archive/1.8.2.zip。