Skip to content
New issue

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

Searching for nfs_clients returns cloud attribute as nil #205

Open
marcoamorales opened this issue Jun 11, 2015 · 0 comments
Open

Searching for nfs_clients returns cloud attribute as nil #205

marcoamorales opened this issue Jun 11, 2015 · 0 comments

Comments

@marcoamorales
Copy link
Contributor

While debugging the nfs_server.rb recipe I found the partial_search returns the following:

{"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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant