Skip to content

Commit

Permalink
Merge pull request #18 from noelmcloughlin/fixes
Browse files Browse the repository at this point in the history
Updated for OpenSUSE 15.0
  • Loading branch information
aboe76 authored Feb 22, 2019
2 parents 4f8e014 + 5d0e199 commit 499e356
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions iscsi/initiator/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ iscsi_initiator_unwanted_pkgs_{{ pkg }}:
iscsi_initiator_wanted_pkgs_{{ pkg }}:
pkg.installed:
- name: {{ pkg }}
{%- if iscsi.client.pkghold %}
- hold: {{ iscsi.client.pkghold }}
{%- endif %}
- reload: True
- require_in:
- file: iscsi_initiator_service_config
Expand Down
2 changes: 2 additions & 0 deletions iscsi/isns/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ iscsi_isnsd_remove_{{ pkg }}_pkg:
iscsi_isnsd_install_{{ pkg }}_pkg:
pkg.installed:
- name: {{ pkg }}
{%- if iscsi.isns.pkghold %}
- hold: {{ iscsi.isns.pkghold }}
{%- endif %}
- reload: True
- require_in:
- file: iscsi_isnsd_service_config
Expand Down
14 changes: 12 additions & 2 deletions iscsi/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,24 @@ Suse:
client:
pkgs:
wanted:
- libopeniscsiusr0_2_0
- open-iscsi
- libiscsi8
- librdmacm1
- qemu-block-iscsi
- iscsiuio
- yast2-iscsi-client
server:
pkgs:
wanted:
- yast2-iscsi-lio-server
- iscsiuio
- python3-configshell-fb
- python3-pyudev
- python3-rtslib-fb
- python3-targetcli-fb
- python3-urwid
- targetcli-fb-common
- libiscsi-utils
- iscsiuio
- yast2-iscsi-lio-server
- qemu-block-iscsi

2 changes: 2 additions & 0 deletions iscsi/target/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ iscsi_target_unwanted_pkgs_{{ pkg }}:
iscsi_target_wanted_pkgs_{{ pkg }}:
pkg.installed:
- name: {{ pkg }}
{%- if iscsi.server.pkghold %}
- hold: {{ iscsi.server.pkghold }}
{%- endif %}
- reload: True
- require_in:
- file: iscsi_target_service_config
Expand Down

0 comments on commit 499e356

Please sign in to comment.