]> git.apps.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>
Tue, 22 Oct 2019 21:24:17 +0000 (23:24 +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>
group_vars/rhcs.yml.sample
rhcs_edits.txt

index 1a74ce28959a940f619db82ed82fa8dea2ebc7b8..da539ab73f530fc81100db3222b2a9152cdd10e6 100644 (file)
@@ -224,7 +224,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"