尝试在Azure的Unbuntu20.04VM上安装最新的傀儡企业(2023.0.0)。我从开箱即用的pe.conf开始.安装收益一段时间,直到我收到如下消息:
2023-03-13T18:03:15.664+00:00 - [Notice]: Compiled catalog for [redacted].reddog.microsoft.com in environment enterprise in 0.33 seconds
2023-03-13T18:08:16.307+00:00 - [Error]: Command exceeded timeout
2023-03-13T18:08:16.309+00:00 - [Error]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for [redacted].reddog.microsoft.com]/returns: change from 'notrun' to ['0'] failed: Command exceeded timeout
2023-03-13T18:08:16.316+00:00 - [Notice]: /Stage[main]/Puppet_enterprise::Pxp_agent::Service/Service[pxp-agent]: Dependency Exec[retrieve cert for [redacted].reddog.microsoft.com] has failures: true从这里开始,安装程序会发出以下消息,并最终死亡:
2023-03-13T18:08:16.600+00:00 [ERROR]: !! There were problems during the application of the installation catalog. !!好像在拿证书有问题,但我不清楚这是怎么回事。我知道微软在它的所有VM上都添加了一个reddog.microsoft.com的“假”DNS后缀,这并不能解决问题。这就是问题所在吗?无法解析的DNS条目?
我尝试修改pe.conf文件,将"puppet_enterprise::puppet_master_host“值指定为一个正确解析的DNS条目(解析为机器本身),但没有帮助。
感谢任何傀儡/linux专家的协助。谢谢!
发布于 2023-03-13 20:49:51
我想我解决了。在installer con.d/pe.conf文件中,默认情况下有一个部分被注释掉:
"pe_install::puppet_master_dnsaltnames": ["puppet"]我取消了注释,并将我的FQDN添加到列表中,然后安装成功。
https://serverfault.com/questions/1126086
复制相似问题