We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While debugging the nfs_server.rb recipe I found the partial_search returns the following:
nfs_server.rb
partial_search
{"name"=>"web01", "ip"=>"<public ip>", "cloud"=>nil, "cloud_v2"=>nil} {"name"=>"nfs01", "ip"=>"<public ip>", "cloud"=>nil, "cloud_v2"=>nil} {"name"=>"web02", "ip"=>"<public ip>", "cloud"=>nil, "cloud_v2"=>nil}
I haven't been able find what's causing this.
The attributes however, are there if queried through knife:
$ knife node show web02 -a cloud web02: cloud: local_hostname: local_ipv4: <ip> local_ipv6: private_ips: <ip> provider: rackspace public_hostname: web02 public_ips: <ip> public_ipv4: <ip> public_ipv6: <ipv6> $ knife node show web02 -a cloud_v2 web02: cloud_v2: local_ipv4: <ip> local_ipv4_addrs: <ip> provider: rackspace public_hostname: web02 public_ipv4: <ip> public_ipv4_addrs: <ip> public_ipv6: <ipv6> public_ipv6_addrs: <ipv6>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While debugging the
nfs_server.rb
recipe I found thepartial_search
returns the following:I haven't been able find what's causing this.
The attributes however, are there if queried through knife:
The text was updated successfully, but these errors were encountered: