puppet scripts

Read about puppet scripts, The latest news, videos, and discussion topics about puppet scripts from alibabacloud.com

Puppet: Server-side installation scripts

/sbin/ntpdate 210.72.145.44 echo "$SERVER _ip $SERVER _host_name" >>/etc/hosts echo "$CLIENT _ip $CLIENT _host_name ">>/etc/hosts sed-i" s/^127\.0\.0\.1.*/#/"/etc/hosts sed-i" s/^sear ch.*/#/"/etc/resolv.conf #yum install puppet-server-y #/etc/init.d/puppetmaster start #chkconfig--add puppetmaster #chkconfig puppetmaster on #/etc/init.d/iptables stop CD $path yum-y install ruby Ruby-devel Ruby-rdoc RUBY-IRB tar-zxvf facter-1.6.5.tar.gz CD facter-

Puppet extension 7-Integration of puppet code and Version Control System

Tags: puppet version control SVN version control puppet code controlI. Introduction By installing and deploying the puppet C/S model, the puppet server can manage the entire lifecycle of all controlled hosts: from initialization to software upgrade, from configuration file creation to test deployment, from system maint

Overview and architecture of puppet

property shared by all resources, mainly:BeforeUsed to control the execution order relationship of different objects (resources), which means that an object (resource) Occurs after another object (require, in contrast, represents a previous occurrence). Such as:file {"/var/nagios/configuration":Source = "...",Recurse = True,before = exec["Nagios-rebuid"]}exec {"Nagios-rebuild":Command = "/usr/bin/make",CWD = "/var/nagios/configuration"}This code guarantees that all code is up-to-date before it

Puppet Reporting System dashboard and Puppet+nginx

Puppet Dashboard was created by Puppetlabs, a company that supports Puppet development, and is a Ruby on Rails program. Can be used as a enc (external node classifier) and as a reporting tool, and is becoming an integrated interface with many puppet new features, such as auditing and resource management functions. Puppet

Puppet initialization installation and configuration (puppet Automation Series 1)

First, the server planningThe following are the latest versions of Yum installed directly.Server operating system is centos6.2Puppetmaster1 10.168.32.116 puppstmaster1.jq.comPuppetmaster2 10.168.32.117 puppetmaster2.jq.comPuppet1 10.168.32.120 ag1.jq.comPuppet2 10.168.32.121 ag2.jq.comPUPPETCA1 10.168.32.118 puppetca1.jq.comPUPPETCA2 10.168.32.119 puppetca2.jq.comFacter.x86_64 1:2.3.0-1.el6Puppet.noarch 0:3.7.3-1.el6Second, software Installation2.1 Installing the Epel PackageAll servers Install

Expand puppet-create a puppet ca Cluster

Expand puppet-create a puppet ca cluster ( 1Votes, average: 5.00Out of 5) 588 views March 4, 2012 puppet, O M ca, Master, puppet, cluster jsxubar One way to expand puppet is to separate the CA function of puppet master and establ

Introduction to Puppet: 1. installation and configuration, and puppet Configuration Management

Introduction to Puppet: 1. installation and configuration, and puppet Configuration Management Puppet is a configuration management tool. This article describes how to install and set Puppet.What is Puppet? Puppet is a configuration management tool produced by puppetlabs. T

Puppet Master Nginx Expansion boost performance (Puppet Automation series 4)

Puppet uses the SSL (HTTPS) protocol for communication, and by default, the puppet server uses a ruby-based Webrick http server. Because the Webrick HTTP server is not very robust in handling the performance of the agent side, it is necessary to extend the puppet to build Nginx or other strong Web servers to handle the client's HTTPS requests.Issues that need to

Puppet Introduction and Mastery of the puppet work principle (Principle article)

For the mastery of puppet, understanding the work principle of Puppet is a necessary stage, only after understanding the work principle of Puppet to better apply Puppet, let us together to understand the working principle of learning Puppet:When it comes to how puppet works,

#puppet # Issues with the new puppet

Tips: Check the puppet version: Puppet--version The version I installed is 3.7.4 Recently, because of the installation of Saltstack, do not know why the salt command is very slow (high CPU utilization), and temporarily found no solution (suspicion is a bug), so roll back to the world of puppet Reference to this information, the installation of puppet:https://doc

"Learn Puppet with Me" 1.3 Puppet 3.7 using PUPPETDB to do the Data Warehouse

