knife-cloudstack Knife Plugin
Knife command for Apache CloudStack / Citrix CloudPlatform IaaS Clouds.
Install & Usage Instructions
Installation
chef-client:
gem install knife-cloudstack
chefdk:
chef gem install knife-cloudstack
Configuration
Modify your ~/.chef/knife.rb and add the following options:
knife[:cloudstack_url] = "https://your.endpoint.url/client/api"
knife[:cloudstack_api_key] = "your api key"
knife[:cloudstack_secret_key] = "your secret key"