From 2a8d7adbb479f8171bf061285d95317e0afc5531 Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Mon, 10 Mar 2014 14:11:08 +0100 Subject: [PATCH] doc: Simplify module dependencies All of Kickstack's dependent modules are available on the Puppet Forge, as of release 0.2.0. Remove references to dependent modules previously available only through GitHub, and replace them with a simple "puppet module install" command. Change-Id: I103e34620b18694ef81929a030348e1588ec85cd --- doc/prerequisites.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/doc/prerequisites.md b/doc/prerequisites.md index 72c947a..55af120 100644 --- a/doc/prerequisites.md +++ b/doc/prerequisites.md @@ -17,21 +17,11 @@ to the master and able to run `puppet agent`. ## Puppet modules -Besides the dependencies listed in the [Modulefile](../Modulefile), -Kickstack requires a couple of other modules currently not yet -available on the Puppet Forge. You will have to fetch and install them -from GitHub: +All of Kickstack's dependencies are available as published modules on +the Puppet Forge. You can install Kickstack, along with all of its +dependencies, with one simple command: -* [`neutron`](https://github.com/stackforge/puppet-neutron), managing - OpenStack Networking, -* [`vswitch`](https://github.com/CiscoSystems/puppet-vswitch), - managing OpenVSwitch - -In addition, the `glance` module, as available in its 2.0.0 version -from the Puppet Forge, was unfortunately released with a bug that -renders it unsuitable for use with Ubuntu. Until a new version of that -module is released, you will also have to fetch the `glance` module -from [GitHub](https://github.com/stackforge/puppet-glance). + puppet module install hastexo-kickstack ## Networking prerequisites