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

Allow nginx to start even if external automate upstream fails to resolve #4684

Merged
merged 2 commits into from
Feb 8, 2021

Conversation

PrajaktaPurohit
Copy link
Contributor

@PrajaktaPurohit PrajaktaPurohit commented Feb 4, 2021

Also, the resolver config reads the resolvers from /etc/resolve and
queries every few minutes. I checked with wireshark to make sure it
doesn't happen for every request.

resolves: chef/chef-server#2181

Co-authored-by: Prajakta Purohit [email protected]
Signed-off-by: Jay Mundrawala [email protected]

🔩 Description: What code changed, and why?

⛓️ Related Resources

👍 Definition of Done

👟 How to Build and Test the Change

✅ Checklist

📷 Screenshots, if applicable

@netlify
Copy link

netlify bot commented Feb 4, 2021

Deploy preview for chef-automate processing.

Building with commit b01bc57

https://app.netlify.com/sites/chef-automate/deploys/60215a2549eb400007e5a629

@@ -82,6 +82,8 @@
return "{{cfg.external_automate.token}}";
}

resolver local=on ipv6=off;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we can get rid of ipv6=off

Jay Mundrawala and others added 2 commits February 8, 2021 09:25
Also, the resolver config reads the resolvers from /etc/resolve and
queries every few minutes. I checked with wireshark to make sure it
doesn't happen for every request.

Co-authored-by: Prajakta Purohit <[email protected]>
Signed-off-by: Jay Mundrawala <[email protected]>
Signed-off-by: Jay Mundrawala <[email protected]>
@jaym jaym force-pushed the praj+jdm/external-automate-resolver branch from b89a999 to b01bc57 Compare February 8, 2021 15:35
@jaym jaym merged commit 7cde594 into master Feb 8, 2021
@jaym jaym deleted the praj+jdm/external-automate-resolver branch February 8, 2021 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabling data-collector in Automate deployed Chef-Server should work even if automate server is not running.
3 participants