1

这些是我的文件:

  1. 节点.pp 文件
  2. 网站.pp 文件

我需要在图中设置基础架构,并且我想使用 Puppet Automation 来执行此操作。我需要, 

  1. 创建 4 台 VM,1 台用于 DB,1 台 Web 服务器,1 台负载均衡器,1 台主机
  2. 使用 Puppet Agent 设置它们
  3. 从社区网站(Puppet Forge/Chef Supermarket)找到合适的模块/食谱
  4. 使用从社区站点获取的配方/类来配置节点。
  5. 提供配置参数以使所有这些节点相互连接。

      最终目标是有一个有效的 Wordpress 设置。

我陷入了主代理配置过程。我有一个 Puppet 大师和 3 个代理正在运行。但是,但是每当我#puppet agent --test在代理中运行时,它都会引发错误。我期待社区的帮助。

我得到的错误是......

[root@agent1 vagrant]# puppet agent --noop --test
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
4

1 回答 1

2

首先看一下puppet master的日志。第二:错误信息太短。Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could在“可以”之后 的文字可能会有所帮助;)

于 2016-02-18T20:15:00.787 回答