Consume common templates via CommonTemplates field#382
Conversation
|
/test barbican-operator-build-deploy-kuttl |
|
/retest |
|
/test barbican-operator-build-deploy-kuttl |
The past couple failures seem to be genuine. The |
Right, I was looking into that and I see: Looks like the barbican-keystone-listener is crashing because ssl.conf (an Apache config) is being placed into /etc/barbican/barbican.conf.d/, where oslo_config tries to parse it as an INI file and fails. |
rechecking |
|
/test barbican-operator-build-deploy-kuttl |
1 similar comment
|
/test barbican-operator-build-deploy-kuttl |
|
/retest |
Use the new CommonTemplates field in the Template struct to request ssl.conf from lib-common instead of shipping a local copy. Co-Authored-By: Claude Opus <noreply@anthropic.com> Signed-off-by: Francesco Pantano <fpantano@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fmount, stuggi 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 |
4e61969
into
openstack-k8s-operators:main
The
ssl.confhttpdconfiguration is duplicated across service operators.This patch removes the local copy and consumes it from lib-common.
Jira: OSPRH-30239