You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# ./install-libvirt.sh
/opt/genestack/submodules/openstack-helm-infra /opt/genestack/bin
Release "libvirt" does not exist. Installing it now.
Error: An error occurred while checking for chart dependencies. You may need to run `helm dependency build` to fetch missing dependencies: found in Chart.yaml, but missing in charts/ directory: helm-toolkit
/opt/genestack/bin
Workaround :
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# helm dependency list /opt/genestack/submodules/openstack-helm-infra/libvirt/
NAME VERSION REPOSITORY STATUS
helm-toolkit >= 0.1.0 file://../helm-toolkit missing
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# helm dependency build /opt/genestack/submodules/openstack-helm-infra/libvirt/
Saving 1 charts
Deleting outdated charts
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# ls -l /opt/genestack/submodules/openstack-helm-infra/libvirt/
total 36
drwxr-xr-x 2 root root 4096 Dec 6 13:16 charts
-rw-r--r-- 1 root root 836 Dec 6 08:09 Chart.yaml
-rw-r--r-- 1 root root 214 Dec 6 13:16 requirements.lock
-rw-r--r-- 1 root root 653 Dec 6 08:09 requirements.yaml
drwxr-xr-x 4 root root 4096 Dec 6 08:09 templates
drwxr-xr-x 2 root root 4096 Dec 6 08:09 values_overrides
-rw-r--r-- 1 root root 8732 Dec 6 08:09 values.yaml
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# date
Fri Dec 6 01:16:44 PM UTC 2024
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# cd /opt/genestack/submodules/openstack-helm-infra/libvirt/charts/
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm-infra/libvirt/charts# ls -l
total 52
-rw-r--r-- 1 root root 52000 Dec 6 13:16 helm-toolkit-0.2.59.tgz
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm-infra/libvirt# helm dependency update .
Saving 1 charts
Deleting outdated charts
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm-infra/libvirt# ls charts/
helm-toolkit-0.2.59.tgz
(genestack) root@openstack-flex-launcher:/opt/genestack/bin# ./install-libvirt.sh
/opt/genestack/submodules/openstack-helm-infra /opt/genestack/bin
Release "libvirt" does not exist. Installing it now.
NAME: libvirt
LAST DEPLOYED: Fri Dec 6 13:19:53 2024
NAMESPACE: openstack
STATUS: deployed
REVISION: 1
TEST SUITE: None
/opt/genestack/bin
The text was updated successfully, but these errors were encountered:
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm# cd submodules/openstack-helm
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm# make all
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm# cd ../openstack-helm-infra/
(genestack) root@openstack-flex-launcher:/opt/genestack/submodules/openstack-helm-infra# make all
Issue :
Workaround :
The text was updated successfully, but these errors were encountered: