Add detail for setting Docker proxy
Followup changes on review https://review.opendev.org/#/c/712025/ Change-Id: Ib329b5e0d26fccead92a6893ede8690c0597212d Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
parent
6a3d71bb0a
commit
4f16ed6ea3
22
doc/source/configuration/docker_proxy_config.rst
Normal file
22
doc/source/configuration/docker_proxy_config.rst
Normal file
@ -0,0 +1,22 @@
|
||||
==========================
|
||||
Docker Proxy Configuration
|
||||
==========================
|
||||
|
||||
This guide describes how to set the Docker HTTP/HTTPS proxy after installation.
|
||||
|
||||
To set the Docker proxy at bootstrap time, refer to
|
||||
`Ansible Bootstrap Configurations <https://docs.starlingx.io/deploy_install_guides/r3_release/ansible_bootstrap_configs.html#docker-proxy>`_.
|
||||
|
||||
To specify the HTTP proxy URL, use the commands:
|
||||
|
||||
::
|
||||
|
||||
system service-parameter-modify platform docker http_proxy http://my.proxy.com:1080
|
||||
system service-parameter-apply platform
|
||||
|
||||
To specify the HTTPS proxy URL, use the commands:
|
||||
|
||||
::
|
||||
|
||||
system service-parameter-modify platform docker https_proxy https://my.proxy.com:1443
|
||||
system service-parameter-apply platform
|
@ -13,6 +13,7 @@ General Configuration
|
||||
cert_config
|
||||
host_config
|
||||
host_interface_network_config
|
||||
docker_proxy_config
|
||||
system_config
|
||||
time_sync_config
|
||||
|
||||
|
@ -35,14 +35,22 @@ Install application manifest and helm-charts
|
||||
the current state of the underlying StarlingX Kubernetes platform and the
|
||||
recommended StarlingX configuration of OpenStack services.
|
||||
|
||||
#. Apply the stx-openstack application in order to bring StarlingX OpenStack into
|
||||
service. If your environment is preconfigured with a proxy server, then make sure
|
||||
HTTPS proxy is set before applying stx-openstack.
|
||||
#. Apply the stx-openstack application in order to bring StarlingX OpenStack
|
||||
into 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
|
||||
|
||||
.. note::
|
||||
|
||||
To set the HTTPS proxy at bootstrap time, refer to
|
||||
`Ansible Bootstrap Configurations <https://docs.starlingx.io/deploy_install_guides/r3_release/ansible_bootstrap_configs.html#docker-proxy>`_.
|
||||
|
||||
To set the HTTPS proxy after installation, refer to
|
||||
`Docker Proxy Configuration <https://docs.starlingx.io/configuration/docker_proxy_config.html>`_.
|
||||
|
||||
#. Wait for the activation of stx-openstack to complete.
|
||||
|
||||
This can take 5-10 minutes depending on the performance of your host machine.
|
||||
|
Loading…
x
Reference in New Issue
Block a user