summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-09-16 12:15:34 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-09-17 22:23:43 +1200
commit0cdf8b20b664abd26bd25483ead82eaf3640a36d (patch)
tree6df17c03ab01676b0505bd1356bc87420130cf46 /doc
parentf771e939ebe23a0e0e7da20d87b4256f5e3d2bc1 (diff)
downloadtrove-0cdf8b20b664abd26bd25483ead82eaf3640a36d.tar.gz
Add image build experimental CI job
Story: 2006553 Task: 36637 Change-Id: I3d909082fb887b24ed25c93e11792031d5053b1e
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/trovestack.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/source/admin/trovestack.rst b/doc/source/admin/trovestack.rst
index 942535ab..19f36977 100644
--- a/doc/source/admin/trovestack.rst
+++ b/doc/source/admin/trovestack.rst
@@ -38,11 +38,24 @@ The trove guest agent image could be created by running the following command:
${datastore_type} \
${guest_os} \
${guest_os_release} \
- ${dev_mode}
+ ${dev_mode} \
+ ${guest_username} \
+ ${imagepath}
* Currently, only ``guest_os=ubuntu`` and ``guest_os_release=xenial`` are fully
tested and supported.
+* Default input values:
+
+ .. code-block:: ini
+
+ datastore_type=mysql
+ guest_os=ubuntu
+ guest_os_release=xenial
+ dev_mode=true
+ guest_username=ubuntu
+ imagepath=$HOME/images/trove-${guest_os}-${guest_os_release}-${datastore_type}.qcow2
+
* ``dev_mode=true`` is mainly for testing purpose for trove developers and it's
necessary to build the image on the trove controller host, because the host
and the guest VM need to ssh into each other without password. In this mode,