1ff983782a
The install guide did not have a chapter on how to add the Database service. Created one with the following sections: overview, install, verify. This draft reflects the fact that some technical issues are still being worked out: -- image creation questions. Before you can use Trove, you need to create an image for each flavor of database you want to have (MySQL, MongoDB, etc.) The appropriate level of documentation for this step is still under discussion and has not yet been determined. Change-Id: I31e02f48975c7050022ee6fb8f31b878c6b508ff Partial-Bug: #1304584
16 lines
835 B
XML
16 lines
835 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="ch_trove">
|
|
<title>Add the Database service</title>
|
|
<para>Use the <glossterm baseform="Database Service">Database
|
|
module</glossterm> to create cloud database resources. The
|
|
integrated project name is <glossterm>trove</glossterm>.</para>
|
|
<warning><para>This chapter is a work in progress. It may contain
|
|
incorrect information, and will be updated frequently.</para></warning>
|
|
<xi:include href="../common/section_getstart_trove.xml"/>
|
|
<xi:include href="section_trove-install.xml" />
|
|
<xi:include href="section_trove-verify.xml" />
|
|
</chapter>
|