foreman1.7 安装实录

Foreman安装

系统环境:  Selinux    &      iptabls    disabled

rhel                     6.5

Puppet            3.7.5

Ruby                   1.8.7

Foreman           1.7

官方安装教程:http://theforeman.org/manuals/1.7/index.html#2.Quickstart

  1. 安装puppet,puppet-server

[puppet]

name=puppet

baseurl=http://yum.puppetlabs.com/el/6Server/products/x86_64/

gpgcheck=0

[ruby]

name=ruby

baseurl=http://yum.puppetlabs.com/el/6Server/dependencies/x86_64/

gpgcheck=0

yum install  puppet puppet-server

2. 添加扩展yum 源

rpm -ivhhttp://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm

yum -y installhttp://yum.theforeman.org/releases/1.7/el6/x86_64/foreman-release.rpm

3. 安装foreman-installer

yum -y install foreman-installer

4. scl源:不然安装会提示缺少好多rubygem193*的包;

[scl]

name=ruby193

baseurl=http://mirror.centos.org/centos/6/SCL/x86_64/

gpgcheck=0

5. 安装foreman:

foreman-installer

#最后安装成功:密码是随机的,登上之后马上改。

[[email protected]]# foreman-installer

Installing             Done                                              [100%] [.........................................................................]

Success!

* Foreman is running athttps://server4.example.com

Initial credentials are admin / eprXbnUy4mRCuRUc

* Foreman Proxy is running athttps://server4.example.com:8443

* Puppetmaster is running at port 8140

The full log is at/var/log/foreman-installer/foreman-installer.log

总结:安装过程中会出现各种问题,比如之前我安装的时候,就是因为pgsql的原因,最后添加smar-proxy 怎么也添加不上,最后也没解决!还有注意看日志/var/log/foreman-installer/foreman-installer.log

时间: 2024-08-06 09:45:15

foreman1.7 安装实录的相关文章

mariadb galera Cluster 多主集群安装实录

1: 创建MariaDB.repo#vim /etc/yum.repos.d/MariaDB.repo # MariaDB 10.0 CentOS repository list - created 2013-08-23 13:08 UTC # http://mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.0/centos6-amd64 gpgkey=ht

gearman安装实录

花了5个小时装好了gearman,问题不断,坑爹的服务器yum还坏了,悲催. 服务器系统:centos5.3 64位 gearman版本:1.1.8 安装包(相关依赖)下载 1.gearman安装包 wget https://launchpad.net/gearmand/1.2/1.1.8/+download/gearmand-1.1.8.tar.gz 2.Boost wget http://sourceforge.net/projects/boost/files/boost/1.50.0/bo

win8.1安装实录

作者张伟林 14年8月,欢迎各位网友进行非商业性质的转载与下载. 更多的内容请看作者个人博客:http://blog.sina.com.cn/u/1533694737 1 特征    首先,谈一下对win8.1的印象:一是强化了垄断性,二是使用了一些"下三滥"的手段,尤其强化了监控路径,三是正常时的稳定性大幅度提高.win8.1尤其强化了对磁盘的监控与管理,它的最大特征是如果它认为"出错"妨害了这一系统,那么必须回报给微软,由远程终端进行控制处理,否则下一次启动无法

Hadoop2.x裸机到HA完整安装实录

注:未完待续--持续更新中-- 目录 第一步. 先在配置Vmware NAT网络... 3 一. Vmware网络模式介绍... 3 二. NAT模式配置... 3 第二步. 安装Linux操作系统... 5 三. Vmware上安装Linux系统... 5 四. 设置网络... 10 五. 修改Hostname. 14 六. 配置Host. 14 七. 关闭防火墙... 14 八. 关闭selinux. 14 第三步. 安装JDK.. 15 九. 安装Java JDK.. 15 第四步. Ha

再不升级你就Out了 Windows8.1安装实录

2013年10月17日,美国时间凌晨4:00,北京时间晚上19:00,微软于总部雷蒙德正式发布了 Windows 8 的一个升级版本,Windows 8.1. Windows 8.1 可以进行全新安装,也可以从 Windows 8 升级.我使用 Windows 8.1 已经一个多月的时间了,安装的是RTM版本,整体使用感受还不错. 毕竟,再不疯狂我们就老了,再不升级我们就Out了,勇于尝鲜也是一种不错的感觉. 下面来介绍一下 Windows 8.1 全新安装的过程. 首先,下载 Windows 

ECShop安装实录

版本: ecmoban_V2.7.3_UTF8_20150623 来源: 官网 一. 给 C:\Windows\temp目录增加 IIS_Users 完全权限. 二. 安装报错: Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_

TOMCAT 7安装实录

安装APR [[email protected] ~]# cd /usr/local/src [[email protected] src]# tar zxvf apr-1.6.3.tar.gz [[email protected] src]# cd apr-1.6.3 [[email protected] apr-1.6.3]# ./configure --prefix=/usr/local/apr [[email protected] apr-1.6.3]# make & make inst

TPCC-MYSQL安装实录

[[email protected] ~]# unzip tpcc-mysql.zip [[email protected] ~]# cd tpcc-mysql/src [[email protected] src]# make [[email protected] src]# cd .. [[email protected] tpcc-mysql]# ll [[email protected] tpcc-mysql]# mysql -uroot -pabcd.1234 mysql> creat

LINUX DSTAT安装实录

[[email protected] ~]# cd /usr/local [[email protected] local]# git clone https://github.com/dagwieers/dstat.git Initialized empty Git repository in /usr/local/dstat/.git/ remote: Counting objects: 3041, done. remote: Total 3041 (delta 0), reused 0 (