Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Releases: eucalyptus/midokura-cookbook

Set cassandra list properly

19 Dec 01:12
Compare
Choose a tag to compare
Pre-release

Install Chef

curl -L https://www.opscode.com/chef/install.sh | bash

Configure the midokura repo password and set the list of recipes

echo '{"run_list": ["recipe[midokura]"]}' > midokura.json

Run the recipes

chef-solo -j midokura.json -r https://github.com/eucalyptus/midokura-cookbook/releases/download/v0.2.0-alpha-3/midokura-cookbooks.tgz

Second alpha for OSS Midonet

18 Dec 23:12
Compare
Choose a tag to compare
Pre-release

Install Chef

curl -L https://www.opscode.com/chef/install.sh | bash

Configure the midokura repo password and set the list of recipes

echo '{"run_list": ["recipe[midokura]"]}' > midokura.json

Run the recipes

chef-solo -j midokura.json -r https://github.com/eucalyptus/midokura-cookbook/releases/download/v0.2.0-alpha-2/midokura-cookbooks.tgz

Alpha release for using Open Source Midonet

18 Dec 21:09
Compare
Choose a tag to compare

To install run:

# Install Chef
curl -L https://www.opscode.com/chef/install.sh | bash
# Configure the midokura repo password and set the list of recipes, in this case the default which is all things 
echo '{"run_list": ["recipe[midokura]"]}' > midokura.json
# Run the recipes
chef-solo -j midokura.json -r https://github.com/eucalyptus/midokura-cookbook/releases/download/v0.2.0-alpha/midokura-cookbooks.tgz