openstack-manuals/doc/install-guide/section_sahara-verify.xml
Andrew Lazarev d3a6b6b68b Initial Sahara documentation
Includes:
* Sahara Overview
* Installation instructions
* Basic verification steps

Change-Id: Ic68c37527f99c72084c156487d9f9829af49def6
2014-10-07 08:05:02 -07:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section 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="sahara-verify">
<title>Verify the Data processing service installation</title>
<para>To verify that the Data processing service (sahara) is installed and
configured correctly, try requesting clusters list using sahara
client.</para>
<procedure>
<step>
<para>Source the <literal>demo</literal> tenant credentials:</para>
<screen><prompt>$</prompt> <userinput>source demo-openrc.sh</userinput></screen>
</step>
<step>
<para>Retrieve sahara clusters list:</para>
<screen><prompt>$</prompt> <userinput>sahara cluster-list</userinput></screen>
<para>You should see output similar to this:</para>
<screen><computeroutput>+------+----+--------+------------+
| name | id | status | node_count |
+------+----+--------+------------+
+------+----+--------+------------+</computeroutput></screen>
</step>
</procedure>
</section>