Skip to content

Commit

Permalink
Add libxml2 to cinder_distro_packages lists
Browse files Browse the repository at this point in the history
libxml2 is required by cinder services.

Package lists were also alphabetized.

Change-Id: I8cc36f5eab6d21bee84f92b8313df6e9e0512f6f
  • Loading branch information
jimmymccrory committed Nov 4, 2018
1 parent 32dc5ea commit 02fa53d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions vars/redhat-7.yml
Expand Up @@ -18,12 +18,13 @@ tgt_service_name: tgtd

# Common yum packages
cinder_distro_packages:
- iscsi-initiator-utils
- kmod-libs
- libxml2
- nfs-utils
- rpcbind
- kmod-libs
- zlib-devel
- which
- iscsi-initiator-utils
- zlib-devel

cinder_service_distro_packages:
- openstack-cinder
Expand Down
7 changes: 4 additions & 3 deletions vars/suse.yml
Expand Up @@ -19,12 +19,13 @@ tgt_service_name: tgtd

# Common yum packages
cinder_distro_packages:
- libkmod2
- libpython2_7-1_0
- libxml2
- nfs-utils
- open-iscsi
- rpcbind
- libkmod2
- which
- open-iscsi
- libpython2_7-1_0

cinder_service_distro_packages:
- openstack-cinder
Expand Down
3 changes: 2 additions & 1 deletion vars/ubuntu.yml
Expand Up @@ -23,13 +23,14 @@ tgt_service_name: tgt
# Common apt packages
cinder_distro_packages:
- libkmod2
- libpython2.7
- libxml2
- nfs-common
- open-iscsi
- rpcbind
- rsync
- zlib1g
- zlibc
- libpython2.7

cinder_service_distro_packages:
- cinder-api
Expand Down

0 comments on commit 02fa53d

Please sign in to comment.