Hello,
Your nodes are not indexed therefore not searchable.
Please index your nodes before attempting to search for them – as
other users have suggested, you need to make sure that the Node
actually exists before it is indexed.
You can force an index rebuild with knife: ‘knife index rebuild’
Have you considered using Chef Solo to learn, Hosted Chef [0] to proof
of concept data-bags, search and environments (and then, once you are
familiar…) Chef Server internally? In the order I’ve suggested, you
would gain an understanding of the core framework, the server-side
components (from a client side API perspective) and then of course
hopefully (or not!) be able to operate the server side components
(FOSS versions) yourself.
Opscode offers public training, private training and all of the course
material (CC licensed) too – may be relevant to your interests. [1]
I’m also aware of a number of development operations / systems
engineering consultancy organizations who may or may not be willing to
assist you – many of them whom frequent this list.
Regards,
–AJ
[0] http://www.opscode.com/hosted-chef/
[1] http://www.opscode.com/training/
On 24 June 2012 10:46, Jorge Espada espada.jorge@gmail.com wrote:
if you have nodes registered on your chef server, something like: knife
search node ‘name:*’ must return something
–
Jorge Espada
On Sat, Jun 23, 2012 at 10:25 AM, Brian Akins brian@akins.org wrote:
On Fri, Jun 22, 2012 at 8:11 AM, meenakshi agrawal minmini17@gmail.com
wrote:
knife search node ‘name:idm’
Does ‘knife node show idm’ return the expected results?