From b12e6fb4366dccb8c350d83e763b46f535fab264 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 4 Oct 2023 15:28:14 -0400 Subject: [PATCH] fix(libvirt): add HOSTNAME_FQDN to certificate Change-Id: I2d9e0053aa0f774b6621d6b5aadbd84c3a59a97b --- libvirt/Chart.yaml | 2 +- libvirt/values.yaml | 4 +++- releasenotes/notes/libvirt.yaml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index cceb89b17..7445124b8 100644 --- a/libvirt/Chart.yaml +++ b/libvirt/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm libvirt name: libvirt -version: 0.1.23 +version: 0.1.24 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values.yaml b/libvirt/values.yaml index 66aa7bb2d..9c9d9e418 100644 --- a/libvirt/values.yaml +++ b/libvirt/values.yaml @@ -134,8 +134,9 @@ conf: #!/bin/bash set -x - # Script to create certs for each libvirt pod based on pod IP (by default). + HOSTNAME_FQDN=$(hostname --fqdn) + # Script to create certs for each libvirt pod based on pod IP (by default). cat <