Move daxio package to be arch specific

daxio package isn't available on non-x86_64 so we are moving this
under x86_64 arch following nova-libvirt.yaml example.

Change-Id: I60c0e2fae1f5a4ad4f884b88e22ce4fdcabd5cdf
(cherry picked from commit 64d4af476b)
(cherry picked from commit 07b7c152dc)
(cherry picked from commit d950e7d0e0)
This commit is contained in:
Sandeep Yadav 2021-01-13 21:20:14 +05:30
parent 82f185e06c
commit 460b0d5764
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
tcib_actions:
- run: if [ "$(uname -m)" == "x86_64" ]; then dnf -y install {{ tcib_packages['x86_64'] | join(' ') }}; fi
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
# this need to happen after installing nova-compute because the distgit does usermod to add libvirt/qemu groups
- run: bash /usr/local/bin/uid_gid_manage nova
@ -12,7 +13,6 @@ tcib_packages:
- genisoimage
- iscsi-initiator-utils
- ndctl
- daxio
- nfs-utils
- nvme-cli
- openssh-server
@ -26,4 +26,6 @@ tcib_packages:
- sysfsutils
- targetcli
- xfsprogs
x86_64:
- daxio
tcib_user: nova