Skip to content

Commit

Permalink
Add libvirt customIssuer
Browse files Browse the repository at this point in the history
libvirt CA was recently introduced, a customIssuer needs to be
set to overwrite the defaults with the IPA extracted CA.
  • Loading branch information
xek committed May 6, 2024
1 parent b1564fd commit 50294cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs_user/modules/proc_deploying-backend-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ spec:
internal:
ca:
customIssuer: rootca-internal
libvirt:
ca:
customIssuer: rootca-internal
ovn:
ca:
customIssuer: rootca-internal
Expand Down
1 change: 1 addition & 0 deletions docs_user/modules/proc_migrating-tls-everywhere.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ metadata:
labels:
osp-rootca-issuer-public: ""
osp-rootca-issuer-internal: ""
osp-rootca-issuer-libvirt: ""
osp-rootca-issuer-ovn: ""
spec:
ca:
Expand Down
3 changes: 3 additions & 0 deletions tests/roles/backend_services/templates/tls_overrides.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
internal:
ca:
customIssuer: rootca-internal
libvirt:
ca:
customIssuer: rootca-internal
ovn:
ca:
customIssuer: rootca-internal
Expand Down
1 change: 1 addition & 0 deletions tests/roles/tls_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
labels:
osp-rootca-issuer-public: ""
osp-rootca-issuer-internal: ""
osp-rootca-issuer-libvirt: ""
osp-rootca-issuer-ovn: ""
spec:
ca:
Expand Down

0 comments on commit 50294cb

Please sign in to comment.