But when I execute reconfigure, I get below errors. I am able to login to automate UI with admin credentials but my existing org and nodes are not showed up.
I also tried delivery-ctl cleanse followed by delivery-ctl setup, but no luck.
Errors during delivery-ctl reconfigure
http_request[refresh the insights index fields] action get[2016-07-14T15:13:40-05:00] ERROR: http_request[refresh the insights index fields] (/opt/delivery/embedded/cookbooks/cache/cookbooks/delivery/resources/elasticsearch_cluster.rb line 57) had an error: Net::HTTPServerException: 404 “Not Found”; ignore_failure is set, continuing
================================================================================
Error executing action get on resource ‘http_request[refresh the insights index fields]’
The reconfigure error shouldn’t be an issue. As you stated ignore_failure is set, so it will be ignored and won’t be related to org or node identification.
Are you installing a fresh automate/delivery server or are you upgrading an existing one?
In order for Chef Automate to pick up chef data and node data from an
external chef server, both the chef-server and the infrastructure nodes
attached to it need to be configured to send data to Chef Automate.
You’ll need chef-server at version 12.7.0 or greater and chef-client at
version 12.12.14 or greater.
Chef Server Config
There are two pieces of config that needs to be added to your
/etc/opscode/chef-server.rb
Where you’d replace the_root_url_of_your_automate_instance with the
delivery_fqdn of your automate instance. The token specified here is the
default token that ships with the product. You can change it by setting
data_collector[“token”] in /etc/delivery/delivery.rb . Note the tokens must
always match across your infrastructure.
Once the config is updated, please run sudo chef-server-ctl reconfigure on
your chef-server. You’ll start to see knife interactions show up in your
Automate instance (cookbook uploads, etc).
Infrastructure nodes
On your infrastructure nodes, please update the /etc/chef/client.rb on
those nodes to include the following