]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rhcs: set ceph_iscsi_config_dev to false
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 21 Oct 2019 13:58:40 +0000 (09:58 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 23 Oct 2019 07:47:46 +0000 (09:47 +0200)
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 <dsavinea@redhat.com>
(cherry picked from commit 82495eaf976023e66c7b701ae4ba00519b8ece52)

group_vars/rhcs.yml.sample
rhcs_edits.txt

index 78365fe4ff90df3d9b804a679a4825a42699789a..122113533ed760c9e0fb7ac76188bb88dbce1902 100644 (file)
@@ -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
index 76dc6133418f859d808920d13c343e74e79fafb6..2bb60df29ec8a4034655b96ea5425cc8d5119a8e 100644 (file)
@@ -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"