Add required deps for devstack rocky 73/82573/4
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 27 Jun 2019 23:36:19 +0000 (09:36 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 27 Jun 2019 23:36:30 +0000 (09:36 +1000)
Add the required dependency for runtime core libraries
(libibverbs, libmlx5) to devstack rocky image. This
fixes stack initialization issues with CSIT jobs.

https://bugzilla.redhat.com/show_bug.cgi?id=1658141
https://patchwork.ozlabs.org/patch/1011038/

Change-Id: I2db53ef844bd0ee2261560235e05846acfb17eee
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/devstack-pre-pip.yaml

index cd31a6298a4f663bd45208850eb49c4b44f13908..930b7bc96500d92d31fb4061e319f875df8d9fc8 100644 (file)
             force: yes
           become: true
           when: rules_file_exists.stat.exists == true
+        - name: Install RDMA (InfiniBand/iWARP/RoCE) requirements
+          yum:
+            name:
+              - libibverbs
+              - libmlx5
+            state: present
+          become: true
     - name: 'Pre-Install yum and pip packages'
       block:
         - name: Create /tmp/devstack directory