0
我正在嘗試一個無主進程設置OpenStack雲。我使用puppetlabs-haproxy(v1.5.0)模塊來設置HAProxy。當我跑我的,像這樣的控制器節點木偶清單...Masterless Puppet和無法收集導出的資源沒有storeconfigs被設置警告
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爲真這樣的:
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
我想我可以忽略這個警告,但是有誰知道我能做些什麼來糾正或壓制警告?
感謝
如果沒有PuppetDB,則無法執行導出的資源。 –