1. Environmental preparednessOs:centos 6.4Turn off SELinux and iptablesDeployment Puppet: 1.0 Puppet 3.7 Department Install puppet Source: http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpmComplete Puppetmaster/agent deployment, certificate signing ...PUPPETDB is a data warehouse that can query nodes, facter, report, catalog, resources and other informa

"Learn Puppet with me" 1.5 Puppet 3.7 using Hiera to define the configuration

1. Environmental preparednessOs:centos 6.4Turn off SELinux and iptablesDeployment Puppet: 1.0 Puppet 3.7 Department Install puppet Source: http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpmComplete Puppetmaster/agent deployment, certificate signing ...Hiera is a lookup tool for Key/value configuration data that can be used to configure special node conf

Selection of 6-puppet updating mode for puppet basic articles

selection of 6-puppet updating mode for puppet basic articles 0 Basic Learning Puppet Automated Configuration Management Series documents Puppet update mode based on C/s architecture generally has two kinds, one is the agent end set synchronization time active to puppetmaster end pull configuration, the other is thro

Puppet centralized Configuration Management System

Puppet centralized Configuration Management System Puppet is a configuration management tool. It is typical that puppet is a C/S structure. Of course, there can be a lot of C here, so it can be said that it is a star structure. all puppet clients communicate with puppet on t

Puppet installation Tutorial (iv) How the--puppet works and how it works

Before using any software, we need to understand how it works, otherwise it will cause a lot of inconvenience to the subsequent use. Puppet uses a very simple C/s architecture, all data interaction through SSL, to ensure security. It is shown in Workflow 1.650) this.width=650; "title=" Figure 1 Puppet Workflow "src=" Http://ipad-cms.csdn.net/cms/attachment/201209/5048569d92738.jpg " height= "325" width= "37

Puppet simple application of Linux operation and maintenance Automation (I.)

I. Overview of PupperPuppet, this is the current operation and maintenance of the mainstream automation tools, most operations managers have heard, or in use and in the consideration of use. Puppet can cooperate with Cobbler,puppet can also be implemented with Func operation and maintenance automation, simplification, complexity for the simple.1. What is puppetPuppet is a centralized configuration managemen

Puppet integration Foreman (ii): Installation puppet

First, set the host name[[email protected] ~]# vi/etc/sysconfig/network Hostname=puppet.ewin.com[[email protected] ~] #echo "10.99.1.30 Puppet.ewp.com ">>/etc/hostsSecond, installation puppet1. Installation[Email protected] ~]# RPM-IVH http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm [[email protected] ~]# Yum Install-y Http://mirrors.163.com/centos/6/os/x86_64/packages/rubygems-1.3.7-5.el6.noarch.rpm[[email protected] ~] # yum Install-y puppet

Puppet------Installation

(only servers)Proto recv-q send-q Local address Foreign address State Pid/program NameTCP 0 0 0.0.0.0:8140 0.0.0.0:* LISTEN 5167/rubyClient:[[Email protected] ~]# puppet agent--test--verboseInfo:creating a new SSL key for CobblerInfo:caching Certificate for CAInfo:creating a new SSL certificate request for CobblerInfo:certificate Request Fingerprint (SHA256): 14:3e:29:3e:88:83:fe:20:93:03:0a:03:6b:f5:b6:98:2b:07:0c:d3:32:a7: a9:d7:a5:80:d9:d8:30:e0:a

Deployment and file transfer test for cloud management tool puppet

Deployment and testing for cloud management tool puppetSystem Environment: 650) this. width = 650; "border =" 0 "src =" http://www.bkjia.com/uploads/allimg/131227/1U1405Z6-0.jpg "/> [root@rhel6u3-102puppet]#uname-r 2.6.32-279.el6.x86_64 [root@rhel6u3-102puppet]#cat/etc/redhat-release RedHatEnterpriseLinuxServerrelease6.3(Santiago) 1. Preparations 1. The host name can be resolved to the DNS or the hosts file can be resolved to each other) puppet

& Lt; Puppet centralized Configuration Management System & gt;

Puppet centralized Configuration Management SystemPuppet is a configuration management tool. It is typical that puppet is a C/S structure. Of course, there can be a lot of C here, becauseThis can also be said to be a star structure. All puppet clients communicate with puppet on the same server. EachThe

Total Pages: 15 1 2 3 4 5 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.