RFE: configure proxy settings before deploy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
In Progress
|
Wishlist
|
Yang Youseok | ||
Ussuri |
Triaged
|
Wishlist
|
Yang Youseok | ||
Victoria |
In Progress
|
Wishlist
|
Yang Youseok |
Bug Description
Although kolla-ansible is a complete solution which deployers does not have many things to change to achieve their own infra, there is one thing that I felt unsatisfactory. Proxy.
At a glance, I think it's reasonable to let the deployer do proxy their own but I think proxy is one of the most troublesome things to provision package so adding configuration for proxy is not a bad idea.
Especially for private cloud, I think it's very common to have a proxy server in their company infra this feature provide a big convenience to them.
For the implementation, I think precheck step or some other initial step is suitable and playbook looks like this (https:/
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
Changed in kolla-ansible: | |
milestone: | 11.0.0 → none |
Hi, thanks for the feature request. We have these variables for configuring http proxy for magnum and glance:
container_ http_proxy https_proxy
container_
This is quite minimal though.
Any support added would need to go in the bootstrap-servers command - this is where we configure the host. Is this something you are prepared to work on?