Chef → Chef API → Ridley → Chef Browser → end user Nodes running in environments with different roles, filled with data bags full of items, running on recipes organized in cookbooks. A powerful software tool to configure and maintain your IT infrastructure.
Chef → Chef API → Ridley → Chef Browser → end user (Opscode published its own chef-server-webui, but it's not the most user-friendly) Source: http://leopard.in.ua/
Chef → Chef API → Ridley → Chef Browser → end user A Ruby library with clean syntax that makes conversations with Chef nice. https://github.com/RiotGames/ridley
Chef → Chef API → Ridley → Chef Browser → end user A simple web tool we created to give you better insight into your IT infrastructure. http://3ofcoins.github.com/chef-browser
Chef → Chef API → Ridley → Chef Browser → end user Building blocks: Sinatra + Erubis - simple, no databases necessary Bootstrap v3.0.3 - makes Chef Browser responsive and mobile friendly TinyConfig, https://github.com/3ofcoins/tinyconfig - configuring settings by the user is extremely simple
Chef → Chef API → Ridley → Chef Browser → end user How to install: 1. Download from http://3ofcoins.github.com/chef-browser 2. Run bundle install 3. Provide server details in a settings.rb file: server_url "http://127.0.0.1:4000" client_name "marta" client_key "home/marta/key.pem" 4. Run puma -e production 5. Go to http://localhost:9292
Roadmap - browsing cookbooks - encrypting data bags - Docker container / VM image integrating chef- server & chef-browser ...but feel free to open issues and PRs!