diff options
author | 2019-06-21 15:54:35 +0300 | |
---|---|---|
committer | 2019-09-10 17:59:48 +0300 | |
commit | f0c44b1ae02ffbdb87da81dac7b6754c641d8c04 (patch) | |
tree | 5f823a90921024219f4b47ef554a018d2f32d12b /docs/testing/user/userguide | |
parent | 369a1fb6e32496ef53e37717de31265f5d4d7074 (diff) |
Introduce XCI installer
After the expression of the need to run the dovetail tool
over the XCI installer, the investigation to that direction has
been started.
The aim of this patch is to introduce the relevant impact either
on dovetail's code or on dovetail's documentation.
JIRA: DOVETAIL-766
Change-Id: I6931506cb80baa4fa4288141ba86a858bc4215b0
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r-- | docs/testing/user/userguide/testing_guide.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index d28969d3..3f866c7d 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -231,6 +231,13 @@ this file should contain. # Otherwise, it will create a role 'Member' to do that. export NEW_USER_ROLE=xxx + # For XCI installer the following environment parameters should be added in + # this file. Otherwise, those parameters could be ignored. + export INSTALLER_TYPE=osa + export DEPLOY_SCENARIO=os-nosdn-nofeature + export XCI_FLAVOR=noha + + The OS_AUTH_URL variable is key to configure correctly, as the other admin services are collected from the identity service. HTTPS should be configured in the SUT so |