Allow defaultConfigOverwrite to replace httpd.conf#1084
Allow defaultConfigOverwrite to replace httpd.conf#1084gibizer wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer 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 |
|
Measurements
|
For nova-api and nova-metadata we now allow to replace the whole apache httpd.conf file. The replacement can be a template the same way as the default file in templates/novaapi/config/httpd.conf is a template. This is expected to be only used for advanced troubleshooting and not for customization for production use. Any permanent customization needs to go through the CR interface (and potentially need an RFE to extend such interface) Signed-off-by: Balazs Gibizer <gibi@redhat.com>
ec4640d to
8734adf
Compare
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
For nova-api and nova-metadata we now allow to replace the whole
apache httpd.conf file. The replacement can be a template the same
way as the default file in templates/novaapi/config/httpd.conf is a
template.
This is expected to be only used for advanced troubleshooting and not
for customization for production use. Any permanent customization needs
to go through the CR interface (and potentially need an RFE to extend
such interface)