You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problematic line in in volume.pp. To find the valid VIP we are parsing through all existing interfaces via facter lookup and matching results from facter lookup for ipaddress_[interface]. However ipaddress_[interface] must not be available for all interfaces found by facter, which results in a undefined variable error.
debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse inline template: Undefined variable "ipaddress_eth0" at /etc/puppet/environments/production/modules/gluster/manifests/volume.pp:169 on node gfs01.sclocal
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
debug: report supports formats: b64_zlib_yaml pson raw yaml; using pson
The text was updated successfully, but these errors were encountered:
Problematic line in in
volume.pp
. To find the valid VIP we are parsing through all existing interfaces via facter lookup and matching results from facter lookup for ipaddress_[interface]. However ipaddress_[interface] must not be available for all interfaces found by facter, which results in a undefined variable error.ErrorLog:
The text was updated successfully, but these errors were encountered: