Merge "Add JOID user guide."
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Tue, 23 Feb 2016 16:41:40 +0000 (16:41 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 23 Feb 2016 16:41:40 +0000 (16:41 +0000)
ci/deploy.sh
docs/configguide/index.rst [new file with mode: 0644]
docs/configguide/installerconfig.rst

index f9aadaa..1f41879 100755 (executable)
@@ -141,6 +141,8 @@ check_status() {
            retval=1
        fi
     done
+    status=`juju action do heat/0 domain-setup`
+    echo $status
     echo "...... deployment finishing ......."
 }
 
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst
new file mode 100644 (file)
index 0000000..2afd629
--- /dev/null
@@ -0,0 +1,19 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
+.. http://creativecommons.org/licenses/by/4.0 
+.. (c) <optionally add copywriters name>
+
+========================
+JOID Configuration guide
+========================
+
+.. toctree::
+   :numbered:
+   :maxdepth: 2
+
+
+.. add your content files here.
+
+.. include::  ./installerconfig.rst
+.. include::  ./postinstall.rst
+
+
index 36ae63d..f02bf89 100644 (file)
@@ -1,6 +1,6 @@
-=======================
-Deploy JOID in your LAB
-=======================
+==================
+JOID Configuration 
+==================