Skip to content

Commit

Permalink
Add missing tls params to nova custom service
Browse files Browse the repository at this point in the history
It's required with tls enabled, [1] already enabled tls by default
so need to include the missing certs.
The issue should be visible once dataplane-operator is updated[2] or
tlsEnabled flag is explicitly set in the nodeset.

[1] openstack-k8s-operators/dataplane-operator#754
[2] openstack-k8s-operators/openstack-operator#732
  • Loading branch information
karelyatin committed Apr 8, 2024
1 parent dd24288 commit 7a722d2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions va/hci/edpm-post-ceph/nova_ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ spec:
- nova-cell1-compute-config
- nova-migration-ssh-key
playbook: osp.edpm.nova
tlsCert:
contents:
- dnsnames
- ips
networks:
- ctlplane
issuer: osp-rootca-issuer-internal
caCerts: combined-ca-bundle
8 changes: 8 additions & 0 deletions va/nfv/ovs-dpdk-sriov/edpm/nova_ovs_dpdk_sriov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ spec:
- nova-cell1-compute-config
- nova-migration-ssh-key
playbook: osp.edpm.nova
tlsCert:
contents:
- dnsnames
- ips
networks:
- ctlplane
issuer: osp-rootca-issuer-internal
caCerts: combined-ca-bundle
8 changes: 8 additions & 0 deletions va/nfv/ovs-dpdk/edpm/nova_ovs_dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ spec:
- nova-cell1-compute-config
- nova-migration-ssh-key
playbook: osp.edpm.nova
tlsCert:
contents:
- dnsnames
- ips
networks:
- ctlplane
issuer: osp-rootca-issuer-internal
caCerts: combined-ca-bundle
8 changes: 8 additions & 0 deletions va/nfv/sriov/edpm/nova_sriov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ spec:
- nova-cell1-compute-config
- nova-migration-ssh-key
playbook: osp.edpm.nova
tlsCert:
contents:
- dnsnames
- ips
networks:
- ctlplane
issuer: osp-rootca-issuer-internal
caCerts: combined-ca-bundle

0 comments on commit 7a722d2

Please sign in to comment.