Update base deployment job

Add openstack-helm-plugin to required projects
and set the helm_plugin_repo pointing to the
openstack-helm-plugin source code directory.

If we try to install the plugin from
https://opendev.org/openstack/openstack-helm-plugin.git
it often fails.

Change-Id: I71ab6ad104beb491b5b15b7750e2fc0988db82bf
This commit is contained in:
Vladimir Kozhukalov 2024-04-17 19:03:10 -05:00
parent 643d643b8d
commit 92c8360947
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
required-projects:
- openstack/openstack-helm
- openstack/openstack-helm-infra
- openstack/openstack-helm-plugin
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
@ -51,6 +52,7 @@
kubeadm:
pod_network_cidr: "10.244.0.0/24"
service_cidr: "10.96.0.0/16"
osh_plugin_repo: "{{ zuul.project.src_dir }}/../openstack-helm-plugin"
loopback_setup: true
loopback_device: /dev/loop100
loopback_image: "/var/lib/openstack-helm/ceph-loop.img"