Skip to content

Commit

Permalink
Include install-certs dataplane 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 install-certs
service before the services requiring the certs.
The issue should be visible once dataplane-operator
is updated[2]

[1] openstack-k8s-operators/dataplane-operator#754
[2] openstack-k8s-operators/openstack-operator#732
  • Loading branch information
karelyatin committed Apr 5, 2024
1 parent 25198d1 commit 9b56381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/va/hci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
name: edpm-deployment-post-ceph
nodeset:
services:
- install-certs
- ceph-client
- ovn
- neutron-metadata
Expand Down
1 change: 1 addition & 0 deletions examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ data:
- install-os
- configure-os
- run-os
- install-certs
- ovn
- neutron-metadata
- neutron-sriov
Expand Down
1 change: 1 addition & 0 deletions examples/va/nfv/ovs-dpdk/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ data:
- install-os
- configure-os
- run-os
- install-certs
- ovn
- neutron-metadata
- libvirt
Expand Down
1 change: 1 addition & 0 deletions examples/va/nfv/sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ data:
- configure-os
- run-os
- reboot-os
- install-certs
- libvirt
- ovn
- nova-custom-sriov
Expand Down

0 comments on commit 9b56381

Please sign in to comment.