I am new to Chef and have experience in Puppet Enterprise. With Puppet the node classification was easy and straight forward from the puppet console where you can classify nodes into different node groups and tie up classes.
Does enterprise chef console provide such functionality similar to Puppet? So far what i have learnt is that it can only be achieved using roles and environments in Chef.
But if that is the case than defining each and every node under roles is going to be a big manual effort for big environments. Let me know if I am looking in the right direction and not missing any important points.