config/controllerconfig/controllerconfig
Mingyuan Qi 3a30da9a88 Add docker proxy configuration for kubernetes
Current config_controller for containerization pulls kubernetes
images from public container registry. This requires controller
to access internet. If a host network is behind a proxy, there
is no chance to setup docker proxy configuration during config_
controller, therefore, kubernetes images are not accessible.

Docker proxy configuration questions were added to require users
input http/https proxy and no proxy settings. The docker proxy
configurations are added to service_parameter table in sysinv.

http-proxy.conf is the proxy info file required by docker daemon,
generated by docker puppet manifest. It consists of the user
input docker proxy configuration.

Tests:
AIO-SX: public k8s images accessible
AIO-DX: public k8s images accessible
AIO-SX without k8s config: config_controller successfully

Story: 2004710
Task: 28741

Change-Id: Ie273ad77338cdec496c5d05bf3e05baa83166626
Signed-off-by: Mingyuan Qi <mingyuan.qi@intel.com>
2019-01-30 17:23:17 +08:00
..
controllerconfig Add docker proxy configuration for kubernetes 2019-01-30 17:23:17 +08:00
scripts FIX: oct number issue for Python 2/3 compatible code 2018-12-19 10:23:11 +08:00
upgrade-scripts Fix 'print' issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
.coveragerc StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.gitignore Fix py27 tests in controllerconfig component 2018-09-06 12:27:08 -05:00
.testr.conf StarlingX open source release updates 2018-05-31 07:35:52 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
pylint.rc Improve pylint checking in stx-config 2018-12-04 14:50:49 -06:00
requirements.txt StarlingX open source release updates 2018-05-31 07:35:52 -07:00
setup.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
test-requirements.txt Properly enable hacking checks for flake8 2018-12-18 11:28:56 -06:00
tox.ini Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00