Adding instruction for https proxy in the install.rst-

In the installation section of "Install application manifest and helm chart",
step:3 explaining how to apply stx-openstack application but setting up https proxy is
missing in that line. If user installing starlingX in the proxy configured
network, they may endup with error while appling helm chart because they need
to connect outside network to download docker images from private registeries.
So am adding https proxy information tips in that section.

Added minor text edit for clarity of the document.

Change-Id: Ia7f5091de81bbe307d3be978475450b22d34efe4
Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
This commit is contained in:
Sharath Kumar K
2020-03-10 08:55:08 +01:00
committed by Mary Camp
parent 7716fcb2d3
commit 6a3d71bb0a

View File

@@ -25,7 +25,7 @@ Install application manifest and helm-charts
::
system application-upload stx-openstack-<version>-centos-stable-latest.tgz
system application-upload stx-openstack-<version>-centos-stable-latest.tgz
This will:
@@ -36,11 +36,12 @@ Install application manifest and helm-charts
recommended StarlingX configuration of OpenStack services.
#. Apply the stx-openstack application in order to bring StarlingX OpenStack into
service.
service. If your environment is preconfigured with a proxy server, then make sure
HTTPS proxy is set before applying stx-openstack.
::
system application-apply stx-openstack
system application-apply stx-openstack
#. Wait for the activation of stx-openstack to complete.
@@ -50,7 +51,7 @@ Install application manifest and helm-charts
::
watch -n 5 system application-list
watch -n 5 system application-list
----------
Next steps