1, Puppet
Environment Deployment
1. puppet-Large-scale cluster deployment management artifact
2. Installing Puppet servers and clients on CentOS and RHEL
3. Saltstack detailed deployment of Debug
4. Puppet error:400 2, Saltstack basic Knowledge
1. Use of the State.sls of Saltstack/salt (v) algorithmic architecture
1. Salt
Saltstack, saltstackweb Interface
Saltstack is developed in Python and can be managed by thousands of servers.
Repetitive O M work: system installation, Environment deployment, addition of monitoring, code release (based on git or svn secondary development), project migration, and task scheduling.
Salt is a new basic platform management tool. It takes only several minutes to run. scalability is enough to s
Saltstack has been used for a period of time, recently for various reasons, special to tidy up the Saltstack Basic Primer series, has been prepared for follow-up review (as the saying good memory than bad pen), is also considered a summary of the use of this tool.Saltstack's first six articles mainly cover saltstack installation, remote execution, configuration m
For saltstack users, Ansible is a good ssh-based solution. It can greatly simplify the automatic configuration management and process control methods of Unix administrators. It uses the push method to configure the customer system so that all work can be done on the master server side. Its command line mechanism is also very powerful, and you can use the Web UI to implement authorization management and configuration, of course, free of charge is very
Salt IntroductionSalt is a basic platform management toolSalt is a configuration management system that can maintain a predefined state of a remote nodeSalt is a distributed remote execution system used to execute commands and query data on remote nodesSalt core FunctionsSending a command to a remote system is parallel rather than serialProtocols that use secure encryptionUse the smallest and fastest network loadProvides a simple programming interfaceSalt kindaSaltstack is written in Python that
Saltstack IntroductionSalt OA speed airship source code download Q2947702644 is a basic platform management tool. The saltstack uses the C/s mode, and the server side is the master,client end of the salt, which communicates between Minion,minion and master through ZEROMQ Message Queuing. Master listens on 4505 and 4506 ports, 4505 is the master and Minion authenticated communication ports, and 4506 performs
The previous study Saltstack installation and basic configuration, you can execute system commands through Saltstack, including system reboot, view system load, add/remove users, etc. can also be installed on the line Web,db,bbs and configuration of the same or similar servers into a group, through the Saltstack Group function batch execution management. The foll
Saltstack is a new basic setup management approach that is easy to deploy, works in minutes, scales well, and easily manages tens of thousands of servers, fast enough, and second-level communication between servers. By deploying the Saltstack environment, we can execute batch commands on thousands of servers, configure centralized management according to different business characteristics, distribute files,
recently studied Saltstack, first contact, found him good strong, how strong? Well, I've only touched the tip of the iceberg, but it's enough for me to drink a pot. Next, will explore the world of saltstack, can discover how many new continent, see own ability!
Saltstack Introduction:
Salt, a new infrastructure management approach that is easy to
easier to configure and use than Puppet, and can achieve almost all the functions of puppet.Ansible (www.ansible.com) more concise automated operations tools, do not need to install agents on the client, based on the development of Python. You can implement batch operating system configuration, batch program deployment, batch run commands.3 Saltstack InstallationSaltstack Introduction https://docs.saltstack.com/en/latest/topics/index.htmlCan be execu
I. Overview of Saltstack Architecture
Saltstack is based on the C/S architecture, Server master and client minions, which consists of the following parts:
Second, the installation configuration of Saltstack
1. master installation
The code is as follows
Copy Code
RPM-IVH http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-
Salt ' * ' saltutil.refresh_pillarThe official website example really did not understand, the English dish. In fact, a simple step.Reference documentsHttps://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.mysql.htmlhttps://z900collector.wordpress.com/linux/using-the-saltstack-mysql-module/Salt-master is mainly looking for/usr/lib/python2.6/site-packages/salt/modules/test.py.[Email protected] salt]# cat/etc/salt/minionmaster:172.1.1.1Id:cm1M
Manually record the hardware information of each server and it has already passed. You can write and capture the information everywhere through scripts or automated tools. This article mainly uses saltstack as a tool, then, you can use the APIS provided to compile the required Python script SaltStack, which is a centralized management platform for server infrastructure and provides configuration management,
Point I began to study:Http://edu.51cto.com/course/course_id-2354.html1Training ObjectivesThe objective of this course is to enable all participants to participate in the training Saltstack Server Management, skilled use of remote execution of the function of the bulk operation of the server, using configuration management for automated installation, deployment and management. At the same time, according to the production needs of enterprises to custo
What is mine doing? Is that you define the collection module in mine, he will collect the data, where it is stored, do not know, but certainly the client Minino Local. Interested friends can check Saltstack code.Paste it down here first, official DOC usage:
The code is as follows
Copy Code
Mine.delete: Remove specific function contents of minion. Returns True on success. CLI Example: Salt ' * ' mine.delete ' network.interfa
One of the main features of the Saltstack integrated MySQL module in the development of MySQL management in the management system is Mysql.queryTwo examples in the official documentation:Salt.modules.mysql.query (database, query, **connection_args)Run an arbitrary SQL query and return the results or the number of affected rows.CLI Example:Salt ' * ' mysql.query mydb "UPDATE mytable set myfield=1 limit 1"Return Data:{' Query time ': {' human ': ' 39.0m
Previously mentioned writing State.sls files using the Python languageThe Saltstack system supports many ways to extend it, and renderer is one of them.The default Saltstack renderers is Yaml+jinja, which can be learned through the obstetric master file that the current rendererCurrently Saltstack supports many kinds of renderer, because Yaml Jinja Python has a w
bookon the Back: Saltstack-gdlwolf Self-study summary of the first:saltstack Installation Deployment (YUM installation)Connection Address:http://gdlwolf.blog.51cto.com/343866/1786901this blog main record in the download saltstack commonly used help commands, of course, you can also go to the Saltstack official inquiry, official website address:Some of the program
Saltstack is a centralized and lightweight automated O M management tool with puppet and func functions. It is written in Python and has powerful functions and can be quickly installed using epel. Compared with puppet, installation and configuration are easier and easier.
Epel install
[[emailprotected] ~]# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm###CentOS 5.x###rpm -Uvh https://dl.fedoraproject.org/pub/epe
Saltstack officially has a web ui called halite, which executes management on the page. The backend uses the saltstack api
I have been writing my own ui some time ago, using flask and metro. The project was also put aside, so I was too lazy to move. I can see the ui tools on the official website today. Although the functions are incomplete, the basic execution and status check are still available.
We will
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.