saltstack 快速安装配置

saltstack_quickstart.sh
## 0.Introduction
Salt is:
-- a configuration management system, capable of maintaining remote nodes in defined states (for example, ensuring that specific packages are installed and specific services are running)
-- a distributed remote execution system used to execute commands and query data on remote nodes, either individually or by arbitrary selection criteria
## 1.Enabling EPEL on RHEL
# RHEL 5:
rpm -Uvh http://mirror.pnl.gov/epel/5/i386/epel-release-5-4.noarch.rpm
wget http://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-5/saltstack-zeromq4-epel-5.repo -O /etc/yum.repos.d/saltstack-zeromq4.repo
yum install -y python-hashlib python26-zmq
# RHEL 6:
rpm -Uvh http://ftp.linux.ncsu.edu/pub/epel/6/i386/epel-release-6-8.noarch.rpm
wget http://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-6/saltstack-zeromq4-epel-6.repo -O /etc/yum.repos.d/saltstack-zeromq4.repo
####### a script can be an option #######
#!/bin/bash 
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin 
exprot PATH
function_salt_repo()
{
RHEL_VER=`uname -r | awk ‘BEGIN {FS="."} {print $4}‘`
case $RHEL_VER in 
    "el5")
        rpm -Uvh http://mirror.pnl.gov/epel/5/i386/epel-release-5-4.noarch.rpm
        wget http://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-5/saltstack-zeromq4-epel-5.repo -O /etc/yum.repos.d/saltstack-zeromq4.repo
        yum install -y python-hashlib python26-zmq
        ;;
    "el6")
        rpm -Uvh http://ftp.linux.ncsu.edu/pub/epel/6/i386/epel-release-6-8.noarch.rpm
        wget http://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/epel-6/saltstack-zeromq4-epel-6.repo -O /etc/yum.repos.d/saltstack-zeromq4.repo
        ;;
    *)
        echo "Only Support CentOS 5 || 6!"
        ;;
esac
}
####### end of file #######
## 2. install 
# salt-master
yum install salt-master
chkconfig salt-master on
/etc/init.d/salt-master start
# salt-minion
yum install salt-minion | yum --enablerepo=epel-testing install salt-minion
chkconfig salt-minion on
/etc/init.d/salt-minion start 
# ZEROMQ 4 http://copr.fedoraproject.org/coprs/saltstack/zeromq4/
# RHEL/CentOS 5 Users Using COPR repos on RHEL/CentOS 5 requires that the 
# python-hashlib package be installed. Not having it present will result in 
# checksum errors because YUM will not be able to process the SHA256 
# checksums used by COPR.
## 3. configuration 
# master configuration
vim /etc/salt/master
file_roots:
  base:
    - /srv/salt
    
# minion configuration
vim /etc/salt/minion 
- # master: salt
+ master: 192.168.1.11
- $id: 
+ $id: 101
# run salt in the foreground
salt-master 
salt-minion 
# add key && test 
# salt-key
salt-key -L
salt-key -A
salt-key -D
salt-key -a 101 
salt-key -d 101 
# test 
salt \* test.ping -v
时间: 2024-10-07 19:31:15

saltstack 快速安装配置的相关文章

saltstack学习 01:saltstack快速安装

以下是redhat6和centos6的安装过程, centos5的同学直接跳到后面.超快的安装方法. 1. 安装源 1.1 安装epel源 # cd /usr/local/src/ # wget http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm 1.2 安装rpmforge 这步很重要,在redhat 6和centos 6的

Oracle GoldenGate 快速安装配置实用指南

GoldenGate作为Oracle公司大力发展的核心战略产品,在高可用.容灾.数据抽取转换方面扮演着越来越重要的作用.goldengate可以做什么,说起来真的太多了,高可用.容灾.Real-Time数据同步,如果你做过BI,一定知道ETL的工具(datastage.infomatica等),goldengate也可以做,而且,还有两个很关键的因素,第一,goldengate支持异构的数据库,几乎囊括了所有的主流数据库,到底哪些呢,去这里看看吧http://www.oracle.com/tec

CentOS 7快速安装配置NFS服务

Server IP ADD:192.168.153.138 Client IP ADD:192.168.153.140 NFS Server安装配置: 关闭selinux vim /etc/selinux/config #SELINUX=enforcing #SELINUXTYPE=targeted SELINUX=disabled //新增部分 systemctl stop firewalld systemctl disable firewalld yum remove firewalls y

saltstack syndic安装配置使用

salt-syndic是做神马的呢?如果大家知道zabbix proxy的话那就可以很容易理解了,syndic的意思为理事,其实如果叫salt-proxy的话那就更好理解了,它就是一层代理,如同zabbix proxy功能一样,隔离master与minion,使其不需要通讯,只需要与syndic都通讯就可以,这样的话就可以在跨机房的时候将架构清晰部署了,建议zabbix proxy与salt-syndic可以放在一起哦 本次我萌使用node2作为node3的代理让他收到node1(master)

快速安装配置Zabbix

一.安装部署Zabbix Server   Zabbix Server可以运行在 CentOS . RedHat Linux . Debain 等 Linux 系统上,这里以Centos-6.6-X86_X64 作为部署环境. 1.1 服务端安装 lamp 环境yum -y install gcc gcc-c++ autoconf httpd php mysql mysql-server php-mysqlhttpd-manual mod_ssl mod_perl mod_auth_mysql

WSS快速安装配置

WSS是什么? WSS(White Shark System)基于PMI全球项目管理标准,专注于项目管理规范性.易用性.以及视觉效果.主要功能包括项目管理.任务管理.工时管理.工作日志管理.邮件提醒等. WSS适用于: ●企业管理者- 在实际使用中我们发现,基于WSS全新的管理模式,可以明显降低企业的沟通成本,节省大量的时间,并藉此提高工作效率:另外,WSS还可以帮助企业管理者实时了解项目及员工状态,辅助决策. ●人事与财务部门- 可以根据WSS查询员工工作情况.工时饱和度,并以此为依据进行绩效

AWS RHEL 7快速安装配置OpenShift

OpenShift简介 微服务架构应用日渐广泛,Docker和Kubernetes技术是不可或缺的.Red Hat OpenShift 3是建立在Docker和Kubernetes基础之上的容器应用平台,用于开发和部署企业应用程序. OpenShift版本 OpenShift Dedicated(Enterprise) Private, high-availability OpenShift clusters hosted on Amazon Web Services or Google Clo

CentOS 6.4下通过YUM快速安装配置LAMP服务器(Apache+PHP5+MySQL)

准备篇: 1.配置防火墙,开启80端口.3306端口vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #允许80端口通过防火墙-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT #允许3306端口通过防火墙 备注:很多网友把这两条规则添加到防火墙配置的最后一行,导致防火墙启动失败, 正

saltstack - salt-api安装配置

环境说明 操作系统:centos 7.0 salt master/minion/版本2014.7.1 Salt-api安装 salt-api 使用pip安装 [[email protected] ~]# pip install CherryPy [[email protected] ~]# pip install salt-api Salt-api配置 [[email protected] ~]# cd /etc/pki/tls/certs/  # 生成自签名证书,用于ssl [[email p