From: Dimitri Savineau Date: Mon, 21 Oct 2019 13:58:40 +0000 (-0400) Subject: rhcs: set ceph_iscsi_config_dev to false X-Git-Tag: v4.0.3~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e3f10a9d146e36abc655512c2af5e0ffd4ee6628;p=ceph-ansible.git rhcs: set ceph_iscsi_config_dev to false We don't have to use ceph_iscsi_config_dev (default true) on RHCS because all iscsi packages are already included in the RHCS repositories. Signed-off-by: Dimitri Savineau (cherry picked from commit 82495eaf976023e66c7b701ae4ba00519b8ece52) --- diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 78365fe4f..122113533 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -223,7 +223,7 @@ ceph_rhcs_version: 4 # flavors so far include: ceph_master, ceph_jewel, ceph_kraken, ceph_luminous #nfs_ganesha_flavor: "ceph_master" -#ceph_iscsi_config_dev: true # special repo for deploying iSCSI gateways +ceph_iscsi_config_dev: false # REPOSITORY: CUSTOM diff --git a/rhcs_edits.txt b/rhcs_edits.txt index 76dc61334..2bb60df29 100644 --- a/rhcs_edits.txt +++ b/rhcs_edits.txt @@ -1,5 +1,6 @@ ceph_repository: rhcs ceph_origin: repository +ceph_iscsi_config_dev: false fetch_directory: ~/ceph-ansible-keys ceph_rhcs_version: 4 ceph_docker_image: "rhceph/rhceph-4-rhel8"