Rahul Gupta
Rahul Gupta
I just started using this plugin and I really like it . I created this method to get the steps. Working for me so far... ``` function getTotalSteps(wizard) { var...
AWS VPC Provisioning Fails. Chef returns error that it is not able to find resource with resource ID
Works again after downgrading Chef client to 12.14.89. UPDATE: Worked one time then again error. Gives errors for different things, like ACL not found with ID, Route Table not found...
AWS VPC Provisioning Fails. Chef returns error that it is not able to find resource with resource ID
So this issue doesn't seem to be due to any versions. It is intermittent and I can still see this. Sometimes Chef is not able to find the resource even...
Update: It doesn't show the error if I remove vpc_peering_connection containing route...
I think I have seen this error when you try to work on AWS CloudFormation created resources. Since you just specified `:chef_type => "ABCDEFG"` it would go and try to...
Same here. I think it only works when you want to create new hosted zone with records in it. If that is the case then how to add records to...
@mistroh I am also trying to do similar stuff with AWS resource deployments and configuration and I am also stuck at the "Socket Error getaddrinfo: the specified class was not...
@mistroh Thanks for the response. I instead used chef_server inside machine like this: `chef_server( :chef_server_url => "https://chef_server_url", :client_name => Chef::Config[:node_name], :signing_key_filename => Chef::Config[:client_key])` But I keep getting 401 UnAuthorized error...