diff options
-rwxr-xr-x | ci/deploy.sh | 2 | ||||
-rw-r--r-- | docs/configguide/index.rst | 19 | ||||
-rw-r--r-- | docs/configguide/installerconfig.rst | 6 |
3 files changed, 24 insertions, 3 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index f9aadaa9..1f418797 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -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 index 00000000..2afd629a --- /dev/null +++ b/docs/configguide/index.rst @@ -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 + + diff --git a/docs/configguide/installerconfig.rst b/docs/configguide/installerconfig.rst index 36ae63db..f02bf89e 100644 --- a/docs/configguide/installerconfig.rst +++ b/docs/configguide/installerconfig.rst @@ -1,6 +1,6 @@ -======================= -Deploy JOID in your LAB -======================= +================== +JOID Configuration +================== |