adding some documentation on the runbook itself
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/178569b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/178569b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/178569b3 Branch: refs/heads/master Commit: 178569b3a96ed765457c828e548c851ac4d4705d Parents: 3ae274a Author: David Nalley <[email protected]> Authored: Fri Jun 29 13:03:01 2012 -0400 Committer: David Nalley <[email protected]> Committed: Fri Jun 29 13:03:01 2012 -0400 ---------------------------------------------------------------------- docs/runbook/README | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/178569b3/docs/runbook/README ---------------------------------------------------------------------- diff --git a/docs/runbook/README b/docs/runbook/README new file mode 100644 index 0000000..88d1482 --- /dev/null +++ b/docs/runbook/README @@ -0,0 +1,19 @@ +Welcome. + +This file will talk about hacking on the Runbook document. + +The document itself is written using DocBook XML with a publishing tool +called Publican. You can find more about publican at: +http://fedorahosted.org/publican + +In addition to needing publican - you will also need the CloudStack brand +for publican. This package contains all of the standard legal disclaimers, +logos, etc, to 'brand' the document as part of Apache CloudStack project. + +In CloudStack's source repo that is located at docs/publican-cloudstack. + +Patches are encouraged and welcome; as are forks! If you want to take this Runbook +as a base and extend it to a different hypervisor, or a different networking model +or something else entirely, please do so. + +--David
