From 9b563817b7e005508ff94571688bb6646fc8af20 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Fri, 5 Apr 2024 16:55:31 +0530 Subject: [PATCH] Include install-certs dataplane service 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] https://github.com/openstack-k8s-operators/dataplane-operator/pull/754 [2] https://github.com/openstack-k8s-operators/openstack-operator/pull/732 --- examples/va/hci/values.yaml | 1 + examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml | 1 + examples/va/nfv/ovs-dpdk/edpm/values.yaml | 1 + examples/va/nfv/sriov/edpm/values.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/va/hci/values.yaml b/examples/va/hci/values.yaml index 4160e1c8a..c83a8fb32 100644 --- a/examples/va/hci/values.yaml +++ b/examples/va/hci/values.yaml @@ -11,6 +11,7 @@ data: name: edpm-deployment-post-ceph nodeset: services: + - install-certs - ceph-client - ovn - neutron-metadata diff --git a/examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml b/examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml index 1be04c028..1e5963b07 100644 --- a/examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml +++ b/examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml @@ -179,6 +179,7 @@ data: - install-os - configure-os - run-os + - install-certs - ovn - neutron-metadata - neutron-sriov diff --git a/examples/va/nfv/ovs-dpdk/edpm/values.yaml b/examples/va/nfv/ovs-dpdk/edpm/values.yaml index 100e14184..41b09419b 100644 --- a/examples/va/nfv/ovs-dpdk/edpm/values.yaml +++ b/examples/va/nfv/ovs-dpdk/edpm/values.yaml @@ -160,6 +160,7 @@ data: - install-os - configure-os - run-os + - install-certs - ovn - neutron-metadata - libvirt diff --git a/examples/va/nfv/sriov/edpm/values.yaml b/examples/va/nfv/sriov/edpm/values.yaml index 8884996f7..2660988b1 100644 --- a/examples/va/nfv/sriov/edpm/values.yaml +++ b/examples/va/nfv/sriov/edpm/values.yaml @@ -134,6 +134,7 @@ data: - configure-os - run-os - reboot-os + - install-certs - libvirt - ovn - nova-custom-sriov