Fork me on GitHub

Foreman使用体验

Foreman使用体验

Foreman简介

Foreman is a complete lifecycle management tool for physical and virtual servers. We give system administrators the power to easily automate repetitive tasks, quickly deploy applications, and proactively manage servers, on-premise or in the cloud.

官网地址:https://theforeman.org/
文档地址:https://theforeman.org/manuals/1.16/index.html

环境说明

1
2
3
4
5
6
[root@linux-node8 ~]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[root@linux-node8 ~]# uname -r
3.10.0-327.el7.x86_64
[root@linux-node8 ~]# uname -m
x86_64

部署实践

1
2
3
4
5
6
7
8
9
10
11
12
[root@linux-node8 ~]# yum -y install https://yum.puppetlabs.com/puppet5/puppet5-release-el-7.noarch.rpm
[root@linux-node8 ~]# yum -y install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
[root@linux-node8 ~]# yum -y install https://yum.theforeman.org/releases/1.16/el7/x86_64/foreman-release.rpm
[root@linux-node8 ~]# yum -y install foreman-installer
[root@linux-node8 ~]# foreman-installer
Installing Done [100%] [...............................................................................................]
Success!
* Foreman is running at https://linux-node8.example.com
Initial credentials are admin / JSkjTzSsVSZWXTJ4
* Foreman Proxy is running at https://linux-node8.example.com:8443
* Puppetmaster is running at port 8140
The full log is at /var/log/foreman-installer/foreman.log

登录界面

登录后首页

参考资料

https://martinliu.cn/2015/06/16/e59ca8-rhel-7-e4b88ae5ae89e8a385-foreman-1-8/

======================================================
希望各位朋友支持一下

本文作者:dongsheng
本文地址https://mds1455975151.github.io/archives/4e0578ac.html
版权声明:转载请注明出处!

坚持技术分享,您的支持将鼓励我继续创作!