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
we've created a basic (hidden) view in automate, at automate-url/nodes, that surfaces the data provided by the api/v0/nodes endpoint.
automate-url/nodes
api/v0/nodes
this issue is to track any issues we see with that data:
environment value should be added to the tags sent to nodemanager so we can show it
nodes marked as terminated (from aws-ec2, for example) are not auto-deleted. should we auto-delete them?
nodes attached to a manager (aws-ec2, for example) are not auto-deleted when deleting the manager, should we?
running a scan job (not audit cookbook) on a node that has chef client on it would result in a duplicate node record
supported sort fields: [last_contact manager name platform platform_version status] (need to add state)
Aha! Link: https://chef.aha.io/features/SH-1631
The text was updated successfully, but these errors were encountered:
wip https://github.com/chef/automate/tree/vj/nodes-fixes
Sorry, something went wrong.
No branches or pull requests
User Story
we've created a basic (hidden) view in automate, at
automate-url/nodes
, that surfaces the data provided by theapi/v0/nodes
endpoint.this issue is to track any issues we see with that data:
environment value should be added to the tags sent to nodemanager so we can show it
nodes marked as terminated (from aws-ec2, for example) are not auto-deleted. should we auto-delete them?
nodes attached to a manager (aws-ec2, for example) are not auto-deleted when deleting the manager, should we?
running a scan job (not audit cookbook) on a node that has chef client on it would result in a duplicate node record
supported sort fields: [last_contact manager name platform platform_version status] (need to add state)
Aha! Link: https://chef.aha.io/features/SH-1631
The text was updated successfully, but these errors were encountered: