Fix Diablo Automation Chef link

fixes bug 923304

The chef cookbook location was no longer maintained and had moved.
This patch points to the new location, and removes a reference to
ubuntu maverick, which is no longer supported.

Change-Id: Icf8daa5ebc5d3f3587185a53340d6940850eb0f1
This commit is contained in:
Tom Fifield 2012-07-11 09:27:07 +10:00
parent 14aab62191
commit f5834d5551
1 changed files with 2 additions and 6 deletions

View File

@ -325,17 +325,13 @@ super_admin_key=swauth
<literallayout class="monospaced">sudo gem update -- system&#x000A;sudo gem install vagrant -- pre</literallayout>
<para>Ubuntu Maverick</para>
<literallayout class="monospaced">sudo gem install vagrant --pre&#x000A;sudo ln -s /var/lib/gems/1.8/bin/vagrant /usr/local/bin/vagrant</literallayout>
<para>Ubuntu Lucid</para>
<literallayout class="monospaced">wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.6.zip&#x000A;sudo apt-get install -y unzip&#x000A;unzip rubygems-1.3.6.zip&#x000A;cd rubygems-1.3.6&#x000A;sudo ruby setup.rb&#x000A;sudo gem1.8 install vagrant --pre</literallayout></simplesect>
<simplesect> <title>Get the Chef Recipes</title>
<literallayout class="monospaced">cd ~&#x000A;git clone https://github.com/ansolabs/openstack-cookbooks/openstack-cookbooks.git</literallayout>
<literallayout class="monospaced">cd ~&#x000A;git clone https://github.com/rcbops/chef-cookbooks.git</literallayout>
</simplesect>
<simplesect><title>Set Up Some Directories</title>
@ -345,7 +341,7 @@ super_admin_key=swauth
<para>Provisioning for vagrant can use chef-solo, chef-server, or puppet. We&#8217;re going to use chef-solo for the installation of OpenStack Compute.</para>
<literallayout class="monospaced">curl -o Vagrantfile https://raw.github.com/gist/786945/solo.rb</literallayout>
<literallayout class="monospaced">curl -o Vagrantfile https://raw.github.com/rcbops/chef-cookbooks/c6f29c95bfa9b0824df22cbb9caeeb23125bd058/config/solo.rb</literallayout>
</simplesect>
<simplesect><title>Running OpenStack Compute within a Vagrant Instance</title>