diff options
-rwxr-xr-x | ci/deploy.sh | 2 | ||||
-rw-r--r-- | docs/configguide/index.rst | 19 |
2 files changed, 21 insertions, 0 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 + + |