]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
windows: install jq package 2109/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 10 Feb 2023 11:47:25 +0000 (13:47 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 10 Feb 2023 11:48:53 +0000 (13:48 +0200)
Windows jobs run ceph clusters in Ubuntu VMs. This change ensures
that the jq binary used by vstart will be available.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
scripts/ceph-windows/setup_libvirt_ubuntu_vm

index 48a69ad080be635f8fa1ee58d74f4c700a49670b..5292f16aa780ba73fc7dc02fbfd551f6ed7a583d 100644 (file)
@@ -35,6 +35,7 @@ packages:
   - qemu-guest-agent
   - locales
   - rsync
+  - jq
 
 runcmd:
   - [localedef, -i, en_US, -c, -f, UTF-8, -A, /usr/share/locale/locale.alias, en_US.UTF-8]