手机版
你好,游客 登录 注册
背景:
阅读新闻

Puppet 3.3.1发布,系统管理工具

[日期:2013-10-08] 来源:oschina.net  作者:Linux [字体: ]

Puppet,是基于Ruby的一个工具,可以集中管理每一个重要方面,使用的是跨平台的规范语言,管理所有单独的元素,通常聚集在不同的文件,如用户, CRON作业,和主机一起的离散元素,如包装,服务和文件。

Puppet的简单陈述规范语言的能力提供了强大的classing制定了主机之间的相似之处,同时使他们能够提供尽可能具体的必要的,它依赖的先决条件和对象之间的关系清楚而明确。

集中式系统管理工具Puppet发布3.3.1。这是新的产品线系列3.3的第一个Bug修正版。经过3个RC。2013-10-07 上个版本是2013-09-13的3.3.0.其他产品线3.1.1 3.0.2 2.7.23。

Puppet 学习系列:

Puppet 学习一:安装及简单实例应用 http://www.linuxidc.com/Linux/2013-08/88710.htm

Puppet学习二:简单模块配置和应用 http://www.linuxidc.com/Linux/2013-08/88711.htm

相关阅读:

有关Puppet agent端三种备份恢复方案探讨研究 http://www.linuxidc.com/Linux/2013-07/87885.htm
选择更安全的方式注册你的Puppet节点 http://www.linuxidc.com/Linux/2013-07/87884.htm
通过配置SSH深刻理解Puppet的语法及工作机制 http://www.linuxidc.com/Linux/2013-07/87882.htm
Puppet利用Nginx多端口实现负载均衡 http://www.linuxidc.com/Linux/2013-02/79794.htm
CentOS(5和6)下Puppet的C/S模式实例 http://www.linuxidc.com/Linux/2011-12/50502.htm

 

完全改进:

Puppet 3.3.1

Released October 7, 2013.

3.3.1 is a bug fix release in the Puppet 3.3 series. The focus of the release is fixing backwards compatibility regressions that slipped in via the YAML deprecations in 3.3.0.

Upgrade Note

The release of Puppet 3.3.1 supersedes the upgrade warning for Puppet 3.3.0. As of this release, agent nodes are compatible with all Puppet 3.x masters with no extra configuration.

Fixes for Backwards Compatibility Regressions in 3.3.0

New backward compatibility issues were discovered after the release of 3.3.0, so we changed our handling of deprecated wire formats.

Starting with 3.3.1, you do not need to set additional settings in puppet.conf on your agent nodes in order to use newer agents with puppet masters running 3.2.4 or earlier. Agents will work with all 3.x masters, and they will automatically negotiate wire formats as needed. This behavior supersedes the behavior described for 3.3.0; thereport_serialization_formatsetting is now unnecessary.

Additionally, this release fixes:

  • Two cases where 3.3.0 masters would do the wrong thing with older agents. (Reports would fail unless the master hadreport_serialization_formatset toyaml, which was not intended, and remote filebucket backups would always fail.)
  • A regression where files that should have been ignored during pluginsync were being copied to agents.

Miscellaneous Regression Fixes

Issue 22772: Managing an empty file causes a filebucket error

This was a regression in 3.3.0, caused by deprecating YAML for content we send to remote filebuckets.

Issue 22384: Excessive logging for files not found

This was a regression in 3.3.0.

When using multiple values in an array for the file type’ssourceattribute, Puppet will check them in order and use the first one it finds; whenever it doesn’t find one, it will log a note at the “info” log level, which is silent when logging isn’t verbose. In 3.3.0, the level was accidentally changed to the “notice” level, which was too noisy.

Issue 22529: apt package ensure absent/purged causes warnings on 3.3.0

This was a regression in 3.3.0. Theaptpackage provider was logging bogus warnings when processing resources withensurevalues ofabsentorpurged.

Issue 22493: Can’t start puppet agent on non english Windows

This problem was probably introduced in Puppet 3.2, when our Windows installer switched to Ruby 1.9; a fix was attempted in 3.2.4, but it wasn’t fully successful.

The behavior was caused by a bug in one of the Ruby libraries Puppet relies on. We submitted a fix upstream, and packaged a fixed version of the gem into the Windows installer.

Fixes for Long-Standing Bugs

Issue 19994: ParsedFile providers do not clear failed flush operations from their queues

This bug dates to Puppet 2.6 or earlier.

The bug behavior was weird. Basically:

  • Your manifests include multiplessh_authorized_keyresources for multiple user accounts.
  • One of the users has messed-up permissions for their authorized keys file, and their resource fails because Puppet tries to write to the file as that user.
  • All remaining key resources also fail, because Puppet tries to write the rest of them to that same user’s file instead of the file they were supposed to go in.

Issue 21975: Puppet Monkey patch'def instance_variables'clashing with SOAP Class…

This bug dates to 3.0.0. It was causing problems when using plugins that use SOAP libraries, such as the types and providers in the puppetlabs/f5 module.

Issue 22474:--no-zlibflag doesn’t prevent zlib from being required in Puppet

This bug dates to 3.0.0, and caused Puppet to fail when running on a copy of Ruby without zlib compiled in.

Issue 22471: Malformed state.yaml causes puppet to fail runs with Psych yaml parser

This bug dates to 3.0.0, and could cause occasional agent run failures under Ruby 1.9 or 2.0.

下载:http://downloads.puppetlabs.com/puppet/puppet-3.3.1.tar.gz

Puppet 的详细介绍请点这里
Puppet 的下载地址请点这里

linux
相关资讯       Puppet 
本文评论   查看全部评论 (0)
表情: 表情 姓名: 字数

       

评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款