Step 1: Log into your Chef workstation
Step 2: Use git clone to download the Rackspace Private Cloud cookbooks
Step 3:
cd into the chef-cookbooks directory
Step 4: Checkout the grizzly version of the cookbooks
# git checkout grizzly
# git submodule init
# git submodule sync
# git submodule update
# git submodule sync
# git submodule update
Step 5: Upload the cookbooks to the Chef Server
# knife cookbook upload -a -o cookbooksStep 6: Apply the updated roles
# knife role from file roles/*rb
Your chef cookbooks are now up to date.
No comments:
Post a Comment