Apache reverse proxy#70
Conversation
|
/cc @kashifest |
c3efc66 to
7199764
Compare
|
/assign @dtantsur |
|
/test-integration |
7199764 to
592545b
Compare
|
/test-integration |
dtantsur
left a comment
There was a problem hiding this comment.
I'd prefer having two containers (like in ironic) rather than two processes in one. At the very least, you'll lose half of logs.
You mean to have two containers, one for Ironic-inspector, and the other for httpd? I can do that separation. |
592545b to
eadda25
Compare
932915a to
02e0812
Compare
|
/test-centos-integration |
02e0812 to
4b1049f
Compare
|
/test-integration |
|
/test-centos-integration |
4b1049f to
7e2757d
Compare
|
/test-integration |
dtantsur
left a comment
There was a problem hiding this comment.
A food for thought. Maybe we should merge ironic-image and ironic-inspector-image in one code base, from which all containers are started. This can give us only one httpd instance (and even save some space because most of dependencies are common between ironic and inspector).
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur, namnx228 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Good idea, we can discuss it in the community meeting. |
|
/lgtm |
This PR provides an option to run Ironic-inspector behind reverse proxy (Apache) and lets this Apache server takes care of TLS.
Related PRs:
metal3-io/baremetal-operator#728
metal3-io/metal3-dev-env#562