我正在尝试一种设置OpenStack云的无主控过程。我使用puppetlabs-haproxy (v1.5.0)模块来设置HAProxy。当我像这样运行控制器节点的傀儡清单时...
puppet apply -e 'include controller'我得到这样的警告:
Warning: You cannot collect exported resources without storeconfigs being set; the collection will be ignored at /etc/puppetlabs/code/environments/production/modules/haproxy/manifests/balancermember/collect_exported.pp:7:3我尝试过像这样将storeconfigs设置为true:
puppet config set storeconfigs true 但这会导致以下错误:
Error: Cached facts for aos-mgmt-01 failed: Could not find terminus puppetdb for indirection facts
Error: Could not find terminus puppetdb for indirection facts
Error: Could not run: Could not retrieve facts for aos-mgmt-01: Could not find terminus puppetdb for indirection facts我想我可以忽略警告,但有人知道我可以做些什么来纠正或取消警告吗?
谢谢
https://stackoverflow.com/questions/44572796
复制相似问